wxr
2020-07-29 e322d91c7325019710bfdb046c5fea673031455a
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> 
        /// 加载数据的方法