太阳成游戏网站

联系官方销售客服

QQ1835022299

028-61286886

POSCMS 版主:POSCMS负责人
求助怎么在遍历模块的同时也遍历模块下的几条数据
类型:POSCMS 更新时间:2017-09-26 00:14:55 module

{list action=cache name=module }

                    {if !$t.share}

                   

                    

                   

  • {$t.name}

    {if $t.child}

    {list action=module catid=$c.id order=updatetime num=10}

  •  {dr_strcut($t.title, 35)}
  • {/list}

    {/if}

    Read More...



    MAY 21, 2014 BY VAFPRESS

    {/if}

                        {/list}


    回帖
    • Deam
      #1楼    Deam
      2017-09-26 00:14:23
      0
      {list action=cache name=module return=m}
      模块:{$m.name}
      数据3条:
      {list action=module module=$m.dirname num=3}
      {$t.title} - 
      {/list}
      --
      {/list}
      满意答案
    • flythewolf
      #2楼    flythewolf
      2017-09-26 00:14:55
      0
      感谢大家给我解决此问题,我已经完美的解决