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;