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