提交 1cdea3e5 编写于 作者: 雪洛's avatar 雪洛

fix: 修复背景音频seek无效的Bug

上级 bc217da0
...@@ -119,7 +119,7 @@ class BackgroundAudioManager { ...@@ -119,7 +119,7 @@ class BackgroundAudioManager {
this._operate('stop') this._operate('stop')
} }
seek (position) { seek (position) {
this._operate('play', { this._operate('seek', {
currentTime: position currentTime: position
}) })
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册