Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
ZhangBiao 2021-05-29 18:17:49 +08:00
commit 07582f1918
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,6 @@ function UIManager.InitCommonPanels()
require("Modules/Message/MissionDailyTipPanel") require("Modules/Message/MissionDailyTipPanel")
require("View/PlayerLiveView") require("View/PlayerLiveView")
require("View/MonsterLiveView") require("View/MonsterLiveView")
UIManager.OpenPanel(UIName.HorseRaceLampView)
end end
function UIManager.Adapter() function UIManager.Adapter()

View File

@ -15,6 +15,7 @@ function Game.Initialize()
this.GlobalEvent = EventManager.New() this.GlobalEvent = EventManager.New()
this.InitManagers() this.InitManagers()
UIManager.OpenPanel(UIName.LoginPanel) UIManager.OpenPanel(UIName.LoginPanel)
UIManager.OpenPanel(UIName.HorseRaceLampView)
end end
--初始化管理器 --初始化管理器