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/KnapSack/Logic/ItemLogicUtility.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/System/KnapSack/Logic/ItemLogicUtility.cs b/Main/System/KnapSack/Logic/ItemLogicUtility.cs
index 696d42a..56a327d 100644
--- a/Main/System/KnapSack/Logic/ItemLogicUtility.cs
+++ b/Main/System/KnapSack/Logic/ItemLogicUtility.cs
@@ -115,7 +115,7 @@
{
if (!UIManager.Instance.IsOpenedInList<HeroShowLHWin>())
{
- UIManager.Instance.OpenWindow<HeroShowLHWin>();
+ UIManager.Instance.OpenWindowAsync<HeroShowLHWin>().Forget();
}
}
}
@@ -177,7 +177,7 @@
OnGetItemShowEvent?.Invoke();
if (!UIManager.Instance.IsOpenedInList<CommonGetItemWin>())
{
- UIManager.Instance.OpenWindow<CommonGetItemWin>();
+ UIManager.Instance.OpenWindowAsync<CommonGetItemWin>().Forget();
}
ShowHeroLHWin(items);//鏈変紶濂囦互涓婅嫳闆勬樉绀虹珛缁�
@@ -306,7 +306,7 @@
ItemBatchUseWin.itemID = itemID;
ItemBatchUseWin.ShowTextEvent = showTipEvent;
ItemBatchUseWin.btnName = btnName;
- UIManager.Instance.OpenWindow<ItemBatchUseWin>();
+ UIManager.Instance.OpenWindowAsync<ItemBatchUseWin>().Forget();
}
}
--
Gitblit v1.8.0