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,10 +51,14 @@ function IntroductionPage() {
|
|||
{loading ? (
|
||||
<LoadingScene />
|
||||
) : (
|
||||
<div>
|
||||
<IntroductionPageData />
|
||||
)}
|
||||
<PlayVideo onVideoReady={handleVideoReady} />
|
||||
</div>
|
||||
|
||||
)}
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue