变身卡升级升星屏蔽化身之力显示

(cherry picked from commit 5855e6e1cf)
dev_fengTi_And
wangzhenxing 2023-06-30 18:19:03 +08:00
parent e9e1eec1f8
commit 06022bf0ae
1 changed files with 4 additions and 2 deletions

View File

@ -143,13 +143,14 @@ function this.UpdateWin()
this.nextProp.gameObject:SetActive(false)
this.costGrid.gameObject:SetActive(false)
this.nextDrop.gameObject:SetActive(false)
--屏蔽化身之力加成属性显示
this.forceLayout.gameObject:SetActive(false)
this.upLvText.text="已达上限"
else
this.nextProp.gameObject:SetActive(true)
this.costGrid.gameObject:SetActive(true)
this.nextDrop.gameObject:SetActive(true)
this.forceLayout.gameObject:SetActive(true)
this.forceLayout.gameObject:SetActive(false)
local nextPropData=IncarnationManager.GetChangeCardProperty(curCardId,true,false)
this.SetPropInfo(this.nextProp,nextPropData)
this.SetCostItem(cardLvConfig.Exp)
@ -195,7 +196,8 @@ function this.UpdateWin()
this.nextProp.gameObject:SetActive(true)
this.costGrid.gameObject:SetActive(true)
this.nextDrop.gameObject:SetActive(true)
this.forceLayout.gameObject:SetActive(true)
--屏蔽化身之力加成属性显示
this.forceLayout.gameObject:SetActive(false)
local nextPropData=IncarnationManager.GetChangeCardProperty(curCardId,false,true)
this.nextLvText.text=curStar+1
this.SetPropInfo(this.nextProp,nextPropData)