{eyou:channel type="top" row="60" id="field" currentstyle="hover"}
<li class="am-panel">{eyou:notempty name="$field.children"} <span class="am-icon-angle-right" data-am-collapse="{parent:'#collapase-nav', target:'#nav_{$i}'}"></span> {/eyou:notempty}<a href="{$field.typeurl}" title="{$field.typename}">{$field.typename}</a>
{eyou:notempty name="$field.children"}
<ul class="am-collapse" id="nav_{$i}">
{eyou:channel name="$field.children" row="100" id="field2"}
<li><a href="{$field2.typeurl}">{$field2.typename}</a> </li>
{/eyou:channel}
</ul>
{/eyou:notempty}
</li>
{/eyou:channel}
上面是获取全部栏目和孩子,现在想获取某一个顶级栏目的和他的孩子栏目,想通过ttypeid指定没用
{eyou:channel type="top" typeid="" row="60" id="field" currentstyle="hover"}