{set:$queryObj=Api::run('getListByWithdraw',array('status'=>'0'));$resultData=$queryObj->find()} {foreach:items=$resultData} {/foreach}
全选 批量删除
用户名 当前预存款 申请提现金额 申请时间 收款人姓名 微信绑定 状态 操作
{$item['username']} {$item['balance']} {$item['amount']} 元 {$item['time']} {$item['name']} {if:class_exists("wechat")}{echo:wechat::getOpenidByUser($item['user_id'])?'已绑定':'未绑定'}{/if} {echo:AccountLog::getWithdrawStatus($item['status'])}
{$queryObj->getPageBar()}