Explorar o código

Merge branch 'ios_test' of http://192.168.2.10:3000/GFG/Client into ios_test

hexiaojie hai 10 meses
pai
achega
28ed561b40

+ 0 - 7
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

@@ -65,13 +65,6 @@ namespace GFGGame
                 return;
             }
 
-            ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
-            if (itemCfg == null)
-            {
-                Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
-                return;
-            }
-
             string currencyName = string.Empty;
 
             if (shopCfg.costType == CostType.FREE)