From d92ce1cdc2b14d729622e618d7c35759994e163e Mon Sep 17 00:00:00 2001 From: huanghaipeng Date: Wed, 22 Oct 2025 10:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E7=BB=93=E6=9E=9C=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/module/Tool/GameTool.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index c029a96..9e0bfc7 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -1032,7 +1032,8 @@ var GameTool = { // MiniGameSdk.API.showToast("准备上报完成游戏"); } if (name == "finish_stage") { - MiniGameSdk.API.yinli_FinishiStage(); + if (data.result) + MiniGameSdk.API.yinli_FinishiStage(); } // MiniGameSdk.API.shushu_Track(name,eventData); MiniGameSdk.API.shushu_Track(name, eventData);