修复背包界面装备战斗力不显示的问题

dev_chengFeng
gaoxin 2020-08-26 20:53:56 +08:00
parent 8b0c138f68
commit ee71156c2c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function RewardEquipSingleShowPopup:OnShow()
this.icon.sprite = Util.LoadSprite(GetResourcePath(itemConfigData.ResourceID))
this.equipInfoText.text=itemConfigData.ItemDescribe
this.powerNum.text=EquipManager.CalculateWarForce(equipData)
this.powerNum.text=EquipManager.CalculateWarForce(equipData.id)
EquipManager.SetEquipStarShow(this.star,equipConfigData.Id)
this.btnJump:SetActive(itemConfigData.UseJump and itemConfigData.UseJump > 0 and BagManager.isBagPanel)