Browse Source

feature:提现添加手续费展示

feature-1.1-dev
Penny 3 years ago
parent
commit
c3ce20d4fb
  1. 2
      pages-userInfo/withdraw/withdraw.vue

2
pages-userInfo/withdraw/withdraw.vue

@ -11,7 +11,7 @@
<span>当前余额为{{userInfo.amt}}</span>
<span class="all-withdraw" v-if="userInfo.amt > 0" @click="allWithdraw">全部提现</span>
</view>
<view class="withdraw-amount-tip">小贴士提现金额不少于1元 </view>
<view class="withdraw-amount-tip">小贴士提现金额不少于1元,手续费为6% </view>
</view>
<view class="error-message" v-if="checkFlag == true">输入金额超过或少于可提现余额</view>

Loading…
Cancel
Save