提交 cf92b966 编写于 作者: d-u-a's avatar d-u-a

fix: InnerAudioContext 移除初始化无效src

上级 26516432
......@@ -49,7 +49,6 @@ const initStateChage = audioId => {
export function createAudioInstance () {
const audioId = `${Date.now()}${Math.random()}`
const audio = audios[audioId] = plus.audio.createPlayer('')
audio.src = ''
audio.volume = 1
audio.startTime = 0
return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册