森罗幻境累计奖励修改提交
parent
82421e45bf
commit
bde65d0ecf
|
@ -103,14 +103,22 @@ end
|
|||
function this:BindEvent()
|
||||
Util.AddClick(this.BtnBack, function()
|
||||
NetManager.RequestTrialReward(function(msg)
|
||||
if msg.drop and #msg.drop.itemlist > 0 then
|
||||
UIManager.OpenPanel(UIName.TrialRewardBackPopup,msg.drop,function()
|
||||
if CarbonManager.difficulty ~= 4 then
|
||||
if msg.drop and #msg.drop.itemlist > 0 then
|
||||
UIManager.OpenPanel(UIName.TrialRewardBackPopup,msg.drop,function()
|
||||
if ctrlView.GetCallListCount() > 1 then
|
||||
PopupTipPanel.ShowTip(Language[11258])
|
||||
return
|
||||
end
|
||||
this.SetEndlessShow()
|
||||
end)
|
||||
else
|
||||
if ctrlView.GetCallListCount() > 1 then
|
||||
PopupTipPanel.ShowTip(Language[11258])
|
||||
return
|
||||
end
|
||||
this.SetEndlessShow()
|
||||
end)
|
||||
end
|
||||
else
|
||||
if ctrlView.GetCallListCount() > 1 then
|
||||
PopupTipPanel.ShowTip(Language[11258])
|
||||
|
|
Loading…
Reference in New Issue