旋转图在应用中非常常见。本文主要和大家分享一下微信小程序轮播图表功能的开发实例,希望对你有所帮助。
Carousel: swiper滑块视图容器。
1.编写页面结构
pages/index/index.wxml
& lt!--index.wxml-->& lt视图& gt& ltswiper指示器-dots = & quot;{ { indicatorDots } } & quot自动播放= & quot{ {自动播放} } & quot间隔= & quot{ { interval } } & quot持续时间= & quot{ { duration } } & quot& gt& lt块wx:for = & quot;{ { imgUrls } } & quot& gt& ltswiper -item & gt;& lt导航器url = & quot{ { item.link } } & quothover -class = & quot;导航-悬停& quot& gt& ltimage src = & quot{ { item.url } } & quotclass = & quot幻灯片-图像& quotwidth = & quot355 & quotheight = & quot150 & quot/& gt;& lt/navigator & gt;& lt/swiper -item & gt;& lt/block & gt;& lt/swiper & gt;& lt/view & gt;
注意:不要在view: display: flex中添加css设置;否则效果不会呈现。
2.设置数据
在设置属性之前了解它。
swiper -项目只能放在
//index.js //获取应用程序实例varapp = getapp()page({ data:{ imgurls:
相关建议:
react转盘图组件react-slider-light的详细说明
Jquery在PC端实现轮播代码。
js实现轮播地图的两种方法
VIP推荐:22门课程,总价3725元。VIP会员免费。
评论前必须登录!
注册