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,