1
zzzz
2024-04-23 adeb6ead0a164d65844efea1a75c2379b6923f39
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 = "";