828

parent 9fddeb6d
...@@ -398,7 +398,9 @@ export default { ...@@ -398,7 +398,9 @@ export default {
elementID: this.$route.query.elementId.toString() elementID: this.$route.query.elementId.toString()
}); });
} }
this.$nextTick(()=>{
this.$refs.audio.play(); this.$refs.audio.play();
})
}, },
// 播放暂停 // 播放暂停
onStop(flag) { onStop(flag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment