群组基础接口
This commit is contained in:
@@ -12,7 +12,6 @@ export default {
|
||||
contactInfo: (state) => (targetId) => {
|
||||
if (state.contacts[targetId]) {
|
||||
const info = state.contacts[targetId]
|
||||
console.log(targetId, info);
|
||||
|
||||
return {
|
||||
name: info.name,
|
||||
|
||||
Reference in New Issue
Block a user