抽卡界面修改
parent
6d4bf07c21
commit
3ee8153112
|
@ -24,8 +24,8 @@ function RecruitMainPanel:InitComponent()
|
||||||
-- this.rightBtn = Util.GetGameObject(this.tabbox, "rightAction")
|
-- this.rightBtn = Util.GetGameObject(this.tabbox, "rightAction")
|
||||||
this.jiantouyou = Util.GetGameObject(this.tabbox, "jiantouyou")
|
this.jiantouyou = Util.GetGameObject(this.tabbox, "jiantouyou")
|
||||||
this.jiantouzuo = Util.GetGameObject(this.tabbox, "jiantouzuo")
|
this.jiantouzuo = Util.GetGameObject(this.tabbox, "jiantouzuo")
|
||||||
this.mask1 = Util.GetGameObject(this.tabbox, "mask")
|
this.mask1 = Util.GetGameObject(this.tabbox, "mask"):GetComponent("Image")
|
||||||
this.mask2 = Util.GetGameObject(this.tabbox, "mask1")
|
this.mask2 = Util.GetGameObject(this.tabbox, "mask1"):GetComponent("Image")
|
||||||
this.select = Util.GetGameObject(this.tabbox, "select")
|
this.select = Util.GetGameObject(this.tabbox, "select")
|
||||||
this.selectIma = Util.GetGameObject(this.select, "Image"):GetComponent("Image")
|
this.selectIma = Util.GetGameObject(this.select, "Image"):GetComponent("Image")
|
||||||
this.select.gameObject:SetActive(false)
|
this.select.gameObject:SetActive(false)
|
||||||
|
|
Loading…
Reference in New Issue