From c728dd182e1f07dc46827ed9337c92cfad0ef086 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 22 Aug 2024 10:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 4a971bf..297a8b7 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -572,7 +572,7 @@ const Meeting: React.FC = () => { let row = list.filter((i: any) => i.roleId === '1' || i.isRoomManager) setCurrentLookUserAccount((res: any) => { let has = row.find((x: any) => x.uid === res.uid) - if (!has) { + if (!has && row.length) { renderVideo(row[0].uid) } return res