少年修仙传客户端代码仓库
client_linchunjie
2018-08-17 d5cfc06a1ad77780805b27c48f92ee66912c4f13
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("语言表key")]
        public string textKey;
        public int type;
    }