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

---
 Main/System/HeroDebut/HeroDebutShopCell.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Main/System/HeroDebut/HeroDebutShopCell.cs b/Main/System/HeroDebut/HeroDebutShopCell.cs
index 5a5a9a3..c24e798 100644
--- a/Main/System/HeroDebut/HeroDebutShopCell.cs
+++ b/Main/System/HeroDebut/HeroDebutShopCell.cs
@@ -1,4 +1,5 @@
-锘縰sing UnityEngine;
+锘縰sing Cysharp.Threading.Tasks;
+using UnityEngine;
 using UnityEngine.UI;
 
 public class HeroDebutShopCell : MonoBehaviour
@@ -128,7 +129,7 @@
         else
         {
             StoreModel.Instance.buyShopID = shopID;
-            UIManager.Instance.OpenWindow<BuyItemWin>();
+            UIManager.Instance.OpenWindowAsync<BuyItemWin>().Forget();
         }
     }
 }

--
Gitblit v1.8.0