From 1ae26afed2782706f07c5f9a8191734f56a3b1f9 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Fri, 10 Dec 2021 15:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=91=BD=E6=A0=BC=E3=80=91=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/Prefabs/UI/Bag/BagPanel.prefab | 8 ++++---- .../~Lua/Modules/Popup/RewardGemSingleShowPopup.lua | 2 +- .../~Lua/Modules/Practice/PracticePanel.lua | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/Bag/BagPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Bag/BagPanel.prefab index 923858f7d3..ddd1153a0b 100644 --- a/Assets/ManagedResources/Prefabs/UI/Bag/BagPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Bag/BagPanel.prefab @@ -473,8 +473,8 @@ RectTransform: - {fileID: 3941206977723881537} - {fileID: 8715989115649508653} - {fileID: 677243167307156643} - - {fileID: 3376732376669459976} - {fileID: 1407933580564980333} + - {fileID: 3376732376669459976} m_Father: {fileID: 6817509615464741921} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -25269,7 +25269,7 @@ RectTransform: - {fileID: 6581519065878786064} - {fileID: 6687494997412960270} m_Father: {fileID: 396553229042369325} - m_RootOrder: 7 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} @@ -39083,11 +39083,11 @@ RectTransform: - {fileID: 225835374053908973} - {fileID: 6699257262597793917} m_Father: {fileID: 396553229042369325} - m_RootOrder: 8 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 1046, y: -82} + m_AnchoredPosition: {x: 887, y: -82} m_SizeDelta: {x: 184, y: 126} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &759208157959335064 diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua index cfd171c26e..d62418d452 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardGemSingleShowPopup.lua @@ -60,7 +60,7 @@ function RewardGemSingleShowPopup:BindEvent() self:ClosePanel() end) Util.AddClick(this.btnUse, function()--使用跳转 - JumpManager.GoJump(40055) + JumpManager.GoJump(40056) end) Util.AddClick(this.btnClose, function()--替换,穿戴 UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.SelectGem,this.gemType,this.position,function () diff --git a/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua b/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua index 8c7fdd9873..c166cf0de8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Practice/PracticePanel.lua @@ -167,7 +167,7 @@ function Practice:BindEvent() UIManager.OpenPanel(UIName.IncarnationPanel) end) Util.AddClick(self.btnGem, function() - JumpManager.GoJump(40055) + JumpManager.GoJump(40056) self:ClosePanel() end) BindRedPointObject(RedPointType.tailsmanSoul,self.talsmanSoulBtnRed)