【车迟斗法提交】

dev_chengFeng
张彪 2022-03-03 15:14:42 +08:00
parent 0b75ce4df4
commit f0f205ca9e
1 changed files with 2 additions and 2 deletions

View File

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