类型修复

This commit is contained in:
yj 2024-11-01 13:30:12 +08:00
parent 0f16a74f7c
commit 9bbfd34bab
1 changed files with 1 additions and 1 deletions

View File

@ -1213,7 +1213,7 @@ const Meeting: React.FC = () => {
return res
})
setCurrentVideoId((res: any) => {
if (Number(res) === item.uid) {
if (Number(res) === Number(item.uid)) {
getShowUser();
}
return res