Commit e1dfe59c by doszhang

dos

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