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