{volist name="block_list" id="vo"} {if condition ="!empty($vo['goods_list'])"}

{$vo['category_alias']}


{if condition = "$vo['ad_picture'] neq ''"}
  • {$vo['ad_list']['title']}

    {$vo['ad_list']['subtitle']}

{/if}
{if condition="!empty($vo['child_category'])"} {volist name="vo['child_category']" id="goods" } {if condition="!empty($goods['goods_list'])"} {/if} {/volist} {/if}
{if condition="!empty($vo['brand_list']) and $vo['is_show_brand'] eq 1"}
    {volist name="vo['brand_list']" id="brandlist" key<8}
  • {/volist}
{/if}
{/if} {/volist}