feat: 修复登录逻辑

This commit is contained in:
Blizzard
2026-02-12 17:23:55 +08:00
parent 5553e2711a
commit daea00ca60
14 changed files with 732 additions and 59 deletions
+6
View File
@@ -102,4 +102,10 @@ Page({
url: `/pages/profile/badges/level-detail/index?sunlight=${this.data.currentExp}`
});
},
openBadgeWall() {
wx.navigateTo({
url: '/pages/profile/badges/badge-wall/index'
});
},
});