This commit is contained in:
parent
414d7d1f97
commit
c659442856
|
|
@ -75,6 +75,7 @@ const UserVideo: React.FC = () => {
|
||||||
};
|
};
|
||||||
// 获取轮训用户
|
// 获取轮训用户
|
||||||
const getPolling = async (): Promise<void> => {
|
const getPolling = async (): Promise<void> => {
|
||||||
|
setUserList([])
|
||||||
setFrom((res: any) => {
|
setFrom((res: any) => {
|
||||||
GetPolling(state.channelId?.split('a')[0] as string, res.viewPeopleValue).then((res: any) => {
|
GetPolling(state.channelId?.split('a')[0] as string, res.viewPeopleValue).then((res: any) => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue