From 8b1a2c86c68995b3de4e08da26dd7b81e4a654d3 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Mon, 14 Nov 2022 14:11:18 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=96=B0=E5=A2=9E=E8=BF=87=E6=BB=A4instrum?= =?UTF-8?q?ental=E9=9F=B3=E4=B9=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/html/body/nas/music.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/web/html/body/nas/music.html b/web/html/body/nas/music.html index aa4749c..9ec3d8d 100644 --- a/web/html/body/nas/music.html +++ b/web/html/body/nas/music.html @@ -26,10 +26,13 @@
艺术家:
专辑:
作曲家
- 下载 - - 分享 - 显示歌词 +
+ 下载 + + 分享 + 显示歌词 + +
@@ -131,7 +134,8 @@ } listTable.reload({ where: { - path: path + path: path, + filter:$('#filter_instrumental')[0].checked } , page: { curr: 1 @@ -161,7 +165,7 @@ type: "POST", url: localhost + "/nas/music/list.do", contentType: "application/json; charset=utf-8", - data: JSON.stringify({type: true, path: data.file}), + data: JSON.stringify({type: true, path: data.file,filter:$('#filter_instrumental')[0].checked}), dataType: "json", success: function (json) { try {