diff --git a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua index 3edb03b083..ed3dab63f3 100644 --- a/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FightLevel/FightLevelChapterPanel.lua @@ -215,7 +215,7 @@ function this.SingleChapterDataShow(go, data,index) return end if not isTimeOpen then - PopupTipPanel.ShowTip(string.format("开服%s天后解锁!",data.config.OpenTime)) + PopupTipPanel.ShowTip(string.format("开服第%s天解锁!",data.config.OpenTime+1)) return end if curChapterId >= data.chapterId then