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

1

@@ -217,7 +217,6 @@ @@ -217,7 +217,6 @@
217 $('form').submit(); 217 $('form').submit();
218 window.location.href = '/portal/region/getMoreVideo?city_id=' + city_id; 218 window.location.href = '/portal/region/getMoreVideo?city_id=' + city_id;
219 }); 219 });
220 -  
221 //切换视频 220 //切换视频
222 function switch_video(index) { 221 function switch_video(index) {
223 //视频路径 222 //视频路径
@@ -233,6 +232,8 @@ @@ -233,6 +232,8 @@
233 // 视频封面图 232 // 视频封面图
234 var img = li_index.find('.li_img').attr('src'); 233 var img = li_index.find('.li_img').attr('src');
235 $('.video_poster').attr('src', img); 234 $('.video_poster').attr('src', img);
  235 +
  236 + $('#id').css('z-index', '0');
236 $('.video_poster').show(); 237 $('.video_poster').show();
237 $(".fourth_video_start").show(); 238 $(".fourth_video_start").show();
238 239