{extend name="$base" /} {block name="resources"} {/block} {block name="main"} {php} $goods_category_list = api('System.Goods.goodsCategoryList'); $goods_category_list = $goods_category_list['data']; //是否显示简称 $category_use = $show_type['is_use']; // 模板类型 $category_template = $show_type['template']; // 模板样式 $category_style = $show_type['style']; // 分类图显示 $category_is_img = $show_type['is_img']; // Class 样式 $more_list_class = $category_template == 3 ? 'more-list' : ''; $none_img_class = $category_is_img == 0 ? 'none-img' : ''; {/php} {notempty name='$goods_category_list'}
{if condition='$category_template eq 1'}
{/if}
{else/}

暂无商品分类
{/notempty} {if condition="$category_template == 1"} {/if} {/block}