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/HeroUI/HeroGiftEatWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Main/System/HeroUI/HeroGiftEatWin.cs b/Main/System/HeroUI/HeroGiftEatWin.cs
index 852e1cf..bf0d3d8 100644
--- a/Main/System/HeroUI/HeroGiftEatWin.cs
+++ b/Main/System/HeroUI/HeroGiftEatWin.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+锘縰sing System.Collections.Generic;
 using UnityEngine;
 using UnityEngine.UI;
 
@@ -189,6 +189,6 @@
             SysNotifyMgr.Instance.ShowTip("HeroGift1");
             return;
         }
-        UIManager.Instance.OpenWindow<HeroGiftRoleListWin>();
+        UIManager.Instance.OpenWindowAsync<HeroGiftRoleListWin>().Forget();
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0