From 6e55b6042adcab2ae50a2c8f23baf8dbfd6ff2b9 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 13 十一月 2025 12:23:14 +0800
Subject: [PATCH] 319 子 【付费内容】商城 / 【付费内容】商城-客户端

---
 Main/System/Message/MessageWin.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Main/System/Message/MessageWin.cs b/Main/System/Message/MessageWin.cs
index 7f6bb80..7267c66 100644
--- a/Main/System/Message/MessageWin.cs
+++ b/Main/System/Message/MessageWin.cs
@@ -297,11 +297,10 @@
 
     void DisplayChatHint(SystemHintData hint)
     {
-        //  TODO YYL
-        // if (!UIManager.Instance.IsOpened<ChatWin>())
-        // {
-        //     return;
-        // }
+        if (!UIManager.Instance.IsOpened<ChatWin>())
+        {
+            return;
+        }
         if (!m_ContainerChatHint.gameObject.activeInHierarchy)
         {
             m_ContainerChatHint.gameObject.SetActive(true);

--
Gitblit v1.8.0