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;