TCX_LongZhu
DESKTOP-RH64908\Administrator 2025-12-03 14:34:24 +08:00
parent f9281454bc
commit e83e6bef8e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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