From 83946b29f2ecb63e5991a2dc27edc72f61f68976 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Fri, 26 Nov 2021 19:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E8=BA=AB=E5=8D=A1=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= 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 5676c18240..e15fd5584f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationPanel.lua @@ -214,7 +214,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.RewardItemSingleShowPopup, data.itemId, function()end) + UIManager.OpenPanel(UIName.RewardTailsmanChipShowPopup, data.itemId, function()end) end) end else