薛鸿潇 пре 5 година
родитељ
комит
cd4c30ad8e
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
     }