Browse Source

Merge remote-tracking branch 'remotes/origin/dev' into douYou

hexiaojie 1 year ago
parent
commit
478e93836c
1 changed files with 4 additions and 0 deletions
  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;