陈嘉乐
2020-08-19 b764dff5c4f4a7b0cde45a8d3eb28ff2a315cc29
HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs
@@ -395,7 +395,7 @@
                                //音量进度条;
                                playView.volSeekBar.Progress = int.Parse(A31MusicModel.Current.A31PlayStatus.vol);
                                //显示当前音量值;
                                playView.volValueBtn.Text = A31MusicModel.Current.A31PlayStatus.vol + "%";
                                playView.volValueBtn.Text = playView.volSeekBar.Progress.ToString() + "%";
                            }
                            //更新播放器音量给系统音量
                            Volume.MusicVolume = playView.volSeekBar.Progress;