- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
const downloadTask= wx.downloadFile({
url: url,
success: function (res) {
wx.hideLoading();
console.log(res);
wx.saveVideoToPhotosAlbum({
filePath: res.tempFilePath,
success: function (res) {
wx.showModal({
title: '下载成功',
content: '视频已保存至您的手机',
})
}
})
}
});
downloadTask.onProgressUpdate((res) => {
if (res.progress === 100) {
this.setData({
progress: ''
});
} else {
this.setData({
progress: res.progress + 'M'
});
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/community/develop/doc/0006680b19c8805bb6f093a8061800?jumpto=comment&commentid=0006c8f6f200d8abbef02d124660