wx.getFileSystemManager().readFile({
filePath: img, //选择图片返回的相对路径
encoding: 'hex', //编码格式
success: res => { //成功的回调
console.log('读取到的二进制文件', res)
picture3 = res.data
}
})
同样的代码,使用安卓手机就可以正常读取图片上传,使用苹果手机就不行
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
断章取义,临时路径从哪来的,排除法,这个路径没获取对,检查上边的代码