wxr
2022-05-24 610a6a826a00d47320b17478cb5ca5f60abfa291
HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs
@@ -453,7 +453,7 @@
                                //停止播放
                                playView.startTimeBtn.Text =playTime;
                                //playView.startTimeBtn.Text ="00:00";
                                ///歌曲记录暂停时间;<LastDateTime 计算时间播放时间有用到>
                                ///记录歌曲暂停时间;<LastDateTime 计算播放时间有用到>
                                A31MusicModel.Current.LastDateTime = DateTime.Now;
                            }
                            playView.songNameTextView.Text = A31MusicModel.Current.functionMusic.GetAttrState(KeyProperty.song_name) == null ? "Unkown" : A31MusicModel.Current.functionMusic.GetAttrState(KeyProperty.song_name);