相关分类
<{foreach from=$shopCat item=data}>
<{$data.cat_name}>
<{foreach from=$data.children item=cat}> <{$cat.cat_name}> <{/foreach}>
<{/foreach}>