<video src="{{item.video.url}}" loop="{{true}}" enable-progress-gesture="{{true}}" show-fullscreen-btn="{{false}}" show-play-btn="{{false}}" show-progress="{{false}}" show-center-play-btn="{{true}}" enable-play-gesture="{{true}}" autoplay="{{true}}"/> |
show-center-play-btn="{{true}}" 这个加不加都没看到中间按钮

video组件有个属性 play-btn-position,设置为 center 表示播放按钮显示在中间
试了一下的确不显示,使用cover-image自定义一个播放暂停按钮吧
autoplay="{{true}}" 开始就不显示了吧,暂停看显不显示