zzzz
2024-04-23 e52dc331a5ca991f1251534179a7774d858c6fc1
src/page/register/index.vue
@@ -195,18 +195,18 @@
    },
    async onSuccess() {
      this.show = false;
      this.registerApi();
      //   AxiosuserCenter.invitationCode({
      //     email: this.form.email,
      //     verificationCode: this.form.code,
      //     code: this.form.usercode,
      //   }).then((res) => {
      //     if (res.code == 0) {
      //       this.registerApi();
      //     } else {
      //       this.$toast(this.$t(res.msg));
      //     }
      //   });
      //   this.registerApi();
      AxiosuserCenter.invitationCode({
        email: this.form.email,
        verificationCode: this.form.code,
        code: this.form.usercode,
      }).then((res) => {
        if (res.code == 0) {
          this.registerApi();
        } else {
          this.$toast(this.$t(res.msg));
        }
      });
    },
    onFail() {
      this.msg = "";