From 1df1f2eacccb2aa833576def968200c02a1ef668 Mon Sep 17 00:00:00 2001 From: lijianzhong Date: Fri, 22 Mar 2024 09:38:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=8F=96=E6=B6=88=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.js | 5 ----- pages/login/index.wxml | 14 -------------- 2 files changed, 19 deletions(-) diff --git a/pages/login/index.js b/pages/login/index.js index 59385e8..f945263 100644 --- a/pages/login/index.js +++ b/pages/login/index.js @@ -80,11 +80,6 @@ Page({ key: 'userInfo', data: res.data, }) - if (!res.data.openid) { - this.data.showPop = true; - this.setData(this.data) - return - } wx.reLaunch({ url: '/pages/index/index', }) diff --git a/pages/login/index.wxml b/pages/login/index.wxml index 73eb519..c072d5d 100644 --- a/pages/login/index.wxml +++ b/pages/login/index.wxml @@ -47,18 +47,4 @@ 已有账号?立即登录 - - - - - - - 绑定微信 - - - - - 绑定之后可使用微信登录 - 一 键 绑 定 - \ No newline at end of file