From 28d1a557a41d3c31372ead170911e57c3b2678db Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 10 May 2024 18:22:03 +0800
Subject: [PATCH] 修改:注册页面 点击注册 进入 获取验证码页面

---
 src/page/register/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/page/register/index.vue b/src/page/register/index.vue
index 7281819..1bd96f4 100644
--- a/src/page/register/index.vue
+++ b/src/page/register/index.vue
@@ -207,6 +207,7 @@
             }
         },
         registerApi() {
+			
             switch (this.activeIndex) {
                 case 0:
                     {
@@ -232,7 +233,7 @@
                 usercode: this.invitCode,
             }).then((res) => {
                 this.GET_USERINFO(res.data)
-                if (this.activeIndex == 0||this.activeIndex == 2) {
+                if (this.activeIndex == 0) {
                     this.$router.push('/setFond')
                 }
                 else  {

--
Gitblit v1.9.3