gfg 1 年之前
父节点
当前提交
4182be5e1c
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 二进制
      GameClient/Assets/.DS_Store
  2. 1 0
      GameClient/Assets/Game/HotUpdate/Platform/QDAppStore.cs

二进制
GameClient/Assets/.DS_Store


+ 1 - 0
GameClient/Assets/Game/HotUpdate/Platform/QDAppStore.cs

@@ -186,6 +186,7 @@ namespace GFGGame
             Debug.Log($"Purchase Complete - Product: {product.definition.id}");
             this.OrderIdLocal = this.OrderId;
             this.TransactionId = product.transactionID;
+            GameGlobal.maxShowOrderTime = 300000;
             IOSRechargeSProxy.IosVerifyOrder(OrderIdLocal, product.transactionID).Coroutine();
 
             //We return Complete, informing IAP that the processing on our side is done and the transaction can be closed.