{include file="components/header"}
{php} $ui_product = uiId('product'); $ui_solution = uiId('solution'); $ui_news = uiId('news'); {/php} {if !empty($sub_cates[0])}
{php} $news = getChildCategoriesContent($ui_news,$seller_id,5); {/php} {hcTaglib:content cid="$sub_cates[0]['id']" moduleId="1" item="vo" limit="5" mainField="*" subField="*" key="key"} {/hcTaglib:content}
{/if} {if !empty($sub_cates[1])}

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

{hcTaglib:allSubCategory pid="$ui_product" field="*" max-level="2" item="vo" sort="sort asc" key="key"} {/hcTaglib:allSubCategory}
{hcTaglib:category id="$ui_product" item="vo" field="*"} Explore more {/hcTaglib:category}
{/if} {if !empty($sub_cates[2])}
{hcTaglib:allSubCategory pid="$ui_solution" field="*" max-level="2" item="vo" sort=""}

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

{$vo.title ?? ''}

{$vo.description ?? ''}

    {volist name="vo.children" id="vv"}
  • {$vv.title}
  • {/volist}
Explore more
{/hcTaglib:allSubCategory}
{/if} {if !empty($sub_cates[3])}

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

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

{hcTaglib:content cid="$sub_cates[3]['id']" moduleId="1" item="vo" mainField="*" subField="*"} {/hcTaglib:content}
{/if} {if !empty($sub_cates[4])}

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

{$sub_cates[4]['sub_title']}

{$sub_cates[4]['desc']}

{php} $arr = explode(',',$sub_cates[4]['description']); $stats = array_chunk($arr, 2); // 每2个一组 {/php}
    {foreach $stats as $item}
  • {$item[0]} {$item[1]}
  • {/foreach}
{/if} {if !empty($sub_cates[5])}

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

{hcTaglib:category id="$ui_news" item="vo" field="*"} Explore more {/hcTaglib:category}
{php}$news = getChildCategoriesContent($ui_news,$seller_id,4);{/php} {if(!empty($news[0]))} {/if}
{hcTaglib:category id="$ui_news" item="vo" field="*"} Explore more {/hcTaglib:category}
{/if}
{include file="components/mask"} {include file="components/footer"}