diff --git a/js/music.js b/js/music.js index b0e4308..7e37135 100644 --- a/js/music.js +++ b/js/music.js @@ -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) { @@ -141,4 +141,4 @@ $.ajax({ }); }, 3800); } -}) \ No newline at end of file +})