{include file="default/header" title="AFF提现记录 "/}
AFF提现记录



{foreach $aff as $a} {/foreach}
ID 用户ID 信息 金额 时间 状态 操作
{$a.id} {$a.userid} {$a.information} {$a.money} {$a.time|date="Y-m-d H:i:s",###} {if $a.state=="1"} 已处理 {else} 未处理 {/if}
{$aff->render()}
{include file="default/footer" /}