首页待开课

parent eba3597e
...@@ -400,9 +400,12 @@ ...@@ -400,9 +400,12 @@
elementID: this.$route.query.elementId.toString() elementID: this.$route.query.elementId.toString()
}); });
} }
this.$nextTick(()=>{ setTimeout(()=>{
this.$refs.audio.play(); this.$refs.audio.play();
}) },100)
// this.$nextTick(()=>{
// 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