guodong 2 년 전
부모
커밋
a1c5496655
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

+ 2 - 6
GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

@@ -35,12 +35,8 @@ namespace GFGGame
                     ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
                     if (shopCfg.costType == CostType.RMB)
                     {
-                        if(LauncherConfig.ChannelId != ChannelID.Test)
-                        {
-                            QDManager.Pay(response.BuyId, response.Times, response.OrderId);
-                            return true;
-                        }
-                        PromptController.Instance.ShowFloatTextPrompt("虚拟充值成功");
+                        QDManager.Pay(response.BuyId, response.Times, response.OrderId);
+                        return true;
                     }
 
                     List<ItemData> itemDatas = ItemUtil.CreateItemDataList(itemCfg.id, response.Times * shopCfg.itemNum);