【神将没有升级材料依旧会出现小红点】
parent
57b3c1af9c
commit
4f840d9463
|
@ -263,6 +263,10 @@ function this:UpdateHeroUpLvAndBreakMaterialShow()
|
|||
else
|
||||
this.gongmingText:SetActive(false)
|
||||
end
|
||||
--红点检测
|
||||
local upLvRedpoint = HeroManager.LvUpBtnRedPoint(curHeroData)
|
||||
this.upLvBtnRedPoint:SetActive(upLvRedpoint)
|
||||
parent:CheckRedPointType(1,upLvRedpoint)
|
||||
end
|
||||
|
||||
--单个技能显示
|
||||
|
@ -395,9 +399,6 @@ function this:UpdateHeroUpLvAndBreakData()
|
|||
end
|
||||
end
|
||||
this:UpdateHeroUpLvAndBreakMaterialShow()
|
||||
local upLvRedpoint = HeroManager.LvUpBtnRedPoint(curHeroData)
|
||||
this.upLvBtnRedPoint:SetActive(upLvRedpoint)
|
||||
parent:CheckRedPointType(1,upLvRedpoint)
|
||||
end
|
||||
|
||||
function RoleInfoLayout:OnSortingOrderChange()
|
||||
|
|
Loading…
Reference in New Issue