diff --git a/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab index a86e02ac1d..f538568c9a 100644 --- a/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab @@ -67806,10 +67806,10 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: tweenSequeue: - - initV3: {x: -146, y: 202.7, z: 0} + - initV3: {x: -146, y: -64, z: 0} initFloat: 0 isInit: 1 - changeV3: {x: 117, y: 202.7, z: 0} + changeV3: {x: 117, y: -64, z: 0} changeFloat: 0 duration: 0.2 delay: 0 @@ -78029,7 +78029,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -102, y: -118} + m_AnchoredPosition: {x: -102, y: 0} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &6454860829896586398 @@ -89685,7 +89685,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 117, y: -62} + m_AnchoredPosition: {x: 117, y: -64} m_SizeDelta: {x: 234, y: 112} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &4556295833810989776 diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index dbf808e8ae..7f7af883fc 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -75,7 +75,7 @@ function this:InitComponent() ---------------topLeftPart---------------- -- 七日登陆奖励预览入口 - this.sgBtn=Util.GetGameObject(self.gameObject,"LeftUp/seven") + this.sgBtn=Util.GetGameObject(self.gameObject,"LeftUp/GameObject/seven") this.sgRoot=Util.GetGameObject(this.sgBtn,"sevenGift/root") this.sgItemView = SubUIManager.Open(SubUIConfig.ItemView,this.sgRoot.transform) this.sgType=Util.GetGameObject(this.sgBtn,"sevenGift/type"):GetComponent("Text")