wx.previewImage 图片不显示。开发工具显示、1加手机 显示 、苹果手机显示荣耀 6X EMUI 8.0.0 版本系统 图片不显示 显示为加载中
/**
* 图片预览
*/
imgYu: function(event) {
var src = event.currentTarget.dataset.src; //获取data-src
var arrayList = new Array();
arrayList.push(src);
for (var i in this.data.shopImage) {
if (src != this.data.imageUrl + this.data.shopImage[i]) {
arrayList.push(this.data.imageUrl + this.data.shopImage[i]);
}
}
//图片预览
wx.previewImage({
urls: arrayList, // 当前显示图片的http链接
success:function(res){
console.log(res);
},
fali: function (res) {
console.log(res);
}
})
}
[“https://qysw.yibiyihua.top/memberPro/shopImage/201…HehhrKPBM2gnc5ac4b479473db028bc57b8fe53ca5c8.jpeg”, “https://qysw.yibiyihua.top/memberPro/shopImage/2018/11/18/402881e666a5e6ad0166a5e6cf060000//111.jpeg”, “https://qysw.yibiyihua.top/memberPro/shopImage/201….VtRTPSMv3y0faee711a3c5cd099fb64dd287a30f5f14.jpg”, “https://qysw.yibiyihua.top/memberPro/shopImage/201….VcXo8MVQNjAw83e5711aece9662a859ba1595b851985.png”, “https://qysw.yibiyihua.top/memberPro/shopImage/201….R44mJSswJe6sf6ba2c8b942718f385973be0affe37e5.png”]