update pay promo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user