From e4d8443f63a9451b708f0ebe1c585b8e478ee442 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RH64908\\Administrator" <1545929779@qq.com> Date: Thu, 7 Mar 2024 16:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=83=E6=97=A5=E7=99=BB=E5=BD=95=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= 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")