Branch_oumei
zhangjiannan 2025-10-15 17:57:54 +08:00
parent 6ee8f787a6
commit 2755a68eae
1 changed files with 3 additions and 3 deletions

View File

@ -650,14 +650,14 @@ if not itemConfig[_itemData.id] then
end
end
NetManager.GiftEquipWearRequest(1, heroId, idList, function()
self:ClosePanel()
--self:ClosePanel()
if heroId == "0" then
GiftManager.SetPlayerGift(idList)
--HeroManager.ChangeAllHeroGiftLV()
else
GiftManager.SetHeroGift(self.curHeroData.dynamicId, idList, 1)
GiftManager.SetHeroGift(curHeroData.dynamicId, idList, 1)
end
self.RefreshWindowData()
RefreshWindowData()
end)
end
end)