diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua index 692a8c96dc..17381e4b38 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua @@ -481,6 +481,11 @@ function this:OnPageTabChange(index) this.PageList[index]:OnShow(this.sortingOrder,this,curHeroData,isUpZhen,heroDatas) end +function this:OnSortingOrderChange() + Util.AddParticleSortLayer(this.upLvEffect, this.sortingOrder - orginLayer) + orginLayer = this.sortingOrder +end + function this:UpdateHeroInfoData() this:UpdateBtnList()