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