From bf61c5f4b1a14075edbf4efa5fa4f015137e82be Mon Sep 17 00:00:00 2001 From: mullins <476823686@qq.com> Date: Mon, 8 Jun 2020 14:11:54 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/uni-popup/uni-popup-post.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.0.0