修复可能在引导日常之前就可以领取日常奖励的问题

dev_chengFeng
gaoxin 2020-09-07 15:38:12 +08:00
parent a46ee1c52c
commit 4edb1c7925
1 changed files with 2 additions and 1 deletions

View File

@ -366,7 +366,8 @@ end
-- 从战斗出来会加载两次
function FightPointPassMainPanel:OnShow()
if FightPointPassManager.GetIsOpenRewardUpTip() then
-- 功能引导存在时不再显示成长界面
if FightPointPassManager.GetIsOpenRewardUpTip() and not GuideManager.IsFunctionGuideExist() then
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.Onhook)
end
this.RefreshLittleMap()