add
This commit is contained in:
@@ -115,6 +115,12 @@ function cancelAudit() {
|
|||||||
<p>
|
<p>
|
||||||
<strong>提现金额:</strong>¥{{ currentWithdrawal.amount.toFixed(2) }}
|
<strong>提现金额:</strong>¥{{ currentWithdrawal.amount.toFixed(2) }}
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>扣税金额:</strong>¥{{ currentWithdrawal.tax_amount.toFixed(2) }}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>转账金额:</strong>¥{{ currentWithdrawal.actual_amount.toFixed(2) }}
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<strong>提现方式:</strong>
|
<strong>提现方式:</strong>
|
||||||
{{ currentWithdrawal.withdraw_method === 2 ? '银行卡' : '支付宝' }}
|
{{ currentWithdrawal.withdraw_method === 2 ? '银行卡' : '支付宝' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user