修复标签显示
parent
19286ef99d
commit
1c681e9f82
|
@ -120,7 +120,7 @@ export default {
|
||||||
if (item.filesize_high !== 0) {
|
if (item.filesize_high !== 0) {
|
||||||
let size = sizeFormate(item.filesize_high)
|
let size = sizeFormate(item.filesize_high)
|
||||||
types.push({ type: 'flac24bit', size, hash: item.hash_high })
|
types.push({ type: 'flac24bit', size, hash: item.hash_high })
|
||||||
_types.flac = {
|
_types.flac24bit = {
|
||||||
size,
|
size,
|
||||||
hash: item.hash_high,
|
hash: item.hash_high,
|
||||||
}
|
}
|
||||||
|
@ -190,6 +190,7 @@ export default {
|
||||||
let total = body.data.total
|
let total = body.data.total
|
||||||
let limit = 100
|
let limit = 100
|
||||||
let listData = this.filterData(body.data.info)
|
let listData = this.filterData(body.data.info)
|
||||||
|
// console.log(listData)
|
||||||
return {
|
return {
|
||||||
total,
|
total,
|
||||||
list: listData,
|
list: listData,
|
||||||
|
|
Loading…
Reference in New Issue