个人消息

This commit is contained in:
limqhz
2022-12-14 19:58:38 +08:00
parent 574e7c8ac1
commit b746aaaa83
7 changed files with 53 additions and 2 deletions

View File

@@ -26,6 +26,12 @@ Page({
})
},
viewMyAccount(){
wx.navigateTo({
url: '/pages/myself/account/index'
});
},
viewMyMessage(){
wx.navigateTo({
url: '/pages/myself/notify/index'