Commit 9b87958c by zhanghaozhe

切换视频不自动播放bug

parent 7a56d997
...@@ -712,7 +712,10 @@ class Video extends Component { ...@@ -712,7 +712,10 @@ class Video extends Component {
} }
playVideo = () => { playVideo = () => {
this.player.play() this.player.ready(() => {
this.player.play()
})
} }
......
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