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
369b35ad
Commit
369b35ad
authored
Apr 12, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
89787f53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
order-submit.vue
pages/order-submit/order-submit.vue
+7
-6
No files found.
pages/order-submit/order-submit.vue
View file @
369b35ad
...
...
@@ -164,12 +164,7 @@
<text
class=
"price"
:style=
"{ color: mc }"
>
-¥{{ couponPrice.toFixed(2) }}
</text>
</view>
</view>
<view
class=
"filed"
v-if=
"IsDeposit==1 && mchs[0].deposit.can_use == true"
>
<view
class=
"left"
>
储蓄卡抵扣
</view>
<view
class=
"right"
>
<text
class=
"price"
:style=
"{ color: mc }"
>
-¥{{ cashPrice.toFixed(2) }}
</text>
</view>
</view>
<view
class=
"filed"
v-if=
"mchs.length>0&&mchs[0].is_deduction_commission"
>
<view
class=
"left"
>
佣金抵扣
</view>
<view
class=
"right"
>
...
...
@@ -182,6 +177,12 @@
<text
class=
"price"
:style=
"{ color: mc }"
>
-¥{{ userInt ? integral.deduction_price.toFixed(2) : '0.00' }}
</text>
</view>
</view>
<view
class=
"filed"
v-if=
"IsDeposit==1 && mchs[0].deposit.can_use == true"
>
<view
class=
"left"
>
储蓄卡抵扣
</view>
<view
class=
"right"
>
<text
class=
"price"
:style=
"{ color: mc }"
>
-¥{{ cashPrice.toFixed(2) }}
</text>
</view>
</view>
</view>
<view
class=
"btton-box"
>
...
...
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