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

---
 Main/Component/UI/Common/PopupWindowsProcessor.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Main/Component/UI/Common/PopupWindowsProcessor.cs b/Main/Component/UI/Common/PopupWindowsProcessor.cs
index c9b541b..0891eda 100644
--- a/Main/Component/UI/Common/PopupWindowsProcessor.cs
+++ b/Main/Component/UI/Common/PopupWindowsProcessor.cs
@@ -1,4 +1,5 @@
 using System.Collections.Generic;
+using Cysharp.Threading.Tasks;
 using UnityEngine;
 
 /// <summary>
@@ -153,7 +154,7 @@
 
         currentWindow = targetPopup;
         popupWindowQueue.RemoveAt(targetIndex);
-        UIManager.Instance.OpenWindow(currentWindow.window, currentWindow.functionId);
+        UIManager.Instance.OpenWindow(currentWindow.window, currentWindow.functionId).Forget();
         Debug.LogFormat("鎺ㄩ�佺獥鍙� " + currentWindow.window);
 
         lastTime = Time.realtimeSinceStartup;

--
Gitblit v1.8.0