From 85aadb6ba4d18c68082e6278cb3d8e064dcb0ee2 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 15 十月 2025 14:46:49 +0800
Subject: [PATCH] 136 子 【挑战】战锤秘境 / 【挑战】战锤秘境-客户端 挑战入口功能没开显示未解锁

---
 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