浏览代码

套装图鉴分类

zhaoyang 2 年之前
父节点
当前提交
386db418a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

@@ -148,10 +148,10 @@ namespace GFGGame
             switch (_menuType)
             {
                 case ConstSuitGuideTypeId.TYPE_1:
-                    _menuTypeDataArray = new int[] { 0, 1, 2, 3, 4, 5 };
+                    _menuTypeDataArray = new int[] { 0, 1, 2, 3, 4, 5, 6, 7 };
                     break;
                 default:
-                    _menuTypeDataArray = new int[] { 6, 7, 8, 9, 10 };
+                    _menuTypeDataArray = new int[] { 8, 9, 10, 11, 12, 13 };
                     break;
             }
             _ui.m_listType.numItems = _menuTypeDataArray.Length;