这个问题你怎么解决的呀,我现在也遇到了
使用wx.addFileToFavorites收藏pdf文件,文件无法预览?[图片] 上面代码执行完收藏后,文件无法预览,文件没有后缀名?改如何解决
2023-12-08怎么样你们解决了吗,我的情况和你一样, wx.downloadFile({ url: this.data.formInfo?.filePath, success(response) { wx.addFileToFavorites({ filePath: response.tempFilePath, fileName: _that.data.formInfo.fileName, success(resp) { console.log(resp); }, fail: console.error }); }, fail: console.error }); 在收藏列表打不开这个文件,转发给好友后在聊天框就能打开了
wx.addFileToFavorites收藏文件后无法打开文件?[图片] [图片] 文件收藏成功后,但没有正确的保存文件,请问如何修改了?
2023-12-08