现象: 使用 video 标签播放视频,每隔几秒就卡下,在浏览器中播放不卡顿 代码: <template> <div class="swiper-video"> <video class="video" autoplay="true" controls="true"
playcount="infinite" src="http://static.manmeng168.com/novels/videos/c010857.min.mp4" poster="http://static.manmeng168.com/novels/videos/c010857-001.jpg" ></video> </div> </template> <style lang="scss" scoped> .swiper-video { height: 100vh; width: 100%; } .video { height: 100%; width: 100%; background: #000; } </style> 机型:华为 nova 5i,鸿蒙系统,内存6G |