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

<ul class="row">
{category module=share pid=$top.id return=c1}
{if $c1.child}
{category module=share pid=$c1.id return=c2}
<li class="col-lg-3 col-6">
<a href="{$c2.url}" class="b_t" style="display: block">{$c2.name}</a>
{if $c2.child}
{category module=share pid=$c2.id return=c3}
<p class="sj"><a href="{$c3.url}"> <span class="numup"></span> <span class="numupp"></span> {dr_strcut($c3.name)} </a></p>
{/category}
{/if}
</li>
{/category}
{/if}
{/category}
</ul>
应该点击第一个栏目这样
第二个这样