This commit is contained in:
parent
d43464180d
commit
4d2f449c87
@ -60,7 +60,7 @@
|
|||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<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-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-card>
|
</el-card>
|
||||||
@ -120,6 +120,7 @@
|
|||||||
await this.getDealer(this.userdata);
|
await this.getDealer(this.userdata);
|
||||||
},
|
},
|
||||||
async submitFn() {
|
async submitFn() {
|
||||||
|
if (this.isLoading) return;
|
||||||
if (!this.isAgree) {
|
if (!this.isAgree) {
|
||||||
this.$message({ message: "请先阅读并同意隐私条款", type: "info" });
|
this.$message({ message: "请先阅读并同意隐私条款", type: "info" });
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user