{include file="head.html"}
红包发送记录
{foreach item=c from=$data} {/foreach}
id 用户 金额 时间 状态 消息 操作
{$c.id} {$c.nickname} {$c.money} {$c.dateline|date:Y-m-d} {$c.status} {$c.msg} {if $c.status neq 'SUCCESS'} 重新发送 {/if}
{$pagelist}
{include file="footer.html"}