共鸣中修改提交

dev_chengFeng
jiaoyangna 2022-01-11 15:40:22 +08:00
parent a01485ebab
commit f943824ae9
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ function this:UpdateHeroUpLvAndBreakMaterialShow()
this.isGongMing = HarmonyManager.IsGongMing(curHeroData)
if this.isGongMing then
this.gongmingText:SetActive(true)
this.hognmengbeiTip.gameObject:SetActive(not (HarmonyManager:HongMengTowerUpLimit() > 0))
this.hognmengzhenTip.gameObject:SetActive(HarmonyManager:HongMengTowerUpLimit() > 0)
this.hognmengbeiTip.gameObject:SetActive(HarmonyManager:HongMengTowerUpLimit() > 0)
this.hognmengzhenTip.gameObject:SetActive(not (HarmonyManager:HongMengTowerUpLimit() > 0))
this.upLv:SetActive(false)
this.noUpLvText:SetActive(false)
return