From 2acee85dd570f3719857a4799ed1fdca533c0e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Sat, 7 Feb 2026 18:13:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=89=93=E5=BC=80=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 3 +-- src/game_pages/detail/index.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index 3812516..15d90c1 100644 --- a/project.config.json +++ b/project.config.json @@ -3,7 +3,6 @@ "projectname": "playBallTogether", "description": "playBallTogether", "appid": "wx815b533167eb7b53", - "setting": { "urlCheck": true, "es6": true, @@ -47,4 +46,4 @@ "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": {} -} \ No newline at end of file +} diff --git a/src/game_pages/detail/index.tsx b/src/game_pages/detail/index.tsx index e475fe9..644c3e0 100644 --- a/src/game_pages/detail/index.tsx +++ b/src/game_pages/detail/index.tsx @@ -57,7 +57,7 @@ function Index() { await delay(1000); - if (from !== "publish") { + if (from === "publish") { handleShare(true); } };