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 fail1.6.0
微信小程序开发者回答:
行***:
就没人遇到这个问题吗
ん***:
更新反馈,此问题将在下个版本解决。
n***:系统记录
小***:
同遇到该问题
本文网址:http://www.91bianli.com/weixinxiaochengxu/27365.html