From 711c3fae8f089160b0881ce31709632a7748ca19 Mon Sep 17 00:00:00 2001 From: chenze <1824191732@qq.com> Date: Thu, 31 Oct 2024 09:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/pages/login/login.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniprogram/pages/login/login.js b/miniprogram/pages/login/login.js index 7ab4ee2..ef66755 100644 --- a/miniprogram/pages/login/login.js +++ b/miniprogram/pages/login/login.js @@ -39,10 +39,10 @@ Page({ openid: res.openid }) // 判断用户是否注册 - // if (res.token) { - // // 跳转首页 - // _this.jumpIndex(res.openid, res.user, res.token.token) - // } + if (res.token) { + // 跳转首页 + _this.jumpIndex(res.openid, res.user, res.token.token) + } }) } })