We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fda95 commit baf2b00Copy full SHA for baf2b00
src/pages/login/login.js
@@ -58,6 +58,7 @@ Page({
58
}
59
})
60
.then(res => {
61
+ // TODO: 用户登录成功后,调接口获取未读消息数量
62
if (res) {
63
app.globalData.bIsLogin = true;
64
wx.setStorageSync('sAccessToken', sAccessToken);
src/pages/mine/mine.js
@@ -10,6 +10,7 @@ Page({
10
avatar_url: '/images/tabbar/icon_mine.png'
11
}, // 用户信息
12
aMenuList: [
13
+ // TODO: 需要用户登录后才能访问
14
{
15
url: '/pages/message/message',
16
open_type: 'navigate',
0 commit comments