陈嘉乐
2020-06-23 8dd022404b670ccb54f1741cb02b292b87b1a201
HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs
@@ -24,7 +24,7 @@
            this.BackgroundColor = Color.ViewColor;
            var topView = new TopView();
            this.AddChidren(topView.TopFLayoutView());
            topView.topNameBtn.TextID = StringId.a31Music;
            topView.topNameBtn.TextID = StringId.myLove;//a31Music;
            topView.clickBackBtn.MouseUpEventHandler += (sender, e) =>
            {
@@ -54,7 +54,7 @@
                middViewLayout.EndHeaderRefreshing();
            };
            #endregion
            MusicView(Language.StringByID(StringId.a31Music));
            MusicView(Language.StringByID(StringId.myLove));
        }
        /// <summary> 
        /// 加载数据的方法