附测试bug视频 [视频]
ios14版本使用saveVideoToPhotosAlbum下载完成后返回上一页微信直接闪退?手机信号已经运行系统,微信版本如下,测试Apple12 pro max, 12,11,全部都是闪退, 测试华为,小米等其他安卓没问题 [图片] 代码片段链接如下: https://developers.weixin.qq.com/s/EDTZxpmG7ZeD
2021-03-19楼主解决了吗,
ios 11以上版本使用saveVideoToPhotosAlbum方法下载完成后返回闪退?saveVideoToPhotosAlbum saveToPhotosAlbum(tempFilePath) { let vm = this; thisdownloading = true; vm.toast视频后台下载中...' wx.downloadFile({ url: tempFilePath, // 下载资源的地址网络 success: function (res) { // console.log(res) // 只要服务器有响应数据,就会把响应内容写入文件并进入 success 回调,业务需要自行判断是否下载到了想要的内容 if (res.statusCode === 200) { wx.playVoice({ filePath: res.tempFilePath }) // 保存图片到本地 wx.saveVideoToPhotosAlbum({ filePath: res.tempFilePath success: function (data) { // console.log(data); vm.downloading = false; vm.toast视频下载成功请前往相册查看。 fail: function(res) { vm.downloading = false; vm.toast视频下载失败,请检查网络 }) fail: function () { vm.downloading = false; vm.toast视频下载失败,请检查网络 })
2021-03-19一样,我也是这个问题, 急死了, 没办法授权应用,周一就要上线了!
微信公众号授权管理页面无法打开?微信公众号授权管理页面无法打开,多个公众号都有这个问题[图片]
2020-10-16