From b3ee9d2fd33f70826dc9c34e41cc3ff6641cf8d8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 15 十月 2025 15:31:17 +0800
Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_scripts

---
 Main/System/ChallengeTab/ChallengeTabWin.cs |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/Main/System/ChallengeTab/ChallengeTabWin.cs b/Main/System/ChallengeTab/ChallengeTabWin.cs
index d71ad40..96b019b 100644
--- a/Main/System/ChallengeTab/ChallengeTabWin.cs
+++ b/Main/System/ChallengeTab/ChallengeTabWin.cs
@@ -1,7 +1,4 @@
 using System;
-using System.Collections;
-using System.Collections.Generic;
-using Cysharp.Threading.Tasks.Triggers;
 using UnityEngine;
 
 public class ChallengeTabWin : UIBase
@@ -70,7 +67,6 @@
         DisplayBoneFieldButton();
     }
 
-
     public void DisplayBoneFieldButton()
     {
         int index = 2;
@@ -80,7 +76,7 @@
         if (!BoneFieldManager.Instance.TryGetShowSweepCount(out int showSweepMaxCount, out int showrealRemainSweepCount))
             return;
         string countInfo = UIHelper.AppendColor(showrealRemainSweepCount > 0 ? TextColType.Green : TextColType.Red, Language.Get("Challenge01", showrealRemainSweepCount));
-        string lockInfo = !isLock ? FuncOpen.Instance.GetErrorTip(funcId) : string.Empty;
+        string lockInfo = !isLock ? Language.Get("Challenge02") : string.Empty;
         btnBoneField.Display(index, redpointId, isLock, countInfo, lockInfo, () =>
         {
             if (!FuncOpen.Instance.IsFuncOpen(funcId, true))

--
Gitblit v1.8.0