皮肤解锁提示

dev_chengFeng
jiaoyangna 2020-11-06 20:21:20 +08:00
parent bd92d5339d
commit 98ff210ae2
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ function RewardItemSingleShowPopup:BindEvent()
LogGreen("herodata.dynamicId:"..tostring(herodata.dynamicId))
UIManager.OpenPanel(UIName.RoleInfoPanel,herodata, HeroManager.GetAllHeroDatas(),true,4)
end,"取消","确定","",false,"")
else
PopupTipPanel.ShowTip(string.format("成功解锁皮肤%s",skinConfig.ReadingName))
end
end)
end