From 1b676937529c8d4eeb746975b10aae8f8e72a702 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Sun, 28 Dec 2025 19:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E4=B8=8E=E8=80=85=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E4=BB=96=E4=BA=BA=E9=A1=B5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game_pages/detail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_pages/detail/index.tsx b/src/game_pages/detail/index.tsx index a65a3e8..6bbad14 100644 --- a/src/game_pages/detail/index.tsx +++ b/src/game_pages/detail/index.tsx @@ -159,7 +159,7 @@ function Index() { function handleViewUserInfo(userId) { navto( - isMyOwn + userId === myInfo.id ? "/user_pages/myself/index" : `/user_pages/other/index?userid=${userId}` );