【轩辕宝镜】偶现跨0点报错

dev_chengFeng
gaoxin 2021-11-26 10:53:49 +08:00
parent 8c7d2e935e
commit 5557795658
1 changed files with 40 additions and 38 deletions

View File

@ -146,6 +146,7 @@ this.refreshShow = function()
local openFunctions = {}
for k,v in pairs(activityType) do
local go = Util.GetGameObject(this.AnimRoot, v.gameObject)
if go then
go:GetComponent("Image").sprite = this.spLoader:LoadSprite(v.bg)
local textParnet = Util.GetGameObject(go, "titileBg")
local textName = Util.GetGameObject(textParnet, "Text"):GetComponent("Text")
@ -181,6 +182,7 @@ this.refreshShow = function()
end
end)
end
end
this:TimeCountDown(openFunctions)
this.remainTimes.text = XuanYuanMirrorManager.GetTimeTip()
end