From 3ee81531122fa14bdf944e614b35b65e056abb71 Mon Sep 17 00:00:00 2001 From: "DESKTOP-98AVA47\\Administrator" <3046463818@qq.com> Date: Thu, 15 Jul 2021 19:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=8D=A1=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Recruit/RecruitMainPanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Recruit/RecruitMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Recruit/RecruitMainPanel.lua index c84e5d74aa..1458b5b980 100644 --- a/Assets/ManagedResources/~Lua/Modules/Recruit/RecruitMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Recruit/RecruitMainPanel.lua @@ -24,8 +24,8 @@ function RecruitMainPanel:InitComponent() -- this.rightBtn = Util.GetGameObject(this.tabbox, "rightAction") this.jiantouyou = Util.GetGameObject(this.tabbox, "jiantouyou") this.jiantouzuo = Util.GetGameObject(this.tabbox, "jiantouzuo") - this.mask1 = Util.GetGameObject(this.tabbox, "mask") - this.mask2 = Util.GetGameObject(this.tabbox, "mask1") + this.mask1 = Util.GetGameObject(this.tabbox, "mask"):GetComponent("Image") + this.mask2 = Util.GetGameObject(this.tabbox, "mask1"):GetComponent("Image") this.select = Util.GetGameObject(this.tabbox, "select") this.selectIma = Util.GetGameObject(this.select, "Image"):GetComponent("Image") this.select.gameObject:SetActive(false)