3 lines
28 KiB
JavaScript
3 lines
28 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-579995eb"],{"0789":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"page"},[n("c-title",{attrs:{text:"供应商信息"}}),n("div",{staticClass:"headeras"},[n("div",{staticClass:"c1"},[n("div",{staticClass:"face"},[n("img",{attrs:{src:t.supplierInfo.logo,alt:""}})]),n("div",{staticClass:"info"},[n("div",{staticClass:"desc"},[t._v(t._s(this.fun.isTextEmpty(t.supplierInfo.store_name)?t.supplierInfo.username:t.supplierInfo.store_name))]),n("div",{staticClass:"goods_num"},[t._v("商品数量:"+t._s(t.infoData.goods_count))])])]),n("div",{staticClass:"c2"},[n("div",{staticClass:"evaluate"},[n("span",{staticStyle:{"margin-right":"0.2rem"}},[t._v("综合评价:")]),n("van-rate",{attrs:{size:18,color:"#ffba00","allow-half":"","void-icon":"star","void-color":"#d5d5d5",readonly:!0,touchable:!1},model:{value:t.infoData.average_score,callback:function(e){t.$set(t.infoData,"average_score",e)},expression:"infoData.average_score"}})],1),n("div",{staticClass:"desc"},[t._v(" 由平台根据用户对供应商订单商品评价结果评估,星星越多评价越高 ")])])]),n("div",{staticClass:"cutting"}),n("div",{staticClass:"basicInfo"},[n("p",{staticClass:"name"},[t._v("基本信息")]),n("div",{staticClass:"items"},[n("div",{staticClass:"item"},[n("span",{staticClass:"c1"},[t._v("店铺名称")]),n("span",{staticClass:"c2"},[t._v(t._s(t.infoData.store_name))])]),n("div",{staticClass:"item"},[n("span",{staticClass:"c1"},[t._v("服务电话")]),n("span",{staticClass:"c2",staticStyle:{color:"#f15353"}},[t._v(t._s(t.infoData.mobile))])]),n("div",{staticClass:"item"},[n("span",{staticClass:"c1"},[t._v("所在地")]),n("span",{staticClass:"c2"},[t._v(t._s(t.infoData.address))])]),n("div",{staticClass:"item"},[n("span",{staticClass:"c1"},[t._v("开店时间")]),n("span",{staticClass:"c2"},[t._v(t._s(t.infoData.created_at))])])]),n("div",{staticClass:"btns"},[n("div",{staticClass:"btn",on:{click:t.gotoSupplier}},[n("i",{staticClass:"iconfont icon-dianpu"}),n("span",[t._v("进入店铺")])]),n("p",{staticStyle:{width:"0.031rem",height:"1.594rem","background-color":"#dee2ee"}}),n("div",{staticClass:"btn",on:{click:function(e){t.show1=!0}}},[n("i",{staticClass:"iconfont icon-linedesign-20"}),n("span",[t._v("联系客服")])])])]),n("div",{staticClass:"cutting"}),n("div",{staticClass:"qualifi"},[n("p",{staticClass:"name"},[t._v("企业资质")]),n("p",{staticClass:"desc"},[t._v("根据国家工商总局《网络交易管理办法》要求对网店营业执照等信息公示如下")]),t._l(t.infoData.certificate,(function(t,e){return n("div",{key:e,staticClass:"img"},[n("img",{attrs:{src:t,alt:""}})])}))],2),n("van-popup",{staticStyle:{width:"80%"},attrs:{position:"center",round:""},model:{value:t.show1,callback:function(e){t.show1=e},expression:"show1"}},[n("div",{staticClass:"pop-content"},[n("div",{staticClass:"pop-top"},[t.fun.isTextEmpty(t.cservice)?t._e():n("div",{staticClass:"left"},[n("div",{staticClass:"wrap"},[n("a",{attrs:{href:t.cservice}},[n("div",{staticClass:"image"},[n("img",{attrs:{src:i("10d4")}})])]),n("div",[t._v("在线联系")])])]),t.fun.isTextEmpty(t.cservice)||t.fun.isTextEmpty(t.service_mobile)?t._e():n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("div",{staticClass:"line"})]),t.fun.isTextEmpty(t.service_mobile)?t._e():n("div",{staticClass:"right"},[n("div",{staticClass:"wrap"},[n("a",{attrs:{href:"tel:"+t.service_mobile}},[n("div",{staticClass:"image"},[n("img",{attrs:{src:i("209a")}})])]),n("div",[t._v(t._s(t.service_mobile))])])])]),t.fun.isTextEmpty(t.service_QRcode)?t._e():n("div",{staticClass:"pop-bottom"},[n("div",{staticClass:"image"},[n("img",{staticStyle:{width:"100%",height:"100%"},attrs:{src:t.service_QRcode}})])]),n("i",{staticClass:"iconfont icon-close11",on:{click:function(e){t.show1=!1}}})])])],1)},a=[],o=i("c7eb"),r=i("1da1"),s="plugin.supplier.frontend.shop.index.index",c="plugin.supplier.frontend.shop.index.getSupplierInfo",l={data:function(){return{show1:!1,cservice:"",service_QRcode:"",service_mobile:"",indexData:{},supplierInfo:{},infoData:{},activeStar:0,quietStar:0}},activated:function(){this.getIndexData(),this.getSupplierInfo()},methods:{gotoSupplier:function(){window.history.length<=1?this.$router.push(this.fun.getUrl("SupplierShop",{id:this.$route.params.id,fromHome:1})):this.$router.go(-1)},getIndexData:function(){var t=this;$http.get(s,{sid:this.$route.params.id},"加载中...").then((function(e){1==e.result&&(t.indexData=e.data,t.supplierInfo=e.data.supplier,t.indexData.hasOwnProperty("cservice")&&(t.cservice=t.indexData.cservice),t.indexData.hasOwnProperty("cservice")||(t.cservice=t.indexData.supplier_link),t.indexData.hasOwnProperty("service_QRcode")&&(t.service_QRcode=t.indexData.service_QRcode),t.indexData.hasOwnProperty("service_mobile")&&(t.service_mobile=t.indexData.service_mobile),t.fun.wxShare("",{},{title:t.supplierInfo.store_name,imgUrl:t.supplierInfo.logo}))})).catch((function(t){}))},getSupplierInfo:function(){var t=this;return Object(r["a"])(Object(o["a"])().mark((function e(){var i;return Object(o["a"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,$http.get(c,{sid:t.$route.params.id},"加载中...");case 2:if(i=e.sent,1==i.result){e.next=5;break}return e.abrupt("return");case 5:t.infoData=i.data;case 6:case"end":return e.stop()}}),e)})))()},initShare:function(){var t=this,e={url:"android"===this.fun.isIosOrAndroid()?window.location.href:window.initUrl};$http.post("member.member.wxJsSdkConfig",e).then((function(e){1===e.result&&e.data.config&&t.share(e.data)})).catch((function(t){}))},share:function(t){var e=this;wx.config(t.config),wx.ready((function(){var i=e.fun.isTextEmpty(e.supplierInfo.store_name)?t.share.title:e.supplierInfo.store_name,n=document.location.href+"&share_tag=2";n=e.fun.isMid(n,t.info.uid);var a=e.fun.isTextEmpty(e.supplierInfo.logo)?t.share.icon:e.supplierInfo.logo,o=e.fun.isTextEmpty(t.shop.share.desc)?"":t.shop.share.desc;wx.showOptionMenu(),wx.onMenuShareTimeline({title:i,link:n,imgUrl:a,success:function(){Toast("分享成功")},cancel:function(){Toast("取消分享")}}),wx.onMenuShareAppMessage({title:i,desc:o,link:n,imgUrl:a,type:"link",dataUrl:"",success:function(){Toast("分享成功")},cancel:function(){Toast("取消分享")}})}))}}},p=l,d=(i("d7f1"),i("2877")),f=Object(d["a"])(p,n,a,!1,null,"e44e4f38",null);e["default"]=f.exports},"10d4":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTg3MjQxNDg5QzIxMUVBOUJEMEI0Q0FGOUM4ODVENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTg3MjQxNTg5QzIxMUVBOUJEMEI0Q0FGOUM4ODVENyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxODcyNDEyODlDMjExRUE5QkQwQjRDQUY5Qzg4NUQ3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIxODcyNDEzODlDMjExRUE5QkQwQjRDQUY5Qzg4NUQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+QtDptQAAB9VJREFUeNrsXXtQVGUUPwvI+yGw4AtwUBATSCC1F2lao2aOqT1tNNOyRjMds/zPGTVrynyVpTVl2WRjNpY6+UgLGwtmVMxIHoqoiLwUwV1gXWR5bOdjD8nbu9997L3L/mZ+f7jc/e45v733fOd8L3VWqxVckA5uLglcgroEdQnqAjc8uvowNHOXSxkBqBo9S5igDoA7Mgk5EhmHHIaMYb8t0h8ZQNfVIk3MF+RF5AVkPvJfZBaySZVPqEKIRM5APoYci+wr4DsBxAHIhA5/MyL/RKYh9yDLeoOg3sjnkfORjyB1ErbNfpBpxI3I35HfIX9C3na2TikIuRJZhNxBT6RO5hAyCbmT7rmSbNC8oJ7I5chC5BpkuAPewnC692WyxVOrgo5H5iDXI4NV0PGFkC05ZJtmBPVFbqXOIVaF2U4s2baVbFW1oCzdOYlcKHOMFAsd2XiKbFaloBPJwAQN5ebxyEyyXVWCzkEeVKonlRiBZPtctQi6APmtiqou3nz8G/LFoYI+i9ym8nhpT1xlvjznKEEnUOLs7kTjHe5UXU1QWlDWM/4sd5LsIHiSb8OUEtSX6uMgcF4EkY++Sgj6kcZSI14kkK+yCppKCXFvwULyWRZBPahc0/UiQXXks4c9IgnFEmSi1Na+HB4Dr4XHwRDvAPDQSf9bVTTchv03r8IHZdlgbLTwNJFIvm8U5FNXCx26mFNiQZoNf4VI6ez7USnwer84RR61c3XVMPncb2BqauD5ugEZjaxu+2FXc0pCX/k3pRbzPr9QxcRkuMcnCJYNGMH79WB6SiWJoT7IpVI7ODN0sOIBcWaIqHsuIS1EC8pKMb3UzkV4+iouaISXqHvqhZSlQgR9RZYaT6d8suAmPkF5VaygUfbmYV2B9eBJfiHOkG89TJpwCzpdbN65uP9wyEycCmkjJsGOmFStC8q0mCFG0CfFWrB84J0qdWpwJAz30fwQwBReQT2keN0D3fu0z3E9vLq9dm3JWYjL2guzCo6DoYskPNtsgLG5hyHl7C+wD5N1njYkANOkD4+gKSDDrGB3yKitgE3luVCJlc1RYxmsw8qmI966kgm5ZiMU1ZtgUeEJqOmQpAtpQwIwTZJ5BE1S8j0qtZjb/bu43tzjNfXNTVhW1vXYxtX6W3KZm8QjqKJDdBMC+4OewgGL/LP00Z2uebpNMTDKXw8x3oE9tvGifohc5ibyDI4MVVJQfR9vOBY/GQ4ZSuBev2C43z+s0zVrIpNhFJaspuZGmB4SxdWGRIjmETRK6e5zEFZPC/oN6zFneSokSlQbEiGK55XXgwvdIYxHUH+Xbt3CzyWotAjgEdQip0WmpkbFVTA3y3/PngStlfPGZ25VKS7oGZNk9zTxCGqSwykfN9tCk12VhXC9Q2IuNzaW5zlUUKMcTsX72hYz12LZ+MKF41BukV9Ui7UZVhSdhuM116Rq8gZPHloKtn1DkmJO2FD4/Np5qEcnz5oNMCb7AEwJHgTRXgHgJnDQeTxWRKP9O2d1f2MYSasub/dZVUM9HDGWQrFF0jK0mEfQS7KUGF7+8En0A7C48AQ0oKiso9hTVWRXG+vLcmDZgHhYMTCh3cj/aVMlfFiarUT0uMwjaI5c1jyDNflILA133rgEhfUmELpjP73messIU5PV2iLqH/g0fjH0oZYfSWFk8wiaJadFsd6BsDoy2e7MYNr5NKhrbvr/FR+Xc7hlfn92mKJDD1k8ndI/LHVTUzad4hcKP8SOAy/dHbNvYchYeuUUzL2YDjcbLUqYYSZt7BaUjd6mq61ESQ3sB1/HpHZatnPAUNwSBhRAOmljt6AMB9VY903uOwg+i35QimlhHhzirZQY9iFFnfLC0iO5OrZ1g0cpLSnTYq8YQdlMWIYYC/Z3M5kmBeaFx8DKiJFKCppBmgBPL9+Kr0DE7OeSwpMt6U6El23Ea7SfHsYH9e+co5mNcMhYwnUPtqynxKJI/7n9bhcIEfRHsG065RpwZsn795V38mD2is4Pj4V3MWXycnNvI6hBqaScF5XI3Xe7SMjaJlZsb5EyCG2vKIBH835tmWfXED4lLUQLyvAx2BadSoYLdTUwMe8obLl2DjRwthnzfbOQC4UKylburpVjFGhVcRZMzz/WaU5dZXgPOqxe7g5Cl4S3xtszIPE6ew2ABXa2iqbTcL+YJeFADb4hNi/VGKzks+C5E3v3Kf0Ftg2mvQXbyGeQS1CGd5B5vUDMPPIV5BaU9R4zhQZpjaKafDQrIShDPt3Q4oRiWsi3fJ4vi9kvfwxsR2M0OZGYzJeXyDdQWtDWsnShk/T8VvJlt5hGpDhz5EuwHYDSqGExme3zyBdwtKAM7FgJtsGhRoNiMpungu0gGlCLoAxHkWOQuRoSM5dsPiJVg1KfLJZPBm5TeVy1ko1jeHtzpQRtzVMXIR9HFqhQzAKybRHIMKsr5+mMLPVgGx/eBpnWSdkJI9mSICYtcqSgrUnyBiTbjrEKWeEAIdk9V5MNG+QuRpQ64dZATg2m9CRD5hjLEnR2ZPBsuucqkHiAvDsofV4dOwt5B5E5yjaiPgG285h9RLbNpifYyNBhKjh6xaHWbcGW3G0msr2TyRTf2h67ziYG2e4u3zYdHssb2YRZ22PX2ZIRtjymARwMtZyoyIQ4RdQ0dK7//kebnZJLUBdcgroEdUb8J8AA3YImR9R6IOQAAAAASUVORK5CYII="},"1da1":function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));i("d3b7");function n(t,e,i,n,a,o,r){try{var s=t[o](r),c=s.value}catch(l){return void i(l)}s.done?e(c):Promise.resolve(c).then(n,a)}function a(t){return function(){var e=this,i=arguments;return new Promise((function(a,o){var r=t.apply(e,i);function s(t){n(r,a,o,s,c,"next",t)}function c(t){n(r,a,o,s,c,"throw",t)}s(void 0)}))}}},"209a":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTM4OEVFNDg5QzIxMUVBOTZBMTgzNUIzQkY0OTFBMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTM4OEVFNTg5QzIxMUVBOTZBMTgzNUIzQkY0OTFBMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMzg4RUUyODlDMjExRUE5NkExODM1QjNCRjQ5MUEyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIxMzg4RUUzODlDMjExRUE5NkExODM1QjNCRjQ5MUEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xeZ5HgAACWdJREFUeNrsXQuUTVUY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"},"6ad5":function(t,e,i){var n=i("e3b7");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("499e").default;a("f6a84350",n,!0,{sourceMap:!1,shadowMode:!1})},c7eb:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));i("a4d3"),i("e01a"),i("d3b7"),i("d28b"),i("3ca3"),i("ddb0"),i("b636"),i("944a"),i("0c47"),i("23dc"),i("d9e2"),i("3410"),i("159b"),i("b0c0"),i("131a"),i("fb6a");var n=i("53ca");function a(){
|
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
a=function(){return t};var t={},e=Object.prototype,i=e.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},r=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function l(t,e,i){return Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(C){l=function(t,e,i){return t[e]=i}}function p(t,e,i,n){var a=e&&e.prototype instanceof u?e:u,o=Object.create(a.prototype),r=new D(n||[]);return o._invoke=function(t,e,i){var n="suspendedStart";return function(a,o){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===a)throw o;return S()}for(i.method=a,i.arg=o;;){var r=i.delegate;if(r){var s=k(r,i);if(s){if(s===f)continue;return s}}if("next"===i.method)i.sent=i._sent=i.arg;else if("throw"===i.method){if("suspendedStart"===n)throw n="completed",i.arg;i.dispatchException(i.arg)}else"return"===i.method&&i.abrupt("return",i.arg);n="executing";var c=d(t,e,i);if("normal"===c.type){if(n=i.done?"completed":"suspendedYield",c.arg===f)continue;return{value:c.arg,done:i.done}}"throw"===c.type&&(n="completed",i.method="throw",i.arg=c.arg)}}}(t,i,r),o}function d(t,e,i){try{return{type:"normal",arg:t.call(e,i)}}catch(C){return{type:"throw",arg:C}}}t.wrap=p;var f={};function u(){}function h(){}function m(){}var v={};l(v,r,(function(){return this}));var b=Object.getPrototypeOf,g=b&&b(b(E([])));g&&g!==e&&i.call(g,r)&&(v=g);var w=m.prototype=u.prototype=Object.create(v);function y(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){function a(o,r,s,c){var l=d(t[o],t,r);if("throw"!==l.type){var p=l.arg,f=p.value;return f&&"object"==Object(n["a"])(f)&&i.call(f,"__await")?e.resolve(f.__await).then((function(t){a("next",t,s,c)}),(function(t){a("throw",t,s,c)})):e.resolve(f).then((function(t){p.value=t,s(p)}),(function(t){return a("throw",t,s,c)}))}c(l.arg)}var o;this._invoke=function(t,i){function n(){return new e((function(e,n){a(t,i,e,n)}))}return o=o?o.then(n,n):n()}}function k(t,e){var i=t.iterator[e.method];if(void 0===i){if(e.delegate=null,"throw"===e.method){if(t.iterator["return"]&&(e.method="return",e.arg=void 0,k(t,e),"throw"===e.method))return f;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return f}var n=d(i,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,f;var a=n.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function I(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function D(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function E(t){if(t){var e=t[r];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,a=function e(){for(;++n<t.length;)if(i.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return a.next=a}}return{next:S}}function S(){return{value:void 0,done:!0}}return h.prototype=m,l(w,"constructor",m),l(m,"constructor",h),h.displayName=l(m,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===h||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,l(t,c,"GeneratorFunction")),t.prototype=Object.create(w),t},t.awrap=function(t){return{__await:t}},y(x.prototype),l(x.prototype,s,(function(){return this})),t.AsyncIterator=x,t.async=function(e,i,n,a,o){void 0===o&&(o=Promise);var r=new x(p(e,i,n,a),o);return t.isGeneratorFunction(i)?r:r.next().then((function(t){return t.done?t.value:r.next()}))},y(w),l(w,c,"Generator"),l(w,r,(function(){return this})),l(w,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var i in t)e.push(i);return e.reverse(),function i(){for(;e.length;){var n=e.pop();if(n in t)return i.value=n,i.done=!1,i}return i.done=!0,i}},t.values=E,D.prototype={constructor:D,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(i,n){return r.type="throw",r.arg=t,e.next=i,n&&(e.method="next",e.arg=void 0),!!n}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],r=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var s=i.call(o,"catchLoc"),c=i.call(o,"finallyLoc");if(s&&c){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(s){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&i.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var o=a;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var r=o?o.completion:{};return r.type=t,r.arg=e,o?(this.method="next",this.next=o.finallyLoc,f):this.complete(r)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.finallyLoc===t)return this.complete(i.completion,i.afterLoc),A(i),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var i=this.tryEntries[e];if(i.tryLoc===t){var n=i.completion;if("throw"===n.type){var a=n.arg;A(i)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,i){return this.delegate={iterator:E(t),resultName:e,nextLoc:i},"next"===this.method&&(this.arg=void 0),f}},t}},d7f1:function(t,e,i){"use strict";i("6ad5")},e3b7:function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".page[data-v-e44e4f38]{background:#fff;min-height:100vh}.headeras[data-v-e44e4f38]{padding-top:.5rem;padding-bottom:1.344rem}.headeras .c1[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:1.688rem}.headeras .c1 .face[data-v-e44e4f38]{padding-left:1rem;padding-right:1rem;width:6rem;height:4rem}.headeras .c1 .face img[data-v-e44e4f38]{width:4rem;height:4rem;border-radius:50%}.headeras .c1 .info[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;text-align:left;height:4rem}.headeras .c1 .info .desc[data-v-e44e4f38]{font-size:.8rem;color:#000;letter-spacing:.05rem;font-weight:700}.headeras .c1 .info .goods_num[data-v-e44e4f38]{font-size:.638rem;color:#333}.headeras .c2[data-v-e44e4f38]{margin-top:.59rem;padding-left:.781rem;padding-right:.8rem;text-align:left}.headeras .c2 .evaluate[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.headeras .c2 .evaluate span[data-v-e44e4f38]{font-size:.875rem;color:#333}.headeras .c2 .evaluate .icon-collect-active[data-v-e44e4f38]{color:#d5d5d5}.headeras .c2 .evaluate .active[data-v-e44e4f38]{color:#ffba00}.headeras .c2 .desc[data-v-e44e4f38]{margin-top:.506rem;font-size:.75rem;color:#666;line-height:1.125rem}.cutting[data-v-e44e4f38]{width:100%;height:.625rem;background-color:#f6f6f7}.basicInfo[data-v-e44e4f38]{text-align:left;padding:0 .75rem}.basicInfo .name[data-v-e44e4f38]{font-size:1rem;color:#000;height:2.545rem;line-height:2.545rem}.basicInfo .items[data-v-e44e4f38]{border-bottom:.031rem solid #dee2ee}.basicInfo .items .item[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:2.231rem}.basicInfo .items .item .c1[data-v-e44e4f38]{font-size:.875rem;color:#333}.basicInfo .items .item .c2[data-v-e44e4f38]{font-size:.875rem;color:#000}.basicInfo .btns[data-v-e44e4f38]{height:3rem;-ms-flex-align:center}.basicInfo .btns[data-v-e44e4f38],.basicInfo .btns .btn[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.basicInfo .btns .btn[data-v-e44e4f38]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center}.basicInfo .btns .btn .iconfont[data-v-e44e4f38]{color:#f15353}.basicInfo .btns .btn span[data-v-e44e4f38]{font-size:.875rem;margin-left:.844rem;color:#000}.qualifi[data-v-e44e4f38]{text-align:left;padding:0 .75rem;padding-bottom:2rem}.qualifi .name[data-v-e44e4f38]{font-size:1rem;color:#000;height:2.545rem;line-height:2.545rem}.qualifi .desc[data-v-e44e4f38]{font-size:.875rem;letter-spacing:.044rem;color:#333;text-indent:1.75rem}.qualifi .img[data-v-e44e4f38]{margin-top:.938rem}.qualifi .img img[data-v-e44e4f38]{width:21.875rem}.pop-content[data-v-e44e4f38]{width:100%;padding:3.1875rem 0;text-align:center;border-radius:1.1875rem;background:#fff}.pop-content .pop-top[data-v-e44e4f38]{-webkit-box-align:unset;-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset}.pop-content .pop-top[data-v-e44e4f38],.pop-content .pop-top .left[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pop-content .pop-top .left[data-v-e44e4f38]{width:50%}.pop-content .pop-top .left .wrap[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pop-content .pop-top .left .wrap .image[data-v-e44e4f38]{width:2.625rem;height:2.625rem;margin-bottom:.5rem}.pop-content .pop-top .left .wrap .image img[data-v-e44e4f38]{width:100%;height:100%}.pop-content .pop-top .line[data-v-e44e4f38]{width:1px;height:1.625rem;background-color:#999}.pop-content .pop-top .right[data-v-e44e4f38]{width:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pop-content .pop-top .right[data-v-e44e4f38],.pop-content .pop-top .right .wrap[data-v-e44e4f38]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pop-content .pop-top .right .wrap[data-v-e44e4f38]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pop-content .pop-top .right .wrap .image[data-v-e44e4f38]{width:2.625rem;height:2.625rem;margin-bottom:.5rem}.pop-content .pop-top .right .wrap .image img[data-v-e44e4f38]{width:100%;height:100%}.pop-content .pop-bottom[data-v-e44e4f38]{margin-top:1rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pop-content .pop-bottom .image[data-v-e44e4f38]{width:50%}.pop-content .pop-bottom .image img[data-v-e44e4f38]{width:100%;height:100%}.pop-content .icon-close11[data-v-e44e4f38]{position:absolute;right:1rem;top:1rem;font-size:18px}",""]),t.exports=e}}]); |