Commit 1de47bc2 by doszhang

dos

parent 0cb2cafe
...@@ -191,7 +191,7 @@ function handleCityClick (event) { ...@@ -191,7 +191,7 @@ function handleCityClick (event) {
//播放哈尔滨视频 //播放哈尔滨视频
if(window.browser.versions.android) if(window.browser.versions.android)
{ {
$('video').css('width','130%').css('left','-5%'); $('video').css('width','130%').css('left','-15%');
} }
$('.video').attr('src', 'http://media.izhida.cn/' + event.data.types + '.mp4'); $('.video').attr('src', 'http://media.izhida.cn/' + event.data.types + '.mp4');
$('.video')[0].play(); $('.video')[0].play();
......
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