编队界面修改提交
parent
fc28d51836
commit
c7836b8aea
|
@ -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)
|
||||
|
|
|
@ -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, ...)
|
||||
|
|
Loading…
Reference in New Issue