|
|
|
@ -80,10 +80,12 @@
|
|
|
|
|
var videoWidth = $('.video-js').width();
|
|
|
|
|
$('.video-js').height(videoWidth * 0.562295082);
|
|
|
|
|
|
|
|
|
|
<?php if (!$isWechat):?>
|
|
|
|
|
var myPlayer = videojs('example_video_1');
|
|
|
|
|
myPlayer.ready(function(){
|
|
|
|
|
this.play();
|
|
|
|
|
});
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
|
|
|
|
|
$('.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) {
|
|
|
|
|