如何只显示当前栏目下的 子栏目
最后一个 思想教育 栏目 是 20-21 栏目下的子栏目 ,现在全部显示了,需要显示各自的

{category module=share pid=$top.id return=c1}
{if $c1.child}
{category module=share pid=$c1.id return=c2}
-
{$c2.name}
{if $c2.child}
{category module=share pid=$c2.id return=c3}
{dr_strcut($c3.name)}
{/category}
{/if}
{/category}
{/if}
{/category}
应该点击第一个栏目这样
第二个这样