|
|
@ -251,6 +251,21 @@ |
|
|
</a> |
|
|
</a> |
|
|
<div class="nav-mega__body"> |
|
|
<div class="nav-mega__body"> |
|
|
<div class="nav-mega__cols"> |
|
|
<div class="nav-mega__cols"> |
|
|
|
|
|
<!-- 一级栏目展示产品 --> |
|
|
|
|
|
{if ($vo.need_show_sub_content==1)} |
|
|
|
|
|
{hcTaglib:contentPage2 cid="$vo.id" mainField="id,category_id,title,sub_title" subField="" name="hc_content_tmp" limit="30" item="content_one" sort="sort asc"} |
|
|
|
|
|
{/hcTaglib:contentPage2} |
|
|
|
|
|
|
|
|
|
|
|
{if !empty($hc_content)} |
|
|
|
|
|
<ul class="nav-mega__links"> |
|
|
|
|
|
{volist name="hc_content_tmp" id="vo_content_tmp"} |
|
|
|
|
|
<li><a href="{:hcUrl('detail/index',['id'=>$vo_content_tmp['id'],'cid'=>$vo_content_tmp['category_id']])}">{$vo_content_tmp.title}</a></li> |
|
|
|
|
|
{/volist} |
|
|
|
|
|
</ul> |
|
|
|
|
|
{/if} |
|
|
|
|
|
|
|
|
|
|
|
{/if} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{hcTaglib:subcategory pid="$sub_cate_id" item="vo22" sort=""} |
|
|
{hcTaglib:subcategory pid="$sub_cate_id" item="vo22" sort=""} |
|
|
<div class="nav-mega__col"> |
|
|
<div class="nav-mega__col"> |
|
|
|