From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/HappyXB/HeroCallScoreWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/HappyXB/HeroCallScoreWin.cs b/Main/System/HappyXB/HeroCallScoreWin.cs
index 5d72886..9d57df1 100644
--- a/Main/System/HappyXB/HeroCallScoreWin.cs
+++ b/Main/System/HappyXB/HeroCallScoreWin.cs
@@ -50,7 +50,7 @@
         {
             scoreProcessText.color = UIHelper.GetUIColor(TextColType.Red);
         }
-        if (InvestModel.Instance.IsInvested(InvestModel.monthCardType))
+        if (InvestModel.Instance.IsActiveHeroScoreCall())
         {
             tryLockText.SetActive(false);
             call1Btn.SetColorful(null, true);

--
Gitblit v1.8.0