消费评价
{if $i_buyed} {if $comment_my}您已评价 {else}您已购买过本单,请评价 {/if} {else}请您购买后评价{/if}
本单用户评价:{$summary['average']}
已有{$summary['count']}人评价
{if $i_buyed}

【我的评价内容】

{if $comment_my}

{$comment_my['content']}

{if $comment_my['reply']}

{$comment_my['reply']}

{/if}
{$comment_my['user_name']} {echo date('Y-m-d H:i:s', $comment_my['timestamp_update'])}
{else}

评分

内容

{/if}
{/if}

【最新评价内容】

{loop $comments $comment}

{$comment['content']}

{if $comment['reply']}

{$comment['reply']}

{/if}
{$comment['user_name']} {echo date('Y-m-d H:i:s', $comment['timestamp_update'])} {if $comment['status'] != 'approved'} {if $comment['status']=='auditing'}审核中{/if}{if $comment['status']=='denied'}未通过{/if} {/if}
{/loop}
{~page_moyo()}