挑战副本不显示倒计时
parent
3678f78c75
commit
aad7541dbd
|
|
@ -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 = "剩余时间:"
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ function this:RemoveListener()
|
|||
end
|
||||
|
||||
function this:OnShow(_parent,...)
|
||||
parent=_parent
|
||||
local _args = {...}
|
||||
-- 计算可获得的数量
|
||||
local starNum = FightLevelManager.GetAllChapterStars()
|
||||
|
|
|
|||
Loading…
Reference in New Issue