fix:1、删除部分不用的资源代码。2、a面修复bug

This commit is contained in:
barry
2026-04-28 18:42:00 +08:00
parent 70d45d4705
commit cc12dffbaa
417 changed files with 36736 additions and 40575 deletions
+10 -10
View File
@@ -7,7 +7,7 @@ using UnityEngine.UI;
using System.Linq;
using System;
using IgnoreOPS;
using SGModule.ApplePay;
// using SGModule.ApplePay;
using SGModule.Common.Helper;
using SGModule.NetKit;
using RedHotRoast;
@@ -97,15 +97,15 @@ public class MaxPayManager
// Debug.Log("barry ios pay");
// 调用官方支付逻辑
isIOSPay = true;
var appleData = new ApplePayData
{
sku = _data.sku,
amount = _data.amount,
currency = _data.currency,
shopName = _data.shopName,
type = _data.type
};
PurchasingManager.Purchase(appleData);
// var appleData = new ApplePayData
// {
// sku = _data.sku,
// amount = _data.amount,
// currency = _data.currency,
// shopName = _data.shopName,
// type = _data.type
// };
// PurchasingManager.Purchase(appleData);
}
else
{