(window.webpackJsonp=window.webpackJsonp||[]).push([[13,20],{483:function(t,e,r){var content=r(487);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(20).default)("bc98bd04",content,!0,{sourceMap:!1})},485:function(t,e,r){"use strict";r.r(e);r(300);var o={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=parseFloat(t),t=String(t).split("."),e.first=t[0],e.second=t[1],this.priceSlice=e)}}},l=(r(486),r(9)),component=Object(l.a)(o,(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},486:function(t,e,r){"use strict";r(483)},487:function(t,e,r){var o=r(19)((function(i){return i[1]}));o.push([t.i,".price-format{align-items:baseline;display:flex}",""]),o.locals={},t.exports=o},497:function(t,e,r){var content=r(510);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,r(20).default)("7ff6d7ed",content,!0,{sourceMap:!1})},509:function(t,e,r){"use strict";r(497)},510:function(t,e,r){var o=r(19)((function(i){return i[1]}));o.push([t.i,".goods-list[data-v-03a8098d]{align-items:stretch}.goods-list .goods-item[data-v-03a8098d]{border-radius:4px;box-sizing:border-box;display:block;height:310px;margin-bottom:16px;padding:12px 12px 16px;transition:all .2s;width:224px}.goods-list .goods-item[data-v-03a8098d]:hover{box-shadow:0 0 6px rgba(0,0,0,.1);transform:translateY(-8px)}.goods-list .goods-item .goods-img[data-v-03a8098d]{height:200px;width:200px}.goods-list .goods-item .name[data-v-03a8098d]{height:40px;line-height:20px;margin-bottom:10px}.goods-list .goods-item .seckill .btn[data-v-03a8098d]{border:1px solid transparent;border-radius:4px;padding:4px 12px}.goods-list .goods-item .seckill .btn.not-start[data-v-03a8098d]{background-color:transparent;border-color:#ff2c3c;color:#ff2c3c}.goods-list .goods-item .seckill .btn.end[data-v-03a8098d]{background-color:#e5e5e5;color:#fff}",""]),o.locals={},t.exports=o},519:function(t,e,r){"use strict";r.r(e);r(30),r(300);var o={props:{list:{type:Array,default:function(){return[]}},num:{type:Number,default:5},type:{type:String},status:{type:Number}},watch:{list:{immediate:!0,handler:function(t){}}},computed:{getSeckillText:function(){switch(this.status){case 0:return"未开始";case 1:return"立即抢购";case 2:return"已结束"}}},methods:{goTo:function(t){"seckill"==this.type?this.$router.push("/goods_details_seckill?id="+t.id):this.$router.push("/goods_details?id="+t.id)}}},l=(r(509),r(9)),component=Object(l.a)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"goods-list flex flex-wrap"},t._l(t.list,(function(r,o){return e("div",{key:o,staticClass:"goods-item bg-white pointer",style:{marginRight:(o+1)%t.num==0?0:"14px"},on:{click:function(e){return t.goTo(r)}}},[e("el-image",{staticClass:"goods-img",attrs:{lazy:"",src:r.image,alt:""}}),t._v(" "),e("div",{staticClass:"name line-2"},[t._v(t._s(r.name))]),t._v(" "),"seckill"==t.type?e("div",{staticClass:"seckill flex row-between"},[e("div",{staticClass:"primary flex"},[t._v("\n 秒杀价\n "),e("price-formate",{attrs:{price:r.min_seckill_price,"first-size":18}})],1),t._v(" "),e("div",{class:["btn bg-primary white",{"not-start":0==t.status,end:2==t.status}]},[t._v(t._s(t.getSeckillText))])]):e("div",{staticClass:"flex row-between flex-wrap"},[e("div",{staticClass:"price flex"},[e("div",{staticClass:"primary m-r-8"},[e("price-formate",{attrs:{price:r.sell_price,"first-size":16}})],1),t._v(" "),Number(r.lineation_price)?e("div",{staticClass:"muted sm line-through"},[e("price-formate",{attrs:{price:r.lineation_price}})],1):t._e()]),t._v(" "),e("div",{staticClass:"muted xs"},[t._v(t._s(r.sales_num)+"人购买")])])],1)})),0)}),[],!1,null,"03a8098d",null);e.default=component.exports;installComponents(component,{PriceFormate:r(485).default})}}]);