太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

太阳成游戏网站框架 版主:太阳成游戏网站框架研发组
织梦代码转太阳成游戏网站,这一段实在想不出了,原站效果是点击二级菜单后列出其子栏目
类型:太阳成游戏网站CMS 更新时间:2021-11-29 20:52:39

织梦代码转太阳成游戏网站,这一段实在想不出了,原站效果是点击二级菜单后列出其子栏目,求大神指教:

织梦代码:

{dede:channelartlist typeid='3'}
  
  • {dede:field name='typename'/}                {dede:channel   type ='son' } [field:typename  function='cn_substr(@me,16)'/] 
  •    {/dede:channel}             {/dede:channelartlist}


    自己转的:

    {category module=share pid=3}
    
  • {$t.name}              {if $t.child}         {category module=share pid=$t.id return=t2}                      {$t2.name}         
  •         {/category}



    回帖
    • 小波工作室--标签和API大师
      #1楼    小波工作室--标签和API大师
      2021-11-29 20:50:57
      Chrome 0
      {category module=share pid=3}
      
    • {$t.name}
    • 满意答案
    • 云南昆明贰壹网络
      #2楼    云南昆明贰壹网络
      2021-11-29 20:52:39
      Chrome 0
      @小波工作室--标签和API大师:原来是要用t.id呀,感谢小波大神。