{#if $T.data.length>0} {#foreach $T.data as record}
分享时间:{$T.record.createTime} {#if $T.record.isGetGift==true}已领取{#else}未领取{#/if}
{#if $T.record.giftType=="Goods"}
奖品:{$T.record.giftTitle}
数量:{$T.record.giftCount}
标题:{$T.record.shareTitle}
内容:{$T.record.shareContent}
链接:{$T.record.shareUrl}
分享方式:{#if $T.record.shareChannel=="WeChat"}微信朋友圈{#else}QQ空间{#/if}
活动有效期:{$T.record.startTime}~{$T.record.endTime}
{#else}
获得:{#if $T.record.giftType=="Score"}积分:{#elseif $T.record.giftType=="Draw"}抽奖次数:{#/if}{$T.record.giftCount}
标题:{$T.record.shareTitle}
内容:{$T.record.shareContent}
链接:{$T.record.shareUrl}
分享方式:{#if $T.record.shareChannel=="WeChat"}微信朋友圈{#else}QQ空间{#/if}
活动有效期:{$T.record.startTime}~{$T.record.endTime}
{#/if} {#if $T.record.isGetGift==false}

领取

{#/if}
{#/for} {#if $T.totalPage==$T.curPage}
{#/if} {#else}

sorry,没有数据

{#/if}