diff --git a/root/bind/applyForm.vue b/root/bind/applyForm.vue index 84d0faf..8dae919 100644 --- a/root/bind/applyForm.vue +++ b/root/bind/applyForm.vue @@ -110,10 +110,12 @@ export default { that.isloading = false; }, 100); }else{ - that.isloading = false; - uni.switchTab({ - url: '/pages/home/index', - }); + setTimeout(() => { + that.isloading = false; + uni.switchTab({ + url: '/pages/home/index', + }); + }, 500); } } );