二級菜單導航
2022-11-24 加入收藏
{eyou:channel type="first" id="field" currentstyle="hover"}
<ul class="一級">
<li class="{$field.currentstyle}"><a href="{$field.typeurl}">{$field.typename}</a>
<!--一級名稱 -->
{eyou:notempty name="$field.children"}
<ul class="二級">
{eyou:channel name="$field.children" row="100" id="field2"}
<li><a href="{$field2.typeurl}">{$field2.typename}</a><li>
{/eyou:channel}
</ul>
{/eyou:notempty}
</li>
</ul>
{/eyou:channel}
