【神将召唤引导】当正好赶上两个神将加入卡池的时候,会有弹窗,但是弹窗蒙版会挡住引导按钮
parent
6ad43f93ed
commit
864fd20aac
|
@ -382,7 +382,9 @@ end
|
||||||
--检查是否有新开放的心愿英雄
|
--检查是否有新开放的心愿英雄
|
||||||
function RecruitPanelNew:CheckNewWishHero()
|
function RecruitPanelNew:CheckNewWishHero()
|
||||||
if #RecruitManager.newWishList > 0 then
|
if #RecruitManager.newWishList > 0 then
|
||||||
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.NewAddWishHero)
|
if GuideManager.IsFunctionGuideExist() or GuideManager.IsInMainGuide() then
|
||||||
|
UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.NewAddWishHero)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue