【魂印穿戴】点击穿戴其他神将身上的魂印提示穿戴成功,但不显示,需要来回切换才能刷新并且看到新替换的魂印

dev_chengFeng
gaoxin 2021-11-22 17:37:26 +08:00
parent f67006e041
commit 487c0d327a
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ function SoulPrintPopUp:BindEvent()
HeroManager.AddSoulPrintUpHeroDynamicId(curHeroData.dynamicId,localData.id,pos)
PopupTipPanel.ShowTip(Language[11526])
self:RefreshShow()
--
if callback then
callback()
end
self:ClosePanel()
end)
end)