From e19570f43f13bf802543d070d67b69f3a140e1c5 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 11 Aug 2022 15:13:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=83=8C=E5=8C=85]=3D=3D=3D=3D=3D=3D=E8=83=8C?= =?UTF-8?q?=E5=8C=85=E9=A1=B5=E7=AD=BE=E4=BD=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua b/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua index b655b76d7c..055ecaca5d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua @@ -64,6 +64,7 @@ function BagPanel:InitComponent() this.noneImage=Util.GetGameObject(self.gameObject,"NoneImage") this.noneTxt=Util.GetGameObject(self.gameObject,"NoneImage/TextImage/Text"):GetComponent("Text") this.noneBtn=Util.GetGameObject(self.gameObject,"NoneImage/TextImage") + this.tabBox:GetComponent("RectTransform").anchoredPosition3D=Vector3.New(-540,82,0) end