forked from 77media/video-flow
移动端顶部导航
This commit is contained in:
parent
f6dff7eb49
commit
29235efb85
@ -254,8 +254,7 @@ export function HomePage2() {
|
||||
return (
|
||||
<div className="w-full h-screen overflow-y-auto" id="home-page" ref={containerRef} style={{ paddingBottom: `2rem` }}>
|
||||
{/* 移动端顶部导航(抽屉式) */}
|
||||
<H5TopBar onSelectHomeTab={(key) => scrollToSection(key as any)} />
|
||||
{/* <NavBar /> */}
|
||||
{ isMobile ? (<H5TopBar onSelectHomeTab={(key) => scrollToSection(key as any)} />) : (<NavBar />) }
|
||||
<HomeModule1 />
|
||||
<LazyLoad once>
|
||||
<HomeModule2 />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user