From 3f782b6be3f054cc1163a96604a0941f968281da Mon Sep 17 00:00:00 2001 From: chashaobao Date: Wed, 24 Dec 2025 00:45:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20user=20page=20=E9=82=80=E8=AF=B7?= =?UTF-8?q?=E8=BF=90=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fragments/user/anchor/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/fragments/user/anchor/index.tsx b/src/fragments/user/anchor/index.tsx index 9ee7cf1..0b9e112 100644 --- a/src/fragments/user/anchor/index.tsx +++ b/src/fragments/user/anchor/index.tsx @@ -18,6 +18,8 @@ export default function AnchorFragment() { const handleClickSwitch = useCallback(() => switchRoleType(RoleType.Company), []); + const handleClickInviteOperations = useCallback(() => navigateTo(PageUrl.InviteOperations), []); + return (
@@ -29,6 +31,13 @@ export default function AnchorFragment() { className={`${PREFIX}__cell`} onClick={handleClickMyDeclaration} /> +