{eyou:channel typeid='2' id='field1' currentstyle='currentDd currentDt'}
<div class="subNav {$field1.currentstyle}"> <a href="{$field1.typeurl}">{$field1.typename}</a> </div>
{eyou:notempty name='$field1.children'}
<ul class="navContent" style="display:block"> //二級判斷如果在當前就展開顯示需要display:block,如果不在當前就不需要display:block,這個怎么處理?
{eyou:channel name='$field1.children' id='field2' currentstyle="juse"}
<li><a href="{$field1.typeur2}" title="{$field2.typename}" class="{$field2.currentstyle}">{$field2.typename} </a></li> //二級的當前焦點判斷currentstyle不起作用。
{/eyou:channel}
</ul>
{/eyou:notempty}
{/eyou:channel}