hexiaojie 10 meses atrás
pai
commit
951cfb5a4c

+ 6 - 6
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

@@ -84,12 +84,12 @@ namespace GFGGame
                 return;
             }
 
-            ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
-            if (itemCfg == null)
-            {
-                Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
-                return;
-            }
+            // ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
+            // if (itemCfg == null)
+            // {
+            //     Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
+            //     return;
+            // }
 
             var zoneScene = GameGlobal.zoneScene;
             if (zoneScene == null) return;