828

parent 9fddeb6d
......@@ -398,7 +398,9 @@ export default {
elementID: this.$route.query.elementId.toString()
});
}
this.$refs.audio.play();
this.$nextTick(()=>{
this.$refs.audio.play();
})
},
// 播放暂停
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