【关卡】修复剧情关卡后按钮状态刷新不及时的问题

gaoxin 2021-12-02 04:18:13 +08:00
parent 5deba7853a
commit e2c42fcdb5
1 changed files with 6 additions and 7 deletions

View File

@ -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()