From b5246024d0f173c8dcc4b3e2af34b93536f1b7b9 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Wed, 27 Apr 2022 10:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=8C=96=E8=BA=AB=E5=8D=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Incarnation/IncarnationPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua index c411dc8a1c..620b28fa6f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua @@ -199,7 +199,7 @@ function IncarnationPanel:RefreshSingleCardPre(cardPre,data,isJump,index) self.cardList[cardPre].cardBg.sprite = self.spLoader:LoadSprite(GetHeroCardStarFg[data.quality]) if isJump then Util.AddOnceClick(self.cardList[cardPre].getBtn,function() - UIManager.OpenPanel(UIName.RewardTailsmanChipShowPopup, data.itemId, function()end) + UIManager.OpenPanel(UIName.RewardTailsmanChipShowPopup, data.itemId) end) end for i = 0, 3 do