app发送文字消息
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
// uni.$on('onP2PMessage', this.onMessage)
|
||||
|
||||
this.talkTo = e;
|
||||
console.log(this.talkTo)
|
||||
// 根据Id
|
||||
this.$store
|
||||
.dispatch('createChatObj', {
|
||||
@@ -185,6 +186,9 @@
|
||||
})
|
||||
.then(res => {
|
||||
this.localData = res.data;
|
||||
|
||||
console.log(res.data)
|
||||
|
||||
if (e.windowType == 'SINGLE') {
|
||||
uni.setNavigationBarTitle({
|
||||
title: this.localData.fromInfo.nickName
|
||||
|
||||
Reference in New Issue
Block a user