联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
tab切换循环代码
类型:POSCMS 更新时间:2021-03-24 18:42:33 category return

<div class="haiyan4Box otherBox custom-card hy_bj" id="otherBox">

                <span class="otherBoxTab" id="otherBoxTab">

                    {list action=category module=z id=1,2,3,4,5,6,7,8,9,10,11,12,13 return=l}

                        <div {if $key_l==0}class="hy_active" {else}class="" {/if}>{$l.name}</div>

                  {/list} 

                </span>

                <div class="otherBoxContent">  

                     {list action=category module=z id=1  return=c1}

                    <div class="otherBoxContentItem {if $key_l==0}style="display:block;" {else}style="" {/if}">

                        {php $pidname=$ci->get_cache('module-'.SITE_ID.'-z', 'category', $t[catid], 'pid');}

                        <a href="{$t.url}" title="{$t.title}" target="_blank" class="otherBoxContentLeft">

                            <img class="smallPic" src="{dr_thumb($t.thumb, 184, 126)}" width="184px" height="126px" alt="{$t.title}">

                            <div class="otherBoxContentBar" id="otherBoxContentBar">{$t.title}</div>

                        </a>

                    </div>

                    {/list}         

                </div> 

            </div>


tab循环  按理说需要双list循环,但是我不会写,,我上面的代码意思是:上面的list循环的是二级栏目 下面的list循环的是二级栏目下的文章

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2018-08-15 22:40:04
    0
    忘记悬赏(设置悬赏)了,20元 解决了我会私发20元红包
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2018-08-15 23:04:05
    0
    首先 你这个代码就有问题,正确的嵌套是
    {list 栏目}
      {list 文章}
      {/list}
    {/list}
    你这样的嵌套 只能把栏目先循环出来 再循环文章 至于能不能对应就不知道了

    满意答案
  • 迅睿粉丝
    #3楼    迅睿粉丝
    2018-08-15 23:44:16
    0
    九天网络(JiuDay) 能不能帮我写下来? 20元红包奉上
  • 迅睿粉丝
    #4楼    迅睿粉丝
    2018-08-16 08:49:43
    0
    不诚意,发个悬赏(设置悬赏)吧大神
  • 迅睿粉丝
    #5楼    迅睿粉丝
    2021-03-24 18:42:33
    Chrome 0
    @九天网络(JiuDay):感谢你的回复 我已经满意解决