From 50ff5ad062f33432d208df41d1018e1697849d71 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 14 May 2024 15:46:27 +0800
Subject: [PATCH] 加个usdc充值
---
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