跳转修改

dev_chengFeng
jiaoyangna 2021-03-09 16:52:44 +08:00
parent 3afbbe7a9e
commit 37dba071eb
1 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,11 @@ function MonsterCampPanel:BindEvent()
Util.AddClick(this.btnBack, function ()
-- UIManager.OpenPanel(UIName.MainPanel)
PlayerManager.carbonType = 1
if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.FourElementTrail) then
UIManager.OpenPanel(UIName.MonsterCampMainPanel)
else
UIManager.OpenPanel(UIName.CarbonTypePanelV2)
end
self:ClosePanel()
end)