zhaoyang 2 rokov pred
rodič
commit
fa811ccdf7

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryFightTargetScoreView.cs

@@ -689,9 +689,9 @@ namespace GFGGame
 
         private void OnBtnBackClick()
         {
-            Reset();
-            this.Hide();
+            // Reset();
             InstanceZonesController.OnFinishStoryLevel(InstanceZonesDataManager.currentLevelCfgId, false, false);
+            this.Hide();
 
         }
         protected override void OnHide()