企业微信上安卓预览大图“暂时无法查看” ios显示正常 微信上代码安卓和ios运行正常
previewImage(e) {
const { index, srcindex } = e.currentTarget.dataset;
wx.previewImage({
current: this.data.detailData.followList[index].picList[srcindex],
urls: this.data.detailData.followList[index].picList,
});
console.log(this.data.detailData.followList[index].picList[srcindex],this.data.detailData.followList[index].picList);
},
[图片]