TCX_LongZhu
parent
f9281454bc
commit
e83e6bef8e
|
|
@ -662,7 +662,7 @@ function this:OnOpen(id, func, ...)
|
||||||
LogError("id========================"..id)
|
LogError("id========================"..id)
|
||||||
if id==1 then
|
if id==1 then
|
||||||
--疯体屏蔽创角奖励界面
|
--疯体屏蔽创角奖励界面
|
||||||
-- UIManager.OpenPanel(UIName.GMEspecially)
|
UIManager.OpenPanel(UIName.GMEspecially)
|
||||||
end
|
end
|
||||||
this.gameObject:GetComponent("Image").raycastTarget = true
|
this.gameObject:GetComponent("Image").raycastTarget = true
|
||||||
local delay = GuideConfig[id].DelayShow
|
local delay = GuideConfig[id].DelayShow
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@ function this.FreshSex(sex)
|
||||||
--this.btnBitch:GetComponent("Image"):SetNativeSize()
|
--this.btnBitch:GetComponent("Image"):SetNativeSize()
|
||||||
|
|
||||||
this.boyLive:SetActive(sex == boy)
|
this.boyLive:SetActive(sex == boy)
|
||||||
this.girlLive:SetActive(sex ~= boy)
|
--this.girlLive:SetActive(sex ~= boy)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.LoadLiveBySex(standRes, index)
|
function this.LoadLiveBySex(standRes, index)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue