if (!isFrontEnv()) { $('.man_link').addClass('reset'); } else { $('.man_link a').empty(); } $require(['swiper'], function () { var manBUSINESS = new Swiper('.manBUSINESS', { }) $('.mancurList').each(function (i) { $(this).attr('data-index', i); }).hover(function (e) { let indexTo = e.currentTarget.dataset.index; manBUSINESS.slideTo(indexTo, 800, false); $(this).addClass('cur').siblings().removeClass('cur'); }).eq(0).addClass('cur'); })