From 03785ba001fcc2e41810e830098a50c4975367fb Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Wed, 15 May 2024 15:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=B1=E6=B2=B3=E7=A4=BE=E7=A8=B7=E5=9B=BE?= =?UTF-8?q?=E7=AB=A0=E8=8A=82=E5=BC=80=E5=90=AF=E6=8F=8F=E8=BF=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=E5=8F=AF=E5=90=8C=E6=AD=A5=E5=B8=B8=E8=A7=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7dd237a5c370625e128913fe166ee8efb5aa0619) --- .../~Lua/Modules/FightLevel/FightLevelChapterPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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