{include file="page_header.htm"} {insert_scripts files="../js/utils.js"}
{if $product} {/if} {if $information} {/if} {if $order} {/if} {if $customer} {/if}
产品: {$product.name}
文章: {$information.name}
订单号: {$order.order_sn}
内容: {$review.content}
评分: {$review.rating} 分
日期: {$review.date_added}
用户名: {$customer.user_name}
回复内容:
    {if $reply} {foreach from=$reply item=list}
  • {$list.content}
    {$list.date_added}
    {$list.author}
    [删除]
  • {/foreach} {/if}
回复:
 
{insert_scripts files="tab.js,validator.js"} {include file="page_footer.htm"}