【大闹天宫】挑战失败后显示两个可挑战图标,点击另一个未挑战过的怪没反应,退出重进显示正常
parent
264a682b4b
commit
a20dc99f99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue