wx.chooseImage({
success: function (res) {
wx.getImageInfo({
src: res.tempFilePaths[0],
success: function (res) { console.log(res.width) console.log(res.height)
}
})
}
})
用官网的这个都会报错getImageInfo:fail download image fail
在体验版环境下没有任何问题,即使使用的是正式环境的接口地址.
但是当发布到线上的时候就报错 fail download image fail
谁能帮帮我啊
调试基础库1.9.94
我最近频繁的碰到这个问题,不知道为啥