{php}include BASE_PATH."/modules/assets/templates/top.tpl";{/php} {literal} {/literal}
序 | 用户ID | 来源 | 提交时间 | 提现金额 | 提现手续费 | 银行名称 | 持卡人姓名 | 卡号 | 联系电话 | 状态 | 操作 |
---|---|---|---|---|---|---|---|---|---|---|---|
{$smarty.foreach.f1.iteration} | {$item->user_id} | {if $item->source == 1}小程序{elseif $item->source == 2}app{/if} | {$item->add_date} | {$item->money}元 | {$item->s_charge}元 | {$item->Bank_name} | {$item->Cardholder} | {$item->Bank_card_number} | {$item->mobile} | {if $item->status == 0}待审核{elseif $item->status == 1}审核通过{else}已拒绝{/if} |
{if $item->status == 0}
通过
拒绝
|