0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-06 1eb842d51e2297e8fedaf0b22a1df96e967fb5fa
style
1 files modified
28 ■■■■ changed files
src/page/register/index.vue 28 ●●●● patch | view | raw | blame | history
src/page/register/index.vue
@@ -60,7 +60,7 @@
      :clearBtn="false"
    />
    <!-- <div class="title textColor">{{ $t("邮箱验证") }}</div> -->
    <p>{{ $t("verifyEmailTips", { account: account }) }}</p>
    <p style="color: #999">{{ $t("verifyEmailTips", { account: account }) }}</p>
    <div class="iptbox inputBackground">
      <input
        class="inputBackground textColor"
@@ -338,19 +338,19 @@
      })
        .then((res) => {
          this.GET_USERINFO(res.data);
        //   if (this.activeIndex == 0 || this.activeIndex == 2) {
            this.$router.push("/finish");
        //   } else {
            // this.$router.push('/userCenter')
            // this.$router.push({
            //   name: "verify",
            //   query: {
            //     type: this.activeIndex,
            //     account:
            //       this.activeIndex == 1 ? this.username : `${this.username}`,
            //   },
            // });
        //   }
          //   if (this.activeIndex == 0 || this.activeIndex == 2) {
          this.$router.push("/finish");
          //   } else {
          // this.$router.push('/userCenter')
          // this.$router.push({
          //   name: "verify",
          //   query: {
          //     type: this.activeIndex,
          //     account:
          //       this.activeIndex == 1 ? this.username : `${this.username}`,
          //   },
          // });
          //   }
        })
        .catch((error) => {
          if (error.code === "ECONNABORTED") {