window.onscroll = function(){ var t = document.documentElement.scrollTop || document.body.scrollTop; if( t >= 1 ) { $('#c_static_001-1685947549776').addClass("headerwx"); } else { $('#c_static_001-1685947549776').removeClass("headerwx"); } } //链接替换 //$('#c_effect_047-1673928664204 .e_loop-1 .p_loopitem:eq(0) a').attr('href','/product/39.html'); //tab $(function(){ $("#c_static_001-1685948094974 .e_loop-5 .p_loopitem").off("click").on("click",function(){ var index = $(this).index(); $(this).addClass("on").siblings().removeClass("on"); $("#c_static_001-1685948094974 .e_loop-2 .p_loopitem").eq(index).addClass("active").siblings().removeClass("active"); }); }); $("#c_static_001-1685948094974 .e_loop-5 .p_loopitem:eq(0)").addClass("on"); $("#c_static_001-1685948094974 .e_loop-2 .p_loopitem:eq(0)").addClass("active"); $("#c_static_001-1685947549776 .e_icon-4").click(function(){ $("#c_static_001-1685947549776 .e_navigationB-3").toggleClass("zcycbddexl"); }); var windName = window.location.pathname; var time = setInterval(function () { var m = $(".e_text-5 a").attr("href"); if (m) { console.log(m); $(".e_text-5 a").each(function () { var l_m = $(this).attr("href") if (l_m == windName) { $(this).parents('.e_text-5').addClass("active") } }); clearInterval(time); } }, 100);