rename
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user