{?if $row.status==0?}
提现信息: 提现金额:{?$row.amount?}
提现帐号:{?$row.account?}
帐号核对: 收 款 人 :{?$account.payee?}
收款银行:{?$account.bank?}
收款帐号:{?if $erraccount==1?}{?$account.account?}{?else?}{?$account.account?}{?/if?}
会员余额: {?if $erramount==1?}{?$useramount?}{?else?}{?$useramount?}{?/if?} 元
支付状态: {?if $erramount==1 || $erraccount==1?}   {?else?}   {?/if?}
备注:
{?elseif $row.status==1?}
提现金额: {?$row.amount?}
提现日期: {?$row.applytime|date:'Y-m-d H:i'?}
支付帐号: {?$row.account?}
支付日期: {?$row.paytime|date:'Y-m-d H:i'?}
备注: {?$row.reason|nl2br?}
{?else?}
提现金额: {?$row.amount?}
提现日期: {?$row.applytime|date:'Y-m-d H:i'?}
提现帐号: {?$row.account?}
处理日期: {?$row.paytime|date:'Y-m-d H:i'?}
备注: {?$row.reason|nl2br?}
{?/if?}