Browse Source

套装合成提示

zhaoyang 2 năm trước cách đây
mục cha
commit
6b543fab04

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/ClothingSynthetic/SuitSyntheticView.cs

@@ -130,10 +130,10 @@ namespace GFGGame
                     isLock = true;
                     var levelCfg = StoryLevelCfgArray.Instance.GetCfg(suitCfg.syntheticStoryLevelId);
                     string str = "";
-                    if (levelCfg.type == ConstInstanceZonesType.Studio)
+                    if (levelCfg.type == ConstInstanceZonesType.Studio && levelCfg.subType == ConstInstanceZonesSubType.Hard3)
                     {
                         StoryLevelCfg cfg = StoryLevelCfgArray.Instance.GetCfg(suitCfg.syntheticStoryLevelId);
-                        str = string.Format("通关关卡{0}", cfg.name);
+                        str = string.Format("通关查阅建档 {0}", cfg.name);
                     }
                     else
                     {