作者 zhangwei
1 个管道 的构建 通过 耗费 1 秒

1

... ... @@ -217,6 +217,12 @@
$('form').submit();
window.location.href = '/portal/region/getMoreVideo?city_id=' + city_id;
});
$('.star_gall_img li').each(function() {
$(this).click(function() {
$('#video').hide();
});
});
//切换视频
function switch_video(index) {
//视频路径
... ... @@ -233,7 +239,6 @@
var img = li_index.find('.li_img').attr('src');
$('.video_poster').attr('src', img);
$('#video').hide();
$('.video_poster').show();
$(".fourth_video_start").show();
... ...