diff --git a/litemall-wx/pages/auth/login/login.js b/litemall-wx/pages/auth/login/login.js index 0d25e65d..17ede663 100644 --- a/litemall-wx/pages/auth/login/login.js +++ b/litemall-wx/pages/auth/login/login.js @@ -26,7 +26,7 @@ Page({ wxLogin: function(e) { user.checkLogin().catch(() => { wx.getUserProfile({ - desc: '用于完善会员资料', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写 + desc: '用于完善会员资料', success: (res) => { user.loginByWeixin(res.userInfo).then(res => { app.globalData.hasLogin = true; diff --git a/litemall-wx/pages/auth/login/login.wxml b/litemall-wx/pages/auth/login/login.wxml index 5f615db6..f092ba44 100644 --- a/litemall-wx/pages/auth/login/login.wxml +++ b/litemall-wx/pages/auth/login/login.wxml @@ -1,6 +1,6 @@ - + \ No newline at end of file