| | |
| | | :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" |
| | |
| | | }) |
| | | .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") { |