diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua index 97aca8263f..fa65ffccc6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua @@ -661,7 +661,7 @@ function this:OnOpen(id, func, ...) LogError("id========================"..id) if id==1 then --疯体屏蔽创角奖励界面 - -- UIManager.OpenPanel(UIName.GMEspecially) + UIManager.OpenPanel(UIName.GMEspecially) end this.gameObject:GetComponent("Image").raycastTarget = true local delay = GuideConfig[id].DelayShow diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua index 59df8a6e50..f75bb939fc 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua @@ -185,7 +185,7 @@ function CreateNamePopup:BindEvent() if this.options then self:ClosePanel() StoryManager.StoryJumpType(this.options[1], nil, this.callBackFunc) - UIManager.OpenPanel(UIName.GMEspecially) + --UIManager.OpenPanel(UIName.GMEspecially) -- 发送创建角色事件 CustomEventManager.SendCustomEvents(FBSDKCustomEventType.CreateCharacter) CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,1)