移动端顶部导航

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