glhcp/server/public/_nuxt/7489c90.js

1 line
4.9 KiB
JavaScript

(window.webpackJsonp=window.webpackJsonp||[]).push([[40,19],{520:function(t,e,o){var content=o(534);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(18).default)("79d4ec36",content,!0,{sourceMap:!1})},533:function(t,e,o){"use strict";o(520)},534:function(t,e,o){var n=o(17)((function(i){return i[1]}));n.push([t.i,".shop-item[data-v-871c1244]{background-position:50%;background-size:cover;border-radius:6px;height:400px;padding:10px;width:270px}.shop-item .shop-info[data-v-871c1244]{border-radius:6px;padding:18px 15px}.shop-item .shop-info .logo[data-v-871c1244]{border-radius:16px;height:70px;margin-top:-45px;width:70px}.shop-item .shop-info .sales[data-v-871c1244]{background-color:#f2f2f2;border-radius:4px;display:inline-block;margin-top:6px;padding:4px 10px}",""]),n.locals={},t.exports=n},547:function(t,e,o){"use strict";o.r(e);o(30),o(300);var n={components:{},props:{cover:{type:String},shopId:{type:[String,Number]},logo:{type:String},type:{type:[String,Number]},name:{type:String},sales:{type:[String,Number]}},methods:{}},r=(o(533),o(9)),component=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("nuxt-link",{staticClass:"shop-item flex-col row-right",style:{"background-image":"url(".concat(t.cover,")")},attrs:{to:"/shop_street_detail?id=".concat(t.shopId)}},[e("div",{staticClass:"bg-white shop-info text-center"},[e("el-image",{staticClass:"logo",attrs:{src:t.logo}}),t._v(" "),e("div",{staticClass:"m-t-12 line-1 lg"},[1==t.type?e("el-tag",{attrs:{size:"mini"}},[t._v("自营")]):t._e(),t._v(" "+t._s(t.name)+"\n ")],1),t._v(" "),e("span",{staticClass:"xs muted sales"},[t._v("共"+t._s(t.sales)+"件商品")])],1)])}),[],!1,null,"871c1244",null);e.default=component.exports},577:function(t,e,o){var content=o(638);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(18).default)("49749861",content,!0,{sourceMap:!1})},637:function(t,e,o){"use strict";o(577)},638:function(t,e,o){var n=o(17)((function(i){return i[1]}));n.push([t.i,".shop-street[data-v-62a34c9e]{padding:20px 0;width:1180px}.shop-street .shop-cart[data-v-62a34c9e]{height:400px;margin-bottom:20px;width:270px}.shop-street .shop-cart[data-v-62a34c9e]:not(:nth-of-type(4n)){margin-right:20px}.shop-street .shop-cart .shop-desc[data-v-62a34c9e]{background-color:#fff;border-radius:6px;height:124px;margin-bottom:9px;margin-top:247px;position:relative;width:249px}.shop-street .shop-cart .shop-desc .shop-logo[data-v-62a34c9e]{left:89px;position:absolute;top:-26px;z-index:10}.shop-street .shop-cart .shop-desc .shop-name[data-v-62a34c9e]{color:#101010;font-size:16px;margin-bottom:4px;margin-top:52px;padding:0 10px;text-align:center}.shop-street .shop-cart .shop-desc .goods-num[data-v-62a34c9e]{background:#e5e5e5;border-radius:4px;color:#999;font-size:12px;height:24px;margin-bottom:20px;padding-top:4px;text-align:center;width:82px}",""]),n.locals={},t.exports=n},715:function(t,e,o){"use strict";o.r(e);o(30);var n=o(8),r=(o(56),{head:function(){return{title:this.$store.getters.headTitle,link:[{rel:"icon",type:"image/x-icon",href:this.$store.getters.favicon}]}},asyncData:function(t){return Object(n.a)(regeneratorRuntime.mark((function e(){var o,n,r,c,d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return t.query,o=t.$get,e.next=3,o("shop/getShopList",{params:{page_size:8,page_no:1}});case 3:return n=e.sent,r=n.data,c=r.list,d=r.count,e.abrupt("return",{shopList:c,count:d});case 8:case"end":return e.stop()}}),e)})))()},data:function(){return{shopList:[],count:0,page:1,pageSize:8}},methods:{changePage:function(t){this.page=t,this.getShopList()},getShopList:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){var o,n,r,c,d,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o=t.page,n=t.pageSize,e.next=3,t.$get("shop/getShopList",{params:{page_size:n,page_no:o}});case 3:r=e.sent,c=r.data,d=c.list,l=c.count,1==r.code&&(t.shopList=d,t.count=l);case 9:case"end":return e.stop()}}),e)})))()}}}),c=(o(637),o(9)),component=Object(c.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"street"},[e("div",{staticClass:"shop-street flex flex-wrap flex-center"},t._l(t.shopList,(function(t,o){return e("div",{key:o},[e("div",{staticClass:"shop-cart"},[e("shop-item",{attrs:{cover:t.cover,shopId:t.id,logo:t.logo,type:t.type,name:t.name,sales:t.on_sale_goods}})],1)])})),0),t._v(" "),t.count?e("div",{staticStyle:{"padding-bottom":"38px","text-align":"center"}},[e("el-pagination",{attrs:{background:"",layout:"prev, pager, next",total:t.count,"prev-text":"上一页","next-text":"下一页","hide-on-single-page":"","page-size":t.pageSize},on:{"current-change":t.changePage}})],1):t._e()])}),[],!1,null,"62a34c9e",null);e.default=component.exports;installComponents(component,{ShopItem:o(547).default})}}]);