init
All checks were successful
Deploy to Production / deploy (push) Successful in 18s

This commit is contained in:
梁朝伟 2024-11-13 19:40:18 +08:00
parent d43464180d
commit 4d2f449c87

View File

@ -60,7 +60,7 @@
</el-checkbox>
</el-form-item>
<el-form-item>
<el-button type="primary" native-type="submit" @click="submitFn" style="display: block; width: 100%">提交</el-button>
<el-button :loading="isLoading" type="primary" native-type="submit" @click="submitFn" style="display: block; width: 100%">提交</el-button>
</el-form-item>
</el-form>
</el-card>
@ -120,6 +120,7 @@
await this.getDealer(this.userdata);
},
async submitFn() {
if (this.isLoading) return;
if (!this.isAgree) {
this.$message({ message: "请先阅读并同意隐私条款", type: "info" });
return;