wjc
2023-08-01 01f9d2ef466c1313bc5f0e486d90db0054bcddd9
HDL_ON/UI/UI2/FuntionControlView/Aks/AksPage.cs
@@ -49,7 +49,7 @@
        /// </summary>
        public Action action;
        public IntType currnetIntType;
        public IntType currnetIntType= IntType.none;
        public VerticalScrolViewLayout vv;
        #endregion
@@ -189,10 +189,6 @@
        /// </summary>
        private void SwitchUI(IntType type)
        {
            if (vv != null)
            {
                vv.RemoveAll();
            }
            if (this.currnetIntType == type)
            {
                return;
@@ -201,6 +197,10 @@
            {
                return;
            }
            if (vv != null)
            {
                vv.RemoveAll();
            }
            this.currnetIntType = type;
            switch (type)
            {