From 35aa462a50bb4bdf00534c80068455f0905cb582 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 11 八月 2020 16:01:22 +0800 Subject: [PATCH] 2020-08-11-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs index 9a98f45..bdb1193 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31PlayMusicPage.cs +++ b/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; -- Gitblit v1.8.0