TCX_LongZhu
DESKTOP-RH64908\Administrator 2025-12-30 18:29:47 +08:00
parent 4783f0fbb0
commit c765d0ad34
1 changed files with 3 additions and 2 deletions

View File

@ -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