【养成】升级时,战力光效层级不正确
parent
3618464a15
commit
c5d1dab173
|
@ -481,6 +481,11 @@ function this:OnPageTabChange(index)
|
||||||
this.PageList[index]:OnShow(this.sortingOrder,this,curHeroData,isUpZhen,heroDatas)
|
this.PageList[index]:OnShow(this.sortingOrder,this,curHeroData,isUpZhen,heroDatas)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function this:OnSortingOrderChange()
|
||||||
|
Util.AddParticleSortLayer(this.upLvEffect, this.sortingOrder - orginLayer)
|
||||||
|
orginLayer = this.sortingOrder
|
||||||
|
end
|
||||||
|
|
||||||
function this:UpdateHeroInfoData()
|
function this:UpdateHeroInfoData()
|
||||||
this:UpdateBtnList()
|
this:UpdateBtnList()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue