瀏覽代碼

升级弹窗

zhaoyang 3 年之前
父節點
當前提交
83f4ad211b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs

@@ -92,6 +92,8 @@ namespace GFGGame
         {
             if (GuideDataManager.currentGuideId > 0) return;
             if (ViewManager.isViewOpen(typeof(FunctionOpenView).Name)) return;//等功能开启展示完成后再展示角色升级
+            if (ViewManager.isViewOpen(typeof(StoryFightSingleScoreView).Name)) return;//战斗界面关闭前不弹升级
+            if (ViewManager.isViewOpen(typeof(StoryFightTargetScoreView).Name)) return;//战斗界面关闭前不弹升级
 
             if (InstanceZonesDataManager.isQuicklyFighting == true) return;//速刷中不弹
             if (InstanceZonesDataManager.isResultFighting == true) return;//结算中经验进度结束前不弹