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} />