From 1c681e9f82e97beeee95b6cf2401b76b5af18d1b Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 17 Mar 2023 14:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=AD=BE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/utils/musicSdk/kg/leaderboard.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/utils/musicSdk/kg/leaderboard.js b/src/renderer/utils/musicSdk/kg/leaderboard.js index 6f4f851c..49fb17a5 100644 --- a/src/renderer/utils/musicSdk/kg/leaderboard.js +++ b/src/renderer/utils/musicSdk/kg/leaderboard.js @@ -120,7 +120,7 @@ export default { if (item.filesize_high !== 0) { let size = sizeFormate(item.filesize_high) types.push({ type: 'flac24bit', size, hash: item.hash_high }) - _types.flac = { + _types.flac24bit = { size, hash: item.hash_high, } @@ -190,6 +190,7 @@ export default { let total = body.data.total let limit = 100 let listData = this.filterData(body.data.info) + // console.log(listData) return { total, list: listData,