diff --git a/src/components/uni-popup/uni-popup-post.vue b/src/components/uni-popup/uni-popup-post.vue index 7a8dcf5..7ed5a99 100644 --- a/src/components/uni-popup/uni-popup-post.vue +++ b/src/components/uni-popup/uni-popup-post.vue @@ -85,12 +85,12 @@ export default { uni.saveImageToPhotosAlbum({ filePath: res.path, success() { + uni.hideLoading() uni.showToast({ title: '已保存到相册', icon: 'none', duration: 2000, }) - uni.hideLoading() }, fail(err) { console.log('用户拒绝', err)