太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

太阳成游戏网站框架 版主:太阳成游戏网站框架研发组
category标签的二级栏目出不来
类型:太阳成游戏网站CMS 更新时间:2022-03-03 14:28:15 二级栏目

请教我这样写不对嘛,同页面中有一个了这样的代码了,另一个好用,这个不好二级栏目出不来

{category module=shop id=2 }
      {$t.name}
      {if $t.child}
       {category module=shop pid=$t.id return=t2 }
       {$t2.name}
         {if $t2.child}
         {category module=shop pid=$t2.id return=t3}
          {$t3.name}
         {/category}
         {/if}
       {/category}
      {/if}
      {/category}