分类大全
{foreach $categoryList as $level1}
[{$level1.cat_name}]
{foreach $level1.children as $level2}
{$level2.cat_name}{if !$level2@last}|{else}
{/if}{/foreach}
{/foreach}
[品牌]
{foreach $brandList as $one}
{$one.brand_name}{if !$one@last}|{/if}{/foreach}
{include file = "wap/_footer.html" scope = parent}