Commit bf61c5f4b1a14075edbf4efa5fa4f015137e82be
1 parent
4ee9880a46
Exists in
master
bug 修复
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/uni-popup/uni-popup-post.vue
... | ... | @@ -85,12 +85,12 @@ export default { |
85 | 85 | uni.saveImageToPhotosAlbum({ |
86 | 86 | filePath: res.path, |
87 | 87 | success() { |
88 | + uni.hideLoading() | |
88 | 89 | uni.showToast({ |
89 | 90 | title: '已保存到相册', |
90 | 91 | icon: 'none', |
91 | 92 | duration: 2000, |
92 | 93 | }) |
93 | - uni.hideLoading() | |
94 | 94 | }, |
95 | 95 | fail(err) { |
96 | 96 | console.log('用户拒绝', err) | ... | ... |