From 0456035ae6a8c881d5b11d48137808e59a0193a0 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 28 Jun 2025 16:42:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/home/quickApplication.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 37a20ff..bd55a96 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -188,6 +188,7 @@ export default { agreeRadio: ["agree"], jobData: [], zhengceTextList: [], + btnLaoding:false }; }, onShow() { @@ -443,6 +444,10 @@ export default { }); return false; } + if(that.btnLaoding){ + return + } + that.btnLaoding= true let submitInfo = { ...that.updateInfo, @@ -484,6 +489,7 @@ export default { duration: 2000, }); // that.persenInfo = []; + that.btnLaoding= false // that.$forceUpdate(); setTimeout(() => {