mirror of
https://github.com/PlayEdu/backend
synced 2026-01-01 21:41:11 +08:00
数据结构重构优化
This commit is contained in:
@@ -17,7 +17,7 @@ export const VideoPlayDialog: React.FC<PropInterface> = ({
|
||||
open,
|
||||
onCancel,
|
||||
}) => {
|
||||
const [loading, setLoading] = useState<boolean>(true);
|
||||
const [loading, setLoading] = useState(true);
|
||||
|
||||
useEffect(() => {
|
||||
if (open && url) {
|
||||
|
||||
Reference in New Issue
Block a user