微信小程序幻灯片wxml代码
微信小程序幻灯片js代码:
Page({
data: {
imgUrls: [
'图片地址,使用绝对地址1',
'图片地址,使用绝对地址2'
],
indicatorDots: true,
autoplay: true,
interval: 5000,
duration: 1000
}
})
说明:swiper滑块视图容器。swiper-item仅可放置在
发布日期:2023-07-26 06:31:05
微信小程序幻灯片wxml代码
微信小程序幻灯片js代码:
Page({
data: {
imgUrls: [
'图片地址,使用绝对地址1',
'图片地址,使用绝对地址2'
],
indicatorDots: true,
autoplay: true,
interval: 5000,
duration: 1000
}
})
说明:swiper滑块视图容器。swiper-item仅可放置在