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
132bf525
Commit
132bf525
authored
Aug 18, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aeaf71ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
wdCase.vue
pages/microShop/wdCase.vue
+1
-1
cash.vue
pages/share/cash/cash.vue
+1
-1
No files found.
pages/microShop/wdCase.vue
View file @
132bf525
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<view
style=
'font-size: 12px;color: #FF3F47;display: flex;flex-direction: row;align-items: center;'
>
¥
<view
style=
'font-size: 12px;color: #FF3F47;display: flex;flex-direction: row;align-items: center;'
>
¥
<Text
style=
'font-size: 18px;color:#000000;margin-left: 5px;'
v-if=
'cash.IsWithdrawAll == 1'
>
{{
cash
.
Commission
}}
</Text>
<Text
style=
'font-size: 18px;color:#000000;margin-left: 5px;'
v-if=
'cash.IsWithdrawAll == 1'
>
{{
cash
.
Commission
}}
</Text>
<input
type=
"text"
v-model=
"msg.AppliedMoney"
v-if=
'cash.IsWithdrawAll
== 0
'
@
input=
'liedMoney'
/>
<input
type=
"text"
v-model=
"msg.AppliedMoney"
v-if=
'cash.IsWithdrawAll
!= 1
'
@
input=
'liedMoney'
/>
</view>
</view>
</view>
</view>
<Text
style=
'font-size: 14px;color:#333 ;margin: 10px 0;display: inline-block;width: 94%;'
>
手续费扣除:
{{
msg
.
Fee
}}
元
</Text>
<Text
style=
'font-size: 14px;color:#333 ;margin: 10px 0;display: inline-block;width: 94%;'
>
手续费扣除:
{{
msg
.
Fee
}}
元
</Text>
...
...
pages/share/cash/cash.vue
View file @
132bf525
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<view
class=
"tixian"
style=
"background: #F7F5F5;padding: 0 20px;"
>
<view
class=
"tixian"
style=
"background: #F7F5F5;padding: 0 20px;"
>
<view
style=
'font-size: 12px;color: #FF3F47;display: flex;flex-direction: row;align-items: center;'
>
¥
<view
style=
'font-size: 12px;color: #FF3F47;display: flex;flex-direction: row;align-items: center;'
>
¥
<Text
style=
'font-size: 18px;color:#000000;margin-left: 5px;'
v-if=
'cash.IsWithdrawAll == 1'
>
{{
cash
.
CommissionWithdrawal
}}
</Text>
<Text
style=
'font-size: 18px;color:#000000;margin-left: 5px;'
v-if=
'cash.IsWithdrawAll == 1'
>
{{
cash
.
CommissionWithdrawal
}}
</Text>
<input
type=
"text"
v-model=
"msg.AppliedMoney"
v-if=
'cash.IsWithdrawAll
== 0
'
@
input=
'liedMoney'
style=
"margin-left: 5px;"
/>
<input
type=
"text"
v-model=
"msg.AppliedMoney"
v-if=
'cash.IsWithdrawAll
!= 1
'
@
input=
'liedMoney'
style=
"margin-left: 5px;"
/>
</view>
</view>
</view>
</view>
<Text
style=
'font-size: 14px;color:#333 ;margin: 10px 0;display: inline-block;width: 94%;'
>
手续费扣除:
{{
msg
.
Fee
}}
元
</Text>
<Text
style=
'font-size: 14px;color:#333 ;margin: 10px 0;display: inline-block;width: 94%;'
>
手续费扣除:
{{
msg
.
Fee
}}
元
</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