Branch_oumei
parent
6ee8f787a6
commit
2755a68eae
|
|
@ -650,14 +650,14 @@ if not itemConfig[_itemData.id] then
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
NetManager.GiftEquipWearRequest(1, heroId, idList, function()
|
NetManager.GiftEquipWearRequest(1, heroId, idList, function()
|
||||||
self:ClosePanel()
|
--self:ClosePanel()
|
||||||
if heroId == "0" then
|
if heroId == "0" then
|
||||||
GiftManager.SetPlayerGift(idList)
|
GiftManager.SetPlayerGift(idList)
|
||||||
--HeroManager.ChangeAllHeroGiftLV()
|
--HeroManager.ChangeAllHeroGiftLV()
|
||||||
else
|
else
|
||||||
GiftManager.SetHeroGift(self.curHeroData.dynamicId, idList, 1)
|
GiftManager.SetHeroGift(curHeroData.dynamicId, idList, 1)
|
||||||
end
|
end
|
||||||
self.RefreshWindowData()
|
RefreshWindowData()
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue