From 16b38539f6d790e28274f9848893bae5393babd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Sat, 7 Feb 2026 20:19:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game_pages/detail/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game_pages/detail/index.tsx b/src/game_pages/detail/index.tsx index 644c3e0..082eb04 100644 --- a/src/game_pages/detail/index.tsx +++ b/src/game_pages/detail/index.tsx @@ -55,7 +55,7 @@ function Index() { // 然后再获取用户信息 await fetchUserInfo(); - await delay(1000); + // await delay(1000); if (from === "publish") { handleShare(true); @@ -298,7 +298,7 @@ function Index() { id={id as string} from={from as string} detail={detail} - userInfo={userInfo} + userInfo={myInfo} />