From 40d2fc46592c141a20188f6b563f783015972562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BD=AA?= <2han9b1a0@gmial.com> Date: Wed, 2 Mar 2022 14:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A3=85=E5=A4=87=E3=80=91=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=91=98=E6=98=9F=E9=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/RewardEquipSingleShowPopup2.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/RewardEquipSingleShowPopup2.lua b/Assets/ManagedResources/~Lua/Modules/Popup/RewardEquipSingleShowPopup2.lua index 72311ea001..8900cc8cf8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/RewardEquipSingleShowPopup2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/RewardEquipSingleShowPopup2.lua @@ -155,7 +155,11 @@ function RewardEquipSingleShowPopup2:BindEvent() --跳转摘星阁 Util.AddClick(self.btnJumpHome, function() - UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip) + JumpManager.GoJump(40059,function () + Timer.New(function () + UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.HomeLandEquip) + end,0.5):Start() + end) end) end