Commit ef2ee929 by doszhang

dos

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