From 5ad346e8e8957cfbf3e5966abddc085edf96dad2 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Wed, 17 Jan 2024 11:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E7=A5=AD=E7=A5=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua index a9618b994e..1f19b16519 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildFetePopup.lua @@ -163,7 +163,7 @@ function this.SetRewardPanel(i) end local panel = UIManager.OpenPanel(UIName.RewardPreviewPopupPanel,{title=Language[10763],reward=guildSacrificeRewardConfig[i].RewardPreview}) - panel:SetPosition(Vector2.New(0,136)) + panel:SetPosition(Vector2.New(0,300)) this.rewardBox:GetComponent("Canvas").sortingOrder = panel.sortingOrder + 1 triggerCallBack = function (panelType, p)