问题:APP预览图片-----IOS uni.previewImage 总预览数为2张图片时,点击预览第二张图片时,展示第一张图片,但标注当前为第二张
App运行环境说明:见附件图
methods:{
previewImages:function(idx){
uni.previewImage({
current:this.imageList[idx],
urls: this.imageList
})
},
},
onLoad(option) {
this.imageList =JSON.parse(option.images);
console.log(this.imageList);
}
联系方式
[QQ]:1808687255