zx/public/static/js/pages-activity-assist_recor...

1 line
31 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-activity-assist_record-index"],{"0562":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{style:t.viewColor},[t.bargain.length>0?[n("div",{ref:"container",staticClass:"bargain-record"},[t._l(t.bargain,(function(e,o){return n("div",{key:o,staticClass:"item"},[n("div",{staticClass:"picTxt acea-row row-between-wrapper"},[e.product?n("div",{staticClass:"pictrue"},[n("v-uni-image",{attrs:{src:e.product.image?e.product.image:""}})],1):t._e(),n("div",{staticClass:"text acea-row row-column-around"},[e.product?n("div",{staticClass:"line1",staticStyle:{width:"100%"}},[t._v(t._s(e.product.store_name))]):t._e(),1===e.status?n("count-down",{attrs:{"justify-left":"justify-content:left","is-day":!0,"tip-text":"倒计时 ","day-text":" 天 ","hour-text":" 时 ","minute-text":" 分 ","second-text":" 秒",datatime:e.stop_time,id:e.product_assist_set_id}}):t._e(),n("v-uni-view",{staticClass:"acea-row price_count"},[n("v-uni-view",{staticClass:"money t-color"},[t._v("助力价: ¥"),e.assistSku&&e.assistSku[0]?n("v-uni-text",{staticClass:"num"},[t._v(t._s(e.assistSku[0].assist_price))]):t._e()],1),e.product?n("v-uni-view",{staticClass:"money money_lf"},[n("v-uni-text",{staticClass:"under_price"},[t._v("¥"+t._s(e.product.price))])],1):t._e()],1)],1)]),n("div",{staticClass:"bottom acea-row row-between-wrapper"},[1===e.status||0===e.status?n("div",{staticClass:"purple"},[t._v("活动进行中")]):t._e(),10===e.status||20===e.status?n("div",{staticClass:"success"},[t._v("助力成功")]):t._e(),-1===e.status?n("div",{staticClass:"end"},[t._v("活动已结束")]):t._e(),n("div",{staticClass:"acea-row row-middle row-right"},[1===e.status||0===e.status?n("div",[n("div",{staticClass:"bnt cancel",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.getBargainUserCancel(e.product_assist_set_id)}}},[t._v("取消活动")]),n("div",{staticClass:"bnt b-color",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.getInvitation(e.product_assist_set_id)}}},[t._v("邀请助力")])]):t._e(),10===e.status||20===e.status?n("div",[0!=e.order.paid&&1!=e.order.paid||20!==e.status?n("v-uni-view",{staticClass:"bnt b-color",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.goPay(e)}}},[t._v("立即付款")]):n("v-uni-view",{staticClass:"bnt b-color",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.goOrderDetail(e.order)}}},[t._v("查看详情")])],1):t._e()])])])})),n("Loading",{attrs:{loaded:t.status,loading:t.loadingList}})],2)]:t._e(),0==t.bargain.length?[n("emptyPage",{attrs:{title:"暂无记录~"}})]:t._e(),n("home")],2)},a=[]},"0993":function(t,e,n){"use strict";var o=n("f7e7"),a=n.n(o);a.a},"18b42":function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("bf0f"),n("2797"),n("aa9c");var a=o(n("9b1b")),i=o(n("8da3")),r=o(n("8329")),u=n("d727"),s=n("7e00"),c=o(n("af69")),d=o(n("defc")),f=n("8f59"),l={name:"BargainRecord",components:{CountDown:i.default,Loading:c.default,emptyPage:r.default,home:d.default},computed:(0,a.default)({},(0,f.mapGetters)(["viewColor"])),props:{},data:function(){return{bargain:[],status:!1,loadingList:!1,page:1,limit:20}},onLoad:function(){this.getBargainUserList()},onReady:function(){var t=this;uni.$once("endTime",(function(e){t.bargain.forEach((function(t,n){t.product_assist_set_id==e&&(t.status=-1)}))}))},methods:{goDetail:function(t){uni.navigateTo({url:"/pages/activity/assist_detail/index?id=".concat(t)})},getBargainUserList:function(){var t=this;t.loadingList||t.status||(0,u.getBargainUserList)({page:t.page,limit:t.limit}).then((function(e){t.status=e.data.list.length<t.limit,t.bargain.push.apply(t.bargain,e.data.list),t.page++,t.loadingList=!1})).catch((function(e){t.$util.Tips({title:e})}))},goPay:function(t){var e=this,n={product_id:t.product_assist_set_id,product_attr_unique:t.assistSku[0].unique,cart_num:1,product_type:3,is_new:1};(0,s.postCartAdd)(n).then((function(t){uni.navigateTo({url:"/pages/users/order_confirm/index?new=1&cartId="+t.data.cart_id})})).catch((function(t){return e.$util.Tips({title:t})}))},getInvitation:function(t){uni.navigateTo({url:"/pages/activity/assist_detail/index?id="+t})},goOrderDetail:function(t){1==t.paid?uni.navigateTo({url:"/pages/order_details/index?order_id="+t.order_id}):uni.navigateTo({url:"/pages/order_details/stay?order_id="+t.group_order_id})},getBargainUserCancel:function(t){var e=this;(0,u.getBargainUserCancel)(t).then((function(t){e.status=!1,e.loadingList=!1,e.page=1,e.$util.Tips({title:t.message}),setTimeout((function(){e.bargain=[],e.getBargainUserList()}),3e3)})).catch((function(t){e.$util.Tips({title:t})}))}},onReachBottom:function(){this.getBargainUserList()}};e.default=l},"18d3":function(t,e,n){"use strict";n.r(e);var o=n("e661"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"250c":function(t,e,n){var o=n("2616");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("50f5ff2f",o,!0,{sourceMap:!1,shadowMode:!1})},2616:function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,".pictrueBox[data-v-50bf5845]{width:%?130?%;height:%?120?%}\n/*返回主页按钮*/.home[data-v-50bf5845]{position:fixed;color:#fff;text-align:center;z-index:9999;right:%?15?%;display:flex}.home .homeCon[data-v-50bf5845]{border-radius:%?50?%;opacity:0;height:0;color:#e93323;width:0}.home .homeCon.on[data-v-50bf5845]{opacity:1;-webkit-animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);width:%?300?%;height:%?86?%;margin-bottom:%?20?%;display:flex;justify-content:center;align-items:center;background:var(--view-theme)}.home .homeCon .iconfont[data-v-50bf5845]{font-size:%?48?%;color:#fff;display:inline-block;margin:0 auto}.home .pictrue[data-v-50bf5845]{width:%?86?%;height:%?86?%;border-radius:50%;margin:0 auto;background-color:var(--view-theme);box-shadow:0 %?5?% %?12?% rgba(0,0,0,.5)}.home .pictrue .image[data-v-50bf5845]{width:100%;height:100%}.pictruea[data-v-50bf5845]{width:100%;height:100%;display:block;object-fit:cover;vertical-align:middle}",""]),t.exports=e},"2b87":function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.styleAll[data-v-556c75f6]{padding:0 %?6?%}.red[data-v-556c75f6]{margin:0 %?4?%}.themeColor .red[data-v-556c75f6]{color:var(--view-theme)}.bgTheme .styleAll[data-v-556c75f6]{background-color:var(--view-theme);color:#fff;font-size:%?22?%;display:flex;align-items:center;justify-content:center}.time[data-v-556c75f6]{display:flex;justify-content:center;font-size:%?20?%}',""]),t.exports=e},"440c":function(t,e,n){"use strict";var o=n("ee6d"),a=n.n(o);a.a},"4c0c":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("8f59"),a=n("aa10"),i={name:"Home",props:{},data:function(){return{domain:a.HTTP_REQUEST_URL,top:"",bottom:""}},computed:(0,o.mapGetters)(["homeActive","viewColor","keyColor"]),methods:{setTouchMove:function(t){t.touches[0].clientY<545&&t.touches[0].clientY>66&&(this.top=t.touches[0].clientY,this.bottom="auto")},open:function(){this.homeActive?this.$store.commit("CLOSE_HOME"):this.$store.commit("OPEN_HOME")}},created:function(){this.bottom="50px"}};e.default=i},"4e09":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"time",class:{themeColor:t.isView,bgTheme:t.isTheme},style:t.justifyLeft+t.viewColor+"background-color:"+t.bgColor+";color:"+t.colors+";background-image:url("+t.bgImage+");"},[t.tipText?n("v-uni-text",{staticClass:"red"},[t._v(t._s(t.tipText))]):t._e(),!0===t.isDay?n("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.day))]):t._e(),t.dayText?n("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.dayText))]):t._e(),n("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.hour))]),t.hourText?n("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.hourText))]):t._e(),n("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.minute))]),t.minuteText?n("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.minuteText))]):t._e(),n("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.second))]),t.secondText?n("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.secondText))]):t._e()],1)},a=[]},"5dce":function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.empty-box[data-v-f1a26612]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:%?200?%}.empty-box uni-image[data-v-f1a26612]{width:%?414?%;height:%?240?%}.empty-box .txt[data-v-f1a26612]{font-size:%?26?%;color:#999}',""]),t.exports=e},"676c":function(t,e,n){"use strict";var o=n("9da7"),a=n.n(o);a.a},7935:function(t,e,n){"use strict";n.r(e);var o=n("4c0c"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"7e00":function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.arrivalNoticeApi=function(t){return i.default.post("store/product/increase_take",t)},e.bagExplain=function(){return i.default.get("store/product/bag/explain")},e.bagRecommend=function(){return i.default.get("product/spu/bag/recommend")},e.collectAdd=function(t){return i.default.post("user/relation/create",t)},e.collectAll=function(t){return i.default.post("user/relation/batch/create",t)},e.collectDel=function(t){return i.default.post("user/relation/delete",t)},e.copyPasswordApi=function(t){return i.default.get("product/spu/copy",t,{noAuth:!0})},e.copyPasswordSearch=function(t){return i.default.get("command/copy",t,{noAuth:!0})},e.create=function(t){return i.default.post("intention/create",t)},e.discountsCartAdd=function(t){return i.default.post("user/cart/batchCreate",t)},e.express=function(t){return i.default.post("ordero/express/"+t,{noAuth:!0})},e.followStore=function(t){return i.default.post("user/relation/create",{type:10,type_id:t})},e.getApplicationRecordList=function(t){return i.default.get("intention/lst",t)},e.getBrandlist=function(t){return i.default.get("store/product/brand/lst",t,{noAuth:!0})},e.getBroadcastListApi=function(t){return i.default.get("broadcast/lst",t,{noAuth:!0})},e.getCaptcha=function(){return i.default.get("captcha")},e.getCategoryList=function(){return i.default.get("store/product/category/lst",{},{noAuth:!0})},e.getCollectUserList=function(t){return i.default.get("user/relation/product/lst",t)},e.getCouponProductlist=function(t){t.brand_id&&Array.isArray(t.brand_id)&&(t=(0,a.default)({},t),t.brand_id=t.brand_id.toString());return i.default.get("product/spu/coupon_product",t,{noAuth:!0})},e.getDiscountsLst=function(t){return i.default.get("discounts/lst",t,{noAuth:!0})},e.getGeocoder=function(t){return i.default.get("lbs/geocoder?location=".concat(t.lat,",").concat(t.long),{},{noAuth:!0})},e.getGoodsDetails=function(t){return i.default.get("intention/detail/"+t,{})},e.getGroomList=function(t,e){return i.default.get("product/spu/hot/"+t,e,{noAuth:!0})},e.getHotBanner=function(t){return i.default.get("common/hot_banner/"+t,{},{noAuth:!0})},e.getHotRanking=function(){return i.default.get("product/spu/hot_top",{},{noAuth:!0})},e.getLiveList=function(t){return i.default.get("broadcast/hot",t,{noAuth:!0})},e.getMerProductHot=function(t,e){return i.default.get("product/spu/recommend",{page:void 0===e.page?1:e.page,limit:void 0===e.limit?10:e.limit,mer_id:t||""},{noAuth:!0})},e.getMerchantLst=function(t){return i.default.get("user/relation/merchant/lst",t,{noAuth:!0})},e.getParmasList=function(t){return i.default.get("product/spu/params",t,{noAuth:!0})},e.getParmasValue=function(t){return i.default.get("product/spu/params_value/".concat(t),{},{noAuth:!0})},e.getPresellProductDetail=function(t){return i.default.get("store/product/presell/detail/"+t,{},{noAuth:!0})},e.getPreviewProDetail=function(t){return i.default.get("store/product/preview",t,{noAuth:!0})},e.getProductCode=function(t,e){return i.default.get("store/product/qrcode/"+t,e,{noAuth:!0})},e.getProductDetail=function(t){return i.default.get("store/product/detail/"+t,{},{noAuth:!0})},e.getProductHot=function(t,e){return i.default.get("product/spu/recommend",{page:void 0===t?1:t,limit:void 0===e?10:e},{noAuth:!0})},e.getProductParmas=function(t){return i.default.get("store/product/show/"+t,{},{noAuth:!0})},e.getProductslist=function(t){t.brand_id&&Array.isArray(t.brand_id)&&(t=(0,a.default)({},t),t.brand_id=t.brand_id.toString());return i.default.get("product/spu/lst",t,{noAuth:!0})},e.getReplyConfig=function(t){return i.default.get("reply/config/"+t)},e.getReplyList=function(t,e){return i.default.get("store/product/reply/lst/"+t,e,{noAuth:!0})},e.getSearchKeyword=function(){return i.default.get("common/hot_keyword",{},{noAuth:!0})},e.getSeckillProductDetail=function(t,e){return i.default.get("store/product/seckill/detail/"+t,e,{noAuth:!0})},e.getStoreCategory=function(t,e){return i.default.get("store/merchant/category/lst/"+t,e,{noAuth:!0})},e.getStoreCoupon=function(t){return i.default.get("coupon/store/"+t,{noAuth:!0})},e.getStoreDetail=function(t,e){return i.default.get("store/merchant/detail/"+t,e,{noAuth:!0})},e.getStoreGoods=function(t,e){return i.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.getStoreRecommend=function(t){return i.default.get("store/product/good_list/"+t,{},{noAuth:!0})},e.getStoreTypeApi=function(t){return i.default.get("intention/type",t,{noAuth:!0})},e.getTodayHotSearch=function(){return i.default.get("product/spu/hot_lst",{},{noAuth:!0})},e.merClassifly=function(){return i.default.get("intention/cate",{},{noAuth:!0})},e.merchantProduct=function(t,e){e.brand_id&&Array.isArray(e.brand_id)&&(e=(0,a.default)({},e),e.brand_id=e.brand_id.toString());return i.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.merchantQrcode=function(t,e){return i.default.get("store/merchant/qrcode/"+t,e,{noAuth:!0})},e.postCartAdd=function(t){return i.default.post("user/cart/create",t)},e.priceRuleApi=function(t){return i.default.get("store/product/price_rule/".concat(t),{},{noAuth:!0})},e.productBag=function(t){return i.default.get("product/spu/bag",t,{noAuth:!0})},e.storeCategory=function(t){return i.default.get("store/product/category",t,{noAuth:!0})},e.storeCertificate=function(t){return i.default.post("store/certificate/".concat(t.merId),t)},e.storeMerchantList=function(t){return i.default.get("store/merchant/lst",t,{noAuth:!0})},e.storeServiceList=function(t,e){return i.default.get("product/spu/local/".concat(t),e,{noAuth:!0})},e.unfollowStore=function(t){return i.default.post("user/relation/delete",{type:10,type_id:t})},e.updateGoodsRecord=function(t,e){return i.default.post("intention/update/"+t,e)},e.userCollectDel=function(t){return i.default.post("user/relation/batch/delete",t)},e.verify=function(t){return i.default.post("auth/verify",t)},n("c9b5"),n("bf0f"),n("ab80"),n("c223");var a=o(n("9b1b")),i=o(n("fea3"))},8329:function(t,e,n){"use strict";n.r(e);var o=n("d98d"),a=n("c4bf1");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("676c");var r=n("828b"),u=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"f1a26612",null,!1,o["a"],void 0);e["default"]=u.exports},"85aa":function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,".Loads[data-v-6be7644b]{height:%?80?%;font-size:%?25?%;color:#000}.Loads .iconfont[data-v-6be7644b]{font-size:%?30?%;margin-right:%?10?%;height:%?32?%;line-height:%?32?%}\n/*加载动画*/@-webkit-keyframes load-data-v-6be7644b{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load-data-v-6be7644b{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loadingpic[data-v-6be7644b]{-webkit-animation:load-data-v-6be7644b 3s linear 1s infinite;animation:load-data-v-6be7644b 3s linear 1s infinite}.loading[data-v-6be7644b]{-webkit-animation:load-data-v-6be7644b linear 1s infinite;animation:load-data-v-6be7644b linear 1s infinite}",""]),t.exports=e},"897e":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticStyle:{"touch-action":"none"},style:t.viewColor},[n("v-uni-view",{staticClass:"home",staticStyle:{position:"fixed"},style:{top:t.top+"px",bottom:t.bottom},attrs:{id:"right-nav"},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.setTouchMove.apply(void 0,arguments)}}},[t.homeActive?n("v-uni-view",{staticClass:"homeCon",class:!0===t.homeActive?"on":""},[n("v-uni-navigator",{staticClass:"iconfont icon-shouye-xianxing",attrs:{"hover-class":"none",url:"/pages/index/index","open-type":"switchTab"}}),n("v-uni-navigator",{staticClass:"iconfont icon-caigou-xianxing",attrs:{"hover-class":"none",url:"/pages/order_addcart/order_addcart","open-type":"switchTab"}}),n("v-uni-navigator",{staticClass:"iconfont icon-yonghu1",attrs:{"hover-class":"none",url:"/pages/user/index","open-type":"switchTab"}})],1):t._e(),n("v-uni-view",{staticClass:"pictrueBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.open.apply(void 0,arguments)}}},[n("v-uni-view",{staticClass:"pictrue"},[n("v-uni-image",{staticClass:"image pictruea",attrs:{src:!0===t.homeActive?t.domain+"/static/images/navbtn_open.gif":t.domain+"/static/images/navbtn_close.gif"}})],1)],1)],1)],1)},a=[]},"8da3":function(t,e,n){"use strict";n.r(e);var o=n("4e09"),a=n("18d3");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("aa0b");var r=n("828b"),u=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"556c75f6",null,!1,o["a"],void 0);e["default"]=u.exports},"900d":function(t,e,n){"use strict";n.r(e);var o=n("18b42"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"9d70":function(t,e,n){"use strict";n.r(e);var o=n("0562"),a=n("900d");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("0993");var r=n("828b"),u=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"0f9ee8ff",null,!1,o["a"],void 0);e["default"]=u.exports},"9da7":function(t,e,n){var o=n("5dce");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("773f4a1f",o,!0,{sourceMap:!1,shadowMode:!1})},aa0b:function(t,e,n){"use strict";var o=n("c4bf"),a=n.n(o);a.a},af69:function(t,e,n){"use strict";n.r(e);var o=n("f69f"),a=n("c216");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("440c");var r=n("828b"),u=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"6be7644b",null,!1,o["a"],void 0);e["default"]=u.exports},b7b2:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={props:{title:{type:String,default:"暂无记录"}}};e.default=o},ba71:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={name:"Loading",props:{loaded:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}}};e.default=o},c216:function(t,e,n){"use strict";n.r(e);var o=n("ba71"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},c2e5:function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n/*助力记录*/.bargain-record .item .picTxt .text .time .styleAll[data-v-0f9ee8ff]{color:#fc4141;font-size:%?24?%}.bargain-record .item .picTxt .text .time .red[data-v-0f9ee8ff]{color:#999;font-size:%?24?%}.bargain-record .item[data-v-0f9ee8ff]{background-color:#fff;margin-bottom:%?12?%}.bargain-record .item .price_count[data-v-0f9ee8ff]{align-items:center}.bargain-record .item .price_count .money_lf[data-v-0f9ee8ff]{margin-left:%?10?%}.bargain-record .item .price_count .t-color[data-v-0f9ee8ff]{color:var(--view-priceColor)}.bargain-record .item .price_count .under_price[data-v-0f9ee8ff]{color:#999;font-size:%?26?%;text-decoration:line-through}.bargain-record .item .picTxt[data-v-0f9ee8ff]{height:%?210?%;border-bottom:1px solid #f0f0f0;padding:0 %?30?%}.bargain-record .item .picTxt .pictrue[data-v-0f9ee8ff]{width:%?150?%;height:%?150?%}.bargain-record .item .picTxt .pictrue uni-image[data-v-0f9ee8ff]{width:100%;height:100%;border-radius:%?6?%}.bargain-record .item .picTxt .text[data-v-0f9ee8ff]{width:%?515?%;font-size:%?30?%;color:#282828;height:%?150?%}.bargain-record .item .picTxt .text .time[data-v-0f9ee8ff]{font-size:%?24?%;color:#868686;justify-content:left!important}.bargain-record .item .picTxt .text .successTxt[data-v-0f9ee8ff]{font-size:%?24?%}.bargain-record .item .picTxt .text .endTxt[data-v-0f9ee8ff]{font-size:%?24?%;color:#999}.bargain-record .item .picTxt .text .money[data-v-0f9ee8ff]{font-size:%?24?%}.bargain-record .item .picTxt .text .money .num[data-v-0f9ee8ff]{font-size:%?32?%;font-weight:700}.bargain-record .item .picTxt .text .money .symbol[data-v-0f9ee8ff]{font-weight:700}.bargain-record .item .bottom[data-v-0f9ee8ff]{height:%?100?%;padding:0 %?30?%;font-size:%?27?%}.bargain-record .item .bottom .purple[data-v-0f9ee8ff]{color:#f78513}.bargain-record .item .bottom .end[data-v-0f9ee8ff]{color:#999}.bargain-record .item .bottom .success[data-v-0f9ee8ff]{color:var(--view-theme)}.bargain-record .item .bottom .bnt[data-v-0f9ee8ff]{font-size:%?27?%;color:#fff;width:%?176?%;height:%?60?%;border-radius:%?32?%;text-align:center;line-height:%?60?%;display:inline-block}.bargain-record .item .bottom .bnt.b-color[data-v-0f9ee8ff]{background-color:var(--view-theme)}.bargain-record .item .bottom .bnt.cancel[data-v-0f9ee8ff]{color:#aaa;border:1px solid #ddd}.bargain-record .item .bottom .bnt ~ .bnt[data-v-0f9ee8ff]{margin-left:%?18?%}',""]),t.exports=e},c4bf:function(t,e,n){var o=n("2b87");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("51108ffc",o,!0,{sourceMap:!1,shadowMode:!1})},c4bf1:function(t,e,n){"use strict";n.r(e);var o=n("b7b2"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},d176:function(t,e,n){"use strict";var o=n("250c"),a=n.n(o);a.a},d727:function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.assistHelpList=function(t,e){return a.default.get("store/product/assist/user/"+t,e)},e.assistUserData=function(t){return a.default.get("store/product/assist/count",t,{noAuth:!0})},e.getActivitycategory=function(t){return a.default.get("product/spu/active/category/"+t,{},{noAuth:!0})},e.getAssistDetail=function(t,e){return a.default.get("store/product/assist/detail/"+t,e)},e.getAssistList=function(t){return a.default.get("store/product/assist/lst",t,{noAuth:!0})},e.getAssistUser=function(t){return a.default.get("store/product/assist/share/"+t)},e.getBargainUserCancel=function(t){return a.default.post("store/product/assist/set/delete/"+t)},e.getBargainUserList=function(t){return a.default.get("store/product/assist/set/lst",t)},e.getCombinationDetail=function(t){return a.default.get("store/product/group/detail/"+t,{},{noAuth:!0})},e.getCombinationList=function(t){return a.default.get("store/product/group/lst",t,{noAuth:!0})},e.getCombinationPink=function(t){return a.default.get("store/product/group/get/"+t)},e.getCombinationPoster=function(t){return a.default.post("combination/poster",t)},e.getCombinationUser=function(t){return a.default.get("store/product/group/count",t,{noAuth:!0})},e.getCouponLst=function(t){return a.default.get("coupon/getlst",t,{noAuth:!0})},e.getMerchantServiceLst=function(t){return a.default.get("store/merchant/local",t,{noAuth:!0})},e.getNewPeopleCouponLst=function(t){return a.default.get("coupon/new_people",t,{noAuth:!0})},e.getPresellList=function(t){return a.default.get("store/product/presell/lst",t,{noAuth:!0})},e.getSeckillDetail=function(t){return a.default.get("store/product/seckill/detail/"+t,{},{noAuth:!0})},e.getSeckillIndexTime=function(){return a.default.get("store/product/seckill/select",{},{noAuth:!0})},e.getSeckillList=function(t){return a.default.get("store/product/seckill/lst",t,{noAuth:!0})},e.getTopicDetail=function(t){return a.default.get("activity/info/".concat(t),{},{noAuth:!0})},e.getTopicList=function(t,e){return a.default.get("activity/lst/".concat(t),e,{noAuth:!0})},e.getTopicProLst=function(t){return a.default.get("product/spu/labels",t,{noAuth:!0})},e.hotRankingApi=function(t){return a.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})},e.initiateAssistApi=function(t){return a.default.post("store/product/assist/create/"+t)},e.postAssistHelp=function(t){return a.default.post("store/product/assist/set/"+t)},e.postCombinationRemove=function(t){return a.default.post("store/product/group/cancel",t)},e.presellAgreement=function(){return a.default.get("store/product/presell/agree")},e.scombinationCode=function(t){return a.default.get("combination/code/"+t)},e.seckillCode=function(t,e){return a.default.get("seckill/code/"+t,e)},e.spuTop=function(t){return a.default.get("store/product/category/hotranking",{},{noAuth:!0})},e.spuTopList=function(t){return a.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})};var a=o(n("fea3"))},d98d:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",{staticClass:"empty-box"},[e("v-uni-image",{attrs:{src:"/static/images/empty-box.png"}}),e("v-uni-view",{staticClass:"txt"},[this._v(this._s(this.title))])],1)},a=[]},defc:function(t,e,n){"use strict";n.r(e);var o=n("897e"),a=n("7935");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("d176");var r=n("828b"),u=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"50bf5845",null,!1,o["a"],void 0);e["default"]=u.exports},e661:function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("9b1b"));n("64aa");var i=n("8f59"),r={name:"countDown",props:{justifyLeft:{type:String,default:""},tipText:{type:String,default:"倒计时"},dayText:{type:String,default:"天"},hourText:{type:String,default:"时"},minuteText:{type:String,default:"分"},secondText:{type:String,default:"秒"},datatime:{type:Number,default:0},isDay:{type:Boolean,default:!0},id:{type:String|Number,default:""},bgColor:{type:String,default:""},colors:{type:String,default:""},bgImage:{type:String,default:""},isView:{type:Boolean,default:!1},isTheme:{type:Boolean,default:!1}},data:function(){return{day:"00",hour:"00",minute:"00",second:"00"}},computed:(0,a.default)({},(0,i.mapGetters)(["viewColor"])),created:function(){this.show_time()},mounted:function(){},methods:{show_time:function(){var t=this;function e(){var n=t.datatime-Date.parse(new Date)/1e3,o=0,a=0,i=0,r=0;n>0?(o=!0===t.isDay?Math.floor(n/86400):0,a=Math.floor(n/3600)-24*o,i=Math.floor(n/60)-24*o*60-60*a,r=Math.floor(n)-24*o*60*60-60*a*60-60*i,a<=9&&(a="0"+a),i<=9&&(i="0"+i),r<=9&&(r="0"+r),t.day=o,t.hour=a,t.minute=i,t.second=r):(t.day="00",t.hour="00",t.minute="00",t.second="00",t.$emit("getProduct"),uni.$emit("endTime",t.id),clearInterval(e))}e(),setInterval(e,1e3)}}};e.default=r},ee6d:function(t,e,n){var o=n("85aa");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("31a45329",o,!0,{sourceMap:!1,shadowMode:!1})},f69f:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this.$createElement,e=this._self._c||t;return e("v-uni-view",[this.loading&&!this.loaded?e("v-uni-view",{staticClass:"Loads acea-row row-center-wrapper",staticStyle:{"margin-top":".2rem"}},[this.loading?e("v-uni-view",[e("v-uni-view",{staticClass:"iconfont icon-jiazai loading acea-row row-center-wrapper"}),this._v("正在加载中")],1):e("v-uni-view",[this._v("上拉加载更多")])],1):this._e()],1)},a=[]},f7e7:function(t,e,n){var o=n("c2e5");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("2ff232cf",o,!0,{sourceMap:!1,shadowMode:!1})}}]);