IM
This commit is contained in:
@@ -593,6 +593,7 @@ export default {
|
||||
msgTypeLabel = '[视频通话]'
|
||||
}
|
||||
var userInfo = store.state.userInfo;
|
||||
const _userInfo = uni.getStorageSync("userInfo")
|
||||
store.dispatch('createChatObj', {
|
||||
userId: userId,
|
||||
windowType: windowType,
|
||||
@@ -655,7 +656,7 @@ export default {
|
||||
userId: userInfo.userId,
|
||||
personId: userInfo.userId,
|
||||
nickName: userInfo.nickName,
|
||||
portrait: userInfo.portrait,
|
||||
portrait: _userInfo.photo,
|
||||
msgType: msgType,
|
||||
content: msgContent,
|
||||
time: time,
|
||||
|
||||
Reference in New Issue
Block a user