模版修改

This commit is contained in:
msgroup 2021-07-30 11:44:25 +08:00
parent 00bd875a61
commit 6baa6474b0
1 changed files with 25 additions and 25 deletions

View File

@ -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}