From 13ebd07d8026701c4b7629ef8a7cf5cb235cc505 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 17 八月 2018 15:31:40 +0800
Subject: [PATCH] [1885]神兽功能开发

---
 UI/Common/SortTable.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/UI/Common/SortTable.cs b/UI/Common/SortTable.cs
index 9da8934..63ab5c0 100644
--- a/UI/Common/SortTable.cs
+++ b/UI/Common/SortTable.cs
@@ -72,6 +72,7 @@
             {
                 m_TargetDisplay.text = Language.Get(m_SortElements[_index].textKey);
             }
+            this.gameObject.SetActive(false);
         }
         private void OnRefreshCell(ScrollerDataType type, CellView cell)
         {
@@ -96,6 +97,7 @@
     [Serializable]
     public struct SortElement
     {
+        [Header("璇█琛╧ey")]
         public string textKey;
         public int type;
     }

--
Gitblit v1.8.0