This commit is contained in:
2023-12-02 18:44:35 +08:00
parent 460ede57d2
commit 3688c421dc
16 changed files with 251 additions and 128 deletions

View File

@@ -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,