pages-product-vip.c428af53.js 9.0 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-product-vip"],{"4e55":function(t,e,n){"use strict";n.r(e);var a=n("78c4"),o=n("bd8d");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("a46d");var r,c=n("f0c5"),d=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,"2a771f7a",null,!1,a["a"],r);e["default"]=d.exports},"78c4":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}));var a={uniLoadMore:n("e505").default},o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"container"},[t._l(t.list,(function(e,o){return a("v-uni-view",{staticClass:"jx-box-content"},[a("v-uni-view",{staticClass:"content-left"},[a("v-uni-image",{attrs:{src:e.image,mode:""}})],1),a("v-uni-view",{staticClass:"content-right"},[a("v-uni-view",{staticClass:"shop-name"},[t._v(t._s(e.store_name))]),a("v-uni-view",{staticClass:"shop-content"},[a("v-uni-view",{staticClass:"shop-content-left"},[a("v-uni-view",{staticClass:"price-box"},[a("v-uni-view",{staticClass:"yuan-price"},[t._v("¥"+t._s(1*e.ot_price))]),a("v-uni-image",{attrs:{src:n("ced9"),mode:""}}),a("v-uni-view",{staticClass:"j-price"},[t._v("直降"+t._s(1*(e.ot_price-e.price).toFixed(2))+"元")])],1),a("v-uni-view",{staticClass:"price-x"},[t._v("¥"+t._s(1*e.price))])],1),a("v-uni-view",{staticClass:"shop-content-right",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.navToDetailPage(e)}}},[t._v("购买")])],1)],1)],1)})),a("uni-load-more",{attrs:{status:t.loadingType}})],2)},i=[]},"8bbe":function(t,e,n){"use strict";var a=n("4ea4");n("c975"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("96cf");var o=a(n("1da1")),i=n("f22d"),r=a(n("e505")),c=a(n("eeee")),d={data:function(){return{list:[],page:1,limit:10,loadingType:"more"}},components:{empty:c.default,uniLoadMore:r.default},onLoad:function(t){this.type=t.type,this.loadData()},onReachBottom:function(){this.loadData()},methods:{navTo:function(t){uni.navigateTo({url:"/pages/product/product?id="+t.id})},loadData:function(){var t=this;return(0,o.default)(regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t,"noMore"!=t.loadingType&&"loading"!=t.loadingType){e.next=3;break}return e.abrupt("return");case 3:t.loadingType="loading",(0,i.getProducts)({page:n.page,limit:n.limit,cid:52}).then((function(e){var a=e.data;t.list=a,a.limit==n.limit?(n.loadingType="more",n.page++):n.loadingType="noMore"})).catch((function(t){console.log(t)}));case 5:case"end":return e.stop()}}),e)})))()},navToDetailPage:function(t){var e=t.id;uni.navigateTo({url:"/pages/product/product?id="+e+"&isVip=1"})},bannerNavToUrl:function(t){t.wap_link.indexOf("http")>0&&(window.location.href=t.wap_link),t.wap_link&&uni.navigateTo({url:t.wap_link})}}};e.default=d},a46d:function(t,e,n){"use strict";var a=n("e90d"),o=n.n(a);o.a},baa2:function(t,e,n){var a=n("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/* 页面左右间距 */\n/* 文字尺寸 */\n/*文字颜色*/\n/* 边框颜色 */\n/*颜色*/\n/* 图片加载中颜色 */\n/* 行为相关颜色 */\n/* 功能栏字体大小 */\n/*功能栏左侧小图标*/uni-page-body[data-v-2a771f7a]{background:#fff}.jx-box-content[data-v-2a771f7a]{margin:%?20?% auto 0;display:flex;width:%?710?%;background:#fff;box-shadow:0 0 %?20?% 0 rgba(50,50,52,.06);border-radius:%?10?%;padding:%?20?% %?30?% %?20?% %?14?%}.jx-box-content .content-left[data-v-2a771f7a]{flex-shrink:0;width:%?236?%;height:%?236?%;background:#e2e2e2;border-radius:%?10?%}.jx-box-content .content-left uni-image[data-v-2a771f7a]{width:100%;height:100%}.jx-box-content .content-right[data-v-2a771f7a]{width:100%;margin-left:%?20?%;display:flex;flex-direction:column;justify-content:space-around}.jx-box-content .content-right .shop-name[data-v-2a771f7a]{width:%?382?%;font-size:%?32?%;font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.jx-box-content .content-right .shop-content[data-v-2a771f7a]{display:flex;justify-content:space-between}.jx-box-content .content-right .shop-content .shop-content-left[data-v-2a771f7a]{display:flex;flex-direction:column}.jx-box-content .content-right .shop-content .shop-content-left .price-box[data-v-2a771f7a]{display:flex;align-items:center}.jx-box-content .content-right .shop-content .shop-content-left .price-box .yuan-price[data-v-2a771f7a]{font-size:%?26?%;font-weight:500;text-decoration:line-through;color:#999}.jx-box-content .content-right .shop-content .shop-content-left .price-box uni-image[data-v-2a771f7a]{margin-left:%?8?%;width:%?16?%;height:%?18?%}.jx-box-content .content-right .shop-content .shop-content-left .price-box .j-price[data-v-2a771f7a]{margin-left:%?8?%;font-size:%?24?%;font-weight:700;color:#b59467}.jx-box-content .content-right .shop-content .shop-content-left .price-x[data-v-2a771f7a]{font-size:%?36?%;font-weight:700;color:#ff4c4c}.jx-box-content .content-right .shop-content .shop-content-right[data-v-2a771f7a]{margin-top:%?20?%;align-items:center;text-align:center;width:%?137?%;height:%?52?%;font-size:%?26?%;font-weight:500;color:#fff;background:linear-gradient(90deg,#bb9159,#e6c79d);border-radius:%?26?%;line-height:%?52?%}body.?%PAGE?%[data-v-2a771f7a]{background:#fff}',""]),t.exports=e},bd8d:function(t,e,n){"use strict";n.r(e);var a=n("8bbe"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},ced9:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAgCAYAAAABtRhCAAAAAXNSR0IArs4c6QAAA6lJREFUSEvtVk1vVVUUXevc2/dKW1o/iLGFRARaP9GqAxN1IBYqYMFgIgMGQjQpogH/wv0LFiWh8bMDEzXRaA3URysjiQPBh9UCrRhNoDhQmpbWtu/du5e5t69VS9/r17RndJKz915n7b3PXocosU60HU6X++F6yB6PgKdI3g3IQcgV3CpAhKC+DyN8PHLH0Pm9ez+NSsXkvIBuYpM5Pi1xJ6AGgo6YAhRRASEU+R3D6P3xNM+0tLaPk1CxuCUBPwleTK1Zc0u90XuO1D4JDwKIfawQ0J/a8yyod5RT11Dd0NVSLEsCng4CP3f74CbnYRfF/QAemPPmRJ8BHS5Ep3e9tn9LEIRLYvg/QPAAhPvnDqQLcujwInXyz7WXlg/o2ELgJQCbi9y8V0CHmb5K/VX3ywpg0ZcxU8OVlAIrTTPTJyUnTWzV09a60crcbpodAPhQkYf/o5z7wOXty6Yj7ZeXPLxjx8ybB+tdGXZB2l8KEOSHlkdn8xvHB+YFDILAPVzzW3WlX1Xh+SGduURi4n0u1DrQbaWwT0iG902LwE8iPoKsO+XzShT6iVqYMy/ej4Wjf58fXj8SBIExBnusdvC2VSE2U26dYjMykR8H5OlYJcMjoHZAqC8yvAcgnqTDDzKNGlCW+EspwploV8Z99J69VnedScpod8F3zQDqKZiRE7EDpRwYq5vqCnP0ziLp+gNAL8hBSBKZKgCWi/G9MYDQMib3OzNHD+2mF93jxD0AGgw0QIm8EIiEREzTBKoBlBcBnBAwAmCS8T0Bb8qOvot/CEC/UZ8r8i6x+61XW+DUIOAFJzwqYFWpoi/2jMC4EecIfAZjP7uPHdqAEGvh2w6IWwE1olCDxQafwz4PMAuqG6E7CR9Xk3f4xbsvr64cSzeqLHqGxu1AIrRxCpez4hT3yamLee+bscrJ7POvvHdj5uGfOt5aY3nc6zxsp9hEoVHA6qUgErghIiuqxyJ0uTJc3HawfbjQF/+GPP32a1VA2Bg6NDnjs5r6wyyW6QiBn83pa9/QA/jZLa8fG51GuWm0nWg7XO25yfuWwnQ2s8jSF3YeORqndmbNOUuXyLQks6IMpw8Ww3QhzOYFjA3mYBp3b82sRhom0FesZrObbl55KsV0McwWxHDaaJppBNdMqNnADcmshH4VmPFgmdndWOw5zcvwvzVNu1wjHLZNy1QsSzCcmrRUdnY3LhswlrEnbr220UvxSUnJl59kX5TTt2eGai/HWreQIfEPNoI8fVLim8kAAAAASUVORK5CYII="},e90d:function(t,e,n){var a=n("baa2");"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=n("4f06").default;o("fee72e7a",a,!0,{sourceMap:!1,shadowMode:!1})},f22d:function(t,e,n){"use strict";var a=n("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.getProducts=i,e.goodsDetail=r,e.getBargainList=c,e.cartAdd=d,e.collectAdd=u,e.collectDel=l,e.searchKeyword=s,e.groomList=f,e.seckillGoods=p,e.groupGoods=g,e.getCategoryList=h,e.getCombinationList=v,e.getCombinationLisRemove=b,e.getCombinationLisPink=m,e.getCombinationPoster=w,e.getSeckillClass=x,e.getSeckillList=A,e.reply_config=y,e.reply_list=C;var o=a(n("0b33"));function i(t){return(0,o.default)({url:"/api/products",method:"get",data:t})}function r(t,e){return(0,o.default)({url:"/api/product/detail/"+e,method:"get",data:t})}function c(t){return(0,o.default)({url:"/api/bargain/list",method:"get",data:t})}function d(t){return(0,o.default)({url:"/api/cart/add",method:"post",data:t})}function u(t){return(0,o.default)({url:"/api/collect/add",method:"post",data:t})}function l(t){return(0,o.default)({url:"/api/collect/del",method:"post",data:t})}function s(t){return(0,o.default)({url:"/api/search/keyword",method:"get",data:t})}function f(t,e){return(0,o.default)({url:"/api/groom/list/"+e,method:"get",data:t})}function p(t,e){return(0,o.default)({url:"/api/seckill/detail/"+e,method:"get",data:t})}function g(t,e){return(0,o.default)({url:"/api/combination/detail/"+e,method:"get",data:t})}function h(t){return(0,o.default)({url:"/api/category",method:"get",data:t})}function v(t){return(0,o.default)({url:"/api/combination/list",method:"get",data:t})}function b(t,e){return(0,o.default)({url:"/api/combination/remove"+e,method:"get",data:t})}function m(t,e){return(0,o.default)({url:"/api/combination/pink/"+e,method:"get",data:t})}function w(t){return(0,o.default)({url:"/api/combination/poster",method:"post",data:t})}function x(t){return(0,o.default)({url:"/api/seckill/index",method:"get",data:t})}function A(t,e){return(0,o.default)({url:"/api/seckill/list/"+e,method:"get",data:t})}function y(t,e){return(0,o.default)({url:"/api/reply/config/"+e,method:"get",data:t})}function C(t,e){return(0,o.default)({url:"/api/reply/list/"+e,method:"get",data:t})}}}]);