update pay promo

This commit is contained in:
2026-02-03 12:44:07 +08:00
parent 28c8fe4283
commit 5b54d5e450

View File

@@ -8,6 +8,7 @@ import LoginButton from '../LoginButton';
// import CalendarButton from '../CalendarButton'; // 暂时注释
import { DesktopUserMenu, TabletUserMenu } from '../UserMenu';
import { MySpaceButton, MoreMenu } from '../Navigation';
import { SearchBar } from '../../SearchBar/SearchBar';
/**
* Navbar 右侧功能区组件
@@ -35,6 +36,9 @@ const NavbarActions = memo(({
}) => {
return (
<HStack spacing={{ base: 2, md: 4 }}>
{/* 股票搜索框 - 桌面端和平板端显示 */}
{!isMobile && <SearchBar />}
{/* 权限校验中 - 显示占位骨架,不显示登录按钮或用户菜单 */}
{isLoading ? (
<Box