【养成】升级时,战力光效层级不正确

dev_chengFeng
gaoxin 2021-03-23 16:34:19 +08:00
parent 3618464a15
commit c5d1dab173
1 changed files with 5 additions and 0 deletions

View File

@ -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()