From e2c42fcdb55495e954f26b77e783e560a8504895 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 2 Dec 2021 04:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=B3=E5=8D=A1=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=89=A7=E6=83=85=E5=85=B3=E5=8D=A1=E5=90=8E=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=8A=B6=E6=80=81=E5=88=B7=E6=96=B0=E4=B8=8D=E5=8F=8A?= =?UTF-8?q?=E6=97=B6=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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua index b0a6dfe32a..4a5f704d77 100644 --- a/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Fight/FightPointPassMainPanel.lua @@ -436,17 +436,16 @@ function FightPointPassMainPanel:OnShow() end this.chapterName.text = GetLanguageStrById(fightLevelSetConfig[chapterId].Name) - + -- 奖励预览 + this.IntiReward() + -- 刷新关卡按钮状态 + this.SetFightBtnText() + + if not hasLoad then timePressStarted = Time.realtimeSinceStartup isAnimActive = false - -- 奖励预览 - this.IntiReward() - -- 刷新关卡按钮状态 - this.SetFightBtnText() - - isCounting = false -- 加载地图数据 coroutine.start(function()