Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
gaoxin 2021-07-12 10:33:16 +08:00
commit 39b9488286
1 changed files with 2 additions and 0 deletions

View File

@ -80,12 +80,14 @@ function RewardItemSingleShowPopup:BindEvent()
item.itemNum=compoundNum*_itemData.itemConfig.UsePerCount
if endHeroNum > 0 then
NetManager.HeroComposeRequest(item,function (drop)
self:ClosePanel()
UIManager.OpenPanel(UIName.RewardItemPopup,drop,1,function ()
end,nil,nil,nil,true)
end)
if compoundNum<=0 then
PopupTipPanel.ShowTip(Language[10183])
end
else
PopupTipPanel.ShowTip(Language[12157])
end