【大闹天宫】挑战失败后显示两个可挑战图标,点击另一个未挑战过的怪没反应,退出重进显示正常

dev_chengFeng
zhangqiang 2021-04-01 10:39:03 +08:00
parent 264a682b4b
commit a20dc99f99
1 changed files with 4 additions and 1 deletions

View File

@ -154,12 +154,15 @@ function this.ShowBattleResultByExpedition()
end,0.3):Start()
PopupTipPanel.ShowTip( Language[11455])
else
MsgPanel.ShowTwo(Language[11456], function()
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
end, function()
NetManager.EndConfirmExpeditionBattleRequest(GetCurNodeInfo.sortId, function (msg)
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
end)
end,Language[10731],Language[11457])
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
-- Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
end
end
end