From d1e5d3a9fab638db5f070862fd1e2841f3b52959 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Tue, 4 Jul 2023 15:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E7=9B=B8=E5=BF=83=E6=B3=95-----------?= =?UTF-8?q?-----=E5=B1=8F=E8=94=BD=E6=8A=80=E8=83=BD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 122addf38f61385570a4f6e6d0971bba4e08d048) --- .../ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua b/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua index 1ed4b75b49..7af1ae1e84 100644 --- a/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Practice/FourQuadrantPopup.lua @@ -67,6 +67,7 @@ function this:InitComponent() this.starLv = Util.GetGameObject(self.gameObject, "bg/starLv") this.gongmingBtn = Util.GetGameObject(self.gameObject, "bg/gongmingBtn") this.skillBtn = Util.GetGameObject(self.gameObject, "bg/skillBtn") + this.skillBtn:SetActive(false) this.professionIcon = Util.GetGameObject(self.gameObject, "bg/professionIcon"):GetComponent("Image") this.btnList={ [1]=this.roudunBtn,