From 396ff4a34720ee4b620f0969e857beb404ab5cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Sat, 7 Feb 2026 20:25:37 +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 | 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 082eb04..2c1aaf5 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);