Browse Source

暂时屏蔽搭配赛商店

zhangyuqian 1 năm trước cách đây
mục cha
commit
96dbbf5c50
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/Store/StoreView.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/Store/StoreView.cs

@@ -213,6 +213,10 @@ namespace GFGGame
                         item.visible = true;
                     }
                 }
+                else if (_storeTabCfgs[index][0] == "搭配赛商城")
+                {
+                    item.visible = false;
+                }
                 else
                 {
                     item.visible = true;