{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{$member['nopay_commission']}
{php echo $salefont['nopay_commission'] ? $salefont['nopay_commission'] : '可提现佣金';}(元)
{php echo sprintf("%.2f",$member['nopay_commission']+$member['pay_commission']);}
{php echo $salefont['total_commission'] ? $salefont['total_commission'] : '累计佣金';}(元)
{php echo date('Y-m-d', $member['addtime']);}
加入时间
{if $op=='display'} {if $list}
提现编号
提现方式
提现金额/手续费
提现二维码
提现状态
申请时间/审核时间
备注
{loop $list $key $item}
  • {$item['id']}

    {$cashWayList[$item['cash_way']]}

    ¥{$item['cash_num']}
    ¥{$item['service_num']}

    {if $item['cash_way']==5} {/if}

    {$cashStatusList[$item['status']]}

    {php echo date('Y-m-d H:i', $item['addtime']);}
    {if $item['disposetime']} {php echo date('Y-m-d H:i', $item['disposetime']);} {/if}

    {$item['remark']}
    {if $item['cash_way']==4} 提现银行:{$item['bank_name']}
    银行开户行:{$item['bank_row']}
    {/if} {if $item['cash_way']==3 || $item['cash_way']==4} 收款人姓名:{$item['pay_name']}
    提现帐号:{$item['pay_account']}
    {/if} {if $item['admin_img']} {/if}

{/loop} {if $pager}
{/if}
{else} {/if} {/if}
{php include $this->template($template.'/_footer')}