mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 14:32:10 +08:00
移除日志
This commit is contained in:
parent
b17ffa832b
commit
ff03af5a56
@ -69,6 +69,6 @@ export const debounceSearchList = debounce((text, list, callback) => {
|
|||||||
for (const item of list) {
|
for (const item of list) {
|
||||||
if (rxp.test(`${item.name}${item.singer}${item.albumName ? item.albumName : ''}`)) reslutList.push(item)
|
if (rxp.test(`${item.name}${item.singer}${item.albumName ? item.albumName : ''}`)) reslutList.push(item)
|
||||||
}
|
}
|
||||||
console.log(reslutList)
|
// console.log(reslutList)
|
||||||
callback(handleSortList(reslutList, text))
|
callback(handleSortList(reslutList, text))
|
||||||
}, 200)
|
}, 200)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user