视频在手机上无法播放,但是在开发者工具上可以播放
视频在开发者工具上可以播放,但是手机上无法播放???代码如下:
view class='video'> < video id = "myVideo" src = "{{videoUrl}}" controls = 'true' poster = '{{poster}}' objectFit = 'contain' ></ video > </ view > |