From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl

---
 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 378a301..a690eba 100644
--- a/Main/System/Invest/InvestModel.cs
+++ b/Main/System/Invest/InvestModel.cs
@@ -1,6 +1,7 @@
 锘�
 using System;
 using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
 using UnityEngine.UI;
 using System.Linq;
 using LitJson;
@@ -163,7 +164,7 @@
             if (count < rechargeCount.totalCount)
             {
                 lastTotalBuyCountDict[type] = rechargeCount.totalCount;
-                UIManager.Instance.OpenWindow<PrivilegeActiveCardWin>(type);
+                UIManager.Instance.OpenWindowAsync<PrivilegeActiveCardWin>(type).Forget();
             }
         }
     }

--
Gitblit v1.8.0