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