From 91dd1272e1ed8e69c465de8d0a273c95ade7b7a2 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Thu, 11 Jan 2024 19:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BC=E7=89=A9=E5=90=88=E6=88=90=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E8=B5=84=E6=BA=90=E6=9D=A1=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Compound/CompoundPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()