{extend name='main'} {block name="content"}
条件搜索
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
编号 用户 金额 提交时间 类型 状态
{$vo.id} {$vo.username} {:config("currency")}{$vo.num} {$vo.addtime|format_datetime} {switch $vo.type} {case 1}转入利息宝{/case} {case 2}利息宝转出{/case} {case 3}每日收益{/case} {/switch} {switch $vo.status} {case 1}已完成{/case} {case 0}冻结中{/case} {/switch}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}