【关卡】修复剧情关卡后按钮状态刷新不及时的问题
parent
5deba7853a
commit
e2c42fcdb5
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue