线上问题 无尽副本轮换前5分钟无法进入

dev_chengFeng
zhangqiang 2020-10-09 15:18:39 +08:00
parent f56fa9d4e8
commit 297d71d2ff
1 changed files with 7 additions and 3 deletions

View File

@ -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