Jelajahi Sumber

修复注销账号后,创建新号不跳过剧情无法点击的bug

leiyasi 1 tahun lalu
induk
melakukan
393497e2ec
21 mengubah file dengan 8 tambahan dan 12 penghapusan
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs
  2. 0 1
      GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs
  3. 6 10
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs
  4. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0!a.png
  5. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0.png
  6. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_1!a.png
  7. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_1.png
  8. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_3!a.png
  9. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_3.png
  10. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_5!a.png
  11. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_5.png
  12. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_6!a.png
  13. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_6.png
  14. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_7!a.png
  15. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_7.png
  16. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_8!a.png
  17. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_8.png
  18. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_9!a.png
  19. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_atlas0_9.png
  20. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Main/Main_fui.bytes
  21. TEMPAT SAMPAH
      GameClient/Assets/ResIn/UI/Studio/Studio_fui.bytes

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

@@ -51,6 +51,7 @@ namespace GFGGame
         protected override void OnShown()
         {
             base.OnShown();
+            UpdateItemsByType(1);
             UpdateListSuitTypeRedDots();
             Timers.inst.StartCoroutine(UpdateRedDot());
         }
@@ -203,7 +204,7 @@ namespace GFGGame
 
         private void OnClickBtnBack()
         {
-            UpdateItemsByType(1);
+            //UpdateItemsByType(1);
             _ui.m_suitTypeItems.target.scrollPane.ScrollTop();
             ViewManager.GoBackFrom(typeof(SuitGuideView).FullName);
         }

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

@@ -49,7 +49,6 @@ namespace GFGGame
             _ui = UI_LoadingView.Create();
             this.viewCom = _ui.target;
             isfullScreen = true;
-            isReturnView = true;
             _effectUI1 = EffectUIPool.CreateEffectUI(_ui.m_holder, "ui_dljm", "ui_dljm_jdt_tw");
 
         }

+ 6 - 10
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs

@@ -69,20 +69,15 @@ namespace GFGGame
             base.Dispose();
         }
 
-        protected override void Init()
+        protected override void OnInit()
         {
-            base.Init();
+            base.OnInit();
             packageName = UI_StoryDialogUI.PACKAGE_NAME;
             _ui = UI_StoryDialogUI.Create();
             viewCom = _ui.target;
             isfullScreen = true;
-            isReturnView = true;
 
-        }
-
-        protected override void OnInit()
-        {
-            base.OnInit();
+            isReturnView = true;
             _ui.m_dialogText.target.visible = false;
             _ui.m_dialogName.target.visible = false;
             _ui.m_dialogHead.target.visible = false;
@@ -153,12 +148,13 @@ namespace GFGGame
                 FightDataManager.Instance.dialogSpeed = _speedAutoPlay;
             }
 
-            if (IsTeaParty) {
+            if (IsTeaParty)
+            {
                 _ui.m_c1.selectedIndex = 2;
             }
 
             _ui.m_btnBack.visible = InstanceZonesDataManager.CheckLevelPass(100001001);
-            
+
         }
 
         protected override void OnHide()

TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_1!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_1.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_3!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_3.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_5!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_5.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_6!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_6.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_7!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_7.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_8!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_8.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_9!a.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_atlas0_9.png


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes


TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Studio/Studio_fui.bytes