From c659442856ecbe435292499a688fb9881382083a Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 5 Sep 2024 17:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserVideo/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/UserVideo/index.tsx b/src/components/UserVideo/index.tsx index 1cbe865..ac9fcfd 100644 --- a/src/components/UserVideo/index.tsx +++ b/src/components/UserVideo/index.tsx @@ -75,6 +75,7 @@ const UserVideo: React.FC = () => { }; // 获取轮训用户 const getPolling = async (): Promise => { + setUserList([]) setFrom((res: any) => { GetPolling(state.channelId?.split('a')[0] as string, res.viewPeopleValue).then((res: any) => { if (res.code === 200) {