更新支付传参&首页接口&菜单栏导航后tab切换

This commit is contained in:
Eamon-meng
2025-06-25 14:43:44 +08:00
parent 7a34aac581
commit b19b01f82c
8 changed files with 155 additions and 64 deletions

View File

@@ -98,8 +98,8 @@ export default function Page(props: ProviderProps) {
return (
<header
className={merge(
'fixed top-0 left-0 w-screen z-10 flex flex-col pointer-events-none',
menu && 'h-screen',
'fixed top-0 left-0 w-screen z-10 flex flex-col ',
menu ? 'h-screen' : 'pointer-events-none',
)}>
<HeaderContext.Provider value={{setMenu}}>