app发送文字消息
This commit is contained in:
@@ -66,6 +66,7 @@ import { createStore } from 'vuex'
|
||||
console.log("========================")
|
||||
console.log("========================")
|
||||
console.error(data)
|
||||
debugger
|
||||
_im.sendP2PMessage(_im.createP2PTextMessage(data.userId,data.data.content))
|
||||
},
|
||||
updateChatDataState(context,data){
|
||||
@@ -165,10 +166,6 @@ import { createStore } from 'vuex'
|
||||
// })
|
||||
|
||||
_im.getSingleUserInfo(userId).then((res)=>{
|
||||
console.log(res.data)
|
||||
console.log(res.data)
|
||||
console.log(res.data)
|
||||
console.log(res.data)
|
||||
if (res.code == 200) {
|
||||
var detail=res.data
|
||||
data1[userId]={
|
||||
|
||||
Reference in New Issue
Block a user