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