修复移动端音量调节

修复移动端音量调节
This commit is contained in:
Wayne 2022-06-23 22:44:17 +08:00 committed by GitHub
parent 829dee9451
commit ab5b3f317e
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();
ap.volume(x, true);
if (x == 0) {