checkpoint: pre-refactor state before fixing P0/P1 issues
This commit is contained in:
@@ -16,6 +16,7 @@ Page({
|
||||
followersCount: 0,
|
||||
loading: false,
|
||||
refreshing: false,
|
||||
hasUnread: false,
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
@@ -84,6 +85,10 @@ Page({
|
||||
wx.switchTab({ url: '/pages/nearby/nearby' })
|
||||
},
|
||||
|
||||
onNotify() {
|
||||
wx.navigateTo({ url: '/pages/notifications/notifications' })
|
||||
},
|
||||
|
||||
onGoNearby() {
|
||||
wx.switchTab({ url: '/pages/nearby/nearby' })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user