Skip to content

Commit baf2b00

Browse files
committed
update: add To Do
1 parent f2fda95 commit baf2b00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/login/login.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Page({
5858
}
5959
})
6060
.then(res => {
61+
// TODO: 用户登录成功后,调接口获取未读消息数量
6162
if (res) {
6263
app.globalData.bIsLogin = true;
6364
wx.setStorageSync('sAccessToken', sAccessToken);

src/pages/mine/mine.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Page({
1010
avatar_url: '/images/tabbar/icon_mine.png'
1111
}, // 用户信息
1212
aMenuList: [
13+
// TODO: 需要用户登录后才能访问
1314
{
1415
url: '/pages/message/message',
1516
open_type: 'navigate',

0 commit comments

Comments
 (0)