From aea10489d04cf6385675dff3d8f3d765fba25227 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 15 May 2024 18:53:32 +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