联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
为什么我这样调用出来的多图字段都相同
类型:POSCMS 更新时间:2017-09-01 20:26:29



{list action=module module=down order=rand catid=1 num=999 return=t}

{loop $t.dzslt $id $tt }


<li><img src="{dr_thumb($tt.file, 168, 120)}" width="168px" height="120px;"/></li>


 
 {/loop}
 {/list}

回帖
  • 迅睿粉丝
    #1楼    迅睿粉丝
    2017-09-01 20:26:06
    0
    {loop $dzslt $tt }
    <li><img src="{dr_thumb($tt.file, 168, 120)}" width="168px" height="120px;"/></li>
    {/loop}

    当前文档的就不应该要list
    满意答案
  • 迅睿粉丝
    #2楼    迅睿粉丝
    2017-09-01 20:26:25
    0
    感谢大家给我解决此问题,我已经完美的解决