diff --git a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua index 54571cdb99..363e040dcd 100644 --- a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua @@ -100,8 +100,8 @@ end function this.OnShowPanel() local curTime=GetTimeStamp() local hint - local maxChapterId=0 - local day=0 + local maxChapterId=4 + local day=-1 local allChapterId=0 for _, config in ConfigPairs(chapterConfig) do @@ -112,10 +112,11 @@ function this.OnShowPanel() day=config.OpenTime-1 maxChapterId=config.Id end - allChapterId=config.Id + --maxChapterId=config.Id --end end + allChapterId=config.Id end this.hintTxt.text=hint SoundManager.PlayMusic(SoundConfig.BGM_Main)