Commit 3553e892 by doszhang

dos

parent a9c24287
...@@ -102,7 +102,7 @@ function videoEnd (event) { ...@@ -102,7 +102,7 @@ function videoEnd (event) {
function handleCityClick (event) { function handleCityClick (event) {
//播放哈尔滨视频 //播放哈尔滨视频
$('.video').attr('src', '/Public/static/media/1.mp4'); $('.video').attr('src', '/Public/static/media/1.mp4?v=123');
$('.video')[0].play(); $('.video')[0].play();
$('.video-block').show(); $('.video-block').show();
//播放结束后跳转抽奖 //播放结束后跳转抽奖
......
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