修正进度条状态
parent
f9f445489c
commit
e9791fd493
|
@ -261,6 +261,9 @@ export default {
|
|||
name: this.musicInfo.name,
|
||||
album: this.musicInfo.album,
|
||||
})
|
||||
this.$nextTick(() => {
|
||||
this.sendProgressEvent(this.progress, 'paused')
|
||||
})
|
||||
window.restorePlayInfo = null
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue