checkpoint: pre-refactor state before fixing P0/P1 issues

This commit is contained in:
2026-06-11 18:40:59 +08:00
parent 2c3c2653fa
commit d55ed60907
41 changed files with 1129 additions and 1051 deletions

View File

@@ -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' })
},