From 847477d8ace3ddec74919551739b857cc57c36ab Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Tue, 5 Mar 2024 17:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E6=97=A5=E7=99=BB=E5=BD=95=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/SevenDayCarnival/SevenDayCarnivalPanelV2.lua | 1 + 1 file changed, 1 insertion(+) 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")