Commit 6b0a429e authored by xieyishang's avatar xieyishang

444~

parent 9684bc36
...@@ -131,6 +131,8 @@ const Im_store = { ...@@ -131,6 +131,8 @@ const Im_store = {
store.dispatch("getConversationList", {}).then(()=>{}); //刷新获取会话列表 store.dispatch("getConversationList", {}).then(()=>{}); //刷新获取会话列表
} else { } else {
store.dispatch("getConversationList", {}).then(()=>{}); //刷新获取会话列表 store.dispatch("getConversationList", {}).then(()=>{}); //刷新获取会话列表
} }
if(store.state.groupId==result.msg.groupId){ if(store.state.groupId==result.msg.groupId){
...@@ -576,7 +578,10 @@ const Im_store = { ...@@ -576,7 +578,10 @@ const Im_store = {
reslove(result) reslove(result)
}) })
}); });
} },
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment