diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua index ea50ec91a9..ed320fc3b4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua @@ -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) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua index 8ba8229803..5a22a01cd4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationPanelV2.lua @@ -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, ...)