diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua index 907e84c7a7..982a4dd41f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua @@ -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 = "剩余时间:" diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_BuyShanHeSheJiTuGetRewardTimes.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_BuyShanHeSheJiTuGetRewardTimes.lua index 5746c3fb0a..bc517fb0bd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_BuyShanHeSheJiTuGetRewardTimes.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_BuyShanHeSheJiTuGetRewardTimes.lua @@ -63,6 +63,7 @@ function this:RemoveListener() end function this:OnShow(_parent,...) + parent=_parent local _args = {...} -- 计算可获得的数量 local starNum = FightLevelManager.GetAllChapterStars()