陈嘉乐
2020-08-11 35aa462a50bb4bdf00534c80068455f0905cb582
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;