手机型号:iphone x
微信版本号:7.0.8
保存不了图片
savePost: function() { const that = this console.log('save poster') wx.saveImageToPhotosAlbum({ filePath: that.data.postPath, success(res) { console.log(res) wx.showModal({ content: '图片已保存到相册,赶紧晒一下吧~', showCancel: false, confirmText: '好的', confirmColor: '#333', success: function(res) { if (res.confirm) { console.log('用户点击确定'); /* 该隐藏的隐藏 */ that.setData({ postPath: '' }) } }, fail: function(res) { console.log(11111) } }) } }) }, |

解决了,微信真的辣鸡,提示信息没有 全靠自己调试bug
原因是图片地址不能带../这样的符号
1、把 微信 或 企业微信 的相册权限打开;
2、保存图片的路径一定得是临时路径;
请问具体报错信息是什么呢?
iphone 11 微信7.0.8可以 小米 5 微信7.0.8可以
目前就iphone x 不行