From 784a403d5fb392318b87fb44a8c20b10c424321c Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 15 May 2026 16:49:11 +0800 Subject: [PATCH] no message --- root/bind/applyForm.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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); } } );