This commit is contained in:
2026-06-19 14:54:38 +08:00
parent bc9305b157
commit 60ca1b30cb

View File

@@ -115,6 +115,12 @@ function cancelAudit() {
<p>
<strong>提现金额</strong>¥{{ currentWithdrawal.amount.toFixed(2) }}
</p>
<p>
<strong>扣税金额</strong>¥{{ currentWithdrawal.tax_amount.toFixed(2) }}
</p>
<p>
<strong>转账金额</strong>¥{{ currentWithdrawal.actual_amount.toFixed(2) }}
</p>
<p>
<strong>提现方式</strong>
{{ currentWithdrawal.withdraw_method === 2 ? '银行卡' : '支付宝' }}