fix load finished and show video
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4744ee5909
commit
55bc87bf44
1 changed files with 6 additions and 2 deletions
|
@ -51,9 +51,13 @@ function IntroductionPage() {
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<LoadingScene />
|
<LoadingScene />
|
||||||
) : (
|
) : (
|
||||||
<IntroductionPageData />
|
<div>
|
||||||
|
<IntroductionPageData />
|
||||||
|
<PlayVideo onVideoReady={handleVideoReady} />
|
||||||
|
</div>
|
||||||
|
|
||||||
)}
|
)}
|
||||||
<PlayVideo onVideoReady={handleVideoReady} />
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue