【大闹天宫】挑战失败后显示两个可挑战图标,点击另一个未挑战过的怪没反应,退出重进显示正常
parent
264a682b4b
commit
a20dc99f99
|
@ -154,12 +154,15 @@ function this.ShowBattleResultByExpedition()
|
||||||
end,0.3):Start()
|
end,0.3):Start()
|
||||||
PopupTipPanel.ShowTip( Language[11455])
|
PopupTipPanel.ShowTip( Language[11455])
|
||||||
else
|
else
|
||||||
|
|
||||||
MsgPanel.ShowTwo(Language[11456], function()
|
MsgPanel.ShowTwo(Language[11456], function()
|
||||||
|
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
|
||||||
end, function()
|
end, function()
|
||||||
NetManager.EndConfirmExpeditionBattleRequest(GetCurNodeInfo.sortId, function (msg)
|
NetManager.EndConfirmExpeditionBattleRequest(GetCurNodeInfo.sortId, function (msg)
|
||||||
|
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
|
||||||
end)
|
end)
|
||||||
end,Language[10731],Language[11457])
|
end,Language[10731],Language[11457])
|
||||||
Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
|
-- Game.GlobalEvent:DispatchEvent(GameEvent.Expedition.RefreshMainPanel)--刷新界面
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue