瀏覽代碼

bug修复

hexiaojie 10 月之前
父節點
當前提交
951cfb5a4c
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

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

@@ -84,12 +84,12 @@ namespace GFGGame
                 return;
                 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;
             var zoneScene = GameGlobal.zoneScene;
             if (zoneScene == null) return;
             if (zoneScene == null) return;