移动端顶部导航

This commit is contained in:
北枳 2025-09-28 21:40:41 +08:00
parent f6dff7eb49
commit 29235efb85

View File

@ -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 />