From 1eb842d51e2297e8fedaf0b22a1df96e967fb5fa Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sun, 06 Jul 2025 11:38:26 +0800
Subject: [PATCH] style
---
src/page/register/index.vue | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/page/register/index.vue b/src/page/register/index.vue
index 9a6115c..1080df1 100644
--- a/src/page/register/index.vue
+++ b/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") {
--
Gitblit v1.9.3