Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
39b9488286
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue