{template 'common/header'} {template 'common'} {if $operation == 'display'}
筛选
{loop $list $row} {/loop}
sn码 用户名 电话 申请消费数量 申请时间 状态 操作
{$row['sn']} {if !empty($row['username'])}{$row['username']}{else}未登记{/if} {if !empty($row['tel'])}{$row['tel']}{else}未登记{/if} {$row['credit']} {php echo date('Y/m/d H:i',$row['dateline']);} {if $row['status'] == 0} 待处理 {else} 已兑换 {/if} {if $row['status']==0} 操作   {/if}
{$pager}
{/if} {template 'common/footer'}