抽卡界面修改

dev_chengFeng
DESKTOP-98AVA47\Administrator 2021-07-15 19:40:09 +08:00
parent 6d4bf07c21
commit 3ee8153112
1 changed files with 2 additions and 2 deletions

View File

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