Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
8ee8ec9dea
|
|
@ -382,7 +382,9 @@ end
|
|||
--检查是否有新开放的心愿英雄
|
||||
function RecruitPanelNew:CheckNewWishHero()
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue