
微信小程序幻灯片简单制作代码
来源:
浏览:160
时间:2023-07-26
微信小程序幻灯片wxml代码
微信小程序幻灯片js代码:
Page({
data: {
imgUrls: [
'图片地址,使用绝对地址1',
'图片地址,使用绝对地址2'
],
indicatorDots: true,
autoplay: true,
interval: 5000,
duration: 1000
}
})
说明:swiper滑块视图容器。swiper-item仅可放置在


