Commit 0f086396 authored by Mac's avatar Mac

提现模块颜色修改

parent 132bf525
......@@ -30,9 +30,9 @@
</view>
<view class="tixian" style="background: #F7F5F5;padding: 0 20px;">
<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.IsAllCommission == 1'>{{cash.Commission}}</Text>
<input type="text" v-model="msg.AppliedMoney" v-if='cash.IsWithdrawAll != 1' @input='liedMoney'/>
<input type="text" v-model="msg.AppliedMoney" style="color:#000000 ;font-size: 18px;margin-left: 5px;" v-if='cash.IsAllCommission != 1' @input='liedMoney'/>
</view>
</view>
<Text style='font-size: 14px;color:#333 ;margin: 10px 0;display: inline-block;width: 94%;'>手续费扣除:{{msg.Fee}}</Text>
......
......@@ -26,7 +26,7 @@
<view class="tixian" style="background: #F7F5F5;padding: 0 20px;">
<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>
<input type="text" v-model="msg.AppliedMoney" v-if='cash.IsWithdrawAll != 1' @input='liedMoney' style="margin-left: 5px;"/>
<input type="text" v-model="msg.AppliedMoney" v-if='cash.IsWithdrawAll != 1' @input='liedMoney' style="margin-left: 5px;color:#000000 ;font-size: 18px"/>
</view>
</view>
<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