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')