소스 검색

田野调查解锁提示

zhaoyang 2 년 전
부모
커밋
89d1329bcb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/Field/FieldView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/Field/FieldView.cs

@@ -111,7 +111,8 @@ namespace GFGGame
 
                 _ui.m_c1.selectedIndex = _selectedIndex;
                 StoryLevelCfg storyLevelCfg = StoryLevelCfgArray.Instance.GetCfg(selectCfg.storyLvId);
-                string str = string.Format("完成主线{0}-{1}解锁", storyLevelCfg.chapterId, storyLevelCfg.order);
+                StoryChapterCfg storyChapterCfg = StoryChapterCfgArray.Instance.GetCfg(storyLevelCfg.chapterId);
+                string str = string.Format("完成主线{0}-{1}解锁", storyChapterCfg.order, storyLevelCfg.order);
                 PromptController.Instance.ShowFloatTextPrompt(str);
                 return;
             }