future 1 년 전
부모
커밋
1127ffefa3

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 437 - 367
assets/resources/prefabs/game_play_mei_nv_zhao_xi_jie.prefab


+ 2 - 1
assets/script/play_list/zhaocha_component/view_game_play_mei_nv_zhao_xi_jie.ts

@@ -83,7 +83,8 @@ export class view_game_play_mei_nv_zhao_xi_jie extends base_view {
         }
         let self = this;
         self.isShowWin = false;
-        this.lab_time_count.active = false;
+        this.lab_countdown_time.active = false
+        // this.lab_countdown_time.active = false;
         gameManager.decRefSf(this.categoryid);
         self.sfList.clear()
         let call_back = ()=>{

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.