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
|
item.itemNum=compoundNum*_itemData.itemConfig.UsePerCount
|
||||||
if endHeroNum > 0 then
|
if endHeroNum > 0 then
|
||||||
NetManager.HeroComposeRequest(item,function (drop)
|
NetManager.HeroComposeRequest(item,function (drop)
|
||||||
|
self:ClosePanel()
|
||||||
UIManager.OpenPanel(UIName.RewardItemPopup,drop,1,function ()
|
UIManager.OpenPanel(UIName.RewardItemPopup,drop,1,function ()
|
||||||
end,nil,nil,nil,true)
|
end,nil,nil,nil,true)
|
||||||
end)
|
end)
|
||||||
if compoundNum<=0 then
|
if compoundNum<=0 then
|
||||||
PopupTipPanel.ShowTip(Language[10183])
|
PopupTipPanel.ShowTip(Language[10183])
|
||||||
end
|
end
|
||||||
|
|
||||||
else
|
else
|
||||||
PopupTipPanel.ShowTip(Language[12157])
|
PopupTipPanel.ShowTip(Language[12157])
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue