src/page/register/index.vue
@@ -200,13 +200,14 @@ email: this.form.email, verificationCode: this.form.code, code: this.form.usercode, }).then((res) => { if (res.code == 0) { phone: this.form.phone, }) .then(() => { this.registerApi(); } else { this.$toast(this.$t(res.msg)); } }); }) .catch((err) => { // this.$toast(this.$t(res.msg)); }); }, onFail() { this.msg = "";