Merge pull request #8 from Waynenet/master

修复移动端音量调节
This commit is contained in:
底层用户 2022-06-24 09:27:14 +08:00 committed by GitHub
commit 2604d143e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ $.ajax({
}); });
//音量调节 //音量调节
$("#volume").on('click', function () { $("#volume").on('click touchend', function () {
var x = $("#volume").val(); var x = $("#volume").val();
ap.volume(x, true); ap.volume(x, true);
if (x == 0) { if (x == 0) {