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(() => {