mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 16:52:10 +08:00
调整时间
This commit is contained in:
parent
6f9480d042
commit
26241511b8
@ -163,14 +163,14 @@ const debounceUpdateMetaInfoTools = {
|
||||
_track = null
|
||||
isDelayRun = false
|
||||
fn(track)
|
||||
}, 500)
|
||||
}, 1000)
|
||||
} else {
|
||||
isDelayRun = true
|
||||
fn(track)
|
||||
delayTimer = BackgroundTimer.setTimeout(() => {
|
||||
delayTimer = null
|
||||
isDelayRun = false
|
||||
}, 500)
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user