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