【车迟斗法提交】
parent
0b75ce4df4
commit
f0f205ca9e
|
@ -416,7 +416,7 @@ function this._TimeUpdate()
|
|||
if PrivilegeManager.GetPrivilegeRemainValue(PRIVILEGE_TYPE.GUILD_CAR_DELEAY_CHALLENGE) > 0 then
|
||||
timeDown = GuildCarDelayManager.ChallengeCdTime
|
||||
if timeDown > 0 then
|
||||
this.timeText.text = string.format("%s后可以挑战",TimeToMorS(timeDown))
|
||||
this.timeText.text = string.format("%s后可挑战",TimeToMorS(timeDown))
|
||||
else
|
||||
this.timeText.text = string.format("挑战中")
|
||||
end
|
||||
|
@ -427,7 +427,7 @@ function this._TimeUpdate()
|
|||
if PrivilegeManager.GetPrivilegeRemainValue(PRIVILEGE_TYPE.GUILD_CAR_DELEAY_LOOT) > 0 then
|
||||
timeDown = GuildCarDelayManager.ChallengeCdTime
|
||||
if timeDown > 0 then
|
||||
this.timeText.text = string.format("%s后可以抢夺",TimeToMorS(timeDown))
|
||||
this.timeText.text = string.format("%s后可抢夺",TimeToMorS(timeDown))
|
||||
else
|
||||
this.timeText.text = string.format("抢夺中")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue