一键升级bug修改
parent
1a290fb4e0
commit
ec6592a0d3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue