diff --git a/src/platforms/h5/view/components/video/index.vue b/src/platforms/h5/view/components/video/index.vue index f3f5022f39cb67c628ac9f4ae75e76bc44cc54ae..6929f714f7a94e158c1254191eaa99c3824f089c 100644 --- a/src/platforms/h5/view/components/video/index.vue +++ b/src/platforms/h5/view/components/video/index.vue @@ -311,7 +311,7 @@ export default { }, computed: { centerPlayBtnShow () { - return this.controls && this.showCenterPlayBtn && !this.start + return this.showCenterPlayBtn && !this.start }, controlsShow () { return !this.centerPlayBtnShow && this.controls && this.controlsVisible