mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 15:32:10 +08:00
减少时间
This commit is contained in:
parent
126fd316f0
commit
984bd6687b
@ -164,14 +164,14 @@ const debounceUpdateMetaInfoTools = {
|
|||||||
_track = null
|
_track = null
|
||||||
// isDelayRun = false
|
// isDelayRun = false
|
||||||
fn(track)
|
fn(track)
|
||||||
}, 1500)
|
}, 1200)
|
||||||
} else {
|
} else {
|
||||||
isDelayRun = true
|
isDelayRun = true
|
||||||
fn(track)
|
fn(track)
|
||||||
BackgroundTimer.setTimeout(() => {
|
BackgroundTimer.setTimeout(() => {
|
||||||
// delayTimer = null
|
// delayTimer = null
|
||||||
isDelayRun = false
|
isDelayRun = false
|
||||||
}, 1500)
|
}, 1200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user