diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua index afe1b62fb4..cca586c7f7 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuidePanel.lua @@ -662,7 +662,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 57e7532979..f516fe08d6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/CreateNamePopup.lua @@ -270,7 +270,7 @@ function this.FreshSex(sex) --this.btnBitch:GetComponent("Image"):SetNativeSize() this.boyLive:SetActive(sex == boy) - this.girlLive:SetActive(sex ~= boy) + --this.girlLive:SetActive(sex ~= boy) end function this.LoadLiveBySex(standRes, index)