From 1ab047b5fdd933c38ba0519ec2e83a44512ea8d7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 26 三月 2026 17:46:11 +0800
Subject: [PATCH] webgl代码合并 1

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

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

--
Gitblit v1.8.0