|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<div id="key_1605172743000_96378" class="nav-h5-body" style="display: none"> |
|
|
|
<div id="key_1605172743000_96378" class="nav-h5-body" style="display: none"> |
|
|
|
<a href="{ms:global.host/}" class="nav-h5-item"> 首页 </a> |
|
|
|
<a href="{ms:global.host/}" class="nav-h5-item"> 首页 </a> |
|
|
|
{ms:channel flag='nav' type='top'} |
|
|
|
{ms:channel flag='nav' type='top'} |
|
|
|
<a href="<#if field.type==3>{ms:global.url/}${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="nav-h5-item <#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>"> |
|
|
|
<a href="<#if field.type==3>${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="nav-h5-item <#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>"> |
|
|
|
${field.typetitle} |
|
|
|
${field.typetitle} |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{/ms:channel} |
|
|
|
{/ms:channel} |
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
<a href="{ms:global.host/}" class="item"> 首页 </a> |
|
|
|
<a href="{ms:global.host/}" class="item"> 首页 </a> |
|
|
|
|
|
|
|
|
|
|
|
{ms:channel flag='nav' type='top'} |
|
|
|
{ms:channel flag='nav' type='top'} |
|
|
|
<a href="<#if field.type==3>{ms:global.url/}${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="item<#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>"> |
|
|
|
<a href="<#if field.type==3>${field.typeurl}<#else>{ms:global.url/}${field.typelink}</#if>" class="item<#if typeid==field.typeid || (ids?has_content && ids?index_of('${field.typeid}') gt -1)> sel</#if>"> |
|
|
|
${field.typetitle} |
|
|
|
${field.typetitle} |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
{/ms:channel} |
|
|
|
{/ms:channel} |
|
|
|
|