提交 cb18f7f1 编写于 作者: 张磊's avatar 张磊

add id select

上级 5da4bc62
......@@ -620,14 +620,16 @@
const l = res.data.map((i) => {
return i.userId;
});
console.log('res==', res, that.memberList);
if (
l &&
l.length > 0 &&
that.memberList &&
that.memberList.length > 0
) {
that.memberList.map((i) => {
console.log('res==---', l, i, that.memberList, l.includes[i.id]);
if (l.includes[i.id]) {
// 在线 更新状态
that.addNewMember(i.liveUserId);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册