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

1

@@ -217,6 +217,12 @@ @@ -217,6 +217,12 @@
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 + $('.star_gall_img li').each(function() {
  221 + $(this).click(function() {
  222 + $('#video').hide();
  223 +
  224 + });
  225 + });
220 //切换视频 226 //切换视频
221 function switch_video(index) { 227 function switch_video(index) {
222 //视频路径 228 //视频路径
@@ -233,7 +239,6 @@ @@ -233,7 +239,6 @@
233 var img = li_index.find('.li_img').attr('src'); 239 var img = li_index.find('.li_img').attr('src');
234 $('.video_poster').attr('src', img); 240 $('.video_poster').attr('src', img);
235 241
236 - $('#video').hide();  
237 $('.video_poster').show(); 242 $('.video_poster').show();
238 $(".fourth_video_start").show(); 243 $(".fourth_video_start").show();
239 244