diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua index 2b55382e85..2f5f712cdd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/XuanYuanMirrorPanel.lua @@ -34,7 +34,9 @@ function this:InitComponent() this.btnHelp = Util.GetGameObject(self.gameObject, "btnRoot/btnhelp") this.helpPosition = this.btnHelp:GetComponent("RectTransform").localPosition this.btnRank = Util.GetGameObject(self.gameObject, "btnRoot/btnRank") - this.btnReward = Util.GetGameObject(self.gameObject, "btnRoot/btnReward") + this.btnReward = Util.GetGameObject(self.gameObject, "btnRoot/btnReward") + this.btnRank:SetActive(false) + this.btnReward:SetActive(false) this.btnClose = Util.GetGameObject(self.gameObject, "btnRoot/btnBack") this.remainTimes = Util.GetGameObject(self.gameObject, "remainTimes") :GetComponent("Text")