{"version":3,"sources":["src/js/customer_service_apply.js"],"names":["$","document","ready","Swiper","updateOnWindowResize","navigation","nextEl","prevEl","pagination","el","clickable","on","slideChangeTransitionEnd","swiper","slides","realIndex","height"],"mappings":"yBAAAA,EAAEC,UAAUC,MAAM,WAIC,IAAIC,OAAO,gBAAiB,CAG7CC,sBAAsB,EAGtBC,WAAY,CACXC,OAAQ,oCACRC,OAAQ,qCAGTC,WAAY,CACXC,GAAI,mCACJC,WAAW,GAEZC,GAAI,CACHC,yBAA0B,SAAUC,GACjBb,EAAEa,EAAOC,OAAQD,EAAOE,YAAaC","file":"../customer_service_apply.min.js","sourcesContent":["$(document).ready(function () {\n\t// init foundarion\n\t// $(document).foundation(); // 確保 Foundation 已宣告\n\n\tvar applySwiper = new Swiper('#apply-swiper', {\n\t\t//- slidesPerView: 1,\n\t\t// autoHeight: true,\n\t\tupdateOnWindowResize: true,\n\t\t// lazy: true,\n\t\t// enabled: true,\n\t\tnavigation: {\n\t\t\tnextEl: '#apply-swiper .swiper-button-next',\n\t\t\tprevEl: '#apply-swiper .swiper-button-prev',\n\t\t\t// hiddenClass: 'swiper-button-hidden',\n\t\t},\n\t\tpagination: {\n\t\t\tel: '#apply-swiper .swiper-pagination',\n\t\t\tclickable: true,\n\t\t},\n\t\ton: {\n\t\t\tslideChangeTransitionEnd: function (swiper) {\n\t\t\t\tconst newHeight = $(swiper.slides[(swiper.realIndex)]).height();\n\t\t\t\t// $(swiper.wrapperEl).height(newHeight);\n\t\t\t\t// if(swiper.realIndex){\n\t\t\t\t// }\n\t\t\t},\n\t\t},\n\n\t});\n\n});"],"sourceRoot":"../../src/"}