正在显示
1 个修改的文件
包含
2 行增加
和
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 |
-
请 注册 或 登录 后发表评论