会员>提现管理>提现申请
先修改提现状态,确认扣款成功后,再通知财务人员给申请提现用户打款
{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}