Browse Source

限时副本

zhaoyang 2 years ago
parent
commit
2b4fbadc0d

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryLevelInfoView.cs

@@ -102,7 +102,7 @@ namespace GFGGame
                 }
                 }
                 else
                 else
                 {
                 {
-                    if (levelCfg.type == ConstInstanceZonesType.Studio)
+                    if (levelCfg.type == ConstInstanceZonesType.Studio && levelCfg.chapterId != StudioDataManager.Instance.luckyBoxFilingChapterId)
                     {
                     {
                         var studioCfg = StudioCfgArray.Instance.GetCfg(levelCfg.chapterId);
                         var studioCfg = StudioCfgArray.Instance.GetCfg(levelCfg.chapterId);
                         ViewManager.Show<StudioBuyNumView>(studioCfg.limit);
                         ViewManager.Show<StudioBuyNumView>(studioCfg.limit);