薛鸿潇 hace 5 años
padre
commit
cd4c30ad8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = '') {
     public wacthAdSuccess(placementId = '') {
         mk.console.log("wacthAdSuccess");
         mk.console.log("wacthAdSuccess");
-        if (this.isAdCooling()) return;
+        // if (this.isAdCooling()) return;
         this.videoAdcallBack(true);
         this.videoAdcallBack(true);
     }
     }