diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua index 5a30b7c2a1..241cedbe5a 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua @@ -136,6 +136,9 @@ function HandBookHeroAndEquipListPanel:InitComponent() for i = 1, 6 do tabs[i] = Util.GetGameObject(self.transform, "Tabs/grid/Btn" .. i) end + for i = 1, 5 do + tabs[i]:SetActive(true) + end self.Tabs = Util.GetGameObject(self.gameObject, "Tabs") end