判斷頂級欄目下是否有子欄目,沒有則不顯示。
紅色代碼就是判斷代碼
{eyou:empty name="$eyou.field.typegrade"}
<!--沒有子欄目顯示的內(nèi)容-->
{eyou:notempty name='$eyou.field.has_children' /}
<!--判斷當前欄目有無子欄目-->
<div class="intereste-area">
<p class="title">欄目分類</p>
<div class="intereste-list">
{eyou:channel type="first" row='10' currentstyle="hover"}
<a href="{$field.typeurl}" title="{$field.typename}" class="{$field.currentstyle}">{$field.typename}</a>
{/eyou:channel}
</div>
</div>
<!--判斷當前欄目有無子欄目 end-->
{/eyou:notempty}
<!--沒有子欄目顯示的內(nèi)容 end-->
{eyou:else /}
<!--有子欄目顯示的內(nèi)容-->
<div class="intereste-area">
<p class="title">欄目分類</p>
<div class="intereste-list">
{eyou:channel type="first" row='10' currentstyle="hover"}
<a href="{$field.typeurl}" title="{$field.typename}" class="{$field.currentstyle}">{$field.typename}</a>
{/eyou:channel}
</div>
</div>
<!--有子欄目顯示的內(nèi)容 end-->
{/eyou:empty}