wjc
2022-12-08 44aa189d9e01f8c0d19e00e44f1ef419ff2cc093
HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs
@@ -79,6 +79,7 @@
       
        public void Show()
        {
            #region 界面布局
            this.BackgroundColor = MusicColor.ViewColor;
            var topView = new TopView();
@@ -429,6 +430,8 @@
                catch { }
            });
        }
    }
}