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