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

add id select

上级 29da4d9e
......@@ -620,29 +620,29 @@
let l = res.data.map((i) => {
return i.userId;
});
l = [1089725294, 1089728785];
that.memberList = [
{
accId: 'd_3651506947_uat',
avatarImageUrl: 'https://test-file.yunqueyi.com/File/doctor_default.png',
id: 1089725294,
liveUserId: 'd_3651506947_uat_1089725294',
name: '顾超',
role: 2,
status: 3,
type: 1
},
{
accId: 'd_1909506947_uat',
avatarImageUrl: 'https://test-file.yunqueyi.com/File/doctor_default.png',
id: 1089728785,
liveUserId: 'd_1909506947_uat_1089728785',
name: '陈影',
role: 1,
status: 3,
type: 1,
}
];
// l = [1089725294, 1089728785];
// that.memberList = [
// {
// accId: 'd_3651506947_uat',
// avatarImageUrl: 'https://test-file.yunqueyi.com/File/doctor_default.png',
// id: 1089725294,
// liveUserId: 'd_3651506947_uat_1089725294',
// name: '顾超',
// role: 2,
// status: 3,
// type: 1
// },
// {
// accId: 'd_1909506947_uat',
// avatarImageUrl: 'https://test-file.yunqueyi.com/File/doctor_default.png',
// id: 1089728785,
// liveUserId: 'd_1909506947_uat_1089728785',
// name: '陈影',
// role: 1,
// status: 3,
// type: 1,
// }
// ];
if (
l &&
l.length > 0 &&
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册