Commit 6baa6474 authored by msgroup's avatar msgroup

模版修改

parent 00bd875a
...@@ -11,7 +11,7 @@ ...@@ -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 @@ ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment