陈嘉乐
2020-08-03 e56137e33ed5c77a485f9e83ee4b6534cfdf6432
HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveMusicList.cs
@@ -54,7 +54,7 @@
                var songs = A31MusicModel.Current.LoveMusicInfoList[i];
                View.SongView songView = new View.SongView();
                songView.SongFrameLayout(middViewLayout, songs);
                //添加收藏
                songView.loveIcon.MouseUpEventHandler += (sender, e) =>
                {
                    var music= A31MusicModel.Current.LoveMusicInfoList.Find((m) => m.URL == songs.URL);