TCX_LongZhu
parent
4783f0fbb0
commit
c765d0ad34
|
|
@ -751,8 +751,8 @@ function this.ExecuteLoading()
|
|||
-- 登录时初始化主界面竖条显示为打开状态
|
||||
PlayerPrefs.SetInt(PlayerManager.uid .. "MainRightBarSetting", 1)
|
||||
if AppConst.isGuide then
|
||||
local data = ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig, 161)
|
||||
if data.IsOpen == 1 and GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) and PlayerManager.level == 1 then
|
||||
if GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) and PlayerManager.level == 1 then
|
||||
local data = ConfigManager.GetConfigData(ConfigName.GlobalSystemConfig, 161)
|
||||
if data.IsOpen == 1 then
|
||||
-- 新的引导
|
||||
-- StoryManager.EventTrigger(300001)
|
||||
|
|
@ -769,6 +769,7 @@ function this.ExecuteLoading()
|
|||
end
|
||||
else
|
||||
PatFaceManager.isLogin = true
|
||||
UIManager.OpenPanel(UIName.FightPointPassMainPanel)
|
||||
|
||||
LoadingPanel.End()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue