{set:$comment_total=$this->data['comment_total'];} {set:$average_point=$this->data['average_point'];} {set:$id=intval(IReq::get('id'));} {set:$item=Api::run('getGoodsInfo',array("#id#",$id))} {if:!$item} {set:IError::show(403,'商品信息不存在')} {/if}
您当前的位置: 首页 » 评论
{foreach:items=$this->data['comment_list'] key=$key item=$item}
{$item['username']}

{$item['user_group_name']}

评分:{$dateline}


评语:{$item['contents']}


{/foreach}
{$this->comment_query->getPageBar()}