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

调试移动视频

... ... @@ -182,7 +182,7 @@
$('video').bind('contextmenu', function() {
return false;
});
swiper();
var video_index = getUrlParam('video_index');
//默认第一个视频
if(video_index == ''){
... ... @@ -250,6 +250,7 @@
$(".fourth_video_start").hide();
}
function swiper(){
// swiper
var swiper = new Swiper(".swiper-container", {
slidesPerView: 3,
... ... @@ -257,6 +258,8 @@
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();
}
//是否收藏
... ...