Commit 132bf525 authored by Mac's avatar Mac

1

parent aeaf71ea
...@@ -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>
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment