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);
},
你好,能否提供下复现问题的代码片段看下 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
你的问题解决没 我也遇到这样的问题 微信可以预览 企业微信无反应