{include file='lib/header.html'}
{include file='usernavleft.html'}

评论管理

{if $list}
店铺评论是基于购买用户对于该店的评论,每个订单只能评价一次,店铺无权删除!
{foreach item=g from=$list} {if $g.reply} {/if}
点评者:{if $g.nickname}{$g.nickname}{else}游客{/if} 点评时间:{$g.dateline|date:Y-m-d}
服务: 口味:
价格: 配送时间:
总体评价:
内容:{$g.content}
回复:{$g.reply}
{/foreach} {if $pagelist}{$pagelist}{/if} {else}

暂无评论

{/if}

评论管理

关于您对店铺的评论都在这里。

{include file='lib/footer.html'}