Commit f85c6b68 by doszhang

dos

parent fb1731ae
...@@ -97,7 +97,7 @@ function handleCityClick (event) { ...@@ -97,7 +97,7 @@ function handleCityClick (event) {
var video = document.getElementsByClassName('video'); var video = document.getElementsByClassName('video');
video = video[0]; video = video[0];
video.addEventListenr('ended',function () { video.addEventListener('ended',function () {
$('.video-block').hide(); $('.video-block').hide();
//奖品请求后跳转页面 //奖品请求后跳转页面
......
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