From cc1db8e2a76cdd2306746959c50febfabe5f382f Mon Sep 17 00:00:00 2001 From: "DESKTOP-MMO982B\\User" <752966621@qq.com> Date: Wed, 18 Jun 2025 15:04:44 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua index 208bfdabec..c7a897f2e2 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroAndEquipListPanel.lua @@ -812,6 +812,7 @@ function HandBookHeroAndEquipListPanel:SetSelectBtn() -- self.selectBtn:SetActive(proId ~= ProIdConst.All) self.selectBtn.transform:SetParent(tabs[proId].transform) self.selectBtn.transform.localPosition = Vector3.zero + self.selectBtn.transform:SetSiblingIndex(0) Util.GetGameObject( self.selectBtn.transform, "Text"):GetComponent("Text").text=Util.GetGameObject( tabs[proId].transform, "Text"):GetComponent("Text").text end function HandBookHeroAndEquipListPanel:SortHeroNatural(heroList)