From da26e72d5108a4d4eacd1b714fcacc3c5017d2a1 Mon Sep 17 00:00:00 2001 From: yxw <17074267@qq.com> Date: Thu, 23 Nov 2023 11:07:59 +0800 Subject: [PATCH] fix --- home.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home.html b/home.html index 052e332..ddfa433 100644 --- a/home.html +++ b/home.html @@ -1208,20 +1208,21 @@ if (resData.success) { if (module == 'lineinput') { data.lineinput = resData.content.lineinput - + updateLineInputSlider(data.lineinput.audio) } else if (module == 'mic1') { data.mic1 = resData.content.mic1 - + Microphone1Slider(data.mic1.audio) } else if (module == 'mic2') { data.mic2 = resData.content.mic2 - + Microphone2Slider(data.mic1.audio) } else { data.output = resData.content.output + OutputVolumeSlider(data.output.audio) } - bindData() + // bindData() } else { alert(resData.message)