太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

分享经验 版主:论坛审计组
仿一个网站导航有三级的下拉菜单有两种样式
类型:太阳成游戏网站CMS 更新时间:2022-05-06 10:05:15


最近仿一个网站导航有三级的下拉菜单有两种样式(如下图)

imageimage


            
                
                    首页
                
                {category module=share pid=0 num=10}                 {if $t.child}                                      {$t.name}                     {category module=share pid=$t.id return=t2}                     {if $t2.child}                                                                                                {category module=share pid=$t.id return=a2}                                                              {$a2.name}                                 {category module=share pid=$a2.id return=a3}                                                                      {$a3.name}                                                                  {/category}                                                          {/category}                                              
                    {else}                                                                                                {category module=share pid=$t.id return=b2}                                                                                                   {$b2.name}
                                    
                                                                                          {/category}                                              
 {/category}                     {/if}                 
                {else}                 {$t.name}
                {/if}                 {/category}


回帖