瀏覽代碼

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

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

+ 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)