esize", function () { initNavSwiper(); }); $(".module").each(function (index, el) { $(this) .find(".tab-item") .click(function () { if (!$(this).hasClass("active")) { $(this).addClass("active").siblings().removeClass("active"); $(el) .find(".tab-list") .eq($(this).index()) .addClass("active") .siblings() .removeClass("active"); $(el) .find(".tab-list") .eq($(this).index()) .find(".lazyload") .lazyload(); } $(".module-tab-drop").removeClass("module-tab-drop"); $(this) .parents(".module-tab-items") .siblings(".module-tab-name") .children(".module-tab-value") .text($(this).attr("data-dropdown-value")); }); }); $("#playSwiper").find(".tab-item").off("click"); $("#playSwiper") .find(".tab-item") .click(function () { if (!$(this).hasClass("active")) { if ($(this).index() > 1) { console.log("右滑动", $(this).index()); swiper.slideNext(); } else { console.log("左滑动", $(this).index()); swiper.slidePrev(); } $(this).addClass("active").siblings().removeClass("active"); $(".tab-list") .eq($(this).index()) .addClass("active") .siblings() .removeClass("active"); } $(".module-tab-drop").removeClass("module-tab-drop"); $(this) .parents(".module-tab-items") .sibling