当前位置: 首页 > article >正文

使用wx:for()

使用wx:for()

 <swiper autoplay="ture" interval="2000" indicator-dots="1" circular="ture" >
    <swiper-item wx:for="{{bg}}" wx:key="index">
      <image src="{{bg[index]}}" mode="aspectFill"></image>
      </swiper-item>
  </swiper>
    

index.js

 data: {
    bg:[
      '../../images/swiper01.jpg',
      '../../images/swiper02.jpg',
      '../../images/swiper01.jpg'
    ],
    items: ['1', '2', '3',
            '4', '5', '6',
            '7', '8', '9'
          ]
      }
      //未使用items


index.wcss

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image {
  margin-bottom: 10px; /* 根据需要调整上边距 */
}


实现的是小程序wx:for写法


http://www.kler.cn/a/273002.html

相关文章:

  • Python编程与在线医疗平台数据挖掘与数据应用交互性研究
  • Microsoft
  • C++并发编程之跨应用程序与驱动程序的单生产者单消费者队列
  • 腾讯云AI代码助手编程挑战赛-智能聊天助手
  • 持续交付的利器:Blue Ocean与Pipeline
  • sql模糊关联匹配
  • redis配置文件详情
  • 全基因集GSEA富集分析
  • 基于Andriod的连锁药店管理系统(源码|论文)
  • npm WARN config init.license Use `--init-license` instead.
  • Python爬虫从基础到入门:script标签中的数据
  • Mosquitto MQTT服务器和客户端简单命令
  • 【前缀和】100255. 成为 K 特殊字符串需要删除的最少字符数
  • BUGKU-WEB cookies
  • week07day03(power bi dax公式 零售数据业务分析)
  • QT中messageBox的使用
  • web蓝桥杯真题:时间管理大师
  • 牛客——紫魔法师(并查集)
  • 探索大数据时代的决策利器:如何有效应对海量数据?
  • 什么是web workers?使用场景?
  • 【电路笔记】-MOSFET作为开关
  • 2024年3月GESP认证Scratch图形化编程四级真题及答案
  • (done) 解释 python3 torch.utils.data DataLoader
  • 第六十回 吴用智赚玉麒麟 张顺夜闹金沙渡-飞桨科学计算套件PaddleScience
  • vue3使用v-md-editor:vue3的markdown编辑器
  • 【送书福利!第一期】《ARM汇编与逆向工程》