【挂机】修复关卡未解锁时按钮状态显示错误的问题
parent
ce91bc1ee8
commit
35ed5c2854
|
@ -384,7 +384,10 @@ function FightPointPassMainPanel:OnShow()
|
|||
this.chapterName.text = GetLanguageStrById(fightLevelSetConfig[chapterId].Name)
|
||||
|
||||
-- 奖励预览
|
||||
this.IntiReward()
|
||||
this.IntiReward()
|
||||
-- 刷新关卡按钮状态
|
||||
this.SetFightBtnText()
|
||||
|
||||
|
||||
isCounting = false
|
||||
-- 加载地图数据
|
||||
|
|
Loading…
Reference in New Issue