<{if $type == 'prize'}> <{if $userEventsData}> <{foreach from=$userEventsData item=v}>
  • <{$v.user.mobile}> 的用户 <{$v.user.cdate}> 获得 <{$v.user.events}>活动奖品。
  • <{/foreach}> <{/if}> <{elseif $type == 'feedback'}> <{if $fdData}> <{foreach from=$fdData item=v}>
  • <{$v.user.mobile}> 的用户 <{$v.user.cdate}> 评价了 <{$v.user.events}>活动:
    <{foreach from=$v.pic item=v1}> <{/foreach}>

    <{$v.content}>

  • <{/foreach}> <{/if}> <{/if}>