From 061b35f7f5424cabf6701f28c55c35024d3b19af Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 30 九月 2025 11:58:31 +0800
Subject: [PATCH] 10 【武将】武将系统-测试bug2

---
 Main/System/HeroUI/HeroTrainWin.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Main/System/HeroUI/HeroTrainWin.cs b/Main/System/HeroUI/HeroTrainWin.cs
index 103d004..9859c31 100644
--- a/Main/System/HeroUI/HeroTrainWin.cs
+++ b/Main/System/HeroUI/HeroTrainWin.cs
@@ -429,7 +429,7 @@
         {
             lvupBtnText.text = Language.Get("L1110");
             lvupBtn.SetInteractable(false);
-            lvupMoneyIcon.SetActive(false);
+            lvupMoneyText.SetActive(false);
 
         }
     }
@@ -792,6 +792,7 @@
                     redpointLVUP.SetActive(true);
                     return;
                 }
+                return;
             }
         }
 

--
Gitblit v1.8.0