太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

太阳成游戏网站框架 版主:太阳成游戏网站框架研发组
如何限制第级栏目前台调用的数量这个参数放进去报错
类型:太阳成游戏网站CMS 更新时间:2021-02-02 14:31:15 前台 栏目

如何限制第3级栏目前台调用的数量 

num=2这个参数放进去报错

 {category module=share pid=0 }
                               
                                   {$t.name}
   {if $t.child}
                                   
           {category module=share pid=$t.id return=t2}                                        {$t2.name}          {if $t2.child}                                                                                          {category module=share pid=$t2.id return=t3 num=2}                                                
  • - {$t3.name}
  •                                            {/category}                                            
                    {/if}       {/category}                                        {/if}                                 {/category}