From 4d2f449c87749fbf4c22f7f170f065ca07adbf70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9C=9D=E4=BC=9F?= Date: Wed, 13 Nov 2024 19:40:18 +0800 Subject: [PATCH] init --- public/static/testdrive.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/static/testdrive.html b/public/static/testdrive.html index f5c92ec..c687a03 100644 --- a/public/static/testdrive.html +++ b/public/static/testdrive.html @@ -60,7 +60,7 @@ - 提交 + 提交 @@ -120,6 +120,7 @@ await this.getDealer(this.userdata); }, async submitFn() { + if (this.isLoading) return; if (!this.isAgree) { this.$message({ message: "请先阅读并同意隐私条款", type: "info" }); return;