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

    <{$row.content}>

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

    <{if $row.anony}><{$userName[$row.user_id]|hidden_show}><{else}><{$userName[$row.user_id]}><{/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}> <{/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}>