fix volume

This commit is contained in:
底层用户 2022-02-07 10:21:45 +08:00
parent 2f5aea8d6e
commit 141fed8583

View File

@ -434,6 +434,10 @@ ap.on('pause', function () {
}); });
//音量调节 //音量调节
$(document).ready(function () {
$('#volume').val(0.5);
})
function changevolume() { function changevolume() {
var x = $("#volume").val(); var x = $("#volume").val();
ap.volume(x, true); ap.volume(x, true);