帮助

导航菜单判断是否有子栏目,有则显示否则隐藏(二级菜单调用)

2018-07-03 16:35 标签调用
{eyou:channel type="top" row="10" id="field" currentstyle="active"}
<li class="yiji"> <a href="{$field.typeurl}" title="{$field.typename}" class="{$field.currentstyle}">{$field.typename}</a> 
 {eyou:notempty name="$field.children"}
 <div class="erji"> 
  {eyou:channel name="$field.children" row="100" id="field2"} 
   <a href="{$field2.typeurl}" class="dropdown-item ">{$field2.typename}</a> 
  {/eyou:channel}
 </div>
 {/eyou:notempty}
</li> 
{/eyou:channel}


上述代码红色部分就是判断是否隐藏二级栏目的代码,其判断为有子栏目时就显示,没有
有子栏目时就隐藏。


QQ在线咨询