提交 c1dc176b 编写于 作者: inkwalk's avatar inkwalk

fix audio onCanPlay事件失效

上级 30e70264
......@@ -15,7 +15,7 @@ const publishBackgroundAudioStateChange = (state, res = {}) => publish('onBackgr
state
}, res))
const events = ['play', 'pause', 'ended', 'stop']
const events = ['play', 'pause', 'ended', 'stop', 'canplay']
function initMusic () {
if (audio) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册