{template '_header'} {if $op == 'display'}
{loop $goods_list $key $item}
{$item['title']}
{$item['title']}
{$item['sku_name']}
非常好
评价内容

评价晒图

    {if $key < count($goods_list)-1}
    {/if}
    {/loop}
    提交
    {elseif $op == 'list'}
    全部({php echo $total>9 ? $total.'+' : $total;}) 好评({$good_total}) 中评({$mid_total}) 差评({$bad_total})
    加载更多
    {/if} {template '_footer'}