Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 1 year ago
parent
commit
6d37315882

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

@@ -183,8 +183,10 @@ namespace GFGGame
 
 
         private void OnClickBtnBack()
         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);
             // Over(false);
         }
         }