diff --git a/Assets/ManagedResources/~Lua/Modules/SevenDayCarnival/SevenDayCarnivalPanelV2.lua b/Assets/ManagedResources/~Lua/Modules/SevenDayCarnival/SevenDayCarnivalPanelV2.lua index 028daf064f..87654dc441 100644 --- a/Assets/ManagedResources/~Lua/Modules/SevenDayCarnival/SevenDayCarnivalPanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/SevenDayCarnival/SevenDayCarnivalPanelV2.lua @@ -29,6 +29,7 @@ function SevenDayCarnivalPanelV2:InitComponent() this.spLoader = SpriteLoader.New() --子模块脚本 this.BtnBack = Util.GetGameObject(self.transform, "bg/btnBack") + Util.GetGameObject(self.transform, "bg/Image"):SetActive(false) this.helpBtn = Util.GetGameObject(self.gameObject, "bg/helpBtn") this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition + Vector3(0,200,0) this.tabBox = Util.GetGameObject(self.gameObject, "TabBox")