• 微信小程序要调数据 微信小程序 for 循环详解


    现在要完成这样的效果:

    我的代码是:

    <view class="l-setlist clr" >
    <template name="listab">
    <image src="{{pic}}" class="fl setpic"></image>
    <view class="fr">

    <view class="listbox">
    <navigator url="list/list">
    <image src="{{pic01}}" class="fl"></image>
    <text>{{tlt}}</text>
    <view class="l-setxt">
    <text class="fl">{{info}}</text>
    <text class="fr">{{gay}}</text>
    </view>
    </navigator>
    </view>

    </view>
    </template>
    <view wx:for="{{listab}}" class="mt20 clr" >

    <template is="listab" data="{{...item}}"/>

    </view>
    </view>

    js代码:

    listab:[
    {
    pic:"../images/set1.png",
    listmap:[
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥388"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    }
    ]
    },
    {
    pic:"../images/set2.png",
    listmap:[
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥388"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    }
    ]
    },
    {
    pic:"../images/set3.png",
    listmap:[
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥388"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    },
    {
    pic01:"../images/shop3.png",
    tlt:"厨房瓷砖",
    info:"套餐搭配价",
    gay:"¥389"
    }
    ]
    }
    ]

    怎么样才能达到上面的效果,请高手多多指导

  • 相关阅读:
    如何保证你的路由器安全?
    Jmeter、fiddler、postman 如何模拟ajax请求
    U盘快速格式化和普通格式化有什么区别
    Layui button disabled
    TP连接数据库字符串方式
    Warning: require(D:wamp64wwwxxxpublic/../thinkphp/start.php): failed to open stream: No such file or directory in D:wamp64www xxx publicindex.php on line 17
    [AWS] EC2
    [AWS] EC2
    [AWS] EC2
    [AWS DA
  • 原文地址:https://www.cnblogs.com/0liaoyi/p/5946924.html
Copyright © 2020-2023  润新知