挑战副本不显示倒计时

dev_chengFeng
wangzhenxing 2022-04-24 21:31:49 +08:00
parent 3678f78c75
commit aad7541dbd
2 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,7 @@ function CarbonsPanel:TipShow(_go,_value)
self.timeList[_value.id].Text = "剩余时间:"
self.timeList[_value.id].time = ExpeditionManager.startTime + tonumber(expeditionData.SeasonEnd) - GetTimeStamp() + expeditionData.SeasonInterval * 60 - 300
elseif _value.id == FUNCTION_OPEN_TYPE.ENDLESS or _value.id == FUNCTION_OPEN_TYPE.TRIAL then--无尽副本\森罗幻境
time:SetActive(true)
time:SetActive(false)
self.timeList[_value.id] = {}
self.timeList[_value.id].TextObj = timeText
self.timeList[_value.id].Text = "剩余时间:"

View File

@ -63,6 +63,7 @@ function this:RemoveListener()
end
function this:OnShow(_parent,...)
parent=_parent
local _args = {...}
-- 计算可获得的数量
local starNum = FightLevelManager.GetAllChapterStars()