新币+dapp app 前端
jhzh
2024-05-10 28d1a557a41d3c31372ead170911e57c3b2678db
修改:注册页面 点击注册 进入 获取验证码页面
1 files modified
3 ■■■■ changed files
src/page/register/index.vue 3 ●●●● patch | view | raw | blame | history
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  {