From 230d53030d6d5c1b67208964fc988f96df6ece70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=A4=AB=E7=90=B3?= <5356169+zhaofulin@user.noreply.gitee.com> Date: Mon, 1 Apr 2024 11:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BottomBtn/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/BottomBtn/index.vue b/src/components/BottomBtn/index.vue index 390b634..b090523 100644 --- a/src/components/BottomBtn/index.vue +++ b/src/components/BottomBtn/index.vue @@ -91,8 +91,8 @@ export default { history.back() this.$loading(false, 'loadingSb') }).catch(() => { - this.$loading(false, 'loadingSb') this.$forceCloseLoading() + this.$loading(false, 'loadingSb') }) } else { rejectTask(obj).then(() => { @@ -101,7 +101,6 @@ export default { this.$EventBus.$emit('handleResetLive', 'company-myClaim') history.back() this.$loading(false, 'loadingSb') - this.$forceCloseLoading() }).catch(() => { this.$forceCloseLoading() this.$loading(false, 'loadingSb')