From 67f4e94c9f0b9c03a88d89d6c3d6dd00293ecd4b Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 12 May 2020 12:17:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20H5=20=E7=AB=AF=E8=B0=83=E6=95=B4=20video?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=20centerPlayBtn=20=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E5=92=8C=E7=9C=9F=E6=9C=BA=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/h5/view/components/video/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/h5/view/components/video/index.vue b/src/platforms/h5/view/components/video/index.vue index f3f5022f3..6929f714f 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 -- GitLab