From bc1cb6da854cb2e9144f10ed55330a537ecdca16 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 04 三月 2026 14:35:57 +0800
Subject: [PATCH] 466 h5版本 资源规则修改 打包修改(未完成 勿拉取)

---
 Main/System/Invest/InvestModel.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Main/System/Invest/InvestModel.cs b/Main/System/Invest/InvestModel.cs
index 0dfa8b1..a8bb58c 100644
--- a/Main/System/Invest/InvestModel.cs
+++ b/Main/System/Invest/InvestModel.cs
@@ -4,6 +4,7 @@
 using UnityEngine.UI;
 using System.Linq;
 using LitJson;
+using Cysharp.Threading.Tasks;
 
 public class InvestModel : GameSystemManager<InvestModel>
 {
@@ -128,7 +129,7 @@
             if (count < rechargeCount.totalCount)
             {
                 lastTotalBuyCountDict[type] = rechargeCount.totalCount;
-                UIManager.Instance.OpenWindow<PrivilegeActiveCardWin>(type);
+                UIManager.Instance.OpenWindowAsync<PrivilegeActiveCardWin>(type).Forget();
             }
         }
     }

--
Gitblit v1.8.0