瀏覽代碼

主界面自动弹窗等级限制修改

guodong 1 年之前
父節點
當前提交
fa13f1ac34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -1080,7 +1080,7 @@ namespace GFGGame
         private void CheckAutoShowViews()
         {
             if (GameConfig.tsStatus > 0) return; //提审时不显示弹窗
-            if (RoleDataManager.lvl < 10) return;
+            if (RoleDataManager.lvl < 5) return;
             if (GuideDataManager.currentGuideId > 0) return;
             if (GameGlobal.AutoShowCompleted) return;
             if (!GameGlobal.AfterDataInited) return;