<#-- 默认收红包列表 --> 收红包 - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>
<#-- 引入服务导航 --> <@include action="${newPublic_4}"/>
<#if pageView.records?exists && pageView.records?size gt 0 > <#list pageView.records as receiveRedEnvelope> <#if !pageView.records?exists || pageView.totalrecord == 0 >
发红包用户 金额 收取时间
<#if receiveRedEnvelope.giveAccount == null || receiveRedEnvelope.giveAccount == ''> 此用户账号已注销 ${receiveRedEnvelope.giveAccount} <#if receiveRedEnvelope.giveNickname != null && receiveRedEnvelope.giveNickname??> (呢称:${receiveRedEnvelope.giveNickname}) ${receiveRedEnvelope.amount} ${receiveRedEnvelope.receiveTime}
还没有发红包
<@include action="${newPublic_1}"/>
<#--引入页脚--> <@include action="${newPublic_3}"/>