{include file="public/layout" /}
{include file="order/left" /}
{include file="public/callback_page_1" /}

评价详情

{eq name="$Comment.systemComment" value="1"}
商品信息
{$Comment.product_name}
评分等级
评价图片
{volist name="$Comment.upload_img" id="vo"}
{/volist}
评价时间
{if condition="empty($Comment['is_visitors'])"}
用户
{else/}
游客
姓名: {$Comment.visitors_name}
邮箱: {$Comment.visitors_email}
{/if}
   
{/eq} {eq name="$Comment.systemComment" value="0"}
关联订单
{$Comment.order_code}
商品信息
{$Comment.product_name}
评分等级
评价图片
{volist name="$Comment.upload_img" id="vo"}
{/volist}
评价时间
{$Comment.add_time|date='Y-m-d H:i:s',###}
用户
   
{/eq}
{include file="public/footer" /}