商品评论
{if !empty($commentList)}
{foreach $commentList as $comment}
{$userList[$commentList[$comment.comment_id].user_id].user_name|enc_email}:
{$commentList[$comment.comment_id].content}
{if isset($replyList[$comment.comment_id])}
美丽回复:
{foreach $replyList[$comment.comment_id] as $c}
{$c.content}
{/foreach}
{/if}
{if !$comment@last}
{/if}
{/foreach}
{else}
暂时无评论
{/if}
{include file = "wap/_footer.html" scope = parent}