【修改】取消最小提现金额显示
This commit is contained in:
parent
a68b87d440
commit
2c8ca40458
|
|
@ -34,8 +34,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="desc">
|
||||
<text>最小提现金额为{{ $lang('common.currencySymbol') }}{{ withdrawInfo.config.min | moneyFormat }}</text>
|
||||
<text>,手续费为{{ withdrawInfo.config.rate + '%' }}</text>
|
||||
<!-- <text>最小提现金额为{{ $lang('common.currencySymbol') }}{{ withdrawInfo.config.min | moneyFormat }}</text>-->
|
||||
<text>手续费为{{ withdrawInfo.config.rate + '%' }}</text>
|
||||
</view>
|
||||
<view class="desc">
|
||||
<text>提现金额需为100的整数倍</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue