wx.cropImage 在某些机器中返回的本地路径无法使用,是否存在 BUG?
出错环境: 华为 Mate40 pro (HM3.0) 微信8.0.27 问题描述: 调用 wx.cropImage 并完成图片裁剪操作后,success 回调中返回的 tempFilePath 似乎有误: 在上述系统环境中 tempFilePath 值为:/storage/emulated/0/Android/data/com.tencent.mm/cache/image/microMsg.1662212175547.jpg在 iOS 系统中 tempFilePath 值为:wxfile://.....其中 iOS 的 filePath 一切正常,比如使用 wx.getImageInfo 获取信息,而 Mate40 下则不行。测试过 compressImage / getFileInfo 结果也和上述情况一样。然而 wx.previewImage 可以正常预览两种地址。 复现代码片段: https://developers.weixin.qq.com/s/Zhbji0m97hCz