From 725b7b2374f43582a2d78b2cae3f8303359651b8 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 10 十一月 2025 14:30:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/FirstCharge/FirstChargeWin.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Main/System/FirstCharge/FirstChargeWin.cs b/Main/System/FirstCharge/FirstChargeWin.cs
index 1e88509..a5daae2 100644
--- a/Main/System/FirstCharge/FirstChargeWin.cs
+++ b/Main/System/FirstCharge/FirstChargeWin.cs
@@ -29,7 +29,6 @@
 
     [Header("璐拱鍜岄鍙�")]
     [SerializeField] ImageEx imgHave;
-    [SerializeField] ImageEx imgNoHave;
     [SerializeField] ImageEx imgRed;
     [SerializeField] TextEx txtHave;
     [SerializeField] ButtonEx btnHave;
@@ -287,8 +286,7 @@
         int awardState = firstChargeData.GetHaveState(day);
         bool isAllHave = firstChargeData.IsAllHave();
         btnHave.interactable = awardState == 2;
-        imgNoHave.SetActive(awardState != 2);
-        imgHave.SetActive(awardState == 2);
+        imgHave.gray = awardState != 2;
         imgRed.SetActive(awardState == 2);
         if (awardState == 2)
         {

--
Gitblit v1.8.0