Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
03c43ed2
Commit
03c43ed2
authored
Jul 24, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
f425eb52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
order.vue
pages/order/order.vue
+11
-4
No files found.
pages/order/order.vue
View file @
03c43ed2
...
...
@@ -226,12 +226,12 @@
<text
class=
"text-pink"
>
小时
</text>
</view>
</view>
<view
v-if=
"computePriceInfo.
discountFee
"
class=
"flex-between price"
>
<view
v-if=
"computePriceInfo.
totalFeeNow
"
class=
"flex-between price"
>
<text
class=
"text-black text-left"
>
应付金额
</text>
<view
class=
"flex-row"
>
<!--
<text
class=
"text-pink text-sm text-bold"
style=
"margin-bottom: 3upx;"
>
{{
computePriceInfo
.
couponFee
>
0
?
'-'
:
''
}}
¥
</text>
-->
<text
class=
"text-pink"
>
¥
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
discountFee
||
0
}}
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
totalFeeNow
||
0
}}
</text>
</view>
</view>
<view
v-if=
"computePriceInfo.duration"
class=
"flex-between price"
>
...
...
@@ -247,6 +247,13 @@
<text
class=
"text-pink"
>
优先使用钱包余额
</text>
</view>
</view>
<view
v-if=
"computePriceInfo.balance"
class=
"flex-between price"
>
<text
class=
"text-black text-left"
>
余额抵扣
</text>
<view
class=
"flex-row"
>
<text
class=
"text-pink"
>
¥
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
balance
}}
</text>
</view>
</view>
<view
v-if=
"computePriceInfo.remainingBalance"
class=
"flex-between price"
>
<text
class=
"text-black text-left"
>
钱包余额
</text>
<view
class=
"flex-row"
>
...
...
@@ -254,7 +261,7 @@
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
remainingBalance
}}
</text>
</view>
</view>
<view
v-if=
"computePriceInfo.
discount
&& computePriceInfo.couponFee
<
=
0
"
class=
"flex-between price"
>
<view
v-if=
"computePriceInfo.
totalFeeNow
&& computePriceInfo.couponFee
<
=
0
"
class=
"flex-between price"
>
<view
class=
"flex-row-center"
>
<text
class=
"text-black text-left"
>
会员折扣
</text>
<view
class=
"vip-tag-box"
>
...
...
@@ -265,7 +272,7 @@
<view
class=
"flex-row-center"
>
<text
class=
"text-pink text-xl text-bold"
style=
"margin-right: 6upx;"
>
-
</text>
<text
class=
"text-pink text-bold"
>
¥
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
discountFee
-
computePriceInfo
.
balance
}}
</text>
<text
class=
"text-pink text-lg text-bold"
>
{{
computePriceInfo
.
totalFee
-
computePriceInfo
.
totalFeeNow
}}
</text>
</view>
</view>
...
...
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