...
|
...
|
@@ -182,7 +182,7 @@ |
|
|
$('video').bind('contextmenu', function() {
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
swiper();
|
|
|
var video_index = getUrlParam('video_index');
|
|
|
//默认第一个视频
|
|
|
if(video_index == ''){
|
...
|
...
|
@@ -250,13 +250,16 @@ |
|
|
$(".fourth_video_start").hide();
|
|
|
}
|
|
|
|
|
|
// swiper
|
|
|
var swiper = new Swiper(".swiper-container", {
|
|
|
slidesPerView: 3,
|
|
|
paginationClickable: true,
|
|
|
spaceBetween: 8,
|
|
|
freeMode: true
|
|
|
});
|
|
|
function swiper(){
|
|
|
// swiper
|
|
|
var swiper = new Swiper(".swiper-container", {
|
|
|
slidesPerView: 3,
|
|
|
paginationClickable: true,
|
|
|
spaceBetween: 8,
|
|
|
freeMode: true
|
|
|
});
|
|
|
}
|
|
|
|
|
|
$(".select input").click(function() {
|
|
|
if ($(this).next("img").attr("src") == "__TMPL__/public/assets/images/down2.png") {
|
|
|
$(this)
|
...
|
...
|
@@ -396,6 +399,8 @@ |
|
|
|
|
|
//是否点赞
|
|
|
is_likes(id);
|
|
|
|
|
|
swiper();
|
|
|
}
|
|
|
|
|
|
//是否收藏
|
...
|
...
|
|