薛鸿潇 5 years ago
parent
commit
cd4c30ad8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/script/mk/system/AdSystem.ts

+ 1 - 1
assets/script/mk/system/AdSystem.ts

@@ -75,7 +75,7 @@ export default class AdSystem {
      */
     public wacthAdSuccess(placementId = '') {
         mk.console.log("wacthAdSuccess");
-        if (this.isAdCooling()) return;
+        // if (this.isAdCooling()) return;
         this.videoAdcallBack(true);
     }