Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
276811af
Commit
276811af
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0ccb002e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
order-detail.vue
pages/order/order-detail.vue
+5
-1
No files found.
pages/order/order-detail.vue
View file @
276811af
...
...
@@ -128,6 +128,10 @@
<view
class=
"label"
>
优惠
</view>
<view
class=
"content right"
>
-¥{{ orders.CouponMoney }}
</view>
</view>
<view
class=
"field"
>
<view
class=
"label"
>
储蓄卡抵扣
</view>
<view
class=
"content right"
>
-¥{{ orders.DepositMoney}}
</view>
</view>
<view
class=
"field"
v-if=
"orders.DeductionCommission>0"
>
<view
class=
"label"
>
佣金抵扣
</view>
<view
class=
"content right"
>
-¥{{ orders.DeductionCommission }}
</view>
...
...
@@ -160,7 +164,7 @@
<view
class=
"item"
v-if=
"orders.OrderStatus == '1'"
>
<u-button
shape=
"circle"
size=
"medium"
:custom-style=
"themCustomStyle"
v-on:click
.
stop=
"payment(orders)"
>
立即支付
</u-button>
</view>
<view
class=
"item"
v-if=
"orders.OrderStatus == '1'"
>
<view
class=
"item"
v-if=
"orders.OrderStatus == '1'
&& orders.Income >0
"
>
<u-button
shape=
"circle"
size=
"medium"
:custom-style=
"themCustomStyle"
open-type=
"share"
>
找人代付
</u-button>
</view>
<view
class=
"item"
v-if=
"orders.OrderStatus == '3'&& orders.PresentFXGrade!=1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment