From 35ed5c2854c2e7db67ccc80522275d05cd19a29f Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 31 Mar 2021 14:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8C=82=E6=9C=BA=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=85=B3=E5=8D=A1=E6=9C=AA=E8=A7=A3=E9=94=81=E6=97=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Fight/FightPointPassMainPanel.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua index 4a51c01efa..ddc115f5fd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua @@ -384,7 +384,10 @@ function FightPointPassMainPanel:OnShow() this.chapterName.text = GetLanguageStrById(fightLevelSetConfig[chapterId].Name) -- 奖励预览 - this.IntiReward() + this.IntiReward() + -- 刷新关卡按钮状态 + this.SetFightBtnText() + isCounting = false -- 加载地图数据