{php} $current_cate_id = $current_cate['id'] ?? 0; {/php} {$current_cate['seo_title']} {include file="components/header"}
{if !empty($sub_cates[0])}

{$sub_cates[0]['title'] ?? ''}

{$sub_cates[0]['description'] ?? ''}

{/if} {if !empty($sub_cates[1])}

{$sub_cates[1]['title'] ?? ''}

{/if} {if !empty($sub_cates[2])}

{$sub_cates[2]['title'] ?? ''}

{$sub_cates[2]['description'] ?? ''}
{/if} {if !empty($sub_cates[3])}

{$sub_cates[3]['title'] ?? ''}

{php} $products = getArticlesBySolutionName($current_cate['title'],$seller_id,6); {/php} {volist name="products" id="vo"} {/volist}
{/if} {if !empty($sub_cates[4])}

{$sub_cates[4]['title'] ?? ''}

{php} $contents = getContentByCategory($sub_cates[4]['id'], $seller_id, 6, 'sort asc', ['thumbnail', 'category']); {/php} {volist name="contents" id="vo"}
{$vo['title'] ?? ''}

{$vo['title'] ?? ''}

{$vo.description ?? ''}

{/volist}
{/if} {if !empty($sub_cates[5])}

{$sub_cates[5]['title'] ?? ''}

{php}$others = getOtherCategoryCategoryId($current_cate['id'],$seller_id,5);{/php} {volist name="others" id="vo"}

{$vo.title ?? ''}

探索更多
{/volist}
{/if}