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/HeroDebutCallRateItem.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Main/System/HeroDebut/HeroDebutCallRateItem.cs b/Main/System/HeroDebut/HeroDebutCallRateItem.cs
index a1017b8..9c81931 100644
--- a/Main/System/HeroDebut/HeroDebutCallRateItem.cs
+++ b/Main/System/HeroDebut/HeroDebutCallRateItem.cs
@@ -1,4 +1,5 @@
using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.UI;
@@ -62,7 +63,7 @@
HeroDebutCallRateHeroWin.worldPos = libButton.transform.position;
HeroDebutCallRateHeroWin.dataList = GetLibItemList(libID, list);
HeroDebutCallRateHeroWin.isDownShow = true;
- UIManager.Instance.OpenWindow<HeroDebutCallRateHeroWin>();
+ UIManager.Instance.OpenWindowAsync<HeroDebutCallRateHeroWin>().Forget();
});
}
}
--
Gitblit v1.8.0