This commit is contained in:
yj 2024-09-05 17:35:35 +08:00
parent 414d7d1f97
commit c659442856
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ const UserVideo: React.FC = () => {
};
// 获取轮训用户
const getPolling = async (): Promise<void> => {
setUserList([])
setFrom((res: any) => {
GetPolling(state.channelId?.split('a')[0] as string, res.viewPeopleValue).then((res: any) => {
if (res.code === 200) {