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