<{import file="common.html" title="产品评价"}>
 订单评价主页
<{uqcms m="order" v="data" c="get_comment:smarty.get.oid"}>
<{foreach item=i from=$data.goods_info}>
<{if $i.comment_status}>
商品满意度
<{else}>
商品满意度
<{/if}>
<{if $i.comment_status}> <{$i.comment_content}> <{else}>

<{/if}>
<{if $i.comment_status}> <{if $i.comment_img}>
<{foreach item=ci from=$i.comment_img}> <{/foreach}>
<{/if}> <{else}> <{/if}>
<{/foreach}>
店铺动态评分
<{if !$shop_score.status}>
产品满意度
服务满意度
物流满意度
<{/if}>
<{if $data.order_row.order_status != '5'}>

<{/if}>
<{include file="default/footer.html"}>