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
1.6.0
同遇到该问题
更新反馈,此问题将在下个版本解决。
就没人遇到这个问题吗