浏览代码

精英通关后返回章节列表仍选中精英关卡

zhaoyang 2 年之前
父节点
当前提交
a3721922a3
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryController.cs

+ 4 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryController.cs

@@ -32,7 +32,10 @@ namespace GFGGame
                         MainStoryDataManager.currentLevelCfgId = 0;
                         MainStoryDataManager.currentLevelCfgId = 0;
 
 
                     }
                     }
-                    ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, null, null, true);
+                    object[] objects = ViewManager.GetGoBackDatas(typeof(StoryChapterView).FullName);
+                    object obj = null;
+                    if (objects.Length > 1) obj = objects[1];
+                    ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, obj, null, true);
                 }
                 }
                 else
                 else
                 {
                 {