From 487c0d327aa5def50bef717adadf8f59253c76ed Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 22 Nov 2021 17:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=AD=82=E5=8D=B0=E7=A9=BF=E6=88=B4?= =?UTF-8?q?=E3=80=91=E7=82=B9=E5=87=BB=E7=A9=BF=E6=88=B4=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E7=A5=9E=E5=B0=86=E8=BA=AB=E4=B8=8A=E7=9A=84=E9=AD=82=E5=8D=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=A9=BF=E6=88=B4=E6=88=90=E5=8A=9F=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E4=B8=8D=E6=98=BE=E7=A4=BA=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=9D=A5=E5=9B=9E=E5=88=87=E6=8D=A2=E6=89=8D=E8=83=BD=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=B9=B6=E4=B8=94=E7=9C=8B=E5=88=B0=E6=96=B0=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E7=9A=84=E9=AD=82=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/SoulPrintPopUp.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/SoulPrintPopUp.lua b/Assets/ManagedResources/~Lua/Modules/Popup/SoulPrintPopUp.lua index f2062498da..cb0b812a83 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/SoulPrintPopUp.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/SoulPrintPopUp.lua @@ -128,6 +128,10 @@ function SoulPrintPopUp:BindEvent() HeroManager.AddSoulPrintUpHeroDynamicId(curHeroData.dynamicId,localData.id,pos) PopupTipPanel.ShowTip(Language[11526]) self:RefreshShow() + -- + if callback then + callback() + end self:ClosePanel() end) end)