升级弹窗修改
parent
11b694c28b
commit
7f4cfb598f
|
@ -253,7 +253,7 @@ function this.BcakUpdateUserExp(_msg)
|
|||
for l = oldLevel+1, this.level do
|
||||
CustomEventManager.SendCustomEvents(FBSDKCustomEventType.RoleLv,l)
|
||||
end
|
||||
if UIManager.GetOpenPanel(UIName.GuidePanel)==nil and UIManager.GetOpenPanel(UIName.BattlePanel)==nil then
|
||||
if UIManager.GetOpenPanel(UIName.GuidePanel)==nil and UIManager.GetOpenPanel(UIName.BattlePanel)==nil and UIManager.GetOpenPanel(UIName.FightEndLvUpPanel)==nil then
|
||||
UIManager.OpenPanel(UIName.FightEndLvUpPanel,FightPointPassManager.oldLevel,PlayerManager.level)
|
||||
end
|
||||
CheckRedPointStatus(RedPointType.OrdinaryExplore)
|
||||
|
|
Loading…
Reference in New Issue