【神将没有升级材料依旧会出现小红点】

dev_chengFeng
zhangqiang 2021-03-23 15:53:59 +08:00
parent 57b3c1af9c
commit 4f840d9463
1 changed files with 4 additions and 3 deletions

View File

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