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;