为什么我的图片宽度没有占满整个宽度呢,设置了100%,本地图片路径也不行!
//index.js
//获取应用实例
const app = getApp()
Page({
data: {
imgUrls:[
'/images/xqfzx_swiper01.jpg',
'/images/xqfzx_swiper02.jpg',
'/images/xqfzx_swiper03.jpg',
'/images/xqfzx_swiper04.jpg',
'/images/xqfzx_swiper05.jpg',
'/images/home-top.jpg',
],
indicatorDots: false,
autoplay: false,
interval: 5000,
duration: 1000
},
onLoad: function () {
}
})
请贴出你的代码!