代码如下
imageist :["http:xxx/sxx.png"],
previewImage(index) {
//uniapp预览轮播图
uni.previewImage({
current: index, //预览图片的下标
urls: this.imageist //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以
})
},
效果:
代码如下
imageist :["http:xxx/sxx.png"],
previewImage(index) {
//uniapp预览轮播图
uni.previewImage({
current: index, //预览图片的下标
urls: this.imageist //预览图片的地址,必须要数组形式,如果不是数组形式就转换成数组形式就可以
})
},
效果: