<{if $comment_switch_discuss == 'on'}> class ='active'<{/if}> >我的评论 <{/if}> <{if $comment_switch_ask == 'on'}> class ='active'<{/if}> >我的咨询 <{/if}>
    <{if $commentList}> <{foreach from=$commentList item='commentList'}> <{if !$goodsList[$commentList.type_id]}><{continue}><{/if}> <{if !$commentList.product_id}> <{assign var='product_id' value=$productList[$commentList.type_id]}> <{else}> <{assign var='product_id' value=$commentList.product_id}> <{/if}>
  • <{$goodsList[$commentList.type_id].name}>

    <{$goodsList[$commentList.type_id].name}>

    <{$goodsList[$commentList.type_id].price|cur_odr}>
    <{if $commentType == 'ask'}> [<{$gask_type.[$commentList.gask_type]|default:'商品咨询'}>] <{elseif $point_status == 'on'}> /////..... <{/if}>
    <{$commentList.time|cdate:SDATE_STIME}>

    <{$commentList.comment}>

    <{if $commentList.items}> <{foreach from=$commentList.items item="reply"}>
    [
    <{if $reply.addon.hidden_name =='YES' && ($reply.author_id !=0 || $reply.author_id !=1)}><{t}>匿名<{/t}><{else}><{$reply.author}><{/if}> <{t}>说<{/t}><{$reply.time|cdate:SDATE_STIME}>

    <{$reply.comment}>

    \
    <{/foreach}> <{/if}>
  • <{/foreach}> <{else}>
  • <{t}>暂无商品<{if $commentType == 'ask'}>咨询<{else}>评论<{/if}><{/t}>
  • <{/if}>
<{pagers data=$pager}>