wx.downloadFile({
url: url,
success(res) {
if (res.statusCode === 200) {
wx.saveImageToPhotosAlbum({
filePath: res.tempFilePath,
success() {
that.setData({ isShowProgress: false, isSaving: false })
wx.showToast({ title: '已保存到相册', icon: 'success' })

appId:wx6d016af598119c5b