diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua index 0fef5dd5c9..54da3f9e47 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildMainCityPanel.lua @@ -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