Bladeren bron

章节剧情返回界面修复

zhangyuqian 1 jaar geleden
bovenliggende
commit
fa935544ff
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 4 2
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs

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

@@ -183,8 +183,10 @@ namespace GFGGame
 
         private void OnClickBtnBack()
         {
-            // this.Hide();
-            ViewManager.GoBackFrom(typeof(StoryDialogView).FullName);
+             
+            ViewManager.Show<StoryChapterView>(MainStoryDataManager.currentChapterCfgId, ViewManager.GetGoBackDatas(typeof(StoryChapterView).FullName), true);
+            this.Hide();
+            //ViewManager.GoBackFrom(typeof(StoryDialogView).FullName);
             // Over(false);
         }