私人聊天右上角跳转到别人的介绍页面

This commit is contained in:
2022-02-25 15:36:28 +08:00
parent 1b027783ea
commit cd63785274
2 changed files with 5 additions and 0 deletions

BIN
pages/.DS_Store vendored

Binary file not shown.

View File

@@ -109,6 +109,11 @@
uni.$off('onRecallMessage_' + this.targetId)
uni.$off('onRecallMessage')
uni.$off('onReadReceiptReceived')
},
onNavigationBarButtonTap() {
uni.navigateTo({
url:'/pages/im/friends/info?targetId='+this.targetId
})
},
methods: {
getNewMessage() {