【成就提示】修复心魔快速战斗结算界面,通过成就跳转领取成就奖励后卡死的问题

dev_chengFeng
gaoxin 2021-08-03 15:24:49 +08:00
parent 0c6825597c
commit 51e4e3206c
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ function MissionDailyTipPanel:BindEvent()
PopupTipPanel.ShowTip(Language[11305])
return
end
if UIManager.IsOpen(UIName.RewardItemPopup) then--掉落界面打开时,关闭掉落界面
UIManager.ClosePanel(UIName.RewardItemPopup, false)
end
--LogGreen("showType:"..showType)
UIManager.OpenPanel(UIName.MissionDailyPanel,showType == 1 and 1 or 4)
self:ClosePanel()