类型:
<#if giveRedEnvelope.type == 10>
个人定向红包
<#elseif giveRedEnvelope.type == 20>
公共随机红包
<#elseif giveRedEnvelope.type == 30>
公共定额红包
#if>
总金额:¥${giveRedEnvelope.totalAmount}
<#if giveRedEnvelope.refundAmount gt 0 >
中止领取红包后返还金额¥${giveRedEnvelope.refundAmount}
#if>
发放数量:${giveRedEnvelope.giveQuantity}
<#if giveRedEnvelope.remainingQuantity != null >
已领取数量:${giveRedEnvelope.giveQuantity - giveRedEnvelope.remainingQuantity}
#if>
时间:${giveRedEnvelope.giveTime}
${giveRedEnvelope.bindTopicTitle}
| 收红包用户 | 金额 | 收取时间 | |
|---|---|---|---|
| ${receiveRedEnvelope.receiveAccount} <#if receiveRedEnvelope.receiveNickname != null && receiveRedEnvelope.receiveNickname??> (呢称:${receiveRedEnvelope.receiveNickname}) #if> <#if receiveRedEnvelope.receiveAccount == null || receiveRedEnvelope.receiveAccount == ''> 此用户账号已注销 #if> | ${receiveRedEnvelope.amount} | ${receiveRedEnvelope.receiveTime} | |
| 还没有金额分配 | |||
<@include action="${newPublic_1}"/>