From b0ed21d0918e9271ec0010b817d770834ce7dd69 Mon Sep 17 00:00:00 2001 From: huanghaipeng Date: Tue, 21 Oct 2025 10:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/module/Tool/GameTool.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index e8b3c66..68f44b1 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -1523,7 +1523,6 @@ var GameTool = { MiniGameSdk.AdvertManager.instance.showVideo('adunit-32a23bc2b2f4ee0a', videoData, (res: MiniGameSdk.EAdVideoResult, count: number) => { if (timeoutId) clearTimeout(timeoutId); console.log('用户看的视频广告个数是:', count); - // 根据用户观看广告的结果,执行不同的逻辑s console.log('用户观看视频广告结果:', res); if (scene) scene.closeLoad(); let duration = Math.floor(Date.now() / 1000) - cc.fx.GameConfig.GM_INFO.videoTime;