{php global $_GPC, $_W;}
{template 'left'}

提现管理

{loop $withdrawal['list'] $item} {/loop}
id 商家 金额 提现方式 号码 姓名 开户地址 状态 时间 操作
{$item['id']} {$item['receiver']} {$item['money']} {php echo $item['mode']==1 ? '银行卡' : '支付宝'} {$item['no']} {$item['name']} {$item['opening_bank']} {$item['status_str']} {php echo date('Y-m-d H:i:s',$item['created'])} {if $item['status'] == 1} 通过 拒绝 {else} {$item['status_str']} {/if}
{$withdrawal['pages']}
{if !empty($_W['setting']['copyright']['icp'])}
备案号:{$_W['setting']['copyright']['icp']}
{/if}