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

---
 Main/System/HappyXB/HappyXBModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/HappyXB/HappyXBModel.cs b/Main/System/HappyXB/HappyXBModel.cs
index 3a1df6c..08a6291 100644
--- a/Main/System/HappyXB/HappyXBModel.cs
+++ b/Main/System/HappyXB/HappyXBModel.cs
@@ -4,7 +4,7 @@
 using System.Collections.Generic;
 using System.Linq;
 using UnityEngine;
-using Cysharp.Threading.Tasks;
+using Cysharp.Threading.Tasks;
 
 
 public partial class HappyXBModel : GameSystemManager<HappyXBModel>
@@ -189,7 +189,7 @@
         {
             if (!UIManager.Instance.IsOpened<HeroDebutCallResultWin>())
             {
-                UIManager.Instance.OpenWindow<HeroDebutCallResultWin>();
+                UIManager.Instance.OpenWindowAsync<HeroDebutCallResultWin>().Forget();
             }
         }
     }

--
Gitblit v1.8.0