diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua index ed320fc3b4..c6d419bd87 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua @@ -419,9 +419,13 @@ function this.BtnClick(id) PopupTipPanel.ShowTip(string.format(Language[12297],config.OpenRules[2])) end elseif id == FUNCTION_OPEN_TYPE.ENDLESS then - MapManager.curCarbonType = CarBonTypeId.ENDLESS - MapManager.SetViewSize(3)--设置视野范围(明雷形式) - UIManager.OpenPanel(UIName.EndLessCarbonPanel) + if ActTimeCtrlManager.IsQualifiled(id) then + MapManager.curCarbonType = CarBonTypeId.ENDLESS + MapManager.SetViewSize(3)--设置视野范围(明雷形式) + UIManager.OpenPanel(UIName.EndLessCarbonPanel) + else + PopupTipPanel.ShowTip("无尽副本轮换前5分钟无法进入") + end end end