<{foreach from=$rate item=row}>
<{$row.item_title}>

<{if $row.result == 'good'}><{t}>好评<{/t}><{elseif $row.result=='bad'}><{t}>差评<{/t}><{else}><{t}>中评<{/t}><{/if}>

<{$row.content}>

<{if $row.rate_pic}>
    <{foreach from=$row.rate_pic item=pic}>
  • <{/foreach}>
<{/if}>

<{$row.created_time|cdate}>

<{if $row.reply_content}>

<{t}>商家回复<{/t}>:<{$row.reply_content}>

<{$row.reply_time|cdate}>

<{/if}> <{if $row.append}>

<{t}>追加评论<{/t}>:

<{$row.append.append_content}>

<{if $row.append.append_rate_pic}>
    <{foreach from=$row.append.append_rate_pic item=append_pic}>
  • <{/foreach}>
<{/if}>

<{$row.append.created_time|cdate}>

<{if $row.append.append_reply_content}>

<{t}>商家回复<{/t}>:<{$row.append.append_reply_content}>

<{$row.append.reply_time|cdate}>

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