From f5a30bfc9b74cd0185334fd45b5c27c93742576f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 31 十二月 2024 17:04:42 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改 - 临时同步

---
 System/MainInterfacePanel/FunctionForecastTip.cs |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/System/MainInterfacePanel/FunctionForecastTip.cs b/System/MainInterfacePanel/FunctionForecastTip.cs
index c3e7262..9cf6fcd 100644
--- a/System/MainInterfacePanel/FunctionForecastTip.cs
+++ b/System/MainInterfacePanel/FunctionForecastTip.cs
@@ -22,9 +22,6 @@
         [SerializeField] Text _NameText;//鏍囬鍚�
         [SerializeField] Text _Information;//淇℃伅鍐呭
         [SerializeField] Text m_Information_reward;//鏈夊鍔卞彲棰嗗彇
-        [SerializeField] ButtonEx xxzlBtn;//淇粰涔嬭矾鎸夐挳
-        [SerializeField] Text xxzlTxt;//淇粰涔嬭矾杩涘害
-        [SerializeField] UIEffect xxzlEffect;//淇粰涔嬭矾鐗规晥
         public static Action<int> FunctionOpenTagEvent;
         FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } }
         RealmModel realmModel { get { return ModelCenter.Instance.GetModel<RealmModel>(); } }
@@ -69,24 +66,6 @@
         List<FunctionForecastConfig> configs = new List<FunctionForecastConfig>();
         void DataAssignment()
         {
-            if (!FuncOpen.Instance.IsFuncOpen((int)FuncOpenEnum.Realm) || realmModel.IsRealmXXZLOver())
-            {
-                xxzlBtn.SetActive(false);
-            }
-            else
-            {
-                xxzlBtn.SetActive(true);
-                xxzlBtn.AddListener(() =>
-                {
-                    WindowCenter.Instance.Open<RealmWin>();
-                });
-                xxzlTxt.text = realmModel.GetXXZLProcess() + "/" + RealmXXZLConfig.GetKeys().Count;
-                if (realmModel.xxzlRedpoint.state == RedPointState.Simple)
-                    xxzlEffect.Play();
-                else
-                    xxzlEffect.Stop();
-            }
-
             if (FuncOpen.Instance.IsFuncOpen(OpenTag))
             {
                 _FunctionForecastPanel.SetActive(false);

--
Gitblit v1.8.0