From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Tip/ScrollTip.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index 9ce0213..b58123b 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -50,6 +50,7 @@
//杩囨护涓嶆挱鏀剧殑鎯呭喌
if (!CanOpen())
{
+ m_Hints.Clear();
return;
}
@@ -61,12 +62,9 @@
static bool CanOpen()
{
- // if (UIManager.Instance.IsOpened<HeroCallResultWin>())
- // {
+
+ // if (HappyXBModel.Instance.isXBCoolTime)
// return false;
- // }
- if (HappyXBModel.Instance.isXBCoolTime)
- return false;
return true;
}
@@ -121,6 +119,7 @@
m_Hints.Clear();
}
+ //鏆傛椂淇濈暀 鏀圭敤dotween
public enum ScrollTipState
{
None,
--
Gitblit v1.8.0