{if $Think.session.userid eq $userid}
{/if}
{$username}宝宝共收到{$getWish|count}条祝福
{volist name="getWish" id='w'}
{$w.username}
{$w.wish}
{$w.add_time}
{/volist}
{$username}宝宝共收到{$getGift|count}份礼物
{volist name='getGift' id='g'}
{$g.username}
送了{$g.gift_name}
{$g.add_time}
{if $g.gift_score gt 0}
获得{$g.gift_score}积分
{/if}
{/volist}
{volist name="photoArr" id="p"}
{/volist}