feat: 修复登录逻辑
This commit is contained in:
@@ -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'
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user