<#-- 默认发红包金额分配列表 --> 发红包金额分配 - ${title} <#-- 获取令牌 --> <#-- 引入页头 --> <@include action="${newPublic_2}"/>
<#-- 引入服务导航 --> <@include action="${newPublic_4}"/>
类型: <#if giveRedEnvelope.type == 10> 个人定向红包 <#elseif giveRedEnvelope.type == 20> 公共随机红包 <#elseif giveRedEnvelope.type == 30> 公共定额红包 总金额:¥${giveRedEnvelope.totalAmount} <#if giveRedEnvelope.refundAmount gt 0 > 中止领取红包后返还金额¥${giveRedEnvelope.refundAmount} 发放数量:${giveRedEnvelope.giveQuantity} <#if giveRedEnvelope.remainingQuantity != null > 已领取数量:${giveRedEnvelope.giveQuantity - giveRedEnvelope.remainingQuantity} 时间:${giveRedEnvelope.giveTime} ${giveRedEnvelope.bindTopicTitle}
<#if pageView.records?exists && pageView.records?size gt 0 > <#list pageView.records as receiveRedEnvelope> <#if !pageView.records?exists || pageView.totalrecord == 0 >
收红包用户 金额 收取时间
${receiveRedEnvelope.receiveAccount} <#if receiveRedEnvelope.receiveNickname != null && receiveRedEnvelope.receiveNickname??> (呢称:${receiveRedEnvelope.receiveNickname}) <#if receiveRedEnvelope.receiveAccount == null || receiveRedEnvelope.receiveAccount == ''> 此用户账号已注销 ${receiveRedEnvelope.amount} ${receiveRedEnvelope.receiveTime}
还没有金额分配
<@include action="${newPublic_1}"/>
<#--引入页脚--> <@include action="${newPublic_3}"/>