Commit 3382d5b3 by doszhang

dos

parent 289c32ed
......@@ -57,6 +57,8 @@ $('.video-block').append('<video class="video" src="" x5-playsinline="" playsinl
$('.page1').show();
var videoStatus = false;
var video = document.getElementsByClassName('video');
video = video[0];
$(document).ready(function () {
$("input").on("blur",function(){
......@@ -105,8 +107,7 @@ function handleCityClick (event) {
$('.video-block').show();
//播放结束后跳转抽奖
//视频播放结束时间
var video = document.getElementsByClassName('video');
video = video[0];
video.addEventListener('ended',videoEnd(event.data.types));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment