添加消息通知界面
This commit is contained in:
@@ -156,6 +156,12 @@ Component({
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
gotoMessage(){
|
||||
console.log("跳转到notifitions界面")
|
||||
wx.navigateTo({
|
||||
url: `/pages/notifications/notifications?id=${this.data.userinfo.uid}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user