From 78b0f66d37018c792d0999f6ebf575ea980c5dc0 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 13 Dec 2019 12:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=B9=B3=E5=8F=B0>=E8=90=BD?= =?UTF-8?q?=E5=9C=B0=E9=A1=B5--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Home/landingPage2.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Home/View/default/Home/landingPage2.html b/Application/Home/View/default/Home/landingPage2.html index 30619db53..e9a2f61fb 100644 --- a/Application/Home/View/default/Home/landingPage2.html +++ b/Application/Home/View/default/Home/landingPage2.html @@ -80,10 +80,12 @@ var videoWidth = $('.video-js').width(); $('.video-js').height(videoWidth * 0.562295082); + var myPlayer = videojs('example_video_1'); myPlayer.ready(function(){ this.play(); }); + $('.down-link').on('click', function () { var dow_status = parseInt($('#dow_status').val()); @@ -94,6 +96,7 @@ if ($('.bn-rule').length > 0) { $('.bn-rule').css('display','block') $('.bn-rule').css('z-index','12') + $('video').hide(); return } if ($('input[name=isNewIos]').val() == 0 && $('input[name=isIOS13]').val() == 1) {