{if:$this->withdrawRow['status']==0} {/if}
会员名称: {$this->userRow['username']}
真实姓名: {$this->userRow['true_name']}
当前余额: {$this->userRow['balance']}
收款人姓名: {$this->withdrawRow['name']}
提现金额: {$this->withdrawRow['amount']}
申请时间: {$this->withdrawRow['time']}
备注: {$this->withdrawRow['note']}
状态: {echo:AccountLog::getWithdrawStatus($this->withdrawRow['status'])}
修改状态:

当选择 “成功” 状态后,用户的余额会自动被扣除,请确保用户余额被扣除成功后,您的财务人员再通过线下转账汇款等方式进行汇款操作

回复用户:
{if:$this->withdrawRow['status']==0} {/if} 返回列表