私人聊天右上角跳转到别人的介绍页面
This commit is contained in:
BIN
pages/.DS_Store
vendored
BIN
pages/.DS_Store
vendored
Binary file not shown.
@@ -110,6 +110,11 @@
|
||||
uni.$off('onRecallMessage')
|
||||
uni.$off('onReadReceiptReceived')
|
||||
},
|
||||
onNavigationBarButtonTap() {
|
||||
uni.navigateTo({
|
||||
url:'/pages/im/friends/info?targetId='+this.targetId
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
getNewMessage() {
|
||||
im.getMessageList(
|
||||
|
||||
Reference in New Issue
Block a user