xx hace 1 año
padre
commit
908a0c4786
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      assets/script/game/results.ts

+ 5 - 5
assets/script/game/results.ts

@@ -81,11 +81,11 @@ export class results extends base_ui {
         // }else{
         //     this.btn_video_reLife.getComponent(btn_relife).showStatus(false)
         // }
-        if(free_num<=0){
-            this.btn_video_reLife.getComponent(btn_relife).showStatus(true)
-        }else{
-            this.btn_video_reLife.getComponent(btn_relife).showStatus(false)
-        }
+        // if(free_num<=0){
+        //     this.btn_video_reLife.getComponent(btn_relife).showStatus(true)
+        // }else{
+        //     this.btn_video_reLife.getComponent(btn_relife).showStatus(false)
+        // }
         if(userDataManager.getUserIsFreeAds()) {
             this.lab_free_num.getComponent(Label).string = ''
         } else {