化身卡详情界面修改

dev_chengFeng
yuanshuai 2022-04-27 10:33:49 +08:00
parent bce1445a77
commit b5246024d0
1 changed files with 1 additions and 1 deletions

View File

@ -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