修复可能在引导日常之前就可以领取日常奖励的问题
parent
a46ee1c52c
commit
4edb1c7925
|
@ -366,7 +366,8 @@ end
|
||||||
|
|
||||||
-- 从战斗出来会加载两次
|
-- 从战斗出来会加载两次
|
||||||
function FightPointPassMainPanel:OnShow()
|
function FightPointPassMainPanel:OnShow()
|
||||||
if FightPointPassManager.GetIsOpenRewardUpTip() then
|
-- 功能引导存在时不再显示成长界面
|
||||||
|
if FightPointPassManager.GetIsOpenRewardUpTip() and not GuideManager.IsFunctionGuideExist() then
|
||||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.Onhook)
|
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.Onhook)
|
||||||
end
|
end
|
||||||
this.RefreshLittleMap()
|
this.RefreshLittleMap()
|
||||||
|
|
Loading…
Reference in New Issue