Commit 2f49724f by doszhang

dos

parent 480ea2e4
...@@ -85,15 +85,15 @@ function backToMap () { ...@@ -85,15 +85,15 @@ function backToMap () {
function handleCityClick (event) { function handleCityClick (event) {
//播放哈尔滨视频 //播放哈尔滨视频
$('.video').attr('src', '../media/1.mp4'); $('.video').attr('src', '/Public/static/media/1.mp4');
$('.video')[0].play(); $('.video')[0].play();
$('.video-block').show(); $('.video-block').show();
//播放结束后跳转抽奖 //播放结束后跳转抽奖
//奖品请求后跳转页面 //奖品请求后跳转页面
$('.map-page').hide(); // $('.map-page').hide();
$('.prize-page').show(); // $('.prize-page').show();
showPrize(event.data.types); // showPrize(event.data.types);
} }
function showMap () { function showMap () {
......
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