a412148.js 6.5 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[74],{659:function(e,t,n){e.exports={}},762:function(e,t,n){"use strict";n(659)},837:function(e,t,n){"use strict";n.r(t);n(40),n(39),n(11),n(17),n(47);var r=n(12),o=(n(98),n(61),n(574)),l=n.n(o),c=n(575),d={components:{InfiniteLoading:l.a},mixins:[c.a],data:function(){return{listLoading:!0,activeNames:["1"],cardList:[],shopCarBall:!1,shopCarBallEl:null,ss:null}},watch:{},mounted:function(){return Object(r.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:case"end":return e.stop()}}),e)})))()},methods:{addCompareList:function(e){this.shopCarBallEl=e,this.shopCarBall=!0},beforeEnter:function(e){var t=this.shopCarBallEl.getBoundingClientRect(),n=document.querySelector(".compare-list").getBoundingClientRect(),r=n.left-t.left,o=t.top-n.top-20;e.style.display="",e.style.transform="translate3D( -".concat(r,"px,").concat(o,"px,0)")},enter:function(e,t){this.ss=document.body.offsetHeight,e.style.transform="translate3D( 0,0,0)",e.addEventListener("transitionend",t)},afterEnter:function(e){this.shopCarBall=!1,e.style.display="none"}}},m=(n(762),n(22)),component=Object(m.a)(d,(function(){var e=this,t=e._self._c;return t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.listLoading,expression:"listLoading"}],staticClass:"com-main",attrs:{"element-loading-text":"Loading"}},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.listLoading,expression:"listLoading"}],staticClass:"com-width-1400 com-margin-auto"},[e.cate.length?t("div",{staticClass:"select-category"},[t("p",{staticClass:"select-category-title"},[e._v("Select a Category")]),e._v(" "),t("ul",e._l(e.cate.filter((function(i){return 0!==i.pid})),(function(n){var r,o;return t("li",{key:n.id},[0==n.pid?t("nuxt-link",{attrs:{to:{name:"category-firstCategory",params:{firstCategory:n.name.replace(/\s+/g,"-").replace("-&","").toLowerCase()}}}},[t("div",{staticClass:"image"},[t("img",{attrs:{src:n.style&&!e.$mediaRegExp.test(n.style)?e.$OSS_PREFIX+n.style:n.style}})]),e._v(" "),t("p",[e._v(e._s(n.name))])]):n.pid>0&&0==(null===(r=n.parent)||void 0===r?void 0:r.pid)?t("nuxt-link",{attrs:{to:{name:"category-firstCategory-secondCategory",params:{firstCategory:n.parent.name.replace(/\s+/g,"-").replace("-&","").toLowerCase(),secondCategory:n.name.replace(/\s+/g,"-").replace("-&","").toLowerCase()}}}},[t("div",{staticClass:"image"},[t("img",{attrs:{src:n.style&&!e.$mediaRegExp.test(n.style)?e.$OSS_PREFIX+n.style:n.style}})]),e._v(" "),t("p",[e._v(e._s(n.name))])]):t("nuxt-link",{attrs:{to:{name:"category-firstCategory-secondCategory-thirdCategory",params:{firstCategory:null===(o=n.parent)||void 0===o||null===(o=o.parent)||void 0===o?void 0:o.name.replace(/\s+/g,"-").replace("-&","").toLowerCase(),secondCategory:n.parent.name.replace(/\s+/g,"-").replace("-&","").toLowerCase(),thirdCategory:n.name.replace(/\s+/g,"-").replace("-&","").toLowerCase()}}}},[t("div",{staticClass:"image"},[t("img",{attrs:{src:n.style&&!e.$mediaRegExp.test(n.style)?e.$OSS_PREFIX+n.style:n.style}})]),e._v(" "),t("p",[e._v(e._s(n.name))])])],1)})),0)]):e._e(),e._v(" "),t("div",{staticClass:"metal-hardPlastic"},[t("div",{staticClass:"metal-title"},[t("p",[e._v("\n Search Results"),t("span",{directives:[{name:"show",rawName:"v-show",value:e.$route.query.keyword,expression:"$route.query.keyword"}]},[e._v('\n for "'+e._s(decodeURIComponent(e.$route.query.keyword))+'"')])]),e._v(" "),t("div",[t("div",{staticClass:"sort"},[t("el-dropdown",{attrs:{trigger:"click"},on:{command:e.handleCommand}},[t("span",{staticClass:"el-dropdown-link"},[e._v("\n Sort by "+e._s(e.command)+"\n "),t("i",{staticClass:"el-icon-arrow-down el-icon--right"})]),e._v(" "),t("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},e._l(e.commandList,(function(n){return t("el-dropdown-item",{key:n.label,attrs:{command:n.value}},[e._v(e._s(n.label)+"\n ")])})),1)],1)],1)])]),e._v(" "),t("div",{staticClass:"metal-content"},[t("div",{staticClass:"metal-content-left"},[t("category-filter",{attrs:{leadTimeList:e.leadTimeList,colourList:e.colourList,collectionsList:e.collectionsList,complianceList:e.complianceList,featureList:e.featureList,decorationList:e.decorationList,priceRange1:e.priceRange1,priceRange2:e.priceRange2},on:{reset:e.reset,getList:e.getList,handleChangeColor:e.handleChangeColor,handleChangeFeature:e.handleChangeFeature,handleChangePrice:e.handleChangePrice,handleChangeCollection:e.handleChangeCollection,handleChangeCompliance:e.handleChangeCompliance,handleChangeDecoration:e.handleChangeDecoration,handleChangeLeadtime:e.handleChangeLeadtime,handleChangeQuantity:e.handleChangeQuantity}})],1),e._v(" "),e.listLoading?t("div",{staticClass:"metal-content-right"}):e._e(),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:e.cardList.length>0&&!e.listLoading,expression:"cardList.length > 0 && !listLoading"}],staticClass:"metal-content-right"},[t("div",{staticClass:"metal-content-right-item"},[e._l(e.cardList,(function(n,r){return t("card",{key:parseInt(r),staticClass:"card",attrs:{cardData:n},on:{addCompare:e.addCompareList}})})),e._v(" "),t("transition",{on:{"before-enter":e.beforeEnter,enter:e.enter,"after-enter":e.afterEnter}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.shopCarBall,expression:"shopCarBall"}],ref:"ball",staticClass:"ball"},[t("div",{staticClass:"linner_ball"})])])],2),e._v(" "),t("no-ssr",[t("infinite-loading",{staticClass:"infinite-loading-wrap",attrs:{spinner:"spiral",identifier:e.computedProductList,distance:200},on:{infinite:e.infiniteHandler},scopedSlots:e._u([{key:"error",fn:function(n){var r=n.trigger;return t("div",{},[e._v("\n Error Data, click\n "),t("a",{attrs:{href:"javascript:;"},on:{click:r}},[e._v("here")]),e._v("\n toretry\n ")])}}])},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:!0,expression:"true"}],attrs:{slot:"spinner","element-loading-text":"Loading","element-loading-spinner":"el-icon-loading"},slot:"spinner"}),e._v(" "),t("div",{staticClass:"loading-text",attrs:{slot:"no-more"},slot:"no-more"})])],1)],1),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:0===e.cardList.length&&!e.listLoading,expression:"cardList.length === 0 && !listLoading"}],staticClass:"metal-content-right-item empty"},[t("category-no-data")],1)])])])])}),[],!1,null,"4cd876a2",null);t.default=component.exports;installComponents(component,{CategoryFilter:n(566).default,Card:n(540).default,CategoryNoData:n(567).default})}}]);
  2. //# sourceMappingURL=a412148.js.map