根据messageKey查询message信息接口
This commit is contained in:
@@ -236,7 +236,7 @@ const store = new Vuex.Store({
|
||||
nickName: detail.nickName,
|
||||
portrait: _userId == _obj.fromId ? _userInfo
|
||||
.photo : detail.photo,
|
||||
time: dayjs(_obj.createTime).format(
|
||||
time: dayjs(_obj.time).format(
|
||||
"YYYY/MM/DD HH:mm:ss"),
|
||||
num: 0,
|
||||
windowType: 'SINGLE',
|
||||
@@ -320,6 +320,7 @@ const store = new Vuex.Store({
|
||||
}
|
||||
//判断头像是谁的
|
||||
|
||||
|
||||
context.dispatch('updateChatListInfoById', {
|
||||
userId: data.userId,
|
||||
data: {
|
||||
@@ -329,7 +330,7 @@ const store = new Vuex.Store({
|
||||
nickName: detail.nickName,
|
||||
portrait: _userId == _obj.fromId ? _userInfo
|
||||
.photo : detail.photo,
|
||||
time: dayjs(_obj.createTime).format(
|
||||
time: dayjs(_obj.time).format(
|
||||
"YYYY/MM/DD HH:mm:ss"),
|
||||
num: 0,
|
||||
windowType: 'SINGLE',
|
||||
|
||||
Reference in New Issue
Block a user