From 09f2a39789653623ac7918e599556c195ce42a25 Mon Sep 17 00:00:00 2001 From: azazaz123456 Date: Fri, 1 Aug 2025 14:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/UIMainModel.cs | 21 +++++++++++---------- Assets/StreamingAssets/build_info | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Assets/Scripts/UI/UIMainModel.cs b/Assets/Scripts/UI/UIMainModel.cs index 147f6b8..7078891 100644 --- a/Assets/Scripts/UI/UIMainModel.cs +++ b/Assets/Scripts/UI/UIMainModel.cs @@ -84,16 +84,17 @@ public class UIMainModel : UIBase } else { - if (IAPManager.Instance.IsSubscribed()) - { - IsPlaying = true; - } - else - { - int freeNum= PlayerPrefs.GetInt("FreeNum_" + GameData.Instance.appleUserId, 3); - SubDetailsText.text = $"{freeNum} free trals available and all types of products can be used after subscription"; - dingyueBg.SetActive(true); - } + IsPlaying = true; + //if (IAPManager.Instance.IsSubscribed()) + //{ + // IsPlaying = true; + //} + //else + //{ + // int freeNum= PlayerPrefs.GetInt("FreeNum_" + GameData.Instance.appleUserId, 3); + // SubDetailsText.text = $"{freeNum} free trals available and all types of products can be used after subscription"; + // dingyueBg.SetActive(true); + //} } } diff --git a/Assets/StreamingAssets/build_info b/Assets/StreamingAssets/build_info index 601a592..6b8840c 100644 --- a/Assets/StreamingAssets/build_info +++ b/Assets/StreamingAssets/build_info @@ -1 +1 @@ -Build from CHINAMI-5S19PK6 at 2025/7/31 17:47:37 \ No newline at end of file +Build from CHINAMI-5S19PK6 at 2025/8/1 14:26:26 \ No newline at end of file