升级显示消耗
parent
6d3d7f5e4f
commit
501d3758fd
|
@ -754,8 +754,8 @@ function this:UpdateHeroUpLvAndBreakData()
|
|||
this.upLvBtnText.text=Language[11063]
|
||||
if isHeroUpStar and curStarRankUpConfig and curHeroData.lv >= curStarRankUpConfig.OpenLevel then--当前突破全部完成
|
||||
this.tipUpLv.text=Language[11804]
|
||||
this.tipUpLv.gameObject:SetActive(true)
|
||||
this.itemGrid.gameObject:SetActive(false)
|
||||
this.tipUpLv.gameObject:SetActive(false)
|
||||
this.itemGrid.gameObject:SetActive(true)
|
||||
else
|
||||
this.itemGrid.gameObject:SetActive(true)
|
||||
this.tipUpLv.gameObject:SetActive(false)
|
||||
|
|
Loading…
Reference in New Issue