【ID1017258】

【碎片合成】碎片仅够合成一个神将时,合成后不自动关闭道具详情界面

(cherry picked from commit 4d588e2948)
dev_chengFeng
jiaoyangna 2021-07-12 10:19:13 +08:00
parent 96475f3085
commit a233fb2c7d
1 changed files with 2 additions and 0 deletions

View File

@ -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