想做一个下拉导航如图请问怎么样循环出
想做一个下拉导航如图

请问怎么样循环出 二级的每个栏目的内容在 三级弹出来?
目前我这样设置,不知道是否正确.
{category module=share pid=$t2.id return=t3}
{module module=goods catid=$t3.id field=url,title,thumb,catid order=updatetime num=4}
{/module}
{/category}
{module module=goods catid=$t3.id field=url,title,thumb,catid order=updatetime num=4} {/module}gory}{/category} {/cate{/category}迅睿框架技术-张洪
{category module=share pid=0} 一级 {if $t.child} {category module=share pid=$t.id return=t2} 二级 {if $t2.child} {category module=share pid=$t2.id return=t3} 三级 {if $t3.mid} {module module=$t3.mid catid=$t3.id field=url,title,thumb,catid order=updatetime num=4} {/module} {/if} {/category} {/if} {/category} {/if} {/category}