This commit is contained in:
2022-01-20 16:15:24 +08:00
parent 93a20f2d3d
commit 088327eaff
14 changed files with 348 additions and 412 deletions

View File

@@ -17,7 +17,7 @@ export default {
if (state.friends[targetId]) {
return state.friends[targetId]
} else {
console.log('没找到', targetId);
console.log('没找到, 死循环了,得处理 todo', targetId);
im.syncUserInfo(targetId)
return {
name: '',