(window.webpackJsonp=window.webpackJsonp||[]).push([[15,10,19],{473:function(t,e,n){"use strict";var r=n(14),o=n(4),c=n(5),l=n(141),f=n(24),d=n(18),h=n(290),m=n(54),v=n(104),_=n(289),x=n(3),S=n(105).f,w=n(45).f,y=n(23).f,k=n(474),C=n(475).trim,N="Number",I=o.Number,T=I.prototype,z=o.TypeError,M=c("".slice),E=c("".charCodeAt),O=function(t){var e=_(t,"number");return"bigint"==typeof e?e:A(e)},A=function(t){var e,n,r,o,c,l,f,code,d=_(t,"number");if(v(d))throw z("Cannot convert a Symbol value to a number");if("string"==typeof d&&d.length>2)if(d=C(d),43===(e=E(d,0))||45===e){if(88===(n=E(d,2))||120===n)return NaN}else if(48===e){switch(E(d,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+d}for(l=(c=M(d,2)).length,f=0;fo)return NaN;return parseInt(c,r)}return+d};if(l(N,!I(" 0o1")||!I("0b1")||I("+0x1"))){for(var D,L=function(t){var e=arguments.length<1?0:I(O(t)),n=this;return m(T,n)&&x((function(){k(n)}))?h(Object(e),n,L):e},F=r?S(I):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),R=0;F.length>R;R++)d(I,D=F[R])&&!d(L,D)&&y(L,D,w(I,D));L.prototype=T,T.constructor=L,f(o,N,L,{constructor:!0})}},474:function(t,e,n){var r=n(5);t.exports=r(1..valueOf)},475:function(t,e,n){var r=n(5),o=n(36),c=n(19),l=n(476),f=r("".replace),d="["+l+"]",h=RegExp("^"+d+d+"*"),m=RegExp(d+d+"*$"),v=function(t){return function(e){var n=c(o(e));return 1&t&&(n=f(n,h,"")),2&t&&(n=f(n,m,"")),n}};t.exports={start:v(1),end:v(2),trim:v(3)}},476:function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},477:function(t,e,n){var content=n(480);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(17).default)("7c52e05d",content,!0,{sourceMap:!1})},478:function(t,e,n){"use strict";n.r(e);n(473);var r={data:function(){return{priceSlice:{}}},components:{},props:{firstSize:{type:Number,default:14},secondSize:{type:Number,default:14},color:{type:String},weight:{type:[String,Number],default:400},price:{type:[String,Number],default:""},showSubscript:{type:Boolean,default:!0},subscriptSize:{type:Number,default:14},lineThrough:{type:Boolean,default:!1}},created:function(){this.priceFormat()},watch:{price:function(t){this.priceFormat()}},methods:{priceFormat:function(){var t=this.price,e={};null!==t&&(t=String(t).split("."),e.first=t[0],e.second=t[1],this.priceSlice=e)}}},o=(n(479),n(8)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("span",{class:(t.lineThrough?"line-through":"")+"price-format",style:{color:t.color,"font-weight":t.weight}},[t.showSubscript?e("span",{style:{"font-size":t.subscriptSize+"px","margin-right":"1px"}},[t._v("¥")]):t._e(),t._v(" "),e("span",{style:{"font-size":t.firstSize+"px","margin-right":"1px"}},[t._v(t._s(t.priceSlice.first))]),t._v(" "),t.priceSlice.second?e("span",{style:{"font-size":t.secondSize+"px"}},[t._v("."+t._s(t.priceSlice.second))]):t._e()])}),[],!1,null,null,null);e.default=component.exports},479:function(t,e,n){"use strict";n(477)},480:function(t,e,n){var r=n(16)(!1);r.push([t.i,".price-format{display:flex;align-items:baseline}",""]),t.exports=r},485:function(t,e,n){"use strict";n.r(e);n(473),n(86),n(62),n(12),n(107),n(40),n(106);var r=6e4,o=36e5,c=24*o;function l(t){return(0+t.toString()).slice(-2)}var f={components:{},props:{isSlot:{type:Boolean,default:!1},time:{type:Number,default:0},format:{type:String,default:"hh:mm:ss"},autoStart:{type:Boolean,default:!0}},watch:{time:{immediate:!0,handler:function(t){t&&this.reset()}}},data:function(){return{timeObj:{},formateTime:0}},created:function(){},computed:{},methods:{createTimer:function(t){return setTimeout(t,100)},isSameSecond:function(t,e){return Math.floor(t)===Math.floor(e)},start:function(){this.counting||(this.counting=!0,this.endTime=Date.now()+1e3*this.remain,this.setTimer())},setTimer:function(){var t=this;this.tid=this.createTimer((function(){var e=t.getRemain();t.isSameSecond(e,t.remain)&&0!==e||t.setRemain(e),0!==t.remain&&t.setTimer()}))},getRemain:function(){return Math.max(this.endTime-Date.now(),0)},pause:function(){this.counting=!1,clearTimeout(this.tid)},reset:function(){this.pause(),this.remain=this.time,this.setRemain(this.remain),this.autoStart&&this.start()},setRemain:function(t){var e=this.format;this.remain=t;var time,n=(time=t,{days:Math.floor(time/c),hours:l(Math.floor(time%c/o)),minutes:l(Math.floor(time%o/r)),seconds:l(Math.floor(time%r/1e3))});this.formateTime=function(t,e){var n=e.days,r=e.hours,o=e.minutes,c=e.seconds;return-1!==t.indexOf("dd")&&(t=t.replace("dd",n)),-1!==t.indexOf("hh")&&(t=t.replace("hh",l(r))),-1!==t.indexOf("mm")&&(t=t.replace("mm",l(o))),-1!==t.indexOf("ss")&&(t=t.replace("ss",l(c))),t}(e,n),this.$emit("change",n),0===t&&(this.pause(),this.$emit("finish"))}}},d=n(8),component=Object(d.a)(f,(function(){var t=this,e=t._self._c;return t.time>=0?e("div",[e("client-only",[t.isSlot?t._t("default"):e("span",[t._v(t._s(t.formateTime))])],2)],1):t._e()}),[],!1,null,null,null);e.default=component.exports},505:function(t,e,n){"use strict";var r=n(2),o=n(109).findIndex,c=n(188),l="findIndex",f=!0;l in[]&&Array(1).findIndex((function(){f=!1})),r({target:"Array",proto:!0,forced:f},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),c(l)},529:function(t,e,n){var content=n(553);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(17).default)("46036651",content,!0,{sourceMap:!1})},552:function(t,e,n){"use strict";n(529)},553:function(t,e,n){var r=n(16)(!1);r.push([t.i,".seckill .seckill-header .count-down .item[data-v-2725fcb0]{width:38px;height:20px;background:#ff2c3c;text-align:center;line-height:20px;border-radius:4px}.seckill[data-v-2725fcb0] .el-carousel__indicator .el-carousel__button{background-color:#e5e5e5}.seckill[data-v-2725fcb0] .el-carousel__indicator.is-active .el-carousel__button{background-color:#ff2c3c}.seckill .goods-list .goods-item[data-v-2725fcb0]{width:216px}.seckill .goods-list .goods-item~.goods-item[data-v-2725fcb0]{margin-left:16px}.seckill .goods-list .goods-item .goods-img[data-v-2725fcb0]{width:100%;height:0;padding-top:100%;position:relative}.seckill .goods-list .goods-item .goods-img[data-v-2725fcb0] .el-image{position:absolute;width:100%;height:100%;left:0;top:0}.seckill .goods-list .goods-item .name[data-v-2725fcb0]{line-height:20px;height:40px}",""]),t.exports=r},559:function(t,e,n){"use strict";n.r(e);n(62),n(505);var r={components:{},props:{list:{type:Array,default:function(){return[]}}},data:function(){return{active:-1,goodsList:[],countTime:0,timeData:{},pageSize:5}},methods:{refresh:function(){this.$emit("refreshhome")},onChangeDate:function(t){var e={};for(var n in t)"milliseconds"!==n&&(e[n]=("0"+t[n]).slice(-2));this.timeData=e}},watch:{list:{handler:function(t){if(t.length){var e=t.findIndex((function(t){return 1==t.status}));-1==e&&(e=t.findIndex((function(t){return 0==t.status}))),-1==e&&(e=t.length-1),this.active=e,this.goodsList=t[e].goods,this.countTime=t[e].end_time_int-Date.now()/1e3}},immediate:!0}},computed:{swiperSize:function(){return console.log(Math.ceil(this.goodsList.length/this.pageSize)),Math.ceil(this.goodsList.length/this.pageSize)},getSwiperList:function(){var t=this;return function(e){return t.goodsList.slice(e*t.pageSize,(e+1)*t.pageSize)}}}},o=(n(552),n(8)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return t.goodsList.length?e("div",{staticClass:"seckill card"},[e("div",{staticClass:"seckill-header flex"},[e("div",{staticClass:"title font-size-20"},[t._v("限时秒杀")]),t._v(" "),e("div",{staticClass:"flex-1 flex"},[e("i",{staticClass:"el-icon-alarm-clock primary font-size-24 m-l-20 m-r-10"}),t._v(" "),e("count-down",{attrs:{time:t.countTime,"is-slot":!0},on:{change:t.onChangeDate,finish:t.refresh}},[e("div",{staticClass:"flex row-center count-down xs"},[e("div",{staticClass:"item white"},[t._v(t._s(t.timeData.hours)+"时")]),t._v(" "),e("div",{staticClass:"white",staticStyle:{margin:"0 4px"}},[t._v(":")]),t._v(" "),e("div",{staticClass:"item white"},[t._v(t._s(t.timeData.minutes)+"分")]),t._v(" "),e("div",{staticClass:"white",staticStyle:{margin:"0 4px"}},[t._v(":")]),t._v(" "),e("div",{staticClass:"item white"},[t._v(t._s(t.timeData.seconds)+"秒")])])])],1),t._v(" "),e("nuxt-link",{staticClass:"more lighter",attrs:{to:"/seckill"}},[t._v("更多 "),e("i",{staticClass:"el-icon-arrow-right"})])],1),t._v(" "),e("div",{staticClass:"seckill-list m-t-16"},[e("el-carousel",{attrs:{interval:3e3,arrow:"never",height:"320px","indicator-position":"outside"}},t._l(t.swiperSize,(function(n,r){return e("el-carousel-item",{key:r},[e("div",{staticClass:"goods-list flex"},t._l(t.getSwiperList(r),(function(n,r){return e("nuxt-link",{key:r,staticClass:"goods-item",attrs:{to:"/goods_details/".concat(n.goods_id)}},[e("div",{staticClass:"goods-img"},[e("el-image",{attrs:{src:n.goods_image,fit:"cover",alt:""}})],1),t._v(" "),e("div",{staticClass:"name line-2 m-t-10"},[t._v("\n "+t._s(n.goods_name)+"\n ")]),t._v(" "),e("div",{staticClass:"price flex col-baseline"},[e("div",{staticClass:"primary m-r-8"},[e("price-formate",{attrs:{price:n.seckill_price,"first-size":16}})],1),t._v(" "),e("div",{staticClass:"muted sm line-through"},[e("price-formate",{attrs:{price:n.seckill_total}})],1)]),t._v(" "),e("div",{staticClass:"muted xs m-t-10"},[t._v("\n "+t._s(n.seckill_total)+"人购买\n ")])])})),1)])})),1)],1)]):t._e()}),[],!1,null,"2725fcb0",null);e.default=component.exports;installComponents(component,{CountDown:n(485).default,PriceFormate:n(478).default})}}]);