fix volume
This commit is contained in:
parent
2f5aea8d6e
commit
141fed8583
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user