var srcUrl = 'https://m.xxx.com/e.gif?'
uni.getImageInfo({
src: srcUrl,
success: function(image) {
console.log(image);
},
fail: function(error) {
console.log('=======relog error======', error)
}
});
报错:
errMsg: "getImageInfo:fail Attempt to access memory outside buffer bounds"
1 个回复
HRK_01
这边测试并无问题,图片来源确定没问题吗?