编队界面修改提交

dev_chengFeng
jiaoyangna 2020-09-28 21:08:12 +08:00
parent fc28d51836
commit c7836b8aea
2 changed files with 2 additions and 0 deletions

View File

@ -412,6 +412,7 @@ function this.BtnClick(id)
end
elseif id == FUNCTION_OPEN_TYPE.PEOPLE_MIRROR then
if ActTimeCtrlManager.IsQualifiled(id) then
CarbonManager.difficulty = 1
UIManager.OpenPanel(UIName.XuanYuanMirrorPanel)
else
local config = ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig,FUNCTION_OPEN_TYPE.PEOPLE_MIRROR)

View File

@ -228,6 +228,7 @@ function this:OnOpen(_panelType,...)
this.eliteTip:SetActive(false)
this.failText:SetActive(false)
this.formTip:SetActive(false)
this.tip:SetActive(false)
this.empty:SetActive(false)
this.opView = require(this.PanelOptionView[_panelType])
this.opView.Init(this, ...)