From eabc1cf8441444ea40b0fb00b394009eb5c9e90d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 25 八月 2025 20:40:20 +0800
Subject: [PATCH] 5 【武将】招募系统-测试bug记录

---
 Main/System/Tip/ScrollTip.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index 9ce0213..af6cd66 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -50,6 +50,7 @@
         //杩囨护涓嶆挱鏀剧殑鎯呭喌
         if (!CanOpen())
         {
+            m_Hints.Clear();
             return;
         }
 
@@ -61,10 +62,7 @@
 
     static bool CanOpen()
     {
-        // if (UIManager.Instance.IsOpened<HeroCallResultWin>())
-        // { 
-        //     return false;
-        // }
+
         if (HappyXBModel.Instance.isXBCoolTime)
             return false;
         return true;

--
Gitblit v1.8.0