From c5d1dab173fe1c91450512bac286dcc92d2d98ac Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 23 Mar 2021 16:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=85=BB=E6=88=90=E3=80=91=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E6=97=B6=EF=BC=8C=E6=88=98=E5=8A=9B=E5=85=89=E6=95=88?= =?UTF-8?q?=E5=B1=82=E7=BA=A7=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/RoleInfo/RoleInfoPanel.lua | 5 +++++ 1 file changed, 5 insertions(+) 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()