|
@@ -111,7 +111,8 @@ namespace GFGGame
|
|
|
|
|
|
_ui.m_c1.selectedIndex = _selectedIndex;
|
|
_ui.m_c1.selectedIndex = _selectedIndex;
|
|
StoryLevelCfg storyLevelCfg = StoryLevelCfgArray.Instance.GetCfg(selectCfg.storyLvId);
|
|
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);
|
|
PromptController.Instance.ShowFloatTextPrompt(str);
|
|
return;
|
|
return;
|
|
}
|
|
}
|