1 line
139 KiB
JavaScript
1 line
139 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-users-order_confirm-index"],{"010d":function(module,exports,__webpack_require__){"use strict";__webpack_require__("7a82");var _interopRequireDefault=__webpack_require__("4ea4").default;Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _createForOfIteratorHelper2=_interopRequireDefault(__webpack_require__("b85c"));__webpack_require__("c975"),__webpack_require__("caad"),__webpack_require__("2532"),__webpack_require__("ac1f"),__webpack_require__("466d"),__webpack_require__("5319"),__webpack_require__("acd8"),__webpack_require__("99af"),__webpack_require__("14d9");var rpx=uni.getSystemInfoSync().screenWidth/750,cfg=__webpack_require__("e8d8"),_default={name:"parser",data:function(){return{uid:this._uid,scaleAm:"",showAm:"",imgs:[],nodes:[]}},props:{html:null,autopause:{type:Boolean,default:!0},autosetTitle:{type:Boolean,default:!0},domain:String,gestureZoom:Boolean,lazyLoad:Boolean,selectable:Boolean,tagStyle:Object,showWithAnimation:Boolean,useAnchor:Boolean},watch:{html:function(t){this.setContent(t)}},mounted:function(){this.imgList=[],this.imgList.each=function(t){for(var e=0,i=this.length;e<i;e++)this.setItem(e,t(this[e],e,this))},this.imgList.setItem=function(t,e){if(void 0!=t&&e){if(0==e.indexOf("http")&&this.includes(e)){for(var i,a="",n=0;i=e[n];n++){if("/"==i&&"/"!=e[n-1]&&"/"!=e[n+1])break;a+=Math.random()>.5?i.toUpperCase():i}return a+=e.substr(n),this[t]=a}if(this[t]=e,e.includes("data:image")){var o=e.match(/data:image\/(\S+?);(\S+?),(.+)/);if(!o)return}}},this.html&&this.setContent(this.html)},beforeDestroy:function(){this._observer&&this._observer.disconnect(),this.imgList.each((function(t){})),clearInterval(this._timer)},methods:{_Dom2Str:function(t){var e,i="",a=(0,_createForOfIteratorHelper2.default)(t);try{for(a.s();!(e=a.n()).done;){var n=e.value;if("text"==n.type)i+=n.text;else{for(var o in i+="<"+n.name,n.attrs||{})i+=" "+o+'="'+n.attrs[o]+'"';n.children&&n.children.length?i+=">"+this._Dom2Str(n.children)+"</"+n.name+">":i+=">"}}}catch(r){a.e(r)}finally{a.f()}return i},_handleHtml:function(t,e){if("string"!=typeof t&&(t=this._Dom2Str(t.nodes||t)),t.includes("rpx")&&(t=t.replace(/[0-9.]+\s*rpx/g,(function(t){return parseFloat(t)*rpx+"px"}))),!e){var i="<style scoped>@keyframes show{0%{opacity:0}100%{opacity:1}}";for(var a in cfg.userAgentStyles)i+="".concat(a,"{").concat(cfg.userAgentStyles[a],"}");for(a in this.tagStyle)i+="".concat(a,"{").concat(this.tagStyle[a],"}");i+="</style>",t=i+t}return t},setContent:function(t,e){var i=this;if(t){var a=document.createElement("div");e?this.rtf?this.rtf.appendChild(a):this.rtf=a:(this.rtf&&this.rtf.parentNode.removeChild(this.rtf),this.rtf=a),a.innerHTML=this._handleHtml(t,e);for(var n,o=this.rtf.getElementsByTagName("style"),r=0;n=o[r++];)n.innerHTML=n.innerHTML.replace(/body/g,"#rtf"+this._uid),n.setAttribute("scoped","true");!this._observer&&this.lazyLoad&&IntersectionObserver&&(this._observer=new IntersectionObserver((function(t){for(var e,a=0;e=t[a++];)e.isIntersecting&&(e.target.src=e.target.getAttribute("data-src"),e.target.removeAttribute("data-src"),i._observer.unobserve(e.target))}),{rootMargin:"900px 0px 900px 0px"}));var s=this,c=this.rtf.getElementsByTagName("title");c.length&&this.autosetTitle&&uni.setNavigationBarTitle({title:c[0].innerText}),this.imgList.length=0;for(var u,d=this.rtf.getElementsByTagName("img"),l=0,p=0;u=d[l];l++){u.style.maxWidth="100%";var f=u.getAttribute("src");this.domain&&f&&("/"==f[0]?"/"==f[1]?u.src=(this.domain.includes("://")?this.domain.split("://")[0]:"")+":"+f:u.src=this.domain+f:f.includes("://")||(u.src=this.domain+"/"+f)),u.hasAttribute("ignore")||"A"==u.parentElement.nodeName||(u.i=p++,s.imgList.push(u.src||u.getAttribute("data-src")),u.onclick=function(){var t=!0;this.ignore=function(){return t=!1},s.$emit("imgtap",this),t&&uni.previewImage({current:this.i,urls:s.imgList})}),u.onerror=function(){s.$emit("error",{source:"img",target:this})},s.lazyLoad&&this._observer&&u.src&&0!=u.i&&(u.setAttribute("data-src",u.src),u.removeAttribute("src"),this._observer.observe(u))}var v,h=this.rtf.getElementsByTagName("a"),g=(0,_createForOfIteratorHelper2.default)(h);try{for(g.s();!(v=g.n()).done;){var m=v.value;m.onclick=function(){var t=!0,e=this.getAttribute("href");if(s.$emit("linkpress",{href:e,ignore:function(){return t=!1}}),t&&e)if("#"==e[0])s.useAnchor&&s.navigateTo({id:e.substr(1)});else{if(0==e.indexOf("http")||0==e.indexOf("//"))return!0;uni.navigateTo({url:e})}return!1}}}catch(I){g.e(I)}finally{g.f()}var _=this.rtf.getElementsByTagName("video");s.videoContexts=_;for(var b,w=0;b=_[w++];)b.style.maxWidth="100%",b.onerror=function(){s.$emit("error",{source:"video",target:this})},b.onplay=function(){if(s.autopause)for(var t,e=0;t=s.videoContexts[e++];)t!=this&&t.pause()};var y,x,C=this.rtf.getElementsByTagName("audios"),A=(0,_createForOfIteratorHelper2.default)(C);try{for(A.s();!(y=A.n()).done;){var k=y.value;k.onerror=function(){s.$emit("error",{source:"audio",target:this})}}}catch(I){A.e(I)}finally{A.f()}this.document=this.rtf,e||document.getElementById("rtf"+this._uid).appendChild(this.rtf),this.$nextTick((function(){i.nodes=[1],i.$emit("load")})),setTimeout((function(){return i.showAm=""}),500),clearInterval(this._timer),this._timer=setInterval((function(){var t=[i.rtf.getBoundingClientRect()];i.width=t[0].width,t[0].height==x&&(i.$emit("ready",t[0]),clearInterval(i._timer)),x=t[0].height}),350),this.showWithAnimation&&!e&&(this.showAm="animation:show .5s")}else this.rtf&&!e&&this.rtf.parentNode.removeChild(this.rtf)},getText:function(){arguments.length>0&&void 0!==arguments[0]||this.nodes;return this.rtf.innerText},navigateTo:function(t){if(!this.useAnchor)return t.fail&&t.fail({errMsg:"Anchor is disabled"});if(!t.id)return window.scrollTo(0,this.rtf.offsetTop),t.success&&t.success({errMsg:"pageScrollTo:ok"});var e=document.getElementById(t.id);if(!e)return t.fail&&t.fail({errMsg:"Label not found"});t.scrollTop=this.rtf.offsetTop+e.offsetTop,uni.pageScrollTo(t)},getVideoContext:function(t){if(!t)return this.videoContexts;for(var e=this.videoContexts.length;e--;)if(this.videoContexts[e].id==t)return this.videoContexts[e]},preLoad:function preLoad(html,num){html.constructor==Array&&(html=this._Dom2Str(html));var script="var contain=document.createElement('div');contain.innerHTML='"+html.replace(/'/g,"\\'")+"';for(var imgs=contain.querySelectorAll('img'),i=imgs.length-1;i>="+num+";i--)imgs[i].removeAttribute('src');";eval(script)},_tap:function(t){if(this.gestureZoom&&t.timeStamp-this._lastT<300){var e=t.touches[0].pageY-t.currentTarget.offsetTop;if(this._zoom)this._scaleAm.translateX(0).scale(1).step(),uni.pageScrollTo({scrollTop:(e+this._initY)/2-t.touches[0].clientY,duration:400});else{var i=t.touches[0].pageX-t.currentTarget.offsetLeft;this._initY=e,this._scaleAm=uni.createAnimation({transformOrigin:"".concat(i,"px ").concat(this._initY,"px 0"),timingFunction:"ease-in-out"}),this._scaleAm.scale(2).step(),this._tMax=i/2,this._tMin=(i-this.width)/2,this._tX=0}this._zoom=!this._zoom,this.scaleAm=this._scaleAm.export()}this._lastT=t.timeStamp},_touchstart:function(t){1==t.touches.length&&(this._initX=this._lastX=t.touches[0].pageX)},_touchmove:function(t){var e=t.touches[0].pageX-this._lastX;if(this._zoom&&1==t.touches.length&&Math.abs(e)>20){if(this._lastX=t.touches[0].pageX,this._tX<=this._tMin&&e<0||this._tX>=this._tMax&&e>0)return;this._tX+=e*Math.abs(this._lastX-this._initX)*.05,this._tX<this._tMin&&(this._tX=this._tMin),this._tX>this._tMax&&(this._tX=this._tMax),this._scaleAm.translateX(this._tX).step(),this.scaleAm=this._scaleAm.export()}}}};exports.default=_default},"0471":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.orderGoods[data-v-142bd3e3]{background-color:#fff}.p-color[data-v-142bd3e3]{color:var(--view-priceColor)}.t-color[data-v-142bd3e3]{color:var(--view-theme)}.svip-img[data-v-142bd3e3]{width:%?65?%;height:%?28?%;margin:%?4?% 0 0 %?4?%}.title[data-v-142bd3e3]{height:%?86?%;position:relative;padding:0 %?30?%}.title[data-v-142bd3e3]::after{content:"";width:%?750?%;border-bottom:%?2?% dotted #d8d8d8;position:absolute;bottom:0;left:0}.title .item-status[data-v-142bd3e3]{color:#999;font-size:%?30?%}.title .item-status.status0[data-v-142bd3e3]{color:#2291f8}.title .item-date[data-v-142bd3e3]{color:#666;font-size:%?28?%}.right-btn-box[data-v-142bd3e3]{display:flex;align-items:center;justify-content:flex-end}.right-btn-box.event_box[data-v-142bd3e3]{position:static}.right-btn-box .btn-item[data-v-142bd3e3]{display:flex;align-items:center;justify-content:center;width:%?140?%;height:%?46?%;margin-left:%?10?%;border:1px solid #bbb;border-radius:%?23?%;font-size:%?24?%;color:#282828}.right-btn-box .btn-item.on[data-v-142bd3e3]{background:#dcdcdc;border-color:#dcdcdc}.right-btn-box .btn-item.err[data-v-142bd3e3]{background:#f7f7f7;border-color:#f7f7f7;color:#aaa}.event_bg[data-v-142bd3e3]{background:#ff7f00}.event_color[data-v-142bd3e3]{color:#ff7f00}.presell_item[data-v-142bd3e3]{height:auto;padding-bottom:%?15?%}.event_progress[data-v-142bd3e3]{margin-top:%?20?%;background:#fff}.event_progress .progress_name[data-v-142bd3e3]{padding-left:%?30?%;height:%?60?%;line-height:%?60?%;font-size:%?24?%;font-weight:700;position:relative;color:var(--view-theme)}.event_progress .progress_name[data-v-142bd3e3]::before{content:"";display:inline-block;width:%?5?%;height:%?34?%;background:var(--view-theme);position:absolute;top:%?15?%;left:0}.event_progress .align_right[data-v-142bd3e3]{float:right;font-weight:700}.event_progress .progress_price[data-v-142bd3e3]{padding:%?20?% %?30?%;color:#999;font-size:%?22?%}.event_progress .progress_pay[data-v-142bd3e3]{padding:%?25?% %?30?%;background:var(--view-minorColor);font-size:%?26?%;color:#282828}.event_name[data-v-142bd3e3]{display:inline-block;margin-right:%?9?%;color:#fff;font-size:%?20?%;padding:0 %?8?%;line-height:%?30?%;text-align:center;border-radius:%?6?%}.event_ship[data-v-142bd3e3]{font-size:%?20?%;margin-top:%?10?%}.goodWrapper.item1[data-v-142bd3e3]::after{content:"";display:block;width:%?750?%;height:%?14?%;background:#f0f0f0}',""]),t.exports=e},"0745":function(t,e,i){"use strict";var a=i("a9de"),n=i.n(a);n.a},"102e":function(t,e,i){"use strict";i.r(e);var a=i("c1a3"),n=i("66b0");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("e21f");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"41304493",null,!1,a["a"],void 0);e["default"]=s.exports},"104c":function(t,e,i){"use strict";i.r(e);var a=i("1b25"),n=i("5bfe");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("0745");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"42119758",null,!1,a["a"],void 0);e["default"]=s.exports},1179:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEwMDAxQzJDQTE3QjExRUE4OTdCQTc0MjMzQkUyMjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEwMDAxQzJEQTE3QjExRUE4OTdCQTc0MjMzQkUyMjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTAwMDFDMkFBMTdCMTFFQTg5N0JBNzQyMzNCRTIyMDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTAwMDFDMkJBMTdCMTFFQTg5N0JBNzQyMzNCRTIyMDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6VPeugAAAAOUlEQVR42mLU0NBgwAP+I7EZsSm4fv06AxMDFcCoITQyhAUtGomNbjjQ1NQcZN5hHE2xw9kQgAADABZ1CiJAKqh5AAAAAElFTkSuQmCC"},1632:function(t,e,i){var a=i("8165");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("7951e7f6",a,!0,{sourceMap:!1,shadowMode:!1})},"1a4d":function(t,e,i){"use strict";var a=i("4857"),n=i.n(a);n.a},"1abc":function(t,e,i){"use strict";i.r(e);var a=i("1d7f"),n=i("49b9");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("1a4d");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"16f7f53e",null,!1,a["a"],void 0);e["default"]=s.exports},"1b25":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",[t.isShowAuth&&t.code?i("v-uni-view",{staticClass:"mask",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}}):t._e(),t.isShowAuth&&t.code?i("v-uni-view",{staticClass:"Popup",style:"top:"+t.top+"px;"},[t.isWeixin?i("v-uni-text",{staticClass:"title"},[t._v(t._s(t.isPay?"付款提醒":"授权提醒"))]):i("v-uni-text",{staticClass:"title"},[t._v(t._s(t.title))]),t.isWeixin?i("v-uni-text",{staticClass:"tip"},[t._v(t._s(t.isPay?t.payInfo:"请授权头像等信息,以便为您提供更好的服务!"))]):i("v-uni-text",{staticClass:"tip"},[t._v(t._s(t.info))]),i("v-uni-view",{staticClass:"bottom flex"},[t.isPay?i("v-uni-text",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toWecahtAuth.apply(void 0,arguments)}}},[t._v("取消")]):i("v-uni-text",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[t._v("随便逛逛")]),i("v-uni-button",{staticClass:"item grant",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toWecahtAuth.apply(void 0,arguments)}}},[t.isWeixin?i("v-uni-text",{staticClass:"text"},[t._v(t._s(t.isPay?"去支付":"去授权"))]):i("v-uni-text",{staticClass:"text"},[t._v("去登录")])],1)],1)],1):t._e()],1)},n=[]},"1d7f":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{style:t.viewColor},[a("v-uni-view",{staticClass:"coupon-list-window animated",class:1==t.coupon.status?"slideInUp":""},[a("v-uni-view",{staticClass:"title"},[a("v-uni-view",{staticClass:"item"},[t._v(t._s(t.couponTitle)),a("v-uni-text",{staticClass:"iconfont icon-guanbi",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1)],1),t.couponArr.length?[a("v-uni-view",{staticClass:"coupon-list"},t._l(t.couponArr,(function(e,i){return a("v-uni-view",{key:i,staticClass:"item acea-row row-center-wrapper",class:e.disabled?"disabled":"",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.getCouponUser(i,e)}}},[5==e.coupon.send_type?a("v-uni-view",{staticClass:"money acea-row row-column row-center-wrapper vip-coupon"},[a("v-uni-view",[t._v("¥"),a("v-uni-text",{staticClass:"num"},[t._v(t._s(e.coupon_price))])],1),a("v-uni-view",{staticClass:"pic-num"},[t._v("满"+t._s(e.use_min_price)+"元可用")])],1):a("v-uni-view",{staticClass:"money acea-row row-column row-center-wrapper",style:{"background-image":"url("+t.domain+"/static/diy/couponBg"+t.keyColor+".png)"}},[a("v-uni-view",[t._v("¥"),a("v-uni-text",{staticClass:"num"},[t._v(t._s(e.coupon_price))])],1),a("v-uni-view",{staticClass:"pic-num"},[t._v("满"+t._s(e.use_min_price)+"元可用")])],1),a("v-uni-view",{staticClass:"text"},[a("v-uni-view",{staticClass:"condition line1"},[0===e.coupon.type?a("span",{staticClass:"line-title"},[t._v("店铺券")]):1===e.coupon.type?a("span",{staticClass:"line-title"},[t._v("商品券")]):t._e(),a("span",[t._v(t._s(e.coupon_title))])]),a("v-uni-view",{staticClass:"data acea-row row-between-wrapper"},[a("v-uni-view",[t._v(t._s(t._f("timeYMD")(e.start_time))+" ~ "+t._s(t._f("timeYMD")(e.end_time)))]),e.checked?a("v-uni-view",{staticClass:"iconfont icon-xuanzhong1"}):a("v-uni-view",{staticClass:"iconfont icon-weixuanzhong"})],1)],1)],1)})),1),a("v-uni-view",{staticClass:"foot-box"},[a("v-uni-view",{staticClass:"left"},[t._v("已选择"+t._s(t.coupon_number)+"张,可优惠"),a("v-uni-text",[t._v("¥"+t._s(t.coupon_amount))])],1)],1)]:a("v-uni-view",{staticClass:"pictrue"},[a("v-uni-image",{attrs:{src:i("320e")}})],1)],2),a("v-uni-view",{staticClass:"mask",attrs:{catchtouchmove:"true",hidden:0==t.coupon.status},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1)},n=[]},"274e":function(t,e,i){var a=i("0471");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("1c23c35d",a,!0,{sourceMap:!1,shadowMode:!1})},"320e":function(t,e,i){t.exports=i.p+"static/img/noCoupon.27891225.png"},"33fc":function(t,e,i){var a=i("56b4");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("5006bbfe",a,!0,{sourceMap:!1,shadowMode:!1})},"36de":function(t,e,i){"use strict";var a=i("4666"),n=i.n(a);n.a},"38a18":function(t,e,i){"use strict";var a=i("1632"),n=i.n(a);n.a},4666:function(t,e,i){var a=i("d17c");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("7466ca4b",a,!0,{sourceMap:!1,shadowMode:!1})},4857:function(t,e,i){var a=i("7939");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("3aceb648",a,!0,{sourceMap:!1,shadowMode:!1})},4955:function(t,e,i){"use strict";i.r(e);var a=i("c07f"),n=i("ac16");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("c9754");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"142bd3e3",null,!1,a["a"],void 0);e["default"]=s.exports},"49b9":function(t,e,i){"use strict";i.r(e);var a=i("e680"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},"4a5d":function(t,e,i){"use strict";i.r(e);var a=i("bf8a"),n=i("7317");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("8a6b");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"f3ab8eb0",null,!1,a["a"],void 0);e["default"]=s.exports},"4ba7":function(t,e,i){"use strict";var a=i("e137"),n=i.n(a);n.a},5265:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.address-window[data-v-f3ab8eb0]{background-color:#fff;position:fixed;bottom:0;left:0;width:100%;z-index:101;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.address-window.on[data-v-f3ab8eb0]{-webkit-transform:translateZ(0);transform:translateZ(0)}.address-window .title[data-v-f3ab8eb0]{font-size:%?32?%;font-weight:700;text-align:center;height:%?123?%;line-height:%?123?%;position:relative}.address-window .title .iconfont[data-v-f3ab8eb0]{position:absolute;right:%?30?%;color:#8a8a8a;font-size:%?35?%}.address-window .list[data-v-f3ab8eb0]{max-height:%?650?%}.address-window .list .item[data-v-f3ab8eb0]{margin-left:%?30?%;padding-right:%?30?%;border-bottom:1px solid #eee;height:%?129?%;font-size:%?25?%;color:#333}.address-window .list .item .iconfont[data-v-f3ab8eb0]{font-size:%?37?%;color:#2c2c2c}.address-window .list .item .iconfont.icon-complete[data-v-f3ab8eb0]{font-size:%?30?%;color:#fff}.address-window .list .item .address[data-v-f3ab8eb0]{width:%?560?%}.address-window .list .item .address .name[data-v-f3ab8eb0]{font-size:%?28?%;font-weight:700;color:#282828;margin-bottom:%?4?%}.address-window .list .item .address .name .phone[data-v-f3ab8eb0]{margin-left:%?18?%}.address-window .addressBnt[data-v-f3ab8eb0]{font-size:%?30?%;font-weight:700;color:#fff;width:%?690?%;height:%?86?%;border-radius:%?43?%;text-align:center;line-height:%?86?%;margin:%?85?% auto;background-color:var(--view-theme)}.address-window .pictrue[data-v-f3ab8eb0]{text-align:center}.address-window .pictrue uni-image[data-v-f3ab8eb0], .address-window .pictrue uni-image[data-v-f3ab8eb0]{width:%?414?%;height:%?305?%}.address-window .pictrue uni-view[data-v-f3ab8eb0]{color:#999}.t-color[data-v-f3ab8eb0]{color:var(--view-theme)!important}',""]),t.exports=e},"56b4":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.mask-box .bg[data-v-41304493]{z-index:30;position:fixed;left:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.mask-box .mask-content[data-v-41304493]{z-index:40;position:fixed;left:0;bottom:0;width:100%;background-color:#fff;border-radius:%?16?% %?16?% 0 0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.mask-box .mask-content .title-bar[data-v-41304493]{position:relative;text-align:center;padding:%?30?% 0;margin-bottom:%?20?%;font-size:%?32?%;color:#282828}.mask-box .mask-content .title-bar .close[data-v-41304493]{position:absolute;right:%?30?%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mask-box .mask-content .title-bar .close .iconfont[data-v-41304493]{color:#8a8a8a}.mask-box .mask-content .box[data-v-41304493]{padding:0 %?30?%}.mask-box .mask-content .box .check-item[data-v-41304493]{display:flex;align-items:center;justify-content:space-between;height:%?40?%;margin-bottom:%?50?%;font-size:%?28?%}.mask-box .mask-content .box .check-item .iconfont[data-v-41304493]{font-size:%?38?%;color:#ccc}.mask-box .mask-content .box .check-item .iconfont.icon-xuanzhong1[data-v-41304493]{color:var(--view-theme)}.mask-box .mask-content .foot[data-v-41304493]{padding:%?15?% %?30?%;border-top:1px solid #f5f5f5}.mask-box .mask-content .foot .btn[data-v-41304493]{width:100%;height:%?70?%;line-height:%?70?%;text-align:center;border-radius:%?35?%;color:#fff;font-size:%?30?%;background:var(--view-theme)}.animated[data-v-41304493]{-webkit-animation-duration:.3s;animation-duration:.3s}',""]),t.exports=e},"56f2":function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("5530"));i("ac1f"),i("5319"),i("99af"),i("e25e"),i("14d9"),i("a434"),i("d3b7"),i("159b"),i("acd8"),i("00b4"),i("b64b"),i("d81d"),i("a9e3");var o=i("736a"),r=i("33b4"),s=(i("107c6"),i("95ca")),c=i("a126"),u=(i("8a31"),a(i("1abc"))),d=a(i("4a5d")),l=a(i("4955")),p=a(i("102e")),f=a(i("5afc")),v=a(i("d35c")),h=a(i("9b71")),g=i("26cb"),m=a(i("104c")),_=i("5315"),b=i("3093"),w=(getApp(),{components:{couponListWindow:u.default,addressWindow:d.default,orderGoods:l.default,checkDelivery:p.default,addInvoicing:v.default,discountDetails:f.default,"jyf-parser":h.default,authorize:m.default},filters:{filterDay:function(t){if(t){var e=t.replace(/(\d{4})\-(\d{2})\-(\d{2})/,"$2月$3日");return e}}},data:function(){return{msgObj:{},textareaStatus:!0,platformConsumption:[],deliveryName:"快递配送",cartArr:[{name:"微信支付",icon:"icon-weixin2",value:"weixin",title:"微信快捷支付",payStatus:1},{name:"支付宝支付",icon:"icon-icon34",value:"alipay",title:"支付宝支付",payStatus:this.$store.getters.globalData.alipay_open},{name:"余额支付",icon:"icon-icon-test",value:"balance",title:"可用余额:",payStatus:this.$store.getters.globalData.yue_pay_status},{name:"线下支付",icon:"icon-yinhangqia",value:"offline",title:"线下支付",payStatus:2},{name:"先货后款",icon:"tan-a-lujing17324",value:"creditBuy",title:"结算周期:".concat(this.settle_cycle,"天 日利率:").concat(this.interest_rate,"%"),payStatus:""}],tagStyle:{img:"width:100%;display:block;",video:"width:100%;"},radioList:[{title:this.deliveryName,check:!0},{title:"到店核销",check:!1}],payType:"weixin",openType:1,active:0,coupon:{status:!1,list:[],statusTile:"立即使用"},address:{address:!1},addressInfo:{},invoice:{invoice:!1,mer_id:0,add:!0},invoiceData:{},pinkId:0,addressId:0,couponId:0,cartId:"",BargainId:0,combinationId:0,seckillId:0,userInfo:{},post:{},mark:"",couponTitle:"请选择",coupon_price:0,useIntegral:!1,integral_price:0,integral:0,ChangePrice:0,formIds:[],status:0,is_address:!1,toPay:!1,shippingType:0,system_store:{},storePostage:0,contacts:"",contactsTel:"",mydata:{},storeList:[],store_self_mention:0,cartInfo:[],priceGroup:{},animated:!1,totalPrice:0,use_integral:!1,pagesUrl:"",orderKey:"",offlinePostage:"",isAuto:!1,isShowAuth:!1,from:"",orderStatus:"",couponIndex:0,subCoupon:{},proPrice:0,isShowBox:!1,activeObj:{},activeIndex:"",invoiceName:"不开发票",invoice_func:!1,special_invoice:!1,isAgree:!1,showProtocol:!1,isCoupon:!1,protocol:"",order_type:0,addInvoice:{},couponData:{},go_map:!1,orderPay:!1,take:[],open_integral:0,coupon_number:0,store_coupon_number:0,coupon_amount:0,store_coupon_amount:0,plant_coupon_amount:0,integral_count:"",agrementTtile:"发票说明",pics:[],order_model:2,allow_address:!0,order_extend:[],extend:[],virtualIndex:0,platformCoupon:[],total_platform_coupon_price:0,enabledPlatformCoupon:!1,plantCoupon:!1,isShowDiscount:!1,order_key:"",is_take:"",domain:b.HTTP_REQUEST_URL,product_type:"",source:null,interest_rate:"",settle_cycle:"",type_id:"",consumption_id:"",consumption_money:""}},computed:(0,n.default)((0,n.default)((0,n.default)({},(0,g.mapGetters)(["isLogin","viewColor"])),(0,_.configMap)(["hide_mer_status","alipay_open","yue_pay_status"])),{},{red_price:function(){return(this.proPrice-this.totalPrice).toFixed(2)}}),watch:{alipay_open:function(t){this.payMode[1].payStatus=t},yue_pay_status:function(t){this.payMode[2].payStatus=t}},onReady:function(){},mounted:function(){},onLoad:function(t){if(this.type_id=t.type_id,this.product_type=t.product_type,this.seckillId=t.seckillId,t.source&&(this.source=t.source),this.from=this.$wechat.isWeixin()?"weixin":"h5",!t.cartId)return this.$util.Tips({title:"请选择要购买的商品"},{tab:3,url:1});this.couponId=t.couponId||0,this.pinkId=t.pinkid?parseInt(t.pinkid):0,this.addressId=t.addressId||0,this.cartId=t.cartId,this.is_address=!!t.is_address,this.news=t.new?1:0,this.invoice_id=t.invoice_id||"",1==t.invoice_type?this.invoiceName="增值税电子普通发票":2==t.invoice_type&&(this.invoiceName="增值税专用发票"),this.isLogin||(this.isAuto=!0,this.isShowAuth=!0),"weixin"==this.payType&&(this.payType=this.from);this.textareaStatus=!0,uni.setStorage({key:"invoice_Data",data:{},success:function(){}})},onShow:function(){uni.$on("handClick",(function(t){t&&(_this.system_store=t.address),uni.$off("handClick")})),this.invoice.invoice=!1,this.isLogin&&0==this.toPay&&!this.orderPay&&(this.getaddressInfo(),this.$nextTick((function(){this.$refs.addressWindow.getAddressList(),this.getUserInfo()})))},methods:{getPresellAgree:function(){var t=this;this.showProtocol=!0,this.agrementTtile="预售协议",(0,s.presellAgreement)().then((function(e){t.protocol=e.data.sys_product_presell_agree}))},changeIsAgree:function(t){this.isAgree=!this.isAgree},changeIntegral:function(t){this.use_integral=!this.use_integral,this.getConfirm(this.addressId)},showPresellAgree:function(){this.getPresellAgree()},showInvoice:function(){this.getAgreement()},showCoupon:function(){this.getCouponAgreement()},openDiscount:function(t,e){this.isShowDiscount=!this.isShowDiscount},closeDiscount:function(){this.isShowDiscount=!1},getPhotoClickIdx:function(t){var e=t.currentTarget.dataset.index;this.imgPreview(this.pics,e)},imgPreview:function(t,e){t&&t.length>0&&uni.previewImage({current:t[e],urls:t})},uploadpic:function(t){var e=this;e.$util.uploadImageOne("upload/image",(function(i){var a=t.value||[];a.push(i.data.path),e.$set(t,"value",a)}))},DelPic:function(t,e){this.pics[e];t.value.splice(e,1)},getUserInfo:function(){var t=this;(0,r.getUserInfo)().then((function(e){t.userInfo=e.data}))},getAgreement:function(){var t=this;t.showProtocol=!0,t.agrementTtile="发票说明",(0,r.getAgreementApi)("sys_receipt_agree").then((function(e){t.protocol=e.data.sys_receipt_agree}))},getCouponAgreement:function(){var t=this;t.showProtocol=!0,t.agrementTtile="优惠券说明",(0,r.getAgreementApi)("sys_coupon_agree").then((function(e){t.protocol=e.data.sys_coupon_agree}))},onLoadFun:function(){this.isShowAuth=!1,this.getaddressInfo(),this.getUserInfo()},authColse:function(t){this.isShowAuth=t},getList:function(){var t=this,e=uni.getStorageSync("CACHE_LONGITUDE"),i=uni.getStorageSync("CACHE_LATITUDE"),a={latitude:i,longitude:e,page:1,limit:10};(0,c.storeListApi)(a).then((function(e){var i=e.data.list.list||[];t.$set(t,"storeList",i),t.$set(t,"system_store",i[0])})).catch((function(t){}))},changeClose:function(){this.$set(this.address,"address",!1)},changeInvoiceClose:function(t){this.getInvoiceData(t),this.$set(this.invoice,"invoice",!1)},getInvoiceData:function(t){var e=this;this.invoiceData={},t?this.cartInfo.forEach((function(i,a){i.mer_id==t.mer_id&&(e.cartInfo[a]["invoiceData"]?e.cartInfo[a]["invoiceData"]=t:e.$set(e.cartInfo[a],"invoiceData",t));var n=t.mer_id;e.invoiceData[n]=t})):this.cartInfo.forEach((function(t,i){e.$set(e.cartInfo[i],"invoiceData",{})}))},getInvoiceDatas:function(t){var e=this;this.invoiceData={},t.length?this.cartInfo.forEach((function(i,a){t.forEach((function(t,n){i.mer_id==t.mer_id&&(e.cartInfo[a]["invoiceData"]?e.cartInfo[a]["invoiceData"]=t:e.$set(e.cartInfo[a],"invoiceData",t));var o=t.mer_id;e.invoiceData[o]=t}))})):this.cartInfo.forEach((function(t,i){e.$set(e.cartInfo[i],"invoiceData",{})}))},showStoreList:function(){this.storeList.length>0&&uni.navigateTo({url:"/pages/users/goods_details_store/index"})},goStore:function(t){1!=this.hide_mer_status&&uni.navigateTo({url:"/pages/store/home/index?id=".concat(t)})},ChangCouponsClone:function(){this.$set(this.coupon,"status",!1)},changeTextareaStatus:function(){for(var t=0,e=this.coupon.list.length;t<e;t++)this.coupon.list[t].use_title="",this.coupon.list[t].is_use=0;this.textareaStatus=!0,this.status=0,this.$set(this.coupon,"list",this.coupon.list)},ChangCoupons:function(t){var e=this;this.cartInfo.forEach((function(i,a){i.mer_id==t.mer_id&&e.$set(e.cartInfo,a,t)})),this.$set(this.coupon,"status",!1),this.couponNum()},couponNum:function(){var t=this,e=0,i=0;this.cartInfo.forEach((function(a,n){i=t.$util.$h.Add(i,a.order.coupon_price),e=t.$util.$h.Add(e,a.order.pay_price)})),this.coupon_price=i,2==this.order_type&&2==this.coupon.list[0].productPresell.presell_type||(this.totalPrice=e)},OnChangeAddress:function(t){this.textareaStatus=!0,this.addressId=t,this.address.address=!1,this.getaddressInfo()},bindHideKeyboard:function(t){this.mark=t.detail.value},getCoupon:function(t){var e=this;t.checked?this.subCoupon[t.mer_id].forEach((function(i,a){t.coupon_user_id==i&&e.subCoupon[t.mer_id].splice(a,1)})):this.subCoupon[t.mer_id].push(t.coupon_user_id),this.getConfirm(this.addressId)},getConfirm:function(t){var e=this,i=this;uni.showLoading({title:"",mask:!0}),(0,o.getOrderConfirm)({cart_id:i.cartId.split(","),address_id:t,takes:i.take,consumption_id:this.consumption_id,use_coupon:i.subCoupon,use_integral:i.use_integral,product_type:i.product_type,source:i.source}).then((function(t){var a;i.product_type=t.data.order_type,i.is_take=!1,i.platformConsumption=t.data.platformConsumption,t.data.order.forEach((function(t){1==t.order.isTake&&(i.is_take=!0),t.isTake=0,i.subCoupon[t.mer_id]=[],t.coupon.forEach((function(e){e.checked&&i.subCoupon[t.mer_id].push(e.coupon_user_id)}))})),i.subCoupon["0"]=[],(null===(a=t.data.platformCoupon)||void 0===a?void 0:a.length)>0?t.data.platformCoupon.forEach((function(t){t.checked&&(i.subCoupon[t.mer_id]=[],i.subCoupon[t.mer_id].push(t.coupon_user_id))})):t.data.platformCoupon=[],i.consumption_money=t.data.consumption_money,i.$set(i.coupon,"coupon",i.plantCoupon?t.data.platformCoupon:t.data.order[i.couponIndex].coupon),i.$set(i,"store_coupon_number",t.data.order[i.couponIndex].order.useCouponIds.length),i.$set(i,"coupon_amount",parseFloat(t.data.order[i.couponIndex].order.coupon_price)+parseFloat(t.data.total_platform_coupon_price)),i.$set(i,"store_coupon_amount",parseFloat(t.data.order[i.couponIndex].order.coupon_price)),i.$set(i,"plant_coupon_amount",parseFloat(t.data.total_platform_coupon_price)),i.$set(i,"couponData",t.data),i.$set(i,"cartInfo",t.data.order),i.$set(i,"total_platform_coupon_price",t.data.total_platform_coupon_price),i.$set(i,"enabledPlatformCoupon",t.data.enabledPlatformCoupon),i.$set(i,"platformCoupon",t.data.platformCoupon),i.$set(i,"order_type",t.data.order_type),i.$set(i,"coupon_price",t.data.order_coupon_price),i.$set(i,"integral_count",t.data.order_total_integral),i.$set(i,"integral_price",t.data.order_total_integral_price),i.$set(i,"open_integral",t.data.openIntegral),i.$set(i,"use_integral",t.data.useIntegral),i.$set(i,"order_extend",i.order_extend&&i.order_extend.length>0?i.order_extend:t.data.order_extend),i.totalPrice=t.data.order_price,i.orderStatus=t.data.status,i.proPrice=t.data.total_price,i.order_type=t.data.order_type,i.order_model=t.data.order_model,i.allow_address=t.data.allow_address,i.deliveryName=0==t.data.order_model?"快递配送":"虚拟发货",i.order_key=t.data.key,i.cartArr[4].title="结算周期:".concat(t.data.order[0].settle_cycle,"天 日利率:").concat(t.data.order[0].interest_rate,"%"),1==t.data.order[0].credit_buy&&12==e.type_id?e.cartArr[4].payStatus=1:e.cartArr[4].payStatus=0,uni.getStorage({key:"invoice_Data",success:function(t){i.addInvoice=t.data,t.data&&i.getInvoiceDatas(t.data)}}),uni.hideLoading()})).catch((function(t){return e.$util.Tips({title:t},{tab:3,url:1})}))},getaddressInfo:function(){var t=this,e=this;e.addressId?(0,r.getAddressDetail)(e.addressId).then((function(i){i.data.is_default=parseInt(i.data.is_default),e.addressInfo=i.data||{},e.addressId=i.data.address_id||0,e.address.addressId=i.data.address_id||0,e.post={real_name:i.data.real_name,phone:i.data.phone},t.$nextTick((function(){t.getConfirm(e.addressId)}))})):(0,r.getAddressList)().then((function(i){e.addressInfo=i.data.list.length>0?i.data.list[0]:{},e.addressId=i.data.list.length>0?i.data.list[0].address_id:0,e.address.addressId=i.data.list.length>0?i.data.list[0].address_id:0,e.post=i.data.list.length>0?{real_name:i.data.list[0].real_name,phone:i.data.list[0].phone}:{real_name:"",phone:""},t.getConfirm(e.addressId)}))},payItem:function(t){var e=t;this.active=e,this.animated=!0,this.payType=this.cartArr[e].value,"weixin"==this.payType&&(this.payType=this.from)},couponTap:function(t,e){this.coupon=t,this.$set(this.coupon,"status",!0),this.couponIndex=e,this.plantCoupon=!1,this.$set(this,"coupon_number",this.store_coupon_number),this.$set(this,"coupon_amount",this.store_coupon_amount)},couponTap2:function(t,e){this.coupon={coupon:t,mer_id:0,status:!0},this.plantCoupon=!0,this.$set(this,"coupon_number",this.subCoupon["0"].length),this.$set(this,"coupon_amount",this.plant_coupon_amount)},couponTap3:function(t,e){var i=this;uni.navigateTo({url:"/pages/redpacket/redpacket",success:function(t){t.eventChannel.emit("changeRedPacketInfo",i.platformConsumption),uni.$once("changeRedPacket",(function(t){i.consumption_id=t}))}})},car:function(){this.animated=!1},onAddress:function(){this.addressInfo.real_name?(this.textareaStatus=!1,this.address.address=!0,this.pagesUrl="/pages/users/user_address_list/index"):uni.navigateTo({url:"pages/users/user_address_list/index"})},goInvoice:function(t){this.invoice.invoice=!0,this.invoice.mer_id=t,this.$refs.addInvoicing.getInvoiceDefault(),this.$refs.addInvoicing.getInvoiceList()},realName:function(t){this.contacts=t.detail.value},phone:function(t){this.contactsTel=t.detail.value},payment:function(t){var e=this,i=this;(0,o.createOrder)(t).then((function(t){var a=t.data.status,n=t.data.result.order_id,o=(t.data.result.pay_key,t.data.result.config),r="/pages/order_pay_status/index?order_id="+n+"&msg="+t.message+"&product_type="+i.product_type+"&source="+i.source,s="/pages/order_details/stay?order_id="+n+"&credit_buy=1&product_type="+i.product_type;switch(i.orderPay=!0,uni.hideLoading(),a){case"ORDER_EXIST":case"EXTEND_ORDER":case"PAY_ERROR":case"error":return i.$util.Tips({title:t.message},{tab:5,url:s});case"success":return i.$util.Tips({title:t.message,icon:"success"},{tab:5,url:r});case"alipay":case"alipayQr":return;case"wechat":case"weixin":case"weixinApp":o.timeStamp=o.timestamp,e.$wechat.pay(o).then((function(t){return i.$util.Tips({title:t.message,icon:"success"},{tab:4,url:r})})).catch((function(t){if("chooseWXPay:cancel"==t.errMsg)return i.$util.Tips({title:"取消支付"},{tab:5,url:r+"&status=0"})}));break;case"balance":return i.$util.Tips({title:t.msg},{tab:5,url:r+"&status=1"});case"h5":var c=window.location.protocol+"//"+window.location.host,u="".concat(c,"/pages/order_pay_status/index?order_id=").concat(n,"&msg=").concat(t.message,"&product_type=").concat(i.product_type,"&source").concat(i.source),d=encodeURIComponent(u),l=o.mweb_url||o.h5_url,p="".concat(l,"&redirect_url=").concat(d);setTimeout((function(){location.href=p}),100);break;default:var f="/pages/order_pay_status/index?order_id="+n+"&msg=取消支付&product_type="+i.product_type+"&source="+i.source;return i.$util.Tips({title:"取消支付"},{tab:5,url:f+"&status=0"})}})).catch((function(t){return uni.hideLoading(),i.$util.Tips({title:t})}))},isEmojiCharacter:function(t){if(t)for(var e=0;e<t.length;e++){var i=t.charCodeAt(e);if(55296<=i&&i<=56319){if(t.length>1){var a=t.charCodeAt(e+1),n=1024*(i-55296)+(a-56320)+65536;if(118784<=n&&n<=128895)return!0}}else if(t.length>1){a=t.charCodeAt(e+1);if(8419==a)return!0}else{if(8448<=i&&i<=10239)return!0;if(11013<=i&&i<=11015)return!0;if(10548<=i&&i<=10549)return!0;if(12951<=i&&i<=12953)return!0;if(169==i||174==i||12349==i||12336==i||11093==i||11036==i||11035==i||11088==i)return!0}}},bindDateChange:function(t){this.$set(this.order_extend[this.virtualIndex],"value",t.detail.value)},getTime:function(t){this.virtualIndex=t},SubOrder:function(){var t={};if(!this.payType)return this.$util.Tips({title:"请选择支付方式"});if("noAddress"==this.orderStatus)return this.$util.Tips({title:"请选择收货地址"});if("finish"!=this.orderStatus&&0==this.order_model)return this.$util.Tips({title:"收货地址不在配送区域"});if("noDeliver"==this.orderStatus)return this.$util.Tips({title:"暂不发货"});if(2==this.order_type&&!this.isAgree&&2==this.cartInfo[0].list[0].productPresell.presell_type)return this.$util.Tips({title:"请阅读并勾选协议,否则无法进行操作"});if(1==this.order_model&&this.order_extend.length>0)for(var e=0;e<this.order_extend.length;e++){var i=this.order_extend[e];if(i.require){if(!i.value||0==i.value.length)return this.$util.Tips({title:"请填写"+i.title});if("mobile"==i.key&&!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title});if("email"==i.key&&!/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title});if("idCard"==i.key&&!/(^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$)|(^[1-9]\d{5}\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}$)/.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title})}else if(i.value){if("mobile"==i.key&&!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title});if("email"==i.key&&!/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title});if("idCard"==i.key&&!/(^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$)|(^[1-9]\d{5}\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}$)/.test(i.value))return this.$util.Tips({title:"请输入正确的"+i.title})}this.extend[e]={title:i.title,value:i.value}}if(this.is_take){if(!this.post.real_name)return this.$util.Tips({title:"请填写收货人姓名"});if(!this.post.phone)return this.$util.Tips({title:"请填写收货人电话"});if(this.post.phone&&!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(this.post.phone))return this.$util.Tips({title:"收货人电话格式不正确"})}if(t={cart_id:this.cartId.split(","),address_id:this.addressId,use_coupon:this.subCoupon,pay_type:this.payType,mark:this.msgObj,order_type:this.order_type,key:this.order_key,takes:this.take,use_integral:this.use_integral,receipt_data:this.invoiceData,extend:this.extend,post:this.post,return_url:"http://"+window.location.host+"/pages/users/order_list/index"},t.mark&&this.isEmojiCharacter(t.mark[Object.keys(t.mark)[0]]))this.$util.Tips({title:"备注不允许输入表情!"});else{if(t.takes=[],this.cartInfo.map((function(e){(1==e.isTake||e.order.isTake)&&t.takes.push(e.mer_id)})),"balance"==t.payType&&parseFloat(this.userInfo.now_money)<parseFloat(this.totalPrice))return this.$util.Tips({title:"余额不足!"});t.consumption_id=this.consumption_id,uni.showLoading({title:"订单支付中",mask:!0}),this.payment(t)}},openShowBox:function(t,e){2==t.delivery_way.length&&(this.activeObj=t,this.activeIndex=e,this.isShowBox=!0,this.getDeliveryType(t.order))},getDeliveryType:function(t){t.allow_delivery&&t.allow_take?this.radioList=[{title:this.deliveryName,check:!0},{title:"到店核销",check:!1}]:t.allow_delivery&&!t.allow_take?this.radioList=[{title:this.deliveryName,check:!0}]:!t.allow_delivery&&t.allow_take&&(this.radioList=[{title:"到店核销",check:!1}])},boxClose:function(){this.isShowBox=!1},getData:function(t){var e=this;this.cartInfo[this.activeIndex]=t,t.order.isTake?this.take.push(t.mer_id):this.take.forEach((function(i,a){t.mer_id==i&&e.take.splice(a,1)})),this.isShowBox=!1,this.getConfirm(this.addressId)},goMap:function(t){var e=this,i=Number(t.take.mer_take_location[0]),a=Number(t.take.mer_take_location[1]);!0===e.$wechat.isWeixin()?e.$wechat.seeLocation({latitude:i,longitude:a,name:t.mer_name,address:t.take?t.take.mer_take_address:""}).then((function(t){})):uni.openLocation({latitude:parseFloat(i),longitude:parseFloat(a),scale:8,name:t.mer_name,address:t.take?t.take.mer_take_address:"",success:function(t){e.go_map=!0}})},closeTipsRef:function(){this.$refs.tipsRef.close()},openTipsRef:function(){this.SubOrder()},closeAndSubOrder:function(){var t=this;this.closeTipsRef(),this.$nextTick((function(){t.SubOrder()}))},gotoCloud:function(){this.closeTipsRef();var t=this.$store.state.storage.address.street_id,e=this.$store.state.storage.address.townName,i=this.$store.state.storage.location.lat,a=this.$store.state.storage.location.long;uni.navigateTo({url:"/pages/nongKe/cloud_entrepot/indexh?street_id=".concat(t,"&townName=").concat(e,"&source=103&location=").concat(i,",").concat(a)})}}});e.default=w},"594f":function(t,e,i){t.exports=i.p+"static/img/noAddress.81c95e2d.png"},"5afc":function(t,e,i){"use strict";i.r(e);var a=i("aa6d"),n=i("e5c2");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("36de");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"e9022dc4",null,!1,a["a"],void 0);e["default"]=s.exports},"5bfe":function(t,e,i){"use strict";i.r(e);var a=i("e40c"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},"5e12":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return a}));var a={jyfParser:i("9b71").default,uniPopup:i("523b").default},n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{style:t.viewColor},[i("v-uni-view",{staticClass:"order-submission"},[t.allow_address&&0==t.order_model?i("v-uni-view",{staticClass:"allAddress",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onAddress.apply(void 0,arguments)}}},[0==t.shippingType?i("v-uni-view",{staticClass:"address acea-row row-between-wrapper"},[t.addressInfo.real_name?i("v-uni-view",{staticClass:"addressCon"},[i("v-uni-view",{staticClass:"name"},[t._v(t._s(t.addressInfo.real_name)),i("v-uni-text",{staticClass:"phone"},[t._v(t._s(t.addressInfo.phone))])],1),i("v-uni-view",[t.addressInfo.is_default?i("v-uni-text",{staticClass:"default t-color"},[t._v("[默认]")]):t._e(),t._v(t._s(t.addressInfo.province)+t._s(t.addressInfo.city)+t._s(t.addressInfo.district)+t._s(t.addressInfo.street||"")),t.addressInfo.brigade?i("v-uni-text",[t._v(t._s("string"==typeof t.addressInfo.brigade?t.addressInfo.brigade:t.addressInfo.brigade.name)+t._s(t.addressInfo.detail))]):t._e()],1)],1):i("v-uni-navigator",{staticClass:"addressCon",attrs:{url:"/pages/users/user_address/index?cartId="+t.cartId,"hover-class":"none"}},[i("v-uni-view",{staticClass:"setaddress"},[t._v("设置收货地址")])],1),i("v-uni-view",{staticClass:"iconfont icon-jiantou"})],1):t._e(),i("v-uni-view",{staticClass:"line"},[i("v-uni-image",{attrs:{src:t.domain+"/static/images/line.jpg"}})],1)],1):t._e(),i("v-uni-view",{staticClass:"storeinfo-wrapper"},t._l(t.cartInfo,(function(e,a){return i("v-uni-view",{key:a,staticClass:"store-item"},[i("v-uni-view",{staticClass:"store-title"},[i("v-uni-text",{staticClass:"iconfont icon-shangjiadingdan"}),i("v-uni-view",{staticClass:"txt",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.goStore(e.mer_id)}}},[t._v(t._s(e.mer_name))]),i("v-uni-text",{staticClass:"iconfont icon-xiangyou"})],1),t._l(e.list,(function(e,a){return i("v-uni-view",{key:a},[2==e.product_type?i("v-uni-view",[i("v-uni-view",{staticClass:"product-item"},[i("v-uni-view",{staticClass:"img-box"},[i("v-uni-image",{attrs:{src:e.productPresellAttr&&e.productPresellAttr.image||e.product&&e.product.image}})],1),i("v-uni-view",{staticClass:"content event_content"},[i("v-uni-view",{staticClass:"name line1"},[t._v(t._s(e.productPresell.store_name))]),i("v-uni-view",{staticClass:"label",staticStyle:{width:"70%"}},[t._v(t._s(e.productAttr.sku))]),e.productPresellAttr?i("v-uni-view",{staticClass:"price"},[t._v("¥"+t._s(e.productPresellAttr.presell_price)),i("v-uni-text",[t._v("X"+t._s(e.cart_num))])],1):t._e(),t._e(),e.undelivered&&t.addressInfo.real_name?i("v-uni-view",{staticClass:"err-txt"},[i("v-uni-text",{staticClass:"iconfont icon-zhuyi-copy"}),i("v-uni-view",{staticClass:"txt"},[t._v("此商品不支持该区域配送")])],1):t._e()],1)],1),2===e.productPresell.presell_type?i("v-uni-view",{staticClass:"event_payTime"},[i("v-uni-view",{staticClass:"event_progress"},[i("v-uni-view",{staticClass:"progress_step"},[i("v-uni-text",{staticClass:"name color_red"},[t._v("定金")]),i("v-uni-text",{staticClass:"price color_red"},[t._v("¥"+t._s((e.productPresellAttr.down_price*e.cart_num).toFixed(2)))])],1),i("v-uni-view",{staticClass:"progress_step"},[i("v-uni-text",{staticClass:"name"},[t._v("尾款")]),i("v-uni-text",{staticClass:"price"},[t._v("¥"+t._s((e.productPresellAttr.final_price*e.cart_num).toFixed(2)))])],1),i("v-uni-view",{staticClass:"progress_pay"},[t._v(t._s(t._f("filterDay")(e.productPresell.final_start_time))+"开始支付尾款")])],1)],1):t._e()],1):i("v-uni-view",[i("v-uni-view",{staticClass:"product-item"},[i("v-uni-view",{staticClass:"img-box"},[i("v-uni-image",{attrs:{src:e.productAttr.image||e.product.image}})],1),i("v-uni-view",{staticClass:"content"},[i("v-uni-view",{staticClass:"name line1"},[t._v(t._s(e.product.store_name))]),i("v-uni-view",{staticClass:"label"},[t._v(t._s(e.productAttr.sku))]),i("v-uni-view",{staticClass:"price acea-row row-between"},[i("v-uni-view",{staticClass:"acea-row row-middle"},[3==t.order_type?[t._v("¥"+t._s(e.productAssistAttr.assist_price))]:4==t.order_type?[t._v("¥"+t._s(e.activeSku.active_price))]:[t._v("¥"+t._s(e.productAttr.price))],i("v-uni-text",[t._v("X"+t._s(e.cart_num))]),e.productAttr.show_svip_price?i("v-uni-view",{staticClass:"vipImg"},[i("v-uni-image",{attrs:{src:"/static/images/svip.png"}})],1):t._e()],2),i("v-uni-view",{staticClass:"delivery_type"},[e.allow_delivery?t._e():i("v-uni-text",[t._v("不支持快递")]),e.allow_take?t._e():i("v-uni-text",[t._v("不支持到店核销")])],1)],1),e.undelivered&&t.addressInfo.real_name?i("v-uni-view",{staticClass:"err-txt"},[i("v-uni-text",{staticClass:"iconfont icon-zhuyi-copy"}),i("v-uni-view",{staticClass:"txt"},[t._v("此商品不支持该区域配送")])],1):t._e()],1)],1)],1)],1)})),i("v-uni-view",{staticClass:"wrapper"},[i("v-uni-view",{staticClass:"boxs"},[i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("配送方式")]),2==e.delivery_way.length&&e.order.allow_delivery&&e.order.allow_take?i("v-uni-view",{staticClass:"discount",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.openShowBox(e,a)}}},[t._v(t._s(0==e.order.isTake?t.deliveryName:"到店核销")),i("v-uni-text",{staticClass:"iconfont icon-jiantou"})],1):i("v-uni-view",{staticClass:"discount"},[t._v(t._s(0==e.order.isTake?t.deliveryName:"到店核销"))])],1),e.order.isTake?i("v-uni-view",{staticClass:"store-address"},[i("v-uni-view",{staticClass:"name line2"},[t._v(t._s(e.take.mer_take_name))]),i("v-uni-view",{staticClass:"info line2"},[t._v(t._s(e.take.mer_take_address))]),i("v-uni-view",{staticClass:"map",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.goMap(e)}}},[i("v-uni-text",{staticClass:"iconfont icon-chakanditu"}),i("v-uni-view",{staticClass:"map_text"},[t._v("查看地图")])],1)],1):t._e()],1),0==t.shippingType&&0==e.isTake&&0==t.order_model?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("快递费用"),e.list[0].productPresell&&2==e.list[0].productPresell.presell_type?i("v-uni-text",[t._v("(尾款阶段)")]):t._e()],1),e.order.postage_price>0?i("v-uni-view",{staticClass:"discount"},[t._v("+¥"+t._s(e.order.postage_price))]):i("v-uni-view",{staticClass:"discount"},[t._v("免运费")])],1):t._e(),i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("开具发票"),i("v-uni-text",{staticClass:"iconfont icon-wenhao1",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showInvoice.apply(void 0,arguments)}}})],1),i("v-uni-view",{staticClass:"discount discount_voice",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.goInvoice(e.mer_id)}}},[t._v(t._s(e.invoiceData&&e.invoiceData.receipt_title?e.invoiceData.receipt_title:"不开发票")),i("v-uni-text",{staticClass:"iconfont icon-jiantou"})],1)],1),2===t.order_type&&2==e.list[0].productPresell.presell_type?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper",staticStyle:{"border-top":"1px solid #f5f5f5","border-bottom":"1px solid #f5f5f5"}},[i("v-uni-checkbox-group",{staticClass:"checkgroup",on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.changeIsAgree.apply(void 0,arguments)}}},[i("v-uni-text",{staticClass:"iconfont icon-wenhao1"}),i("v-uni-text",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getPresellAgree.apply(void 0,arguments)}}},[t._v("我已同意定金不退等预售协议")]),i("v-uni-checkbox",{staticClass:"checkbox",attrs:{checked:!!t.isAgree}})],1)],1):t._e(),t.textareaStatus?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",{staticStyle:{width:"100px"}},[t._v("备注信息")]),!1===t.coupon.status?i("v-uni-input",{attrs:{"placeholder-class":"placeholder",value:"",name:"mark",placeholder:"选填备注信息"},on:{input:function(e){arguments[0]=e=t.$handleEvent(e),t.bindHideKeyboard.apply(void 0,arguments)}},model:{value:t.msgObj[e.mer_id],callback:function(i){t.$set(t.msgObj,e.mer_id,i)},expression:"msgObj[item.mer_id]"}}):t._e()],1):t._e(),i("v-uni-view",{staticClass:"total"},[t._v("共"+t._s(e.order.total_num)+"件 小计"),0==e.isTake?i("v-uni-view",{staticClass:"price"},[i("v-uni-text",[t._v("¥")]),t._v(t._s(e.order.pay_price))],1):t._e(),1==e.isTake?i("v-uni-view",{staticClass:"price"},[i("v-uni-text",[t._v("¥")]),t._v(t._s(e.order.org_price))],1):t._e()],1),1==e.credit_buy&&4==t.active?i("v-uni-view",{staticClass:"total"},[t._v("实付价"),i("v-uni-view",{staticClass:"price"},[i("v-uni-text",[t._v("¥")]),t._v("0.00")],1)],1):t._e()],1)],2)})),1),i("v-uni-view",{staticClass:"wrapper virtual_form"},[i("v-uni-form",{attrs:{"report-submit":"true"}},t._l(t.order_extend,(function(e,a){return i("v-uni-view",{key:e.title},["mobile"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-input",{attrs:{type:"text",placeholder:"请填写手机号","placeholder-class":"placeholder"},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}})],1)],1):t._e(),"email"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-input",{attrs:{type:"text",placeholder:"请填写邮箱","placeholder-class":"placeholder"},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}})],1)],1):t._e(),"idCard"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-input",{attrs:{type:"text",placeholder:"请填写身份证号","placeholder-class":"placeholder"},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}})],1)],1):t._e(),"text"==e.key||"number"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},["text"==e.key?i("v-uni-input",{attrs:{type:"text",placeholder:"请填写"+e.title,"placeholder-class":"placeholder"},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}}):t._e(),"number"==e.key?i("v-uni-input",{attrs:{type:"number",placeholder:"请填写"+e.title,"placeholder-class":"placeholder"},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}}):t._e()],1)],1):t._e(),"date"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-picker",{attrs:{mode:"date",value:e.value,start:"1970-01-01"},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.bindDateChange.apply(void 0,arguments)}}},[i("v-uni-input",{attrs:{type:"text",disabled:!0,placeholder:"请选择日期","placeholder-class":"placeholder"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getTime(a)}},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}})],1)],1)],1):t._e(),"time"==e.key?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-picker",{attrs:{mode:"time",value:e.value,start:"1970-01-01"},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.bindDateChange.apply(void 0,arguments)}}},[i("v-uni-input",{attrs:{type:"text",disabled:!0,placeholder:"请选择时间","placeholder-class":"placeholder"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getTime(a)}},model:{value:e.value,callback:function(i){t.$set(e,"value",i)},expression:"item.value"}})],1)],1)],1):t._e(),"image"==e.key?i("v-uni-view",{staticClass:"item"},[i("v-uni-view",[e.require?i("v-uni-text",{staticClass:"item-require"},[t._v("*")]):t._e(),t._v(t._s(e.title))],1),i("v-uni-view",{staticClass:"upload"},[t._l(e.value,(function(a,n){return i("v-uni-view",{key:n,staticClass:"pictrue",attrs:{"data-index":n},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.getPhotoClickIdx.apply(void 0,arguments)}}},[i("v-uni-image",{attrs:{src:a}}),i("v-uni-text",{staticClass:"iconfont icon-guanbi4",on:{click:function(i){i.stopPropagation(),arguments[0]=i=t.$handleEvent(i),t.DelPic(e,n)}}})],1)})),t.pics.length<5?i("v-uni-view",{staticClass:"pictrue acea-row row-center-wrapper row-column",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.uploadpic(e)}}},[i("v-uni-text",{staticClass:"iconfont icon-icon25201"}),i("v-uni-view",[t._v("上传图片")])],1):t._e()],2)],1):t._e()],1)})),1)],1),t.showProtocol?i("v-uni-view",{staticClass:"settlementAgreement"},[i("v-uni-view",{staticClass:"setAgCount"},[i("i",{staticClass:"icon iconfont icon-cha",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showProtocol=!1}}}),i("div",{staticClass:"title"},[t._v(t._s(t.agrementTtile))]),i("v-uni-view",{staticClass:"content"},[i("jyf-parser",{ref:"article",attrs:{html:t.protocol,"tag-style":t.tagStyle}})],1)],1)],1):t._e(),t.is_take?i("v-uni-view",{staticClass:"wrapper virtual_form"},[i("v-uni-form",{attrs:{"report-submit":"true"}},[i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[i("v-uni-text",{staticClass:"item-require"},[t._v("*")]),t._v("收货人姓名")],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-input",{attrs:{type:"text",placeholder:"请填写收货人姓名","placeholder-class":"placeholder"},model:{value:t.post.real_name,callback:function(e){t.$set(t.post,"real_name",e)},expression:"post.real_name"}})],1)],1),i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[i("v-uni-text",{staticClass:"item-require"},[t._v("*")]),t._v("收货人电话")],1),i("v-uni-view",{staticClass:"discount"},[i("v-uni-input",{attrs:{type:"number",placeholder:"请填写收货人电话","placeholder-class":"placeholder"},model:{value:t.post.phone,callback:function(e){t.$set(t.post,"phone",e)},expression:"post.phone"}})],1)],1)],1)],1):t._e(),i("v-uni-view",{staticClass:"wrapper"},[i("v-uni-view",{staticClass:"item"},[i("v-uni-view",[t._v("支付方式")]),i("v-uni-view",{staticClass:"list"},t._l(t.cartArr,(function(e,a){return 1==e.payStatus?i("v-uni-view",{key:a,staticClass:"payItem acea-row row-middle",class:t.active==a?"on":"",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.payItem(a)}}},[i("v-uni-view",{staticClass:"name acea-row row-center-wrapper"},[i("v-uni-view",{staticClass:"iconfont animated",class:e.icon+" "+(1==t.animated&&t.active==a?"bounceIn":"")}),t._v(t._s(e.name))],1),i("v-uni-view",{staticClass:"tip"},[t._v(t._s(e.title)),"balance"==e.value?[t._v(t._s(t.userInfo.now_money))]:t._e()],2)],1):t._e()})),1)],1)],1),i("v-uni-view",{staticClass:"moneyList"},[i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("商品总价:")]),i("v-uni-view",{staticClass:"money"},[t._v("¥"+t._s(t.proPrice))])],1),t.couponData.order_total_postage>0?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("运费:")]),i("v-uni-view",{staticClass:"money"},[t._v("¥"+t._s(t.couponData.order_total_postage))])],1):t._e(),t.coupon_price>0?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("店铺优惠金额:")]),i("v-uni-view",{staticClass:"money"},[t._v("-¥"+t._s(t.coupon_price))])],1):t._e(),t.open_integral&&t.userInfo.integral>0&&0==t.order_type?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("积分抵扣:")]),i("v-uni-view",{staticClass:"money"},[t.use_integral?i("v-uni-text",[t._v("使用了"+t._s(t.integral_count)+"个积分,抵扣"),i("v-uni-text",{staticClass:"pColor"},[t._v(t._s(t.integral_price)+"元")])],1):i("v-uni-text",[t._v("当前积分"),i("v-uni-text",{staticClass:"pColor"},[t._v(t._s(t.userInfo.integral))])],1),i("v-uni-checkbox-group",{staticClass:"checkbox integral_checked",attrs:{name:"isDefault"},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.changeIntegral.apply(void 0,arguments)}}},[i("v-uni-label",[i("v-uni-checkbox",{attrs:{checked:!!t.use_integral}})],1)],1)],1)],1):t._e(),i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("补贴抵扣")]),t.platformConsumption.length>0?[i("v-uni-view",{staticClass:"discount money red_packet",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.couponTap3()}}},[t.consumption_id?i("v-uni-text",[t._v("-¥"+t._s(t.consumption_money||"0.00"))]):i("v-uni-text",[t._v("有补贴补贴未选")]),i("v-uni-text",{staticClass:"iconfont icon-jiantou"})],1)]:[i("v-uni-view",{staticClass:"discount"},[t._v("暂无可用补贴")])]],2),t.priceGroup.storePostage>0?i("v-uni-view",{staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",[t._v("运费:")]),i("v-uni-view",{staticClass:"money"},[t._v("+¥"+t._s(t.priceGroup.storePostage))])],1):t._e()],1),i("v-uni-view",{staticStyle:{height:"140rpx"}}),i("v-uni-view",{staticClass:"footer acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"footer_count"},[i("v-uni-view",[t._v("合计:"),1==t.cartArr[4].payStatus&&4==t.active?i("v-uni-text",{staticClass:"pColor"},[t._v("¥0.00")]):i("v-uni-text",{staticClass:"pColor"},[t._v("¥"+t._s(t.totalPrice))])],1),1==t.cartArr[4].payStatus&&4==t.active?i("v-uni-view",{staticStyle:{"font-size":"14px",color:"#F84221"}},[t._v("可结算周期到期后再付款¥"+t._s(t.totalPrice))]):t._e(),t.couponData.total_coupon>0?i("v-uni-view",{staticClass:"coupon_price"},[t._v("优惠:¥ "+t._s(t.couponData.total_coupon)),i("v-uni-text",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.openDiscount.apply(void 0,arguments)}}},[t._v("优惠明细")])],1):t._e()],1),i("v-uni-view",{staticClass:"settlement",class:"noAddress"!=t.couponData.status?"":"disabled",staticStyle:{"z-index":"100"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.openTipsRef.apply(void 0,arguments)}}},[t._v(t._s("noAddress"!=t.couponData.status?"提交订单":"选择地址"))])],1)],1),t.coupon.status?[i("couponListWindow",{attrs:{coupon:t.coupon,couponTitle:t.plantCoupon?"平台优惠券":"优惠券",openType:t.openType,coupon_amount:t.coupon_amount,coupon_number:t.coupon_number},on:{ChangCouponsClone:function(e){arguments[0]=e=t.$handleEvent(e),t.ChangCouponsClone.apply(void 0,arguments)},getCoupon:function(e){arguments[0]=e=t.$handleEvent(e),t.getCoupon.apply(void 0,arguments)},ChangCoupons:function(e){arguments[0]=e=t.$handleEvent(e),t.ChangCoupons.apply(void 0,arguments)}}})]:t._e(),i("addressWindow",{ref:"addressWindow",attrs:{address:t.address,pagesUrl:t.pagesUrl},on:{changeTextareaStatus:function(e){arguments[0]=e=t.$handleEvent(e),t.changeTextareaStatus.apply(void 0,arguments)},OnChangeAddress:function(e){arguments[0]=e=t.$handleEvent(e),t.OnChangeAddress.apply(void 0,arguments)},changeClose:function(e){arguments[0]=e=t.$handleEvent(e),t.changeClose.apply(void 0,arguments)}}}),i("addInvoicing",{ref:"addInvoicing",attrs:{invoice:t.invoice},on:{changeInvoiceClose:function(e){arguments[0]=e=t.$handleEvent(e),t.changeInvoiceClose.apply(void 0,arguments)}}}),i("authorize",{attrs:{isAuto:t.isAuto,isShowAuth:t.isShowAuth},on:{onLoadFun:function(e){arguments[0]=e=t.$handleEvent(e),t.onLoadFun.apply(void 0,arguments)},authColse:function(e){arguments[0]=e=t.$handleEvent(e),t.authColse.apply(void 0,arguments)}}}),t.isShowBox?[i("checkDelivery",{attrs:{deliveryName:t.deliveryName,isShowBox:t.isShowBox,activeObj:t.activeObj,radioList:t.radioList},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.boxClose.apply(void 0,arguments)},confirmBtn:function(e){arguments[0]=e=t.$handleEvent(e),t.getData.apply(void 0,arguments)}}})]:t._e(),i("discountDetails",{attrs:{isShowDiscount:t.isShowDiscount,couponData:t.couponData},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.closeDiscount.apply(void 0,arguments)}}}),i("uni-popup",{ref:"tipsRef"},[i("v-uni-view",{staticClass:"tips_popup"},[i("v-uni-image",{staticClass:"r_c_gb",attrs:{src:"https://lihai001.oss-cn-chengdu.aliyuncs.com/def/9b08120240131172018671.png"}}),i("v-uni-view",{staticClass:"ref_content"},[i("v-uni-view",{staticClass:"r_c_title"},[t._v("优惠提示")]),i("v-uni-view",{staticClass:"r_c_text"},[t._v("当前订单金额已大于100元")]),i("v-uni-view",{staticClass:"r_c_text"},[t._v("建议参与惠农供销活动进行购买,下单满100元即可获得补贴")]),i("v-uni-view",{staticClass:"r_c_btn"},[i("v-uni-button",{staticClass:"r_c_btn1",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.closeAndSubOrder.apply(void 0,arguments)}}},[t._v("继续支付")]),i("v-uni-button",{staticClass:"r_c_btn2",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.gotoCloud.apply(void 0,arguments)}}},[t._v("前往活动")])],1)],1),i("v-uni-image",{staticClass:"r_c_close",attrs:{src:"https://lihai001.oss-cn-chengdu.aliyuncs.com/def/d39b4202401311747186525.png"},on:{click:function(e){e.stopPropagation(),arguments[0]=e=t.$handleEvent(e),t.closeTipsRef.apply(void 0,arguments)}}})],1)],1)],2)},o=[]},"66b0":function(t,e,i){"use strict";i.r(e);var a=i("963e"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},67561:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",[t.nodes.length?t._e():t._t("default"),i("v-uni-view",{style:t.showAm+(t.selectable?";user-select:text;-webkit-user-select:text":""),attrs:{id:"top",animation:t.scaleAm},on:{touchstart:function(e){arguments[0]=e=t.$handleEvent(e),t._touchstart.apply(void 0,arguments)},touchmove:function(e){arguments[0]=e=t.$handleEvent(e),t._touchmove.apply(void 0,arguments)},click:function(e){arguments[0]=e=t.$handleEvent(e),t._tap.apply(void 0,arguments)}}},[i("div",{attrs:{id:"rtf"+t.uid}}),t._l(t.imgs,(function(e,a){return i("v-uni-image",{key:a,attrs:{id:a,src:e,hidden:!0},on:{load:function(e){arguments[0]=e=t.$handleEvent(e),t._load.apply(void 0,arguments)}}})}))],2)],2)},n=[]},7317:function(t,e,i){"use strict";i.r(e);var a=i("d405"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},"736a":function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.applyInvoiceApi=function(t,e){return n.default.post("order/receipt/".concat(t),e)},e.cartDel=function(t){return n.default.post("user/cart/delete",t)},e.changeCartNum=function(t,e){return n.default.post("user/cart/change/"+t,e)},e.createOrder=function(t){return n.default.post("v2/order/create",t,{noAuth:!0})},e.develiveryDetail=function(t){return n.default.get("order/delivery/".concat(t))},e.express=function(t){return n.default.post("order/express/"+t)},e.expressList=function(){return n.default.get("common/express")},e.getCallBackUrlApi=function(t){return n.default.get("common/pay_key/"+t,{},{noAuth:!0})},e.getCartCounts=function(t){return n.default.get("user/cart/count",t)},e.getCartList=function(t){return n.default.get("user/cart/lst",t)},e.getCouponsOrderPrice=function(t,e){return n.default.get("coupons/order/"+t,e)},e.getOrderConfirm=function(t){return n.default.post("v2/order/check",t)},e.getOrderDetail=function(t){return n.default.get("order/detail/"+t)},e.getOrderList=function(t){return n.default.get("order/list",t)},e.getPayOrder=function(t){return n.default.get("order/status/"+t)},e.getReceiptOrder=function(t){return n.default.get("user/receipt/order/"+t)},e.groupOrderDetail=function(t,e){return n.default.get("order/group_order_detail/"+t+"?product_type="+e)},e.groupOrderList=function(t){return n.default.get("order/group_order_list",t,{noAuth:!0})},e.ordeRefundReason=function(){return n.default.get("order/refund/reason")},e.orderAgain=function(t){return n.default.post("user/cart/again",t)},e.orderComment=function(t,e){return n.default.post("reply/"+t,e)},e.orderConfirm=function(t){return n.default.post("order/check",t)},e.orderCreate=function(t){return n.default.post("order/create",t,{noAuth:!0})},e.orderData=function(t){return n.default.get("order/number",t)},e.orderDel=function(t){return n.default.post("order/del/"+t)},e.orderPay=function(t,e){return n.default.post("order/pay/"+t,e)},e.orderProduct=function(t){return n.default.get("reply/product/"+t)},e.orderRefundVerify=function(t){return n.default.post("order/refund/verify",t)},e.orderTake=function(t){return n.default.post("order/take/"+t)},e.postOrderComputed=function(t,e){return n.default.post("/order/computed/"+t,e)},e.presellOrderPay=function(t,e){return n.default.post("presell/pay/"+t,e)},e.receiptOrder=function(t){return n.default.get("user/receipt/order",t)},e.refundApply=function(t,e){return n.default.post("refund/apply/"+t,e,{noAuth:!0})},e.refundBackGoods=function(t,e){return n.default.post("refund/back_goods/"+t,e,{noAuth:!0})},e.refundBatch=function(t){return n.default.get("refund/batch_product/"+t,{noAuth:!0})},e.refundCancelApi=function(t){return n.default.post("refund/cancel/".concat(t))},e.refundDel=function(t){return n.default.post("refund/del/"+t,{noAuth:!0})},e.refundDetail=function(t){return n.default.get("refund/detail/"+t,{noAuth:!0})},e.refundExpress=function(t){return n.default.get("refund/express/"+t,{noAuth:!0})},e.refundList=function(t){return n.default.get("refund/list",t,{noAuth:!0})},e.refundMessage=function(){return n.default.get("common/refund_message",{noAuth:!0})},e.refundOrderExpress=function(t,e){return n.default.get("server/".concat(t,"/refund/express/").concat(e))},e.refundProduct=function(t,e){return n.default.get("refund/product/"+t,e,{noAuth:!0})},e.refundlist=function(t){return n.default.get("refund/list",t)},e.unOrderCancel=function(t){return n.default.post("order/cancel/"+t)},e.verifyCode=function(t){return n.default.get("order/verify_code/"+t)},i("99af");var n=a(i("6860"))},"766f":function(t,e,i){"use strict";i.r(e);var a=i("56f2"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},7939:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.animated[data-v-16f7f53e]{-webkit-animation-duration:.3s;animation-duration:.3s}.title[data-v-16f7f53e]{display:flex}.title .item[data-v-16f7f53e]{position:relative;flex:1;font-size:%?28?%;color:#999}.title .item[data-v-16f7f53e]::after{content:" ";position:absolute;left:50%;bottom:%?18?%;width:%?50?%;height:%?5?%;background:transparent;border-radius:3px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.title .item.on[data-v-16f7f53e]{color:#282828}.title .item.on[data-v-16f7f53e]::after{background:var(--view-theme)}.coupon-list[data-v-16f7f53e]{padding:%?30?%}.coupon-list .item[data-v-16f7f53e]{box-shadow:0 2px 10px 0 rgba(0,0,0,.06)}.coupon-list .item.disabled[data-v-16f7f53e]{pointer-events:none;opacity:.6}.coupon-list .item.disabled .iconfont[data-v-16f7f53e]{background-color:#eee;border-radius:100%}.coupon-list-window[data-v-16f7f53e]{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;border-radius:%?16?% %?16?% 0 0;z-index:555;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.coupon-list-window.on[data-v-16f7f53e]{-webkit-animation:aminup;animation:aminup}.coupon-list-window .title[data-v-16f7f53e]{height:%?106?%;width:100%;text-align:center;line-height:%?106?%;font-size:%?32?%;font-weight:700;position:relative;border:1px solid #f5f5f5}.coupon-list-window .title .iconfont[data-v-16f7f53e]{position:absolute;right:%?30?%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:%?35?%;color:#8a8a8a;font-weight:400}.coupon-list-window .coupon-list[data-v-16f7f53e]{margin:0 0 %?0?% 0;height:%?550?%;overflow:auto}.coupon-list-window .pictrue[data-v-16f7f53e]{width:%?414?%;height:%?336?%;margin:0 auto %?50?% auto}.coupon-list-window .pictrue uni-image[data-v-16f7f53e]{width:100%;height:100%}.pic-num[data-v-16f7f53e]{color:#fff;font-size:%?24?%}.line-title[data-v-16f7f53e]{width:%?90?%;padding:0 %?10?%;box-sizing:border-box;background:#fff7f7;border:1px solid var(--view-theme);opacity:1;border-radius:%?20?%;font-size:%?20?%;color:var(--view-theme);margin-right:%?12?%}.line-title.gray[data-v-16f7f53e]{border-color:#bbb;color:#bbb;background-color:#f5f5f5}.foot-box[data-v-16f7f53e]{display:flex;align-items:center;justify-content:space-between;height:%?100?%;padding:0 %?30?%;border-top:1px solid #f5f5f5}.foot-box .btn[data-v-16f7f53e]{width:%?240?%;height:%?70?%;line-height:%?70?%;text-align:center;background:var(--view-theme);border-radius:%?35?%;color:#fff;font-size:%?30?%}.foot-box .left uni-text[data-v-16f7f53e]{color:var(--view-priceColor)}.coupon-list .item .text .data .iconfont[data-v-16f7f53e]{font-size:%?36?%}.coupon-list .item .text .data .iconfont.icon-weixuanzhong[data-v-16f7f53e]{color:#bfbfbf}.coupon-list .item .text .data .iconfont.icon-xuanzhong1[data-v-16f7f53e]{color:var(--view-theme)}',""]),t.exports=e},"7dd6":function(t,e,i){"use strict";i.r(e);var a=i("5e12"),n=i("766f");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("38a18");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"401b70aa",null,!1,a["a"],void 0);e["default"]=s.exports},8165:function(t,e,i){var a=i("24fb"),n=i("1de5"),o=i("ba19"),r=i("1179");e=a(!1);var s=n(o),c=n(r);e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */[data-v-401b70aa] uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked,[data-v-401b70aa] uni-checkbox .wx-checkbox-input.wx-checkbox-input-checked{border:1px solid var(--view-theme)!important;background-color:var(--view-theme)!important;color:#fff!important}.order-submission .line[data-v-401b70aa]{position:absolute;left:0;top:0;width:100%;height:%?3?%}.order-submission .line uni-image[data-v-401b70aa]{width:100%;height:100%;display:block}.order-submission .address[data-v-401b70aa]{padding:%?28?% %?30?%;background-color:#fff;box-sizing:border-box}.order-submission .address .addressCon[data-v-401b70aa]{width:%?610?%;font-size:%?26?%;color:#666}.order-submission .address .addressCon .name[data-v-401b70aa]{font-size:%?30?%;color:#282828;font-weight:700;margin-bottom:%?10?%}.order-submission .address .addressCon .name .phone[data-v-401b70aa]{margin-left:%?50?%}.order-submission .address .addressCon .default[data-v-401b70aa]{margin-right:%?12?%}.t-color[data-v-401b70aa]{color:var(--view-theme)}.order-submission .address .addressCon .setaddress[data-v-401b70aa]{color:#333;font-size:%?28?%}.order-submission .address .iconfont[data-v-401b70aa]{font-size:%?35?%;color:#707070}.order-submission .allAddress[data-v-401b70aa]{width:100%}.order-submission .allAddress .nav[data-v-401b70aa]{width:%?710?%;margin:0 auto}.order-submission .allAddress .nav .item[data-v-401b70aa]{width:%?355?%}.order-submission .allAddress .nav .item.on[data-v-401b70aa]{position:relative;width:%?250?%}.order-submission .allAddress .nav .item.on[data-v-401b70aa]::before{position:absolute;bottom:0;content:"快递配送";font-size:%?28?%;display:block;height:0;width:%?336?%;border-width:0 %?20?% %?80?% 0;border-style:none solid solid;border-color:transparent transparent #fff;z-index:2;border-radius:%?7?% %?30?% 0 0;text-align:center;line-height:%?80?%}.order-submission .allAddress .nav .item:nth-of-type(2).on[data-v-401b70aa]::before{content:"到店核销";border-width:0 0 %?80?% %?20?%;border-radius:%?30?% %?7?% 0 0}.order-submission .allAddress .nav .item.on2[data-v-401b70aa]{position:relative}.order-submission .allAddress .nav .item.on2[data-v-401b70aa]::before{position:absolute;bottom:0;content:"到店核销";font-size:%?28?%;display:block;height:0;width:%?400?%;border-width:0 0 %?60?% %?60?%;border-style:none solid solid;border-color:transparent transparent #f7c1bd;border-radius:%?40?% %?6?% 0 0;text-align:center;line-height:%?60?%}.order-submission .allAddress .nav .item:nth-of-type(1).on2[data-v-401b70aa]::before{content:"快递配送";border-width:0 %?60?% %?60?% 0;border-radius:%?6?% %?40?% 0 0}.order-submission .allAddress .address[data-v-401b70aa]{height:%?150?%;margin:0 auto}.order-submission .allAddress .line[data-v-401b70aa]{margin:0 auto}.order-submission .wrapper .item .discount .placeholder[data-v-401b70aa]{color:#ccc;text-align:right}.order-submission .wrapper[data-v-401b70aa]{margin-bottom:%?12?%;background-color:#fff}.order-submission .wrapper .item[data-v-401b70aa]{padding:%?27?% %?30?%;font-size:%?30?%;color:#282828}.order-submission .virtual_form[data-v-401b70aa]{padding:0 %?30?%}[data-v-401b70aa] .order-submission .virtual_form .uni-input-wrapper{text-align:right}.order-submission .virtual_form .item-require[data-v-401b70aa]{color:red;margin-right:%?4?%}.order-submission .virtual_form .item[data-v-401b70aa]{border-bottom:%?1?% solid #eee;padding:%?27?% 0}.upload[data-v-401b70aa]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.order-submission .virtual_form .pictrue[data-v-401b70aa]{width:%?156?%;height:%?156?%;margin:%?24?% %?20?% 0 0;position:relative;font-size:11px;color:#bbb;border-radius:%?3?%}.order-submission .virtual_form .pictrue[data-v-401b70aa]:nth-child(4n){margin-right:0}.order-submission .virtual_form .pictrue[data-v-401b70aa]:nth-last-child(1){border:.5px solid #ddd;box-sizing:border-box}.order-submission .virtual_form .pictrue uni-image[data-v-401b70aa],\r\n.order-submission .virtual_form .pictrue uni-image[data-v-401b70aa]{width:100%;height:100%;border-radius:1px}.order-submission .virtual_form .pictrue uni-image img[data-v-401b70aa],\r\n.order-submission .virtual_form .pictrue uni-image img[data-v-401b70aa]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;display:block;position:absolute;top:0;left:0;opacity:0;width:100%;height:100%}.order-submission .virtual_form .pictrue .icon-guanbi4[data-v-401b70aa]{color:#fff;font-size:%?14?%;position:absolute;top:0;right:0;width:%?30?%;height:%?30?%;text-align:center;line-height:%?30?%;border-radius:0 %?8?% 0 %?8?%;background:rgba(0,0,0,.6)}.vipImg[data-v-401b70aa]{width:%?65?%;height:%?28?%;margin-left:%?4?%}.vipImg uni-image[data-v-401b70aa]{width:100%;height:100%;display:block}.order-submission .wrapper .item .discount[data-v-401b70aa]{font-size:%?30?%;color:#999}.order-submission .wrapper .item .discount.discount_voice[data-v-401b70aa]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:%?500?%;text-align:right}.order-submission .wrapper .item .discount .iconfont[data-v-401b70aa]{color:#515151;font-size:%?30?%;margin-left:%?15?%}.order-submission .wrapper .item .discount .num[data-v-401b70aa]{font-size:%?32?%;margin-right:%?20?%}.order-submission .wrapper .item .shipping[data-v-401b70aa]{font-size:%?30?%;color:#999;position:relative;padding-right:%?58?%}.order-submission .wrapper .item .shipping .iconfont[data-v-401b70aa]{font-size:%?35?%;color:#707070;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-left:%?30?%}.order-submission .wrapper .item uni-input[data-v-401b70aa]{flex:1;height:100%;margin-left:%?20?%;text-align:right}.order-submission .wrapper .item .placeholder[data-v-401b70aa]{color:#ccc}.order-submission .wrapper .item .list[data-v-401b70aa]{margin-top:%?35?%}.order-submission .wrapper .item .list .payItem[data-v-401b70aa]{border:1px solid #eee;border-radius:%?6?%;height:%?86?%;width:100%;box-sizing:border-box;margin-top:%?20?%;font-size:%?28?%;color:#282828}.order-submission .wrapper .item .list .payItem.on[data-v-401b70aa]{border-color:var(--view-theme);color:var(--view-theme)}.order-submission .wrapper .item .list .payItem .name[data-v-401b70aa]{width:50%;text-align:center;border-right:1px solid #eee;justify-content:left;padding-left:%?80?%}.order-submission .wrapper .item .list .payItem .name .iconfont[data-v-401b70aa]{width:%?44?%;height:%?44?%;border-radius:50%;text-align:center;line-height:%?44?%;background-color:#fe960f;color:#fff;font-size:%?30?%;margin-right:%?15?%}.order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2[data-v-401b70aa]{background-color:#41b035}.order-submission .wrapper .item .list .payItem .name .iconfont.icon-icon34[data-v-401b70aa]{background-color:#4295d5}.order-submission .wrapper .item .list .payItem .tip[data-v-401b70aa]{width:49%;text-align:center;font-size:%?26?%;color:#aaa}.order-submission .moneyList[data-v-401b70aa]{margin-top:%?12?%;background-color:#fff;padding:%?30?%}.order-submission .moneyList .item[data-v-401b70aa]{font-size:%?28?%;color:#282828}.order-submission .moneyList .item ~ .item[data-v-401b70aa]{margin-top:%?20?%}.order-submission .moneyList .item .money[data-v-401b70aa]{color:#868686}.order-submission .footer[data-v-401b70aa]{width:100%;height:%?100?%;height:calc(100rpx+ constant(safe-area-inset-bottom));height:calc(%?100?% + env(safe-area-inset-bottom));background-color:#fff;padding:0 %?30?%;font-size:%?28?%;color:#333;box-sizing:border-box;position:fixed;bottom:0;left:0;z-index:30}.order-submission .footer .footer_count[data-v-401b70aa]{font-size:%?28?%}.order-submission .footer .coupon_price[data-v-401b70aa]{color:#999;font-size:%?20?%;margin-top:%?10?%}.order-submission .footer .coupon_price uni-text[data-v-401b70aa]{color:#282828;padding:%?2?% %?10?%;background:#f5f5f5;border-radius:%?26?%;margin-left:%?20?%;line-height:%?30?%;height:%?30?%;display:inline-block}.pColor[data-v-401b70aa]{color:var(--view-priceColor)}.order-submission .footer .settlement[data-v-401b70aa]{font-size:%?30?%;color:#fff;width:%?240?%;height:%?70?%;background-color:var(--view-theme);border-radius:%?50?%;text-align:center;line-height:%?70?%}.order-submission .footer .settlement.disabled[data-v-401b70aa]{background-color:#ccc}.footer .transparent[data-v-401b70aa]{opacity:0}.event_bg[data-v-401b70aa]{background:#ff7f00}.event_color[data-v-401b70aa]{color:#ff7f00}.color_red[data-v-401b70aa]{color:var(--view-theme)}.storeinfo-wrapper .store-item[data-v-401b70aa]{margin-top:%?12?%;background-color:#fff}.storeinfo-wrapper .store-item .store-title[data-v-401b70aa]{display:flex;align-items:center;padding:%?28?% %?30?%}.storeinfo-wrapper .store-item .store-title .icon-shangjiadingdan[data-v-401b70aa]{font-size:%?32?%}.storeinfo-wrapper .store-item .store-title .icon-xiangyou[data-v-401b70aa]{font-size:%?26?%;color:#999}.storeinfo-wrapper .store-item .store-title .txt[data-v-401b70aa]{margin:0 %?8?%}.storeinfo-wrapper .store-item .product-item[data-v-401b70aa]{display:flex;padding:%?25?% %?30?%;border-top:1px solid #f0f0f0}.storeinfo-wrapper .store-item .product-item .img-box[data-v-401b70aa]{width:%?130?%;height:%?130?%}.storeinfo-wrapper .store-item .product-item .img-box uni-image[data-v-401b70aa]{width:%?130?%;height:%?130?%;border-radius:%?16?%}.storeinfo-wrapper .store-item .product-item .content[data-v-401b70aa]{position:relative;width:%?550?%;margin-left:%?30?%;font-size:%?28?%;color:#282828;overflow:hidden}.storeinfo-wrapper .store-item .product-item .content.event_content .line1[data-v-401b70aa]{width:%?360?%}.storeinfo-wrapper .store-item .product-item .content.event_content .price[data-v-401b70aa]{position:absolute;top:0;right:0;margin-top:0}.storeinfo-wrapper .store-item .product-item .content.event_content .price uni-text[data-v-401b70aa]{display:block;text-align:right}.storeinfo-wrapper .store-item .product-item .content .event_name[data-v-401b70aa]{display:inline-block;margin-right:%?9?%;color:#fff;font-size:%?20?%;padding:0 %?8?%;line-height:%?30?%;text-align:center;border-radius:%?6?%}.storeinfo-wrapper .store-item .product-item .content .event_ship[data-v-401b70aa]{font-size:%?20?%;margin-top:%?10?%}.storeinfo-wrapper .store-item .product-item .content .label[data-v-401b70aa]{margin-top:%?10?%;color:#868686;font-size:%?20?%}.storeinfo-wrapper .store-item .product-item .content .price[data-v-401b70aa]{margin-top:%?20?%;color:var(--view-priceColor);position:relative}.storeinfo-wrapper .store-item .product-item .content .price uni-text[data-v-401b70aa]{margin-left:%?10?%;color:#999}.storeinfo-wrapper .store-item .product-item .content .price .delivery_type[data-v-401b70aa]{float:right}.storeinfo-wrapper .store-item .product-item .content .price .delivery_type uni-text[data-v-401b70aa]{color:var(--view-priceColor);font-size:%?20?%}.storeinfo-wrapper .store-item .product-item .content .err-txt[data-v-401b70aa]{display:flex;align-items:center;margin-top:%?18?%;color:#e93323}.storeinfo-wrapper .store-item .product-item .content .err-txt .iconfont[data-v-401b70aa]{margin-right:%?10?%}.storeinfo-wrapper .store-item .product-item .content .step[data-v-401b70aa]{position:absolute;right:0;top:%?100?%;display:flex;align-items:center}.storeinfo-wrapper .store-item .product-item .content .step .min[data-v-401b70aa]{width:%?50?%;height:%?40?%;background-image:url('+s+");background-size:%?17?% %?17?%;background-position:50%;background-repeat:no-repeat}.storeinfo-wrapper .store-item .product-item .content .step .num-box[data-v-401b70aa]{width:%?68?%;height:%?40?%;line-height:%?40?%;text-align:center;background:#f2f2f2;font-size:%?23?%}.storeinfo-wrapper .store-item .product-item .content .step .add[data-v-401b70aa]{width:%?50?%;height:%?40?%;background-image:url("+c+');background-size:%?17?% %?17?%;background-position:50%;background-repeat:no-repeat}.storeinfo-wrapper .event_payTime[data-v-401b70aa]{padding:0 %?30?% %?24?%}.storeinfo-wrapper .event_payTime .event_progress[data-v-401b70aa]{margin-top:%?50?%;position:relative}.storeinfo-wrapper .event_payTime .progress_step[data-v-401b70aa]{height:%?80?%;position:relative;padding-left:%?60?%}.storeinfo-wrapper .event_payTime .progress_step[data-v-401b70aa]::before{content:"";display:block;width:%?2?%;height:%?40?%;background:var(--view-theme);position:absolute;left:%?35?%;top:%?18?%}.storeinfo-wrapper .event_payTime .progress_step[data-v-401b70aa]:nth-child(2)::before{bottom:%?64?%;top:auto;background:#efefef}.storeinfo-wrapper .event_payTime .progress_step[data-v-401b70aa]:nth-child(2)::after{background:#efefef}.storeinfo-wrapper .event_payTime .progress_step[data-v-401b70aa]::after{content:"";display:block;width:%?14?%;height:%?14?%;background:var(--view-theme);border-radius:50%;position:absolute;top:%?10?%;left:%?29?%}.storeinfo-wrapper .event_payTime .progress_step .name[data-v-401b70aa]{float:left;color:#282828}.storeinfo-wrapper .event_payTime .progress_step .name.color_red[data-v-401b70aa]{color:var(--view-theme)}.storeinfo-wrapper .event_payTime .progress_step .price[data-v-401b70aa]{float:right;color:#282828}.storeinfo-wrapper .event_payTime .progress_step .price.color_red[data-v-401b70aa]{color:var(--view-priceColor)}.storeinfo-wrapper .event_payTime .progress_pay[data-v-401b70aa]{padding-left:%?60?%;font-size:%?24?%;color:#868686;margin-top:%?-34?%}.integral_checked[data-v-401b70aa]{margin-left:%?10?%;position:relative;top:%?-2?%;display:inline}uni-checkbox-group[data-v-401b70aa],\r\n.checkgroup[data-v-401b70aa]{width:100%}uni-checkbox-group .checkbox[data-v-401b70aa],\r\n.checkgroup .checkbox[data-v-401b70aa]{float:right}.icon-wenhao1[data-v-401b70aa]{color:#868686;margin-right:%?6?%}.total[data-v-401b70aa]{display:flex;justify-content:flex-end;padding-right:%?30?%;padding-bottom:%?30?%;font-size:%?26?%;color:#282828}.total .price[data-v-401b70aa]{margin-left:%?10?%;color:var(--view-priceColor);font-size:%?28?%;font-weight:700}.total .price uni-text[data-v-401b70aa]{font-size:%?20?%}.store-address[data-v-401b70aa]{padding:%?30?% %?23?%;margin:0 %?30?%;background:#f6f6f6;border-radius:%?8?%;font-size:%?24?%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;\r\n /*垂直居中*/-webkit-box-align:center;\r\n /*旧版本*/-moz-box-align:center;\r\n /*旧版本*/-ms-flex-align:center;\r\n /*混合版本*/-webkit-align-items:center;\r\n /*新版本*/align-items:center\r\n /*新版本*/}.store-address .name[data-v-401b70aa]{width:%?148?%;margin-right:%?20?%}.store-address .info[data-v-401b70aa]{flex:1}.store-address .map[data-v-401b70aa]{text-align:center;padding-left:%?40?%;position:relative}.store-address .map[data-v-401b70aa]::before{content:"";display:inline-block;width:%?2?%;height:%?42?%;background-color:#ddd;position:absolute;left:0;top:%?18?%}.store-address .map .iconfont[data-v-401b70aa]{color:var(--view-theme)}.store-address .map .map_text[data-v-401b70aa]{color:var(--view-theme)}.settlementAgreement[data-v-401b70aa]{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.5);z-index:40}.settlementAgreement .setAgCount[data-v-401b70aa]{background:#fff;width:%?656?%;height:458px;position:absolute;top:50%;left:50%;border-radius:%?12?%;-webkit-border-radius:%?12?%;padding:%?52?%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}.settlementAgreement .setAgCount .content[data-v-401b70aa]{height:%?900?%;overflow-y:scroll}.settlementAgreement .setAgCount .content[data-v-401b70aa] p{font-size:13px;line-height:22px}.settlementAgreement .setAgCount .content[data-v-401b70aa] img{max-width:100%}.settlementAgreement .setAgCount .icon[data-v-401b70aa]{font-size:%?42?%;color:#b4b1b4;position:absolute;top:%?15?%;right:%?15?%}.settlementAgreement .setAgCount .title[data-v-401b70aa]{color:#333;font-size:%?32?%;text-align:center;font-weight:700}.settlementAgreement .setAgCount .content[data-v-401b70aa]{margin-top:%?32?%;color:#333;font-size:%?26?%;line-height:22px;text-align:justify;text-justify:distribute-all-lines;height:%?756?%;overflow-y:scroll}.red_packet[data-v-401b70aa]{color:#ff5c2d!important;background-color:rgba(255,92,45,.3);border-radius:%?60?%;padding:%?5?% %?10?%;padding-left:%?20?%;font-size:%?25?%}.tips_popup[data-v-401b70aa]{width:%?600?%;height:%?450?%;position:relative}.tips_popup .r_c_gb[data-v-401b70aa]{width:100%;height:%?420?%;margin-top:%?30?%}.tips_popup .ref_content[data-v-401b70aa]{position:absolute;left:0;top:0;height:100%;width:100%;box-sizing:border-box;padding:%?120?% %?30?% %?30?% %?30?%;display:flex;flex-direction:column;justify-content:space-between;color:#2e2e2e;font-size:%?28?%}.tips_popup .ref_content .r_c_title[data-v-401b70aa]{font-weight:blod}.tips_popup .ref_content .r_c_text[data-v-401b70aa]{font-size:%?26?%}.tips_popup .ref_content .r_c_btn[data-v-401b70aa]{display:flex;justify-content:space-around}.tips_popup .ref_content .r_c_btn .r_c_btn1[data-v-401b70aa]{background-color:initial;border:%?5?% solid #ff874c;color:#ff874c;font-size:%?28?%;padding:%?5?% %?28?%;border-radius:%?60?%}.tips_popup .ref_content .r_c_btn .r_c_btn2[data-v-401b70aa]{background-color:#ff874c;border:%?5?% solid #ff874c;color:#fff;font-size:%?28?%;padding:%?5?% %?28?%;border-radius:%?60?%}.tips_popup .r_c_close[data-v-401b70aa]{position:absolute;top:0;right:0;height:%?60?%;width:%?60?%}',""]),t.exports=e},"8a6b":function(t,e,i){"use strict";var a=i("b890"),n=i.n(a);n.a},"8fa3":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,"@-webkit-keyframes show-data-v-6dfbdbd8{0%{opacity:0}100%{opacity:1}}@keyframes show-data-v-6dfbdbd8{0%{opacity:0}100%{opacity:1}}\n\n\n\n",""]),t.exports=e},"95ca":function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.assistHelpList=function(t,e){return n.default.get("store/product/assist/user/"+t,e)},e.assistUserData=function(){return n.default.get("store/product/assist/count",{},{noAuth:!0})},e.chooseConsumption=function(t){return n.default.post("storeActivity/choose",t)},e.consumption=function(t){return n.default.get("storeActivity/consumption",t,{noAuth:!0})},e.getActivitycategory=function(t){return n.default.get("product/spu/active/category/"+t,{},{noAuth:!0})},e.getAssistDetail=function(t){return n.default.get("store/product/assist/detail/"+t)},e.getAssistList=function(t){return n.default.get("store/product/assist/lst",t,{noAuth:!0})},e.getAssistUser=function(t){return n.default.get("store/product/assist/share/"+t)},e.getBargainUserCancel=function(t){return n.default.post("store/product/assist/set/delete/"+t)},e.getBargainUserList=function(t){return n.default.get("store/product/assist/set/lst",t)},e.getCombinationDetail=function(t){return n.default.get("store/product/group/detail/"+t,{},{noAuth:!0})},e.getCombinationList=function(t){return n.default.get("store/product/group/lst",t,{noAuth:!0})},e.getCombinationPink=function(t){return n.default.get("store/product/group/get/"+t)},e.getCombinationPoster=function(t){return n.default.post("combination/poster",t)},e.getCombinationUser=function(t){return n.default.get("store/product/group/count",t,{noAuth:!0})},e.getCouponLst=function(t){return n.default.get("coupon/getlst",t,{noAuth:!0})},e.getMerchantServiceLst=function(t){return n.default.get("store/merchant/local",t,{noAuth:!0})},e.getNewPeopleCouponLst=function(t){return n.default.get("coupon/new_people",t,{noAuth:!0})},e.getPresellList=function(t){return n.default.get("store/product/presell/lst",t,{noAuth:!0})},e.getSeckillDetail=function(t){return n.default.get("store/product/seckill/detail/"+t,{},{noAuth:!0})},e.getSeckillIndexTime=function(){return n.default.get("store/product/seckill/select",{},{noAuth:!0})},e.getSeckillList=function(t){return n.default.get("store/product/seckill/lst",t,{noAuth:!0})},e.getTopicDetail=function(t){return n.default.get("activity/info/".concat(t),{},{noAuth:!0})},e.getTopicList=function(t,e){return n.default.get("activity/lst/".concat(t),e,{noAuth:!0})},e.getTopicProLst=function(t){return n.default.get("product/spu/labels",t,{noAuth:!0})},e.hotRankingApi=function(t){return n.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})},e.initiateAssistApi=function(t){return n.default.post("store/product/assist/create/"+t)},e.mer_services_agree=function(){return n.default.get("agreement/mer_services_agree")},e.merchantRecord=function(t){return n.default.get("merchantRecord",t)},e.postAssistHelp=function(t){return n.default.post("store/product/assist/set/"+t)},e.postCombinationRemove=function(t){return n.default.post("store/product/group/cancel",t)},e.presellAgreement=function(){return n.default.get("store/product/presell/agree")},e.qrcode=function(t){return n.default.get("qrcode",t)},e.scombinationCode=function(t){return n.default.get("combination/code/"+t)},e.seckillCode=function(t,e){return n.default.get("seckill/code/"+t,e)},e.spuTop=function(t){return n.default.get("store/product/category/hotranking",{},{noAuth:!0})},e.spuTopList=function(t){return n.default.get("product/spu/get_hot_ranking",t,{noAuth:!0})},e.storeActivityDistrict=function(t){return n.default.get("storeActivity/district",t)},e.storeActivityProduct=function(t){return n.default.get("storeActivity/product",t,{noAuth:!0})},e.storeActivityReceive=function(t){return n.default.post("storeActivity/receive",t)},e.storeActivityRecord=function(t){return n.default.get("storeActivity/record",t)},e.storeActivityStatus=function(t){return n.default.get("storeActivity/status",t)},e.storeActivityTotal=function(t){return n.default.get("storeActivity/total",t)};var n=a(i("6860"))},"963e":function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("e9c4");var a=i("26cb"),n={name:"checkDelivery",props:{isShowBox:{type:Boolean,default:!1},activeObj:{type:Object,default:function(){return{}}},deliveryName:{type:String,default:"快递配送"},radioList:{type:Array,default:[{title:"快递配送",check:!0},{title:"到店核销",check:!1}]}},computed:(0,a.mapGetters)(["viewColor"]),data:function(){return{radioIndex:0,oldRadioIndex:"",newData:{}}},created:function(){this.newData=JSON.parse(JSON.stringify(this.activeObj))},methods:{closeShowBox:function(){this.$emit("close")},bindCheck:function(t,e){this.newData.order.isTake=e},confirmBtn:function(){this.$emit("confirmBtn",this.newData)}}};e.default=n},"9b71":function(t,e,i){"use strict";i.r(e);var a=i("67561"),n=i("b5cd");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("4ba7");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"6dfbdbd8",null,!1,a["a"],void 0);e["default"]=s.exports},a126:function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.addCartApi=function(t){return o.default.post("v2/micropay/addCart",t)},e.agreeiness=function(t){return o.default.get("business/agree",t,{noAuth:!0})},e.arrivalNoticeApi=function(t){return o.default.post("store/product/increase_take",t)},e.bagExplain=function(){return o.default.get("store/product/bag/explain")},e.bagRecommend=function(){return o.default.get("product/spu/bag/recommend")},e.collectAdd=function(t){return o.default.post("user/relation/create",t)},e.collectAll=function(t){return o.default.post("user/relation/batch/create",t)},e.collectDel=function(t){return o.default.post("user/relation/delete",t)},e.copyPasswordApi=function(t){return o.default.get("product/spu/copy",t,{noAuth:!0})},e.copyPasswordSearch=function(t){return o.default.get("command/copy",t,{noAuth:!0})},e.create=function(t){return o.default.post("intention/create",t)},e.createtApi=function(t){return o.default.post("v2/micropay/create",t)},e.discountsCartAdd=function(t){return o.default.post("user/cart/batchCreate",t)},e.express=function(t){return o.default.post("ordero/express/"+t,{noAuth:!0})},e.followStore=function(t){return o.default.post("user/relation/create",{type:10,type_id:t})},e.getApplicationRecordList=function(t){return o.default.get("intention/lst",t)},e.getBrandlist=function(t){return o.default.get("store/product/brand/lst",t,{noAuth:!0})},e.getBroadcastListApi=function(t){return o.default.get("broadcast/lst",t,{noAuth:!0})},e.getCaptcha=function(){return o.default.get("captcha")},e.getCategoryList=function(){return o.default.get("store/product/category/lst",{},{noAuth:!0})},e.getCollectUserList=function(t){return o.default.get("user/relation/product/lst",t)},e.getCouponProductlist=function(t){t.brand_id&&Array.isArray(t.brand_id)&&(t=(0,n.default)({},t),t.brand_id=t.brand_id.toString());return o.default.get("product/spu/coupon_product",t,{noAuth:!0})},e.getDiscountsLst=function(t){return o.default.get("discounts/lst",t,{noAuth:!0})},e.getGeocoder=function(t){return o.default.get("lbs/geocoder?location=".concat(t.lat,",").concat(t.long),{},{noAuth:!0})},e.getGoodsDetails=function(t){return o.default.get("intention/detail/"+t,{})},e.getGroomList=function(t,e){return o.default.get("product/spu/hot/"+t,e,{noAuth:!0})},e.getHotBanner=function(t){return o.default.get("common/hot_banner/"+t,{},{noAuth:!0})},e.getLiveList=function(t){return o.default.get("broadcast/hot",t,{noAuth:!0})},e.getMerProductHot=function(t,e){return o.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 o.default.get("user/relation/merchant/lst",t,{noAuth:!0})},e.getPresellProductDetail=function(t){return o.default.get("store/product/presell/detail/"+t,{},{noAuth:!0})},e.getPreviewProDetail=function(t){return o.default.get("store/product/preview",t,{noAuth:!0})},e.getProductCode=function(t,e){return o.default.get("store/product/qrcode/"+t,e)},e.getProductDetail=function(t,e){return o.default.get("store/product/detail/"+t,e,{noAuth:!0})},e.getProductHot=function(t,e){return o.default.get("product/spu/recommend",{page:void 0===t?1:t,limit:void 0===e?10:e},{noAuth:!0})},e.getProductslist=function(t){t.brand_id&&Array.isArray(t.brand_id)&&(t=(0,n.default)({},t),t.brand_id=t.brand_id.toString());return o.default.get("product/spu/lst",t,{noAuth:!0})},e.getReplyConfig=function(t){return o.default.get("reply/config/"+t)},e.getReplyList=function(t,e){return o.default.get("store/product/reply/lst/"+t,e,{noAuth:!0})},e.getSearchKeyword=function(){return o.default.get("common/hot_keyword",{},{noAuth:!0})},e.getSeckillProductDetail=function(t){return o.default.get("store/product/seckill/detail/"+t,{},{noAuth:!0})},e.getStoreCategory=function(t,e){return o.default.get("store/merchant/category/lst/"+t,e,{noAuth:!0})},e.getStoreCoupon=function(t){return o.default.get("coupon/store/"+t,{noAuth:!0})},e.getStoreDetail=function(t,e){return o.default.get("store/merchant/detail/"+t,e,{noAuth:!0})},e.getStoreGoods=function(t,e){return o.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.getStoreTypeApi=function(){return o.default.get("intention/type",{sift_store:0},{noAuth:!0})},e.getVillageInfo=function(t){return r.default.get("shop_call/getVillageCompany",t,{noAuth:!0})},e.merClassifly=function(){return o.default.get("intention/cate",{},{noAuth:!0})},e.merchantLicenseIdentify=function(t){return o.default.post("merchant_license_identify",t,{noAuth:!0})},e.merchantProduct=function(t,e){e.brand_id&&Array.isArray(e.brand_id)&&(e=(0,n.default)({},e),e.brand_id=e.brand_id.toString());return o.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.merchantQrcode=function(t,e){return o.default.get("store/merchant/qrcode/"+t,e,{noAuth:!0})},e.microSeachBarCode=function(t){return o.default.get("micro/seach_bar_code",t)},e.personalStore=function(t){return o.default.post("intention/personal_store",t)},e.postCartAdd=function(t){return o.default.post("user/cart/create",t)},e.priceRuleApi=function(t){return o.default.get("store/product/price_rule/".concat(t),{},{noAuth:!0})},e.productBag=function(t){return o.default.get("product/spu/bag",t,{noAuth:!0})},e.storeCategory=function(t){return o.default.get("store/product/category",t,{noAuth:!0})},e.storeCertificate=function(t){return o.default.post("store/certificate/".concat(t.merId),t)},e.storeListApi=function(t){return o.default.get("store_list",t,{noAuth:!0})},e.storeMerchantList=function(t){return o.default.get("store/merchant/lst",t,{noAuth:!0})},e.storeServiceList=function(t,e){return o.default.get("product/spu/local/".concat(t),e,{noAuth:!0})},e.supAgoodsApi=function(t){return o.default.get("store/merchant/lst",t)},e.supMenuApi=function(t){return o.default.get("intention/v2/cate",t)},e.unfollowStore=function(t){return o.default.post("user/relation/delete",{type:10,type_id:t})},e.updateGoodsRecord=function(t,e){return o.default.post("intention/update/"+t,e)},e.userCollectDel=function(t){return o.default.post("user/relation/batch/delete",t)},e.verify=function(t){return o.default.post("auth/verify",t)},e.vicinityStoreApi=function(t){return o.default.get("region/".concat(t,"/merchant"))},i("d401"),i("d3b7"),i("25f0"),i("99af");var n=a(i("5530")),o=a(i("6860")),r=a(i("b923"))},a9de:function(t,e,i){var a=i("ee9e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("0802872c",a,!0,{sourceMap:!1,shadowMode:!1})},aa6d:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{style:t.viewColor},[i("v-uni-view",{staticClass:"mask-box"},[t.isShowDiscount?i("v-uni-view",{staticClass:"bg"}):t._e(),i("v-uni-view",{staticClass:"mask-content animated",class:{slideInUp:t.isShowDiscount}},[i("v-uni-view",{staticClass:"title-bar"},[t._v("优惠明细"),i("v-uni-view",{staticClass:"close",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.closeShowBox.apply(void 0,arguments)}}},[i("v-uni-text",{staticClass:"iconfont icon-guanbi"})],1)],1),i("v-uni-view",{staticClass:"box"},[i("v-uni-view",{staticClass:"check-item"},[i("v-uni-view",[t._v("商品售价:")]),i("v-uni-view",{staticClass:"radio"},[t._v("¥"+t._s(t.couponData.total_price))])],1),t.couponData.order_total_integral_price>0?i("v-uni-view",{staticClass:"check-item"},[i("v-uni-view",[t._v("积分抵扣:")]),i("v-uni-view",{staticClass:"radio"},[t._v("-¥"+t._s(t.couponData.order_total_integral_price))])],1):t._e(),t.couponData.total_platform_coupon_price>0?i("v-uni-view",{staticClass:"check-item"},[i("v-uni-view",[t._v("平台优惠金额:")]),i("v-uni-view",{staticClass:"radio"},[t._v("-¥"+t._s(t.couponData.total_platform_coupon_price))])],1):t._e(),t.couponData.order_coupon_price>0?i("v-uni-view",{staticClass:"check-item"},[i("v-uni-view",[t._v("店铺优惠金额:")]),i("v-uni-view",{staticClass:"radio"},[t._v("-¥"+t._s(t.couponData.order_coupon_price))])],1):t._e(),t.couponData.order_svip_discount>0?i("v-uni-view",{staticClass:"check-item"},[i("v-uni-view",[t._v("SVIP优惠金额:")]),i("v-uni-view",{staticClass:"radio"},[t._v("-¥"+t._s(t.couponData.order_svip_discount))])],1):t._e(),t.couponData.total_coupon>0?i("v-uni-view",{staticClass:"check-item total"},[i("v-uni-view",[t._v("共优惠:")]),i("v-uni-view",{staticClass:"radio"},[t._v("-¥"+t._s(t.couponData.total_coupon))])],1):t._e()],1)],1)],1)],1)},n=[]},ac16:function(t,e,i){"use strict";i.r(e);var a=i("d57c"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},b5cd:function(t,e,i){"use strict";i.r(e);var a=i("010d"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},b85c:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var i="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!i){if(Array.isArray(t)||(i=(0,a.default)(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,s=!0,c=!1;return{s:function(){i=i.call(t)},n:function(){var t=i.next();return s=t.done,t},e:function(t){c=!0,r=t},f:function(){try{s||null==i["return"]||i["return"]()}finally{if(c)throw r}}}},i("a4d3"),i("e01a"),i("d3b7"),i("d28b"),i("3ca3"),i("ddb0"),i("d9e2"),i("d401");var a=function(t){return t&&t.__esModule?t:{default:t}}(i("06c5"))},b890:function(t,e,i){var a=i("5265");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("0a3ba69e",a,!0,{sourceMap:!1,shadowMode:!1})},ba19:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFENkE1Q0M3QTE3QjExRUFCQzZCRTZDODJGNzBCMzYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFENkE1Q0M4QTE3QjExRUFCQzZCRTZDODJGNzBCMzYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUQ2QTVDQzVBMTdCMTFFQUJDNkJFNkM4MkY3MEIzNjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ2QTVDQzZBMTdCMTFFQUJDNkJFNkM4MkY3MEIzNjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wb+z+AAAAMUlEQVR42mL8//8/A6WAiYEKYNQQTMBy//59yg0B4v/DKEyAmJFSQxhHk/0gNgQgwABDjAm+tTBmUQAAAABJRU5ErkJggg=="},bb20:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.goShopDetail=function(t,e){return new Promise((function(e){1===t.product_type?uni.navigateTo({url:"/pages/activity/goods_seckill_details/index?id=".concat(t.product_id,"&time=").concat(t.stop_time)}):2===t.product_type?uni.navigateTo({url:"/pages/activity/presell_details/index?id=".concat(t.activity_id)}):0===t.product_type||10===t.product_type?uni.navigateTo({url:"/pages/goods_details/index?id=".concat(t.product_id,"&referer=").concat(t.referer)}):4===t.product_type?uni.navigateTo({url:"/pages/activity/combination_details/index?id=".concat(t.activity_id)}):40===t.product_type?uni.navigateTo({url:"/pages/activity/combination_status/index?id=".concat(t.activity_id)}):e(t)}))},i("d3b7"),i("99af")},bf8a:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{style:t.viewColor},[a("v-uni-view",{staticClass:"address-window",class:1==t.address.address?"on":""},[a("v-uni-view",{staticClass:"title"},[t._v("选择地址"),a("v-uni-text",{staticClass:"iconfont icon-guanbi",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1),a("v-uni-scroll-view",{staticClass:"list",attrs:{"scroll-y":"true"}},t._l(t.addressList,(function(e,i){return a("v-uni-view",{key:i,staticClass:"item acea-row row-between-wrapper",class:t.active==i?"t-color":"",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tapAddress(i,e.address_id)}}},[a("v-uni-text",{staticClass:"iconfont icon-ditu",class:t.active==i?"t-color":""}),a("v-uni-view",{staticClass:"address"},[a("v-uni-view",{staticClass:"name",class:t.active==i?"t-color":""},[t._v(t._s(e.real_name)),a("v-uni-text",{staticClass:"phone"},[t._v(t._s(e.phone))])],1),a("v-uni-view",{staticClass:"line1"},[t._v(t._s(e.province)+t._s(e.city)+t._s(e.district)+t._s(e.street||"")+t._s(e.brigade)+t._s(e.detail))])],1),a("v-uni-text",{staticClass:"iconfont icon-complete",class:t.active==i?"t-color":""})],1)})),1),t.is_loading||t.addressList.length?t._e():a("v-uni-view",{staticClass:"pictrue"},[a("v-uni-image",{attrs:{src:i("594f")}}),a("v-uni-view",[t._v("暂无地址")])],1),a("v-uni-view",{staticClass:"addressBnt",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.goAddressPages.apply(void 0,arguments)}}},[t._v("添加/编辑地址")])],1),a("v-uni-view",{staticClass:"mask",attrs:{catchtouchmove:"true",hidden:0==t.address.address},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1)},n=[]},c07f:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"orderGoods",style:t.viewColor},[i("v-uni-view",{staticClass:"goodWrapper",class:"item"+t.orderData.order_type},[1==t.orderData.order_type?i("v-uni-view",{staticClass:"title acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"item-status",class:"status"+t.evaluate},[t._v(t._s(7==t.evaluate?"待核销":"已核销"))]),0!=t.evaluate&&t.orderData.verify_time?i("v-uni-view",{staticClass:"item-date"},[t._v(t._s(t.orderData.verify_time))]):t._e()],1):t._e(),t._l(t.cartInfo,(function(e,a){return i("v-uni-view",{key:a},[2===t.activityType?i("v-uni-view",[i("v-uni-view",{staticClass:"item presell_item"},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"pictrue",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.jumpCon(e)}}},[i("v-uni-image",{attrs:{src:e.cart_info.productAttr&&e.cart_info.productAttr.image||e.cart_info.product.image}})],1),i("v-uni-view",{staticClass:"text"},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"name line1",staticStyle:{width:"360rpx"}},[t._v(t._s(e.cart_info.product.store_name))]),i("v-uni-view",{staticClass:"num"},[i("v-uni-text",{staticClass:"p-color"},[t._v("¥"+t._s(e.cart_info.productPresellAttr.presell_price))]),i("br"),t._v("x\n\t\t\t\t\t\t\t\t\t\t"+t._s(e.product_num))],1)],1),e.cart_info.productAttr.sku?i("v-uni-view",{staticClass:"attr line1",staticStyle:{"margin-top":"0"}},[t._v(t._s(e.cart_info.productAttr.sku))]):t._e(),0===t.evaluate||10===t.evaluate||11===t.evaluate?i("v-uni-view",{staticClass:"event_ship event_color"},[t._v("发货时间:"),1===e.cart_info.productPresell.presell_type?i("v-uni-text",[t._v(t._s(1===e.cart_info.productPresell.delivery_type?"支付成功后":"预售结束后")+t._s(e.cart_info.productPresell.delivery_day)+"天内")]):t._e(),2===e.cart_info.productPresell.presell_type?i("v-uni-text",[t._v(t._s(1===e.cart_info.productPresell.delivery_type?"支付尾款后":"预售结束后")+t._s(e.cart_info.productPresell.delivery_day)+"天内")]):t._e()],1):t._e(),i("v-uni-view",{staticClass:"right-btn-box event_box"},[(0==e.is_refund&&10!=t.evaluate&&11!=t.evaluate&&t.orderData.refund_status||e.refund_num>0)&&t.evaluate>=0&&1!=t.evaluate&&2==t.evaluate?i("v-uni-view",{staticClass:"btn-item",on:{click:function(i){i.stopPropagation(),arguments[0]=i=t.$handleEvent(i),t.refund(e)}}},[t._v("申请退款")]):t._e(),1==e.is_refund?i("v-uni-view",{staticClass:"btn-item err"},[t._v("退款中 x\n\t\t\t\t\t\t\t\t\t\t"+t._s(e.product_num-e.refund_num))]):t._e(),e.is_refund>1?i("v-uni-view",{staticClass:"btn-item err"},[t._v("已退款 x\n\t\t\t\t\t\t\t\t\t\t"+t._s(e.product_num-e.refund_num))]):t._e(),0==e.is_reply&&2==t.evaluate&&0==e.is_refund?i("v-uni-view",{staticClass:"btn-item",on:{click:function(i){i.stopPropagation(),arguments[0]=i=t.$handleEvent(i),t.evaluateTap(e.order_product_id,t.orderId)}}},[t._v("去评价")]):1==e.is_reply&&2==t.evaluate?i("v-uni-view",{staticClass:"btn-item on"},[t._v("已评价")]):t._e()],1)],1)],1)],1),t.orderData.status>=10?i("v-uni-view",{staticClass:"event_progress"},[i("v-uni-view",{staticClass:"progress_list"},[i("v-uni-view",{staticClass:"progress_name"},[t._v("阶段一: 买家已付款")]),i("v-uni-view",{staticClass:"progress_price"},[t._v("商品定金"),i("v-uni-text",{staticClass:"align_right"},[t._v("¥"+t._s(t.orderData.pay_price))])],1),i("v-uni-view",{staticClass:"progress_pay"},[t._v("定金实付款"),i("v-uni-text",{staticClass:"align_right t-color"},[t._v("¥"+t._s(t.orderData.pay_price))])],1)],1),i("v-uni-view",{staticClass:"progress_list"},[i("v-uni-view",{staticClass:"progress_name"},[t._v("阶段二:"),10==t.orderData.status&&0==t.orderData.presellOrder.activeStatus?i("v-uni-text",[t._v("未开始")]):t._e(),10==t.orderData.status&&1==t.orderData.presellOrder.activeStatus?i("v-uni-text",[t._v("等待买家付尾款")]):t._e(),11==t.orderData.status||2==t.orderData.presellOrder.activeStatus?i("v-uni-text",[t._v("交易已关闭")]):t._e()],1),i("v-uni-view",{staticClass:"progress_price"},[t._v("商品尾款"),i("v-uni-text",{staticClass:"align_right"},[t._v("¥"+t._s(t.orderData.presellOrder.pay_price))])],1),i("v-uni-view",{staticClass:"progress_pay"},[t._v("尾款需付款"),i("v-uni-text",{staticClass:"align_right t-color"},[t._v("¥"+t._s(t.orderData.presellOrder.pay_price))])],1)],1)],1):t._e()],1):i("v-uni-view",{staticClass:"item"},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"pictrue",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.jumpCon(e)}}},[i("v-uni-image",{attrs:{src:e.cart_info.productAttr&&e.cart_info.productAttr.image||e.cart_info.product.image}})],1),i("v-uni-view",{staticClass:"text"},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"name line1"},[0!=e.product_type&&10!=e.product_type?i("v-uni-text",{class:"font_bg-red type"+e.product_type},[t._v(t._s(1==e.product_type?"秒杀":2==e.product_type?"预售":3==e.product_type?"助力":4==e.product_type?"拼团":""))]):t._e(),t._v(t._s(e.cart_info.product.store_name))],1),i("v-uni-view",{staticClass:"num"},[t._v("x "+t._s(e.product_num))])],1),e.cart_info.productAttr.sku?i("v-uni-view",{staticClass:"attr line1"},[t._v(t._s(e.cart_info.productAttr.sku))]):t._e(),3==e.cart_info.product_type?i("v-uni-view",{staticClass:"money p-color"},[t._v("¥"+t._s(e.cart_info.productAssistAttr.assist_price))]):4==e.cart_info.product_type?i("v-uni-view",{staticClass:"money p-color"},[t._v("¥"+t._s(e.cart_info.activeSku.active_price))]):i("v-uni-view",{staticClass:"money acea-row row-middle"},[i("v-uni-text",[t._v("¥"+t._s(e.cart_info.productAttr.price))]),e.cart_info.productAttr.show_svip_price?i("v-uni-image",{staticClass:"svip-img",attrs:{src:"/static/images/svip.png"}}):t._e()],1)],1)],1),i("v-uni-view",{staticClass:"right-btn-box"},[1==e.is_refund?i("v-uni-view",{staticClass:"btn-item err"},[t._v("退款中 x\n\t\t\t\t\t\t\t"+t._s(e.product_num-e.refund_num))]):t._e(),e.is_refund>1?i("v-uni-view",{staticClass:"btn-item err"},[t._v("已退款 x "+t._s(e.product_num-e.refund_num))]):t._e(),(0==e.is_refund&&10!=t.evaluate&&11!=t.evaluate&&t.orderData.refund_status||e.refund_num>0)&&9!=t.evaluate&&1!=t.evaluate&&4!=t.evaluate&&3!=t.evaluate||2==t.evaluate?i("v-uni-view",{staticClass:"btn-item",on:{click:function(i){i.stopPropagation(),arguments[0]=i=t.$handleEvent(i),t.refund(e)}}},[t._v("申请退款")]):t._e(),0==e.is_reply&&2!=t.evaluate&&3!=t.evaluate&&7!=t.evaluate&&8!=t.evaluate&&9!=t.evaluate&&e.refund_num>0?i("v-uni-view",{staticClass:"btn-item",on:{click:function(i){i.stopPropagation(),arguments[0]=i=t.$handleEvent(i),t.evaluateTap(e.order_product_id,t.orderId)}}},[t._v("去评价")]):1==e.is_reply&&2==t.evaluate?i("v-uni-view",{staticClass:"btn-item on"},[t._v("已评价")]):t._e()],1)],1)],1)}))],2)],1)},n=[]},c1a3:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return n})),i.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{style:t.viewColor},[i("v-uni-view",{staticClass:"mask-box"},[t.isShowBox?i("v-uni-view",{staticClass:"bg"}):t._e(),i("v-uni-view",{staticClass:"mask-content animated",class:{slideInUp:t.isShowBox}},[i("v-uni-view",{staticClass:"title-bar"},[t._v("配送方式"),i("v-uni-view",{staticClass:"close",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.closeShowBox.apply(void 0,arguments)}}},[i("v-uni-text",{staticClass:"iconfont icon-guanbi"})],1)],1),i("v-uni-view",{staticClass:"box"},t._l(t.radioList,(function(e,a){return i("v-uni-view",{key:a,staticClass:"check-item",class:{on:a==t.radioIndex}},[i("v-uni-view",[t._v(t._s(e.title))]),i("v-uni-view",{staticClass:"radio",on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.bindCheck(e,a)}}},[a==t.newData.order.isTake?[i("v-uni-view",{staticClass:"iconfont icon-xuanzhong1"})]:[i("v-uni-view",{staticClass:"iconfont icon-weixuanzhong"})]],2)],1)})),1),i("v-uni-view",{staticClass:"foot"},[i("v-uni-view",{staticClass:"btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.confirmBtn.apply(void 0,arguments)}}},[t._v("确定")])],1)],1)],1)],1)},n=[]},c9754:function(t,e,i){"use strict";var a=i("274e"),n=i.n(a);n.a},cafaa:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("26cb"),n={name:"Discount",props:{isShowDiscount:{type:Boolean,default:!1},couponData:{type:Object,default:function(){return{}}}},computed:(0,a.mapGetters)(["viewColor"]),data:function(){return{}},created:function(){},methods:{closeShowBox:function(){this.$emit("close")}}};e.default=n},d17c:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.mask-box .bg[data-v-e9022dc4]{z-index:9;position:fixed;left:0;bottom:%?100?%;width:100%;height:100%;background:rgba(0,0,0,.5)}.mask-box .mask-content[data-v-e9022dc4]{z-index:10;position:fixed;left:0;bottom:%?100?%;width:100%;background-color:#f5f5f5;border-radius:%?16?% %?16?% 0 0;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.mask-box .mask-content .title-bar[data-v-e9022dc4]{position:relative;text-align:center;padding:%?30?% 0;margin-bottom:%?20?%;font-size:%?32?%;color:#282828}.mask-box .mask-content .title-bar .close[data-v-e9022dc4]{position:absolute;right:%?30?%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mask-box .mask-content .title-bar .close .iconfont[data-v-e9022dc4]{color:#8a8a8a}.mask-box .mask-content .box[data-v-e9022dc4]{padding:0 %?30?% %?60?%}.mask-box .mask-content .box .check-item[data-v-e9022dc4]{display:flex;align-items:center;justify-content:space-between;height:%?40?%;margin-bottom:%?50?%;font-size:%?28?%}.mask-box .mask-content .box .check-item.total[data-v-e9022dc4]{font-weight:700;font-size:%?32?%}.mask-box .mask-content .box .check-item.total .radio[data-v-e9022dc4]{color:var(--view-priceColor)}.animated[data-v-e9022dc4]{-webkit-animation-duration:.3s;animation-duration:.3s}',""]),t.exports=e},d405:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("33b4"),n=i("26cb"),o={props:{pagesUrl:{type:String,default:""},address:{type:Object,default:function(){return{address:!0,addressId:0}}},isLog:{type:Boolean,default:!1}},computed:(0,n.mapGetters)(["viewColor"]),data:function(){return{active:0,addressList:[],is_loading:!0}},methods:{tapAddress:function(t,e){this.active=t,this.$emit("OnChangeAddress",e)},close:function(){this.$emit("changeClose"),this.$emit("changeTextareaStatus")},goAddressPages:function(){this.$emit("changeClose"),this.$emit("changeTextareaStatus"),uni.navigateTo({url:this.pagesUrl})},getAddressList:function(){var t=this;(0,a.getAddressList)({page:1,limit:5}).then((function(e){for(var i=e.data.list,a=0;a<e.data.list.length;a++)i[a].address_id==t.address.addressId&&(t.active=a);t.$set(t,"addressList",i),t.is_loading=!1}))}}};e.default=o},d57c:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3"),i("d3b7"),i("159b"),i("99af");i("107c6");var a=i("bb20"),n=i("95ca"),o=i("26cb"),r={props:{evaluate:{type:Number,default:0},activityType:{type:Number,default:0},cartInfo:{type:Array,default:function(){return[]}},orderId:{type:String,default:""},jump:{type:Boolean,default:!1},orderData:{type:Object,default:function(){return{}}}},computed:(0,o.mapGetters)(["viewColor"]),data:function(){return{totalNmu:"",isTimePay:!1}},watch:{cartInfo:function(t,e){var i=0;t.forEach((function(t,e){i+=t.cart_num})),this.totalNmu=i}},onShow:function(){this.isPayBalance()},mounted:function(){},methods:{evaluateTap:function(t,e){uni.navigateTo({url:"/pages/users/goods_comment_con/index?uni=".concat(t,"&order_id=").concat(e)})},isPayBalance:function(){10===this.orderData.status&&(new Date<new Date(this.orderData.presellOrder.final_start_time)?this.isTimePay=!1:new Date>=new Date(this.orderData.presellOrder.final_start_time)&&new Date<=new Date(this.orderData.presellOrder.final_start_time)&&(this.isTimePay=!0))},jumpCon:function(t){4==t.product_type&&(t.activity_id=t.cart_info&&t.cart_info.activeSku.product_group_id),3==t.product_type&&(t.activity_id=t.cart_info&&t.cart_info.productAssistAttr.product_assist_id),(0,a.goShopDetail)(t).then((function(e){(0,n.initiateAssistApi)(t.activity_id).then((function(t){var e=t.data.product_assist_set_id;uni.hideLoading(),uni.navigateTo({url:"/pages/activity/assist_detail/index?id="+e})})).catch((function(t){uni.showToast({title:t,icon:"none"})}))}))},refund:function(t){0==this.evaluate||9==this.evaluate||1==this.orderData.is_virtual?uni.navigateTo({url:"/pages/users/refund/confirm?order_id="+this.orderId+"&type=1&ids="+t.order_product_id+"&refund_type=1&order_type="+this.orderData.order_type}):uni.navigateTo({url:"/pages/users/refund/select?order_id="+this.orderId+"&type=1&order_type="+this.orderData.order_type+"&ids="+t.order_product_id})}}};e.default=r},e137:function(t,e,i){var a=i("8fa3");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("565c5503",a,!0,{sourceMap:!1,shadowMode:!1})},e21f:function(t,e,i){"use strict";var a=i("33fc"),n=i.n(a);n.a},e40c:function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=a(i("5530")),o=(a(i("a040")),i("cc48"),i("8a31"),i("26cb")),r=(a(i("8afb")),i("5315")),s=(a(i("1ba1")),i("5eb1")),c=(getApp(),{name:"Authorize",props:{isAuto:{type:Boolean,default:!0},isGoIndex:{type:Boolean,default:!0},isShowAuth:{type:Boolean,default:!1},isPay:{type:Boolean,default:!1}},components:{},data:function(){return{title:"用户登录",info:"请登录,将为您提供更好的服务!",isWeixin:this.$wechat.isWeixin(),payInfo:"",canUseGetUserProfile:!1,code:null,top:0,mp_is_new:this.$Cache.get("MP_VERSION_ISNEW")||!1,editModal:!1}},computed:(0,n.default)((0,n.default)({},(0,o.mapGetters)(["isLogin","userInfo","viewColor"])),(0,r.configMap)(["routine_logo"])),watch:{isLogin:function(t){!0===t&&this.$emit("onLoadFun",this.userInfo)},isShowAuth:function(t){this.getCode(this.isShowAuth)}},created:function(){this.top=uni.getSystemInfoSync().windowHeight/2-70,wx.getUserProfile&&(this.canUseGetUserProfile=!0),this.setAuthStatus(),this.getCode(this.isShowAuth)},methods:{setPayInfo:function(t){this.payInfo=t},setAuthStatus:function(){},getCode:function(t){t&&(this.code=1)},toWecahtAuth:function(){(0,s.toLogin)(!0)},getUserProfile:function(){(0,s.toLogin)(!0),uni.navigateTo({url:"/pages/users/login/login_copy"})},close:function(){var t=getCurrentPages();t[t.length-1];this.$emit("authColse",!1),this.isGoIndex?uni.switchTab({url:"/pages/index/index"}):this.$emit("authColse",!1)}}});e.default=c},e5c2:function(t,e,i){"use strict";i.r(e);var a=i("cafaa"),n=i.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(o);e["default"]=n.a},e680:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3"),i("ac1f"),i("e9c4");i("ece0");var a=i("26cb"),n=i("3093"),o={props:{openType:{type:Number,default:0},coupon:{type:Object,default:function(){return{}}},coupon_amount:{type:Number},coupon_number:{type:Number},couponTitle:{type:String,default:"优惠券"}},filters:{timeYMD:function(t){if(t){var e=/\d{4}-(\d{1,2}\d{1,2}-\d{1,2}\d{1,2})/g.exec(t);return(null===e||void 0===e?void 0:e[0])||""}}},computed:(0,a.mapGetters)(["viewColor","keyColor"]),data:function(){return{domain:n.HTTP_REQUEST_URL,couponArr:[],couponData:{},active:{},allNum:0,allCouponNum:0,use_store_coupon:0,pay_price:0,goodsOrder:"",moneyBg:"/static/images/couponBg"}},watch:{coupon:{handler:function(t,e){this.couponArr=JSON.parse(JSON.stringify(t.coupon))},immediate:!0,deep:!0}},mounted:function(){this.couponData=this.coupon,this.couponArr=JSON.parse(JSON.stringify(this.coupon.coupon));var t=this.active[this.couponData.mer_id]={};t.product=[],t.store=""},methods:{close:function(){this.$emit("ChangCouponsClone")},getCouponUser:function(t,e){this.$emit("getCoupon",e)}}};e.default=o},e8d8:function(t,e){function i(t){for(var e={},i=t.split(","),a=i.length;a--;)e[i[a]]=!0;return e}t.exports={filter:null,highlight:null,onText:null,blankChar:i(" , ,\t,\r,\n,\f"),blockTags:i("address,article,aside,body,caption,center,cite,footer,header,html,nav,section,pre"),ignoreTags:i("area,base,basefont,canvas,command,frame,input,isindex,keygen,link,map,meta,param,script,source,style,svg,textarea,title,track,use,wbr,embed,iframe"),richOnlyTags:i("a,colgroup,fieldset,legend,picture,table"),selfClosingTags:i("area,base,basefont,br,col,circle,ellipse,embed,frame,hr,img,input,isindex,keygen,line,link,meta,param,path,polygon,rect,source,track,use,wbr"),trustAttrs:i("align,alt,app-id,author,autoplay,border,cellpadding,cellspacing,class,color,colspan,controls,data-src,dir,face,height,href,id,ignore,loop,media,muted,name,path,poster,rowspan,size,span,src,start,style,type,unit-id,width,xmlns"),boolAttrs:i("autoplay,controls,ignore,loop,muted"),trustTags:i("a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video"),userAgentStyles:{address:"font-style:italic",big:"display:inline;font-size:1.2em",blockquote:"background-color:#f6f6f6;border-left:3px solid #dbdbdb;color:#6c6c6c;padding:5px 0 5px 10px",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",img:"max-width:100%",mark:"background-color:yellow",picture:"max-width:100%",pre:"font-family:monospace;white-space:pre;overflow:scroll",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"}}},ece0:function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.ajcaptchaCheck=function(t){return n.default.post("ajcheck",t,{noAuth:!0})},e.appleAppAuth=function(t){return n.default.post("auth/apple",t,{noAuth:!0})},e.appletsDecrypt=function(t){return n.default.post("user/mp/binding",t)},e.bindingPhone=function(t){return n.default.post("user/binding",t)},e.brigade=function(t){return n.default.get("v2/system/brigade",t,{noAuth:!0})},e.cloudWarehouse=function(t){return n.default.get("store/product/cloudWarehouse",t,{noAuth:!0})},e.getAjcaptcha=function(t){return n.default.get("ajcaptcha",t,{noAuth:!0})},e.getAppVersion=function(){return n.default.get("appVersion",{},{noAuth:!0})},e.getArticleBannerList=function(){return n.default.get("article/banner/list",{},{noAuth:!0})},e.getArticleCategoryList=function(){return n.default.get("article/category/lst",{},{noAuth:!0})},e.getArticleCategoryLists=function(){return n.default.get("article/category/lst?is_home=1",{},{noAuth:!0})},e.getArticleDetails=function(t){return n.default.get("article/detail/"+t,{},{noAuth:!0})},e.getArticleHotList=function(){return n.default.get("article/hot/list",{},{noAuth:!0})},e.getArticleList=function(t,e){return n.default.get("article/lst/"+t,e,{noAuth:!0})},e.getCity=function(){return n.default.get("system/city/lst",{},{noAuth:!0})},e.getCityCloundShop=function(t){return n.default.get("city/get_cloud_shop",t)},e.getCityList=function(t){return n.default.get("v2/system/city",{address:t},{noAuth:!0})},e.getCityV2=function(t){return n.default.get("v2/system/city/lst/"+t,{},{noAuth:!0})},e.getCoupons=function(t){return n.default.get("coupon/product",t,{noAuth:!0})},e.getDiy=function(t){return n.default.get("diy",t,{noAuth:!0})},e.getIndexData=function(){return n.default.get("common/home",{},{noAuth:!0})},e.getLiveList=function(t,e){return n.default.get("wechat/live",{page:t,limit:e},{noAuth:!0})},e.getLogo=function(){return n.default.get("wechat/get_logo",{},{noAuth:!0})},e.getPageDiy=function(t){return n.default.get("micro",t,{noAuth:!0})},e.getProductSpuAPI=function(t,e){return n.default.get("product/spu/cloud_merchant/".concat(t),e,{noAuth:!0})},e.getShopCoupons=function(t){return n.default.get("coupon/store/"+t,{},{noAuth:!0})},e.getTemlIds=function(){return n.default.get("wechat/teml_ids",{},{noAuth:!0})},e.getUserCoupons=function(t){return n.default.get("coupon/list",t)},e.get_cloud_shop=function(t){return n.default.get("city/get_cloud_shop?street_code=".concat(t),{},{noAuth:!0})},e.loginMobile=function(t){return n.default.post("login/mobile",t,{noAuth:!0})},e.logout=function(){return n.default.get("logout")},e.marginlist=function(t){return n.default.get("user/margin/list",t)},e.merchant=function(t){return n.default.get("store/merchant/margin",t)},e.modifyPassword=function(t){return n.default.post("user/change/password",t)},e.modifyPhone=function(t){return n.default.post("user/change/phone",t)},e.paymerchant=function(){return n.default.post("user/margin",{})},e.phoneLogin=function(t){return n.default.post("login",t,{noAuth:!0})},e.phoneRegister=function(t){return n.default.post("register",t,{noAuth:!0})},e.phoneRegisterReset=function(t){return n.default.post("register/reset",t,{noAuth:!0})},e.pink=function(){return n.default.get("pink",{},{noAuth:!0})},e.post_product_import=function(t){return n.default.post("micro/product_import",{id:t},{noAuth:!0})},e.registerVerify=function(t,e,i,a){return n.default.post("register/verify",{phone:t,type:void 0===e?"reset":e,key:i,code:a},{noAuth:!0})},e.seachBarCodeAPI=function(t){return n.default.get("micro/seach_bar_code",t)},e.setCouponReceive=function(t){return n.default.post("coupon/receive/"+t)},e.setFormId=function(t){return n.default.post("wechat/set_form_id",{formId:t})},e.spuRecommend=function(t){return n.default.get("product/spu/recommend",t,{noAuth:!0})},e.switchH5Login=function(t){return n.default.post("user/switch",t)},e.verifyCode=function(){return n.default.get("verify_code",{},{noAuth:!0})},e.village=function(t){return n.default.get("v2/system/geo/lst",t,{noAuth:!0})},e.wechatAppAuth=function(t){return n.default.post("auth/app",t,{noAuth:!0})};var n=a(i("6860"))},ee9e:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.Popup[data-v-42119758]{flex:1;align-items:center;justify-content:center;width:%?500?%;background-color:#fff;position:fixed;top:%?500?%;left:%?125?%;z-index:1000;border-radius:8px;overflow:hidden}.Popup .logo-auth[data-v-42119758]{z-index:-1;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:%?150?%;height:%?150?%;display:flex;align-items:center;justify-content:center;border:%?8?% solid #fff;border-radius:50%;background:#fff}.Popup .image[data-v-42119758]{height:%?42?%;margin-top:%?-54?%}.Popup .title[data-v-42119758]{font-size:%?28?%;color:#000;text-align:center;margin-top:%?30?%;align-items:center;justify-content:center;width:%?500?%;display:flex}.Popup .tip[data-v-42119758]{font-size:%?22?%;color:#555;padding:0 %?24?%;margin-top:%?25?%;display:flex;align-items:center;justify-content:center}.Popup .bottom .item[data-v-42119758]{flex:1;width:%?250?%;height:%?80?%;background-color:#eee;text-align:center;line-height:%?80?%;margin-top:%?54?%;font-size:%?24?%;color:#666}.Popup .bottom .item .text[data-v-42119758]{font-size:%?24?%;color:#666}.Popup .bottom .item.on[data-v-42119758]{width:%?500?%}.flex[data-v-42119758]{display:flex;flex-direction:row}.Popup .bottom .item.grant[data-v-42119758]{font-weight:700;background-color:#e93323;\r\n /* background-color: var(--view-theme); */border-radius:0;padding:0}.Popup .bottom .item.grant .text[data-v-42119758]{font-size:%?28?%;color:#fff}.mask[data-v-42119758]{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.65);z-index:99}',""]),t.exports=e}}]); |