【最新评价内容】
{loop $comments $comment}-
{if $comment['anonymous']}{echo '匿名用户';}{else}{$comment['user_name']}{/if}
{echo date('Y-m-d', $comment['timestamp_update'])}
{if $comment['status'] != 'approved'}
{if $comment['status']=='auditing'}审核中{/if}{if $comment['status']=='denied'}未通过{/if}
{/if}
-
{/if} {if $comment['reply']}
{/if}
{/loop}
{$comment['content']}
{if $comment['img']}商家回复:{$comment['reply']}