【车迟斗法】玩法内等待次数刷新,红点不显示,退出重进显示正常 修复
parent
87e8496df0
commit
263cb18d03
|
|
@ -356,6 +356,7 @@ function this.RemainTimeDown(_timeTextExpertgo,_timeTextExpert,timeNumText,timeD
|
|||
end
|
||||
this.timer:Stop()
|
||||
this.timer = nil
|
||||
this.RefrePanelRedPoint()
|
||||
end
|
||||
timeDown = timeDown - 1
|
||||
end, 1, -1, true)
|
||||
|
|
@ -420,6 +421,7 @@ function this.RemainTimeDown2(_timeTextExpertgo,timeNumText)
|
|||
end
|
||||
this.timer2:Stop()
|
||||
this.timer2 = nil
|
||||
this.RefrePanelRedPoint()
|
||||
end
|
||||
if GuildCarDelayManager.progress == GuildCarDelayProType.Challenge then
|
||||
timeDown = GuildCarDelayManager.ChallengeCdTime
|
||||
|
|
|
|||
Loading…
Reference in New Issue