From 0af8f0ec2e3bf27fda463eaac166c042ecce7e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Sat, 9 Jul 2022 10:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=92=AD=E6=94=BE=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/music.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/music.js b/js/music.js index aff7a06..9aefa41 100644 --- a/js/music.js +++ b/js/music.js @@ -99,11 +99,13 @@ $.ajax({ $('#last').on('click', function () { ap.skipBack(); + ap.play(); $("#music-name").html($(".aplayer-title").text() + $(".aplayer-author").text()); }); $('#next').on('click', function () { ap.skipForward(); + ap.play(); $("#music-name").html($(".aplayer-title").text() + $(".aplayer-author").text()); });