修复标签显示

pull/1255/head
lyswhut 2023-03-17 14:50:07 +08:00
parent 19286ef99d
commit 1c681e9f82
1 changed files with 2 additions and 1 deletions

View File

@ -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,