zhaoyang 3 жил өмнө
parent
commit
c1d31daa1d

+ 9 - 9
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -177,15 +177,15 @@ namespace GFGGame
             else
             {
                 MainStoryDataManager.currentChapterCfgId = 10001;
-                if (GameGlobal.isFirstEntry == true)
-                {
-                    // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
-                    StoryController.ShowPriorStoryDialog();
-                }
-                else
-                {
-                    ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
-                }
+                // if (GameGlobal.isFirstEntry == true)
+                // {
+                //     // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
+                //     StoryController.ShowPriorStoryDialog();
+                // }
+                // else
+                // {
+                ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
+                // }
             }
             Timers.inst.CallLater(AfterEnterGame);
         }