8***@qq.com
8***@qq.com
  • 发布:2019-09-30 21:24
  • 更新:2020-08-05 15:04
  • 阅读:1629

下载的文件,怎么在手机上找不到

分类:uni-app

使用downloadFile下载文件后,为什么在手机上无法找到这个文件?代码如下:

uni.downloadFile({
url: 'http://bbswater-fd.zol-img.com.cn/t_s800x5000/g5/M00/07/09/ChMkJ1Z4F52IAW42AACeE47phQQAAGdjwNjXxEAAJ4r204.png',
success: (res) => {
console.log(res);
if (res.statusCode === 200) {
uni.saveFile({
tempFilePath: res.tempFilePath,
success: function (res) {
console.log(res);
uni.showToast({ title: '文件保存成功' });
}
});
}
}
});

2019-09-30 21:24 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com

一样写法找不到

1***@qq.com

1***@qq.com

我也找不到,两个手机都找不到

1***@qq.com

1***@qq.com

我也找不到

口区

口区 -

uni.saveFile保存成功应该是用uni.getSavedFileList才能看到保存的文件吧,如果是想要把图片保存到相册应该是用uni.saveImageToPhotosAlbum

该问题目前已经被锁定, 无法添加新回复