diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua index 9b22385313..e030ff1f28 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardItemSingleShowPopup.lua @@ -320,7 +320,7 @@ function RewardItemSingleShowPopup:OnShow() this.armorTitle.gameObject:SetActive(true) this.armorDesc.gameObject:SetActive(true) this.armorTitle.text = string.format("%s",itemConfigData.Name) - this.armorDesc.text = string.format("%s",heroConfig.HeroLocationDesc4) + this.armorDesc.text = string.format("%s",heroConfig.HeroLocationDesc1) this.armorType.gameObject:SetActive(false) this.armorLanTuNum.gameObject:SetActive(false) this.posIcon.sprite =this.spLoader:LoadSprite(GetHeroPosStr(heroConfig.Profession))