{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
订单号 用户名 交易额 交易类型 收入/支出 交易时间
{$vo.oid} {$vo.username} {:config("currency")}{$vo.num} {switch $vo.type} {case 0}{literal}系统操作{/literal} {/case} {case 1}充值{/case} {case 2}交易{/case} {case 3}返佣{/case} {case 4}强制交易{/case} {case 5}推广返佣{/case} {case 6}下级交易返佣{/case} {case 7}提现{/case} {/switch} {switch $vo.status} {case 1}收入{/case} {case 2}支出{/case} {/switch} {$vo.addtime|format_datetime}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}