diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua b/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua index 16fe92c38e..4a3d94839d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua @@ -170,7 +170,7 @@ function this.SwitchView(index) this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.Compound_equip}) elseif index==2 then this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main}) - elseif index==3 then + elseif index==3 or index==4 or index==5 then this.upView:OnOpen({showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main}) end this.RefreshHelpBtn()