From bc1cb6da854cb2e9144f10ed55330a537ecdca16 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 04 三月 2026 14:35:57 +0800
Subject: [PATCH] 466 h5版本 资源规则修改 打包修改(未完成 勿拉取)
---
Main/System/Mingge/MinggeAutoSetWin.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Main/System/Mingge/MinggeAutoSetWin.cs b/Main/System/Mingge/MinggeAutoSetWin.cs
index c9ddb48..26ab8b1 100644
--- a/Main/System/Mingge/MinggeAutoSetWin.cs
+++ b/Main/System/Mingge/MinggeAutoSetWin.cs
@@ -3,6 +3,7 @@
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
+using Cysharp.Threading.Tasks;
public class MinggeAutoSetWin : UIBase
@@ -128,7 +129,7 @@
{
speedUPToggle.SetIsOnWithoutNotify(false);
SysNotifyMgr.Instance.ShowTip("MinggeAuto5");
- UIManager.Instance.OpenWindow<PrivilegeCardWin>();
+ UIManager.Instance.OpenWindowAsync<PrivilegeCardWin>().Forget();
return;
}
MinggeManager.Instance.autoSpeedUP = isOn;
@@ -148,7 +149,7 @@
if (isOK)
{
CloseWindow();
- UIManager.Instance.OpenWindow<MinggePrayWin>();
+ UIManager.Instance.OpenWindowAsync<MinggePrayWin>().Forget();
}
else
{
--
Gitblit v1.8.0