森罗幻境累计奖励修改提交

dev_chengFeng
jiaoyangna 2022-01-12 13:49:16 +08:00
parent 82421e45bf
commit bde65d0ecf
1 changed files with 11 additions and 3 deletions

View File

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