Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
30e54922
Commit
30e54922
authored
Sep 09, 2021
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
券优化
parent
f5b6dbc2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
orderCoupon.vue
components/orderCoupon.vue
+1
-1
ourPayment.vue
pages/ourPayment/ourPayment.vue
+1
-1
No files found.
components/orderCoupon.vue
View file @
30e54922
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</view>
</view>
<view>
<view>
{{
item
.
couponRule
}}
{{
item
.
couponRule
}}
<text>
<text
v-if=
"item.savedMoney"
>
<text>
¥
</text>
{{
parseFloat
(
item
.
savedMoney
.
toFixed
(
2
))
}}
<text>
¥
</text>
{{
parseFloat
(
item
.
savedMoney
.
toFixed
(
2
))
}}
</text>
</text>
</view>
</view>
...
...
pages/ourPayment/ourPayment.vue
View file @
30e54922
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</view>
</view>
</view>
</view>
<!-- -----------------------------有可用优惠券----------------------------------------------------- -->
<!-- -----------------------------有可用优惠券----------------------------------------------------- -->
<view
class=
"topCoupon"
v-if=
"chooseCouponObj!=''"
@
click=
"showCoupon()"
>
<view
class=
"topCoupon"
v-if=
"chooseCouponObj!=''
&&savedMoney>0
"
@
click=
"showCoupon()"
>
<view
class=
"couponLeft"
>
<view
class=
"couponLeft"
>
<text>
券
</text>
<text>
券
</text>
<text>
{{
chooseCouponObj
.
couponName
}}
</text>
<text>
{{
chooseCouponObj
.
couponName
}}
</text>
...
...
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