一键升级bug修改

yuanshuai 2022-12-28 13:47:06 +08:00
parent 1a290fb4e0
commit ec6592a0d3
1 changed files with 2 additions and 0 deletions

View File

@ -884,10 +884,12 @@ function this:UpdateHeroUpLvAndBreakData()
this.itemGrid.gameObject:SetActive(true)
this.tipUpLv.gameObject:SetActive(false)
this.upLvBtnText.text=Language[11805]
this.upMaxLvBtn.gameObject:SetActive(false)
this.tipUpLv.text=Language[11804]
this.tipUpLv.gameObject:SetActive(false)
else
this.upLvBtnText.text=Language[11063]
this.upMaxLvBtn.gameObject:SetActive(true)
if isHeroUpStar and curStarRankUpConfig and curHeroData.lv >= curStarRankUpConfig.OpenLevel then--当前突破全部完成
this.tipUpLv.text=Language[11804]
this.tipUpLv.gameObject:SetActive(false)