Commit 289c32ed by doszhang

dos

parent 9dbb8aee
...@@ -88,15 +88,14 @@ function backToMap () { ...@@ -88,15 +88,14 @@ function backToMap () {
} }
function videoEnd (types) { function videoEnd (types) {
console.log(types); $('.video-block').hide();
// $('.video-block').hide();
// //奖品请求后跳转页面 //奖品请求后跳转页面
// $('.map-page').hide(); $('.map-page').hide();
// $('.prize-page').show(); $('.prize-page').show();
// showPrize(types); showPrize(types);
// video.removeEventListener('ended', videoEnd); video.removeEventListener('ended', videoEnd(types));
} }
function handleCityClick (event) { function handleCityClick (event) {
......
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