当前位置:网站首页>微信小程序轮播图swiper
微信小程序轮播图swiper
2022-04-23 14:09:00 【瑞瑞小同学】
<!--轮播图开始-->
<view class="index_swiper">
<swiper autoplay indicator-dots circular>
<swiper-item
wx:for="{
{swiperList}}"
wx:key="goods_id"
>
<navigator>
<image src="{
{item.image_src}}" mode="widthFix"></image>
</navigator>
</swiper-item>
</swiper>
</view>
<!--轮播图结束-->
/**index.wxss**/
.index_swiper swiper {
width: 750rpx;
height: 340rpx;
}
.index_swiper swiper image {
width: 100%;
}
版权声明
本文为[瑞瑞小同学]所创,转载请带上原文链接,感谢
https://blog.csdn.net/yr123456654321/article/details/109034375
边栏推荐
- HyperBDR云容灾V3.3.0版本发布|容灾功能升级,资源组管理功能优化
- pthread_ Why does self() repeat
- Gartner预测云迁移规模大幅增长;云迁移的优势是什么?
- redis数据库讲解(四)主从复制、哨兵、Cluster群集
- Oracle-数据泵使用
- Quickly understand the three ways of thread implementation
- redis数据库讲解二(redis高可用、持久化、性能管理)
- Logback logger and root
- How does void * exist?
- 线程间控制之CountDownLatch和CyclicBarrier使用介绍
猜你喜欢
随机推荐
HyperBDR云容灾V3.2.1版本发布|支持更多云平台,新增监控告警功能
squid代理
使用Executors类快速创建线程池
Can global variables be defined in header files
rsync+inotify远程同步
报表FCRA考试题集及答案(错了11题)
Multiple inheritance virtual base exercises
xx项目架构随记
Returns the subscript after array sorting
关于云容灾,你需要知道这些
Operation instructions of star boundary automatic text translator (advanced version)
关于Jmeter启动闪退问题
关于训练过程中损失函数出现断崖式增长的问题
Arrays类的使用案例
MySQL数据库讲解(八)
Redis数据库讲解(一)
mysql查询库大小
Installation and use of postman pit
mysql锁数据库锁
Essential difference between restful WebService and gSOAP webservice








