提现金额
¥
可提现{{ formData.apply_type == WithdrawEnum.COMMISSION ? '余额':'保证金' }}:
¥{{ config.money }}
¥{{ config.deposit }}
全部提现
提现手续费{{ config.service_charge }}%
选择提现账户
提现至{{
item.type == 1 ? '微信' : item.type == 2 ? '支付宝' : '银行卡'
}}
{{ item.config.name?.length ? item.config.name + ' ' + (item.type == 1 ? item.config.mobile : item.type == 2 ? item.config.account : item.type == 3 ? item.config.bank_card : '') : '请设置提现账户' }}
温馨提示:{{ config.tips }}