添加消息通知界面

This commit is contained in:
2025-09-28 00:14:39 +08:00
parent e8186e723f
commit 38c00049ef
6 changed files with 450 additions and 1 deletions

View File

@@ -156,6 +156,12 @@ Component({
}
});
},
gotoMessage(){
console.log("跳转到notifitions界面")
wx.navigateTo({
url: `/pages/notifications/notifications?id=${this.data.userinfo.uid}`,
});
}