shop-php/public/static/js/pages-admin-goods_details-index.ad499537.js
2024-02-27 17:24:41 +08:00

1 line
70 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-admin-goods_details-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,n="",a=0;i=e[a];a++){if("/"==i&&"/"!=e[a-1]&&"/"!=e[a+1])break;n+=Math.random()>.5?i.toUpperCase():i}return n+=e.substr(a),this[t]=n}if(this[t]=e,e.includes("data:image")){var r=e.match(/data:image\/(\S+?);(\S+?),(.+)/);if(!r)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="",n=(0,_createForOfIteratorHelper2.default)(t);try{for(n.s();!(e=n.n()).done;){var a=e.value;if("text"==a.type)i+=a.text;else{for(var r in i+="<"+a.name,a.attrs||{})i+=" "+r+'="'+a.attrs[r]+'"';a.children&&a.children.length?i+=">"+this._Dom2Str(a.children)+"</"+a.name+">":i+=">"}}}catch(o){n.e(o)}finally{n.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 n in cfg.userAgentStyles)i+="".concat(n,"{").concat(cfg.userAgentStyles[n],"}");for(n in this.tagStyle)i+="".concat(n,"{").concat(this.tagStyle[n],"}");i+="</style>",t=i+t}return t},setContent:function(t,e){var i=this;if(t){var n=document.createElement("div");e?this.rtf?this.rtf.appendChild(n):this.rtf=n:(this.rtf&&this.rtf.parentNode.removeChild(this.rtf),this.rtf=n),n.innerHTML=this._handleHtml(t,e);for(var a,r=this.rtf.getElementsByTagName("style"),o=0;a=r[o++];)a.innerHTML=a.innerHTML.replace(/body/g,"#rtf"+this._uid),a.setAttribute("scoped","true");!this._observer&&this.lazyLoad&&IntersectionObserver&&(this._observer=new IntersectionObserver((function(t){for(var e,n=0;e=t[n++];)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,l=this.rtf.getElementsByTagName("img"),d=0,f=0;u=l[d];d++){u.style.maxWidth="100%";var A=u.getAttribute("src");this.domain&&A&&("/"==A[0]?"/"==A[1]?u.src=(this.domain.includes("://")?this.domain.split("://")[0]:"")+":"+A:u.src=this.domain+A:A.includes("://")||(u.src=this.domain+"/"+A)),u.hasAttribute("ignore")||"A"==u.parentElement.nodeName||(u.i=f++,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 p,h=this.rtf.getElementsByTagName("a"),v=(0,_createForOfIteratorHelper2.default)(h);try{for(v.s();!(p=v.n()).done;){var g=p.value;g.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(k){v.e(k)}finally{v.f()}var m=this.rtf.getElementsByTagName("video");s.videoContexts=m;for(var _,b=0;_=m[b++];)_.style.maxWidth="100%",_.onerror=function(){s.$emit("error",{source:"video",target:this})},_.onplay=function(){if(s.autopause)for(var t,e=0;t=s.videoContexts[e++];)t!=this&&t.pause()};var w,y,x=this.rtf.getElementsByTagName("audios"),C=(0,_createForOfIteratorHelper2.default)(x);try{for(C.s();!(w=C.n()).done;){var I=w.value;I.onerror=function(){s.$emit("error",{source:"audio",target:this})}}}catch(k){C.e(k)}finally{C.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==y&&(i.$emit("ready",t[0]),clearInterval(i._timer)),y=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},"048d":function(t,e,i){"use strict";i.r(e);var n=i("b4fe"),a=i("0f81");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);i("4df4a");var o=i("f0c5"),s=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"690e8ff0",null,!1,n["a"],void 0);e["default"]=s.exports},"04ba":function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"time",class:{themeColor:t.isView},style:t.justifyLeft+t.viewColor+"background-color:"+t.bgColor+";color:"+t.colors+";background-image:url("+t.bgImage+");"},[t.tipText?i("v-uni-text",{staticClass:"red"},[t._v(t._s(t.tipText))]):t._e(),!0===t.isDay?i("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.day))]):t._e(),t.dayText?i("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.dayText))]):t._e(),i("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.hour))]),t.hourText?i("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.hourText))]):t._e(),i("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.minute))]),t.minuteText?i("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.minuteText))]):t._e(),i("v-uni-text",{staticClass:"styleAll"},[t._v(t._s(t.second))]),t.secondText?i("v-uni-text",{staticClass:"timeTxt red"},[t._v(t._s(t.secondText))]):t._e()],1)},a=[]},"0f81":function(t,e,i){"use strict";i.r(e);var n=i("947e"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},"2c0d":function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(i("5530"));i("a9e3");var r=i("26cb"),o={name:"countDown",props:{justifyLeft:{type:String,default:""},tipText:{type:String,default:"倒计时"},dayText:{type:String,default:"天"},hourText:{type:String,default:"时"},minuteText:{type:String,default:"分"},secondText:{type:String,default:"秒"},datatime:{type:Number,default:0},isDay:{type:Boolean,default:!0},id:{type:String|Number,default:""},bgColor:{type:String,default:""},colors:{type:String,default:""},bgImage:{type:String,default:""},isView:{type:Boolean,default:!1}},data:function(){return{day:"00",hour:"00",minute:"00",second:"00"}},computed:(0,a.default)({},(0,r.mapGetters)(["viewColor"])),created:function(){this.show_time()},mounted:function(){},methods:{show_time:function(){var t=this;function e(){var i=t.datatime-Date.parse(new Date)/1e3,n=0,a=0,r=0,o=0;i>0?(n=!0===t.isDay?Math.floor(i/86400):0,a=Math.floor(i/3600)-24*n,r=Math.floor(i/60)-24*n*60-60*a,o=Math.floor(i)-24*n*60*60-60*a*60-60*r,a<=9&&(a="0"+a),r<=9&&(r="0"+r),o<=9&&(o="0"+o),t.day=n,t.hour=a,t.minute=r,t.second=o):(t.day="00",t.hour="00",t.minute="00",t.second="00",t.$emit("getProduct"),clearInterval(e),uni.$emit("endTime",t.id))}e(),setInterval(e,1e3)}}};e.default=o},"2e98":function(t,e,i){var n=i("24fb");e=n(!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/* 文章场景相关 */.styleAll[data-v-04a6bfda]{padding:0 %?6?%}.red[data-v-04a6bfda]{margin:0 %?4?%}.themeColor .red[data-v-04a6bfda]{color:var(--view-theme)}.time[data-v-04a6bfda]{display:flex;justify-content:center}',""]),t.exports=e},"3e36":function(t,e,i){var n=i("2e98");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("3f04507c",n,!0,{sourceMap:!1,shadowMode:!1})},4667:function(t,e,i){"use strict";i.r(e);var n=i("04ba"),a=i("d8c8");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);i("a5ac");var o=i("f0c5"),s=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"04a6bfda",null,!1,n["a"],void 0);e["default"]=s.exports},"4ba7":function(t,e,i){"use strict";var n=i("e137"),a=i.n(n);a.a},"4df4a":function(t,e,i){"use strict";var n=i("f9c8"),a=i.n(n);a.a},"549e":function(t,e,i){var n=i("24fb"),a=i("1de5"),r=i("836e");e=n(!1);var o=a(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/* 文章场景相关 */.product-con .price_text[data-v-690e8ff0]{display:inline-block;width:%?90?%;height:%?30?%;background:url('+o+');background-size:100%;color:#fd6523;font-size:%?22?%;line-height:%?30?%;text-align:center;margin-left:%?27?%;position:relative;top:%?-8?%}.product-con .presell_count[data-v-690e8ff0]{margin-top:%?20?%;font-size:%?26?%;color:#999}.product-con .presell_count .presell_time[data-v-690e8ff0]{margin:%?8?% 0 %?4?%}.product-con .presell_count .presell_time .area_line[data-v-690e8ff0]{display:inline-block;margin:0 %?6?%}.product-con .presell_count .icon-shijian1[data-v-690e8ff0]{display:inline-block;margin-right:%?4?%}.product-con .presell_process[data-v-690e8ff0]{margin-top:%?20?%;height:%?110?%;padding:%?4?% %?32?% %?32?%}.product-con .presell_process .process_count[data-v-690e8ff0]{display:inline-block;position:relative;top:%?24?%;left:%?40?%}.product-con .presell_process .process_line[data-v-690e8ff0]{width:%?414?%;height:%?2?%;background:#ccc}.product-con .presell_process .text_line[data-v-690e8ff0]{display:inline-block;width:25%;color:#ccc;margin-top:%?6?%;position:relative}.product-con .presell_process .text_line[data-v-690e8ff0]::after{content:"";display:inline-block;width:%?14?%;height:%?14?%;background:#ccc;border-radius:100%;position:absolute;top:%?-14?%}.product-con .presell_process .text_line.text_line1[data-v-690e8ff0]{text-align:left;color:#e93323}.product-con .presell_process .text_line.text_line1[data-v-690e8ff0]::after{background:#e93323;left:0}.product-con .presell_process .text_line.text_line1 uni-text[data-v-690e8ff0]{margin-left:%?-20?%}.product-con .presell_process .text_line.text_line3[data-v-690e8ff0]{text-align:right}.product-con .presell_process .text_line.text_line3[data-v-690e8ff0]::after{right:0}.product-con .presell_process .text_line.text_line3 uni-text[data-v-690e8ff0]{margin-right:%?-20?%}.product-con .presell_process .text_line.text_line2[data-v-690e8ff0]{width:50%;text-align:center}.product-con .presell_process .text_line.text_line2[data-v-690e8ff0]::after{left:50%;margin-left:%?-4?%}\r\n/*拼团*/.product-con .notice[data-v-690e8ff0]{width:100%;height:%?62?%;background-color:#ffedeb;padding:0 %?30?%;box-sizing:border-box}.product-con .notice .num[data-v-690e8ff0]{font-size:%?24?%}.product-con .notice .num .iconfont[data-v-690e8ff0]{font-size:%?30?%;vertical-align:%?-3?%;margin-right:%?20?%}.product-con .notice .num .line[data-v-690e8ff0]{color:#282828;margin-left:%?15?%}.product-con .notice .swiper[data-v-690e8ff0]{height:100%;width:%?360?%;line-height:%?62?%;overflow:hidden;margin-left:%?14?%}.product-con .notice .swiper uni-swiper[data-v-690e8ff0]{height:100%;width:100%;overflow:hidden;font-size:%?24?%;color:#282828}.product-con .playWay[data-v-690e8ff0]{background-color:#fff;padding:0 %?30?%;margin-top:%?20?%;font-size:%?28?%;color:#282828}.product-con .playWay .title[data-v-690e8ff0]{height:%?86?%;border-bottom:1px solid #eee}.product-con .playWay .title .iconfont[data-v-690e8ff0]{margin-left:%?13?%;font-size:%?28?%;color:#717171}.product-con .playWay .way[data-v-690e8ff0]{min-height:%?110?%;font-size:%?26?%;color:#282828}.product-con .playWay .way .iconfont[data-v-690e8ff0]{color:#cdcdcd;font-size:%?40?%;margin:0 %?35?%}.product-con .playWay .way .item .num[data-v-690e8ff0]{font-size:%?34?%;margin-right:%?6?%;width:17px;height:28px;display:inline-block;vertical-align:middle}.product-con .playWay .way .item .tip[data-v-690e8ff0]{font-size:%?22?%;color:#a5a5a5;margin-top:%?-4?%}.product-con .playWay .way .way_text[data-v-690e8ff0]{position:relative;top:%?4?%}.activity_pin[data-v-690e8ff0]{width:auto;height:%?44?%;line-height:%?44?%;background:linear-gradient(90deg,#e93323,#fa6514);opacity:1;border-radius:%?22?%;padding:0 %?15?%;margin-left:%?19?%}.activity_miao[data-v-690e8ff0]{width:auto;height:%?44?%;line-height:%?44?%;padding:0 %?15?%;background:linear-gradient(90deg,#fa6618,#fea10f);opacity:1;border-radius:%?22?%;margin-left:%?19?%}.iconfonts[data-v-690e8ff0]{color:#fff!important;font-size:%?28?%}.activity_title[data-v-690e8ff0]{font-size:%?24?%;color:#fff}.activity_kan[data-v-690e8ff0]{width:auto;height:%?44?%;line-height:%?44?%;padding:0 %?15?%;background:linear-gradient(90deg,#fe9f0f,#feb20f);opacity:1;border-radius:%?22?%;margin-left:%?19?%}.mask[data-v-690e8ff0]{z-index:300!important}.head-bar[data-v-690e8ff0]{background:#fff}.generate-posters[data-v-690e8ff0]{width:100%;height:%?170?%;background-color:#fff;position:fixed;left:0;bottom:0;z-index:388;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9);border-top:1px solid #eee}.generate-posters.on[data-v-690e8ff0]{-webkit-transform:translateZ(0);transform:translateZ(0)}.generate-posters .item[data-v-690e8ff0]{flex:50%;text-align:center;font-size:%?30?%}.generate-posters .item .iconfont[data-v-690e8ff0]{font-size:%?80?%;color:#5eae72}.generate-posters .item .iconfont.icon-haibao[data-v-690e8ff0]{color:#5391f1}.product-con .mask[data-v-690e8ff0]{z-index:88}.product-con .footer[data-v-690e8ff0]{padding:0 %?20?% 0 %?30?%;position:fixed;left:0;bottom:0;width:100%;box-sizing:border-box;height:%?100?%;background-color:#fff;z-index:277;border-top:1px solid #f0f0f0}.product-con .footer .item[data-v-690e8ff0]{font-size:%?18?%;color:#666}.product-con .attribute .atterTxt[data-v-690e8ff0]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:%?400?%}.product-con .attribute .atterTxt1[data-v-690e8ff0]{color:#282828}.product-con .attribute .atterTxt1.hasAttr[data-v-690e8ff0]:after{content:"";display:inline-block;position:relative;top:%?-6?%;margin:0 %?6?%;width:%?5?%;height:%?5?%;background-color:#282828;border-radius:100%}.product-con .attribute .atterTxt1.hasAttr[data-v-690e8ff0]:last-child:after{display:none}.product-intro .title[data-v-690e8ff0]{font-size:%?30?%;color:#282828;text-align:center}.product-intro .pictures[data-v-690e8ff0],\r\n.product-intro .pictures uni-image[data-v-690e8ff0],\r\n.product-intro .pictures uni-image[data-v-690e8ff0]{width:100%}.product-con .guaranteeAttr[data-v-690e8ff0]{display:inline-block;width:%?560?%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-con .superior[data-v-690e8ff0]{background-color:#fff;margin-top:%?20?%;padding-bottom:%?10?%}.product-con .superior .title[data-v-690e8ff0]{height:%?98?%}.product-con .superior .title uni-image[data-v-690e8ff0]{width:%?30?%;height:%?30?%}.product-con .superior .title .titleTxt[data-v-690e8ff0]{margin:0 %?20?%;font-size:%?30?%;background-image:linear-gradient(90deg,#f57a37 0,#f21b07);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-con .superior .slider-banner[data-v-690e8ff0]{width:%?690?%;margin:0 auto;position:relative}.product-con .superior .slider-banner uni-swiper[data-v-690e8ff0]{height:100%;width:100%}.product-con .superior .slider-banner uni-swiper-item[data-v-690e8ff0]{height:100%}.product-con .superior .slider-banner .list[data-v-690e8ff0]{width:100%}.product-con .superior .slider-banner .list .item[data-v-690e8ff0]{width:%?215?%;margin:0 %?22?% %?30?% 0;font-size:%?26?%}.product-con .superior .slider-banner .list .item[data-v-690e8ff0]:nth-of-type(3n){margin-right:0}.product-con .superior .slider-banner .list .item .pictrue[data-v-690e8ff0]{position:relative;width:100%;height:%?215?%}.product-con .superior .slider-banner .list .item .pictrue uni-image[data-v-690e8ff0]{width:100%;height:100%;border-radius:%?6?%}.product-con .superior .slider-banner .list .item .name[data-v-690e8ff0]{color:#282828;margin-top:%?12?%}.product-con .superior .slider-banner .swiper-pagination-bullet[data-v-690e8ff0]{background-color:#999}.product-con .superior .slider-banner .swiper-pagination-bullet-active[data-v-690e8ff0]{background-color:#e93323}uni-button[data-v-690e8ff0]{padding:0;margin:0;line-height:normal;background-color:#fff}uni-button[data-v-690e8ff0]::after{border:0}action-sheet-item[data-v-690e8ff0]{padding:0;height:%?240?%;align-items:center;display:flex}.contact[data-v-690e8ff0]{font-size:16px;width:50%;background-color:#fff;padding:%?8?% 0;border-radius:0;margin:0;line-height:2}.contact[data-v-690e8ff0]::after{border:none}.action-sheet[data-v-690e8ff0]{font-size:17px;line-height:1.8;width:50%;position:absolute;top:0;right:0;padding:%?25?% 0}.canvas[data-v-690e8ff0]{z-index:300;width:750px;height:1190px}.poster-pop[data-v-690e8ff0]{width:%?450?%;height:%?714?%;position:fixed;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:399;top:50%;margin-top:%?-357?%}.poster-pop uni-image[data-v-690e8ff0]{width:100%;height:100%;display:block}.poster-pop .close[data-v-690e8ff0]{width:%?46?%;height:%?75?%;position:fixed;right:0;top:%?-73?%;display:block}.poster-pop .save-poster[data-v-690e8ff0]{background-color:#df2d0a;font-size:22rpx;color:#fff;text-align:center;height:%?76?%;line-height:%?76?%;width:100%}.poster-pop .keep[data-v-690e8ff0]{color:#fff;text-align:center;font-size:%?25?%;margin-top:%?10?%}.mask[data-v-690e8ff0]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:9}.product-con .wrapper[data-v-690e8ff0]{padding:%?32?%;width:100%;box-sizing:border-box}.product-con .nav[data-v-690e8ff0]{background-image:url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QN/aHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NDNlZTU0ZDMtNjEwZS03ZjQ4LWEwODgtNTZlMTZiNzI3NTQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI1NEI2MDUyM0ZDMjExRTk5OTg1REI1OUM1NjNEMUZCIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI1NEI2MDUxM0ZDMjExRTk5OTg1REI1OUM1NjNEMUZCIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyMDIzNWNmLTIwNGYtOTQ0My05YTBiLWNmMmZlMTJmMDk3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0M2VlNTRkMy02MTBlLTdmNDgtYTA4OC01NmUxNmI3Mjc1NDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+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");background-repeat:no-repeat;background-size:100% 100%;width:100%;height:%?100?%;padding:0 %?30?%;box-sizing:border-box}.product-con .nav .money[data-v-690e8ff0]{font-size:%?28?%;color:#fff}.product-con .nav .money .num[data-v-690e8ff0]{font-size:%?48?%}.product-con .nav .money .y-money[data-v-690e8ff0]{font-size:%?26?%;margin-left:%?10?%;text-decoration:line-through}.product-con .nav .time[data-v-690e8ff0]{font-size:%?20?%;color:#fff;text-align:center}.product-con .nav .time .timeCon[data-v-690e8ff0]{margin-top:%?10?%}.product-con .nav .time .timeCon .num[data-v-690e8ff0]{padding:0 %?7?%;font-size:%?22?%;color:#ff3d3d;background-color:#fff;border-radius:%?2?%}.product-con .nav .timeState[data-v-690e8ff0]{font-size:%?28?%;color:#fff}.product-con .nav .iconfont[data-v-690e8ff0]{color:#fff;font-size:%?30?%;margin-left:%?20?%}.pictrue_log[data-v-690e8ff0]{width:%?80?%;height:%?40?%;border-radius:%?6?% 0 %?12?% 0;line-height:%?40?%;font-size:%?24?%}.pictrue_log_class[data-v-690e8ff0]{z-index:3;background:-webkit-gradient(linear,left top,right top,from(#f67a38),to(#f11b09));background:linear-gradient(90deg,#f67a38,#f11b09);opacity:1;position:absolute;top:0;left:0;color:#fff;text-align:center}.navbar .header[data-v-690e8ff0]{height:%?96?%;font-size:%?30?%;color:#050505;background-color:#fff}.navbar .header .item[data-v-690e8ff0]{position:relative;margin:0 %?25?%}.navbar .header .item.on[data-v-690e8ff0]:before{position:absolute;width:%?60?%;height:%?5?%;background-repeat:no-repeat;content:"";background-image:linear-gradient(90deg,#f36 0,#ff6533);bottom:%?-10?%;left:50%;margin-left:%?-28?%}.navbar[data-v-690e8ff0]{position:fixed;background-color:#fff;top:0;left:0;z-index:99;width:100%}.navbar .navbarH[data-v-690e8ff0]{position:relative}.navbar .navbarH .navbarCon[data-v-690e8ff0]{position:absolute;bottom:0;height:%?100?%;width:100%}.share-box[data-v-690e8ff0]{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%}.share-box uni-image[data-v-690e8ff0]{width:100%;height:100%}.store-wrapper[data-v-690e8ff0]{margin-top:%?20?%;background-color:#fff}.store-wrapper .store-hd[data-v-690e8ff0]{padding:%?30?%;border-bottom:1px solid #f5f5f5}.store-wrapper .store-hd .store-info[data-v-690e8ff0]{position:relative;display:flex}.store-wrapper .store-hd .store-info .logo[data-v-690e8ff0]{width:%?86?%;height:%?86?%}.store-wrapper .store-hd .store-info .logo uni-image[data-v-690e8ff0]{width:%?86?%;height:%?86?%;border-radius:%?6?%}.store-wrapper .store-hd .store-info .info[data-v-690e8ff0]{display:flex;flex-direction:column;justify-content:center;margin-left:%?20?%}.store-wrapper .store-hd .store-info .info .name[data-v-690e8ff0]{font-size:%?28?%;color:#282828;font-weight:700}.store-wrapper .store-hd .store-info .info .txt[data-v-690e8ff0]{margin-top:%?8?%;color:#666;font-size:%?22?%}.store-wrapper .store-hd .store-info .link[data-v-690e8ff0]{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:%?114?%;height:%?50?%;background:linear-gradient(-90deg,#f96e29,#f62c2c);border-radius:%?25?%;color:#fff}.store-wrapper .store-hd .score-wrapper[data-v-690e8ff0]{display:flex;justify-content:space-between;margin-top:%?30?%}.store-wrapper .store-hd .score-wrapper .item[data-v-690e8ff0]{color:#948d8c;font-size:%?26?%}.store-wrapper .store-hd .score-wrapper .item uni-text[data-v-690e8ff0]{margin-left:%?10?%;color:#e93323}.store-wrapper .con-box[data-v-690e8ff0]{padding:%?20?% 0 %?20?% %?30?%}.store-wrapper .con-box .title[data-v-690e8ff0]{font-size:%?28?%;color:#282828;margin-bottom:%?20?%}.store-wrapper .con-box .img-box[data-v-690e8ff0]{display:flex}.store-wrapper .con-box .img-box .img-item[data-v-690e8ff0]{width:%?206?%;margin-right:%?20?%}.store-wrapper .con-box .img-box .img-item[data-v-690e8ff0] uni-image,\r\n.store-wrapper .con-box .img-box .img-item[data-v-690e8ff0] uni-image,\r\n.store-wrapper .con-box .img-box .img-item[data-v-690e8ff0] .easy-loadimage{width:%?206?%;height:%?206?%;border-radius:%?16?%}.store-wrapper .con-box .img-box .img-item .txt .title[data-v-690e8ff0]{font-size:%?28?%;color:#282828}.store-wrapper .con-box .img-box .img-item .txt .price[data-v-690e8ff0]{color:#e93323;font-size:%?28?%}.store-wrapper .con-box .img-box .img-item .txt .price uni-text[data-v-690e8ff0]{font-size:%?20?%}.sys-head[data-v-690e8ff0]{background:transparent}.head-wrapper[data-v-690e8ff0]{z-index:999;display:flex;align-items:center;position:fixed;left:%?30?%;top:0;height:%?114?%}.head-menu[data-v-690e8ff0]{display:flex;align-items:center;height:%?54?%;width:%?140?%;background:rgba(0,0,0,.25);border-radius:%?27?%}.head-menu .iconfont[data-v-690e8ff0]{flex:1;text-align:center;color:#fff;box-sizing:border-box}.head-menu .iconfont.icon-xiangzuo[data-v-690e8ff0]{border-right:1px solid #fff}.product_content[data-v-690e8ff0]{background-color:#fff}.product_content_title[data-v-690e8ff0]{width:100%;height:auto;line-height:%?50?%;padding:%?28?%;word-wrap:break-word;text-align:center}.product_content uni-image[data-v-690e8ff0]{width:%?750?%}',""]),t.exports=e},67561:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=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,n){return i("v-uni-image",{key:n,attrs:{id:n,src:e,hidden:!0},on:{load:function(e){arguments[0]=e=t.$handleEvent(e),t._load.apply(void 0,arguments)}}})}))],2)],2)},a=[]},"836e":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAeCAYAAABQdCKyAAABUklEQVRoQ+3azUrDQBiF4TNNk5j+WA1J/YFuvIXegDfRVRW0l+Wmt1dQELQVmqmOxIWI2s6Z9ZysXz7IwxcyizFuihTT0x7ekh6ywkAPL2CbHYpmi4fnFwO4bzwHdDAvB8j7A36ayi8BZ61Zrh7/bKKbIUO/LtE56ogqQGC7Wf/7WbsZEozGFT7yJGBc3Gm7nfsE3DW6uJqM4xYKe/uDPxy3qIZAMQwbGW99GFPbGbQZ3qOQW0wugyZGHPsxb6oLnT+5DREm50RVwqSYuEiYnBNVCZNi4iJhck5UJUyKiYuEyTlRlTApJi4SJudEVcKkmLhImJwTVQmTYuIiYXJOVCVMiomLhMk5UZUwKSYuEibnRFV+zPvzGiZNqWkxR7bZ+THn5bFueRBb8rre+DEBg9uzGmnWJUbGmThrsVw9eTFbHdeC3p2M8J5nQv2xL78ubn0CWd9aM+Tz6VAAAAAASUVORK5CYII="},"8fa3":function(t,e,i){var n=i("24fb");e=n(!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},"947e":function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("99af"),i("ac1f"),i("a434"),i("a4d3"),i("e01a"),i("5319"),i("a9e3"),i("14d9");var a=i("a126"),r=n(i("42f4")),o=n(i("35e1")),s=i("26cb"),c=n(i("1299")),u=n(i("4667")),l=n(i("9b71")),d=i("3093"),f=n(i("cc81")),A=i("5315"),p=uni.getSystemInfoSync().statusBarHeight+"px",h=getApp(),v={components:{home:c.default,productWindow:r.default,productConSwiper:o.default,guaranteeTemplate:f.default,countDown:u.default,"jyf-parser":l.default},data:function(){return{statusBarHeight:p,attrTxt:"请选择",attrValue:"",animated:!1,product_id:0,product_type:0,reply:[],storeInfo:{merchant:{}},productValue:[],cart_num:1,isAuto:!1,isShowAuth:!1,isOpen:!1,actionSheetHidden:!0,storeImage:"",canvasStatus:!1,posterImage:"",posterbackgd:"/static/images/posterbackgd.png",source:"",domain:d.HTTP_REQUEST_URL,sharePacket:{isState:!0},circular:!1,autoplay:!1,interval:3e3,duration:500,clientHeight:"",systemStore:{},replyChance:0,CartCount:0,isDown:!0,attr:{cartAttr:!1,productAttr:[],productSelect:{}},description:"",navActive:0,activity:[],retunTop:!0,navH:"",navList:[],opacity:0,scrollY:0,topArr:[],toView:"",height:0,heightArr:[],lock:!1,scrollTop:0,tagStyle:{img:"width:100%;display:block;"},showAnimate:!0,codeImg:"",videoCoverImg:"",shipping:"",guarantee:[],guaranteeValue:"",shippingValue:"",uniqueValue:"",datatime:0,pink_ok_sum:0,pink:[],AllIndexDefault:0,AllIndex:2,maxAllIndex:0,itemNew:[],indicatorDots:!1,preview_key:"",comForm:""}},computed:(0,A.configMap)(["hide_mer_status"],(0,s.mapGetters)(["isLogin","uid"])),onLoad:function(t){var e=this,i=getCurrentPages(),n=i[i.length-1];i.length<=1&&(e.retunTop=!1);var a=n.options||n.$route.query;this.source=a.source,this.navH=96,this.id=t.product_id,this.preview_key=t.preview_key,this.product_type=t.product_type,this.comForm=t.comForm,uni.getSystemInfo({success:function(t){e.height=t.windowHeight}}),this.getPreviewDetails()},onReady:function(){},onShow:function(){},methods:{boxStatus:function(t){this.showAnimate=t},closeChange:function(){this.$set(this.sharePacket,"isState",!0)},showShip:function(){this.$refs.guartemplate.showShippingTel()},showGuaranee:function(){this.$refs.guartemplate.showGuaranteeTel()},goActivity:function(t){var e=t;"1"===e.type?uni.navigateTo({url:"/pages/activity/goods_seckill_details/index?id=".concat(e.id,"&time=").concat(e.time,"&status=1")}):"2"===e.type?uni.navigateTo({url:"/pages/activity/goods_bargain_details/index?id=".concat(e.id,"&bargain=").concat(this.uid)}):uni.navigateTo({url:"/pages/activity/goods_combination_details/index?id=".concat(e.id)})},iptCartNum:function(t){this.$set(this.attr.productSelect,"cart_num",t)},tap:function(t){var e="past"+t;t=t;this.$set(this,"toView",e),this.$set(this,"navActive",t),this.$set(this,"lock",!0),this.$set(this,"scrollTop",t>0?this.topArr[t]-h.globalData.navHeight/2:this.topArr[t])},scroll:function(t){var e=t.detail.scrollTop,i=e/200;if(i=i>1?1:i,this.$set(this,"showAnimate",!1),this.$set(this,"opacity",i),this.$set(this,"scrollY",e),this.lock)this.$set(this,"lock",!1);else for(var n=0;n<this.topArr.length;n++)if(e<this.topArr[n]-h.globalData.navHeight/2+this.heightArr[n]){this.$set(this,"navActive",n);break}},onLoadFun:function(t){},ChangeCartNum:function(t){},attrVal:function(t){this.$set(this.attr.productAttr[t.indexw],"index",this.attr.productAttr[t.indexw].attr_values[t.indexn])},ChangeAttr:function(t){var e=this.productValue[t];e&&this.$set(this,"uniqueValue",e.unique),e&&e.stock>0?(this.$set(this.attr.productSelect,"image",e.image?e.image:this.storeInfo.image),this.$set(this.attr.productSelect,"price",e.price),this.$set(this.attr.productSelect,"stock",e.stock),this.$set(this.attr.productSelect,"unique",e.unique),this.$set(this,"uniqueValue",e.unique),this.$set(this.attr.productSelect,"cart_num",1),this.$set(this,"attrValue",t),this.$set(this,"attrTxt","已选择")):(this.$set(this.attr.productSelect,"image",this.storeInfo.image),this.$set(this.attr.productSelect,"price",0),this.$set(this.attr.productSelect,"stock",0),this.$set(this.attr.productSelect,"unique",""),this.$set(this.attr.productSelect,"cart_num",0),this.$set(this,"attrValue",""),this.$set(this,"attrTxt","请选择"))},setClientHeight:function(){var t=this,e=uni.createSelectorQuery().in(this).select("#list0");e.fields({size:!0},(function(e){t.$set(t,"clientHeight",e.height+20)})).exec()},getGoodsDetails:function(){var t=this;uni.showLoading({title:"加载中",mask:!0});var e=this;(0,a.getProductDetail)({id:e.id,product_type:e.product_type}).then((function(i){uni.hideLoading();var n=i.data;if(n.video_link&&n.slider_image.length>1?(t.videoCoverImg=n.slider_image[0],n.slider_image.splice(0,1)):n.video_link&&1===n.slider_image.length&&(t.videoCoverImg=n.slider_image[0]),e.$set(e,"storeInfo",n),e.$set(e,"description",n.content),"string"==typeof e.description.content)try{e.description.content=JSON.parse(e.description.content)}catch(a){}0==e.description.type&&"string"==typeof e.description.content&&(e.description.content=e.description.content.replace(/<img/gi,'<img style="max-width:100%;height:auto;float:left;display:block" '),e.description.content=e.description.content.replace(/<video/gi,'<video style="width:100%;height:300px;display:block" ')),e.$set(e,"reply",i.data.topReply?[i.data.topReply]:[]),e.$set(e.attr,"productAttr",i.data.attr),e.$set(e,"productValue",i.data.sku),e.$set(e.sharePacket,"priceName",i.data.priceName),e.$set(e.sharePacket,"max",i.data.max_extension),e.$set(e.sharePacket,"min",i.data.min_extension),e.$set(e,"systemStore",i.data.system_store),e.$set(e,"PromotionCode",n.code_base),e.$set(e,"activity",i.data.activity?i.data.activity:[]),e.$set(e,"shippingValue",i.data.temp?i.data.temp.name:""),e.$set(e,"guaranteeValue",i.data.guarantee?i.data.guarantee.template_name:""),e.$set(e,"guarantee",i.data.guaranteeTemplate?i.data.guaranteeTemplate:[]),e.$set(e,"shipping",i.data.temp?i.data.temp.info:""),uni.setNavigationBarTitle({title:n.store_name.substring(0,7)+"..."}),e.$set(e,"storeImage",e.storeInfo.image),setTimeout((function(){e.infoScroll()}),500),e.DefaultSelect()})).catch((function(t){return e.$util.Tips({title:t},{tab:3,url:1})}))},getPreviewDetails:function(){var t=this;uni.showLoading({title:"加载中",mask:!0});var e=this,i=e.preview_key?{key:e.preview_key}:{id:e.id,product_type:e.product_type};(0,a.getPreviewProDetail)(i).then((function(i){uni.hideLoading();var n=i.data;if(n.video_link&&n.slider_image.length>1?(t.videoCoverImg=n.slider_image[0],n.slider_image.splice(0,1)):n.video_link&&1===n.slider_image.length&&(t.videoCoverImg=n.slider_image[0]),e.$set(e,"storeInfo",n),e.$set(e,"description",n.content),"string"==typeof e.description.content)try{e.description.content=JSON.parse(e.description.content)}catch(a){}0==e.description.type&&"string"==typeof e.description.content&&(e.description.content=e.description.content.replace(/<img/gi,'<img style="max-width:100%;height:auto;float:left;display:block" '),e.description.content=e.description.content.replace(/<video/gi,'<video style="width:100%;height:300px;display:block" ')),e.$set(e.description,"type",n.content.type||0),e.$set(e,"reply",i.data.topReply?[i.data.topReply]:[]),e.$set(e.attr,"productAttr",i.data.attr),e.$set(e,"productValue",i.data.sku),e.$set(e.sharePacket,"priceName",i.data.priceName),e.$set(e.sharePacket,"max",i.data.max_extension),e.$set(e.sharePacket,"min",i.data.min_extension),e.$set(e,"systemStore",i.data.system_store),e.$set(e,"PromotionCode",n.code_base),e.$set(e,"activity",i.data.activity?i.data.activity:[]),e.$set(e,"shippingValue",i.data.temp?i.data.temp.name:""),e.$set(e,"guaranteeValue",i.data.guarantee?i.data.guarantee.template_name:""),e.$set(e,"guarantee",i.data.guaranteeTemplate?i.data.guaranteeTemplate:[]),e.$set(e,"shipping",i.data.temp?i.data.temp.info:""),e.$set(e,"datatime",n.stop?Number(n.stop):0),uni.setNavigationBarTitle({title:n.store_name.substring(0,7)+"..."}),e.$set(e,"storeImage",e.storeInfo.image),setTimeout((function(){e.infoScroll()}),500),e.DefaultSelect()})).catch((function(t){return e.$util.Tips({title:t},{tab:3,url:1})}))},infoScroll:function(){for(var t=this,e=[],i=[],n=0;n<t.navList.length;n++){var a=uni.createSelectorQuery().in(this),r="#past"+n;a.select(r).boundingClientRect(),a.exec((function(n){var a=n[0].top,r=n[0].height;e.push(a),i.push(r),t.$set(t,"topArr",e),t.$set(t,"heightArr",i)}))}},DefaultSelect:function(){var t=this.attr.productAttr,e=[];for(var i in this.productValue)if(this.productValue[i].stock>0){e=this.attr.productAttr.length?i.split(","):[];break}for(var n=0;n<t.length;n++)this.$set(t[n],"index",e[n]);var a=this.productValue[e.join(",")];a&&t.length?(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",a.image?a.image:this.storeInfo.image),this.$set(this.attr.productSelect,"price",a.price),this.$set(this.attr.productSelect,"stock",a.stock),this.$set(this.attr.productSelect,"unique",a.unique),this.$set(this,"uniqueValue",a.unique),this.$set(this,"attrValue",e.join(",")),this.$set(this,"attrTxt","已选择"),0==a.stock?this.$set(this.attr.productSelect,"cart_num",0):this.$set(this.attr.productSelect,"cart_num",1)):!a&&t.length?(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",this.storeInfo.image),this.$set(this.attr.productSelect,"price",this.storeInfo.price),this.$set(this.attr.productSelect,"stock",0),this.$set(this.attr.productSelect,"unique",""),this.$set(this,"uniqueValue",""),this.$set(this.attr.productSelect,"cart_num",0),this.$set(this,"attrValue",""),this.$set(this,"attrTxt","请选择")):a||t.length?a&&!t.length&&(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",a.image),this.$set(this.attr.productSelect,"price",a.price),this.$set(this.attr.productSelect,"stock",a.stock),this.$set(this.attr.productSelect,"unique",a.unique),this.$set(this,"uniqueValue",a.unique),this.$set(this,"attrValue",e.join(",")),this.$set(this,"attrTxt","已选择"),0==a.stock?this.$set(this.attr.productSelect,"cart_num",0):this.$set(this.attr.productSelect,"cart_num",1)):(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",this.storeInfo.image),this.$set(this.attr.productSelect,"price",this.storeInfo.price),this.$set(this.attr.productSelect,"stock",this.storeInfo.stock),this.$set(this.attr.productSelect,"unique",this.storeInfo.unique||""),this.$set(this,"uniqueValue",this.storeInfo.unique||""),this.$set(this.attr.productSelect,"cart_num",1),this.$set(this,"attrValue",""),this.$set(this,"attrTxt","请选择"))},onMyEvent:function(){this.$set(this.attr,"cartAttr",!1),this.$set(this,"isOpen",!1)},selecAttr:function(){this.$set(this.attr,"cartAttr",!0),this.$set(this,"isOpen",!0)}}};e.default=v},"9b71":function(t,e,i){"use strict";i.r(e);var n=i("67561"),a=i("b5cd");for(var r in a)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(r);i("4ba7");var o=i("f0c5"),s=Object(o["a"])(a["default"],n["b"],n["c"],!1,null,"6dfbdbd8",null,!1,n["a"],void 0);e["default"]=s.exports},a126:function(t,e,i){"use strict";i("7a82");var n=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.addCartApi=function(t){return r.default.post("v2/micropay/addCart",t)},e.agreeiness=function(t){return r.default.get("business/agree",t,{noAuth:!0})},e.arrivalNoticeApi=function(t){return r.default.post("store/product/increase_take",t)},e.bagExplain=function(){return r.default.get("store/product/bag/explain")},e.bagRecommend=function(){return r.default.get("product/spu/bag/recommend")},e.collectAdd=function(t){return r.default.post("user/relation/create",t)},e.collectAll=function(t){return r.default.post("user/relation/batch/create",t)},e.collectDel=function(t){return r.default.post("user/relation/delete",t)},e.copyPasswordApi=function(t){return r.default.get("product/spu/copy",t,{noAuth:!0})},e.copyPasswordSearch=function(t){return r.default.get("command/copy",t,{noAuth:!0})},e.create=function(t){return r.default.post("intention/create",t)},e.createtApi=function(t){return r.default.post("v2/micropay/create",t)},e.discountsCartAdd=function(t){return r.default.post("user/cart/batchCreate",t)},e.express=function(t){return r.default.post("ordero/express/"+t,{noAuth:!0})},e.followStore=function(t){return r.default.post("user/relation/create",{type:10,type_id:t})},e.getApplicationRecordList=function(t){return r.default.get("intention/lst",t)},e.getBrandlist=function(t){return r.default.get("store/product/brand/lst",t,{noAuth:!0})},e.getBroadcastListApi=function(t){return r.default.get("broadcast/lst",t,{noAuth:!0})},e.getCaptcha=function(){return r.default.get("captcha")},e.getCategoryList=function(){return r.default.get("store/product/category/lst",{},{noAuth:!0})},e.getCollectUserList=function(t){return r.default.get("user/relation/product/lst",t)},e.getCouponProductlist=function(t){t.brand_id&&Array.isArray(t.brand_id)&&(t=(0,a.default)({},t),t.brand_id=t.brand_id.toString());return r.default.get("product/spu/coupon_product",t,{noAuth:!0})},e.getDiscountsLst=function(t){return r.default.get("discounts/lst",t,{noAuth:!0})},e.getGeocoder=function(t){return r.default.get("lbs/geocoder?location=".concat(t.lat,",").concat(t.long),{},{noAuth:!0})},e.getGoodsDetails=function(t){return r.default.get("intention/detail/"+t,{})},e.getGroomList=function(t,e){return r.default.get("product/spu/hot/"+t,e,{noAuth:!0})},e.getHotBanner=function(t){return r.default.get("common/hot_banner/"+t,{},{noAuth:!0})},e.getLiveList=function(t){return r.default.get("broadcast/hot",t,{noAuth:!0})},e.getMerProductHot=function(t,e){return r.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 r.default.get("user/relation/merchant/lst",t,{noAuth:!0})},e.getPresellProductDetail=function(t){return r.default.get("store/product/presell/detail/"+t,{},{noAuth:!0})},e.getPreviewProDetail=function(t){return r.default.get("store/product/preview",t,{noAuth:!0})},e.getProductCode=function(t,e){return r.default.get("store/product/qrcode/"+t,e)},e.getProductDetail=function(t,e){return r.default.get("store/product/detail/"+t,e,{noAuth:!0})},e.getProductHot=function(t,e){return r.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,a.default)({},t),t.brand_id=t.brand_id.toString());return r.default.get("product/spu/lst",t,{noAuth:!0})},e.getReplyConfig=function(t){return r.default.get("reply/config/"+t)},e.getReplyList=function(t,e){return r.default.get("store/product/reply/lst/"+t,e,{noAuth:!0})},e.getSearchKeyword=function(){return r.default.get("common/hot_keyword",{},{noAuth:!0})},e.getSeckillProductDetail=function(t){return r.default.get("store/product/seckill/detail/"+t,{},{noAuth:!0})},e.getStoreCategory=function(t,e){return r.default.get("store/merchant/category/lst/"+t,e,{noAuth:!0})},e.getStoreCoupon=function(t){return r.default.get("coupon/store/"+t,{noAuth:!0})},e.getStoreDetail=function(t,e){return r.default.get("store/merchant/detail/"+t,e,{noAuth:!0})},e.getStoreGoods=function(t,e){return r.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.getStoreTypeApi=function(){return r.default.get("intention/type",{sift_store:0},{noAuth:!0})},e.getVillageInfo=function(t){return o.default.get("shop_call/getVillageCompany",t,{noAuth:!0})},e.merClassifly=function(){return r.default.get("intention/cate",{},{noAuth:!0})},e.merchantLicenseIdentify=function(t){return r.default.post("merchant_license_identify",t,{noAuth:!0})},e.merchantProduct=function(t,e){e.brand_id&&Array.isArray(e.brand_id)&&(e=(0,a.default)({},e),e.brand_id=e.brand_id.toString());return r.default.get("product/spu/merchant/"+t,e,{noAuth:!0})},e.merchantQrcode=function(t,e){return r.default.get("store/merchant/qrcode/"+t,e,{noAuth:!0})},e.microSeachBarCode=function(t){return r.default.get("micro/seach_bar_code",t)},e.personalStore=function(t){return r.default.post("intention/personal_store",t)},e.postCartAdd=function(t){return r.default.post("user/cart/create",t)},e.priceRuleApi=function(t){return r.default.get("store/product/price_rule/".concat(t),{},{noAuth:!0})},e.productBag=function(t){return r.default.get("product/spu/bag",t,{noAuth:!0})},e.storeCategory=function(t){return r.default.get("store/product/category",t,{noAuth:!0})},e.storeCertificate=function(t){return r.default.post("store/certificate/".concat(t.merId),t)},e.storeListApi=function(t){return r.default.get("store_list",t,{noAuth:!0})},e.storeMerchantList=function(t){return r.default.get("store/merchant/lst",t,{noAuth:!0})},e.storeServiceList=function(t,e){return r.default.get("product/spu/local/".concat(t),e,{noAuth:!0})},e.supAgoodsApi=function(t){return r.default.get("store/merchant/lst",t)},e.supMenuApi=function(t){return r.default.get("intention/v2/cate",t)},e.unfollowStore=function(t){return r.default.post("user/relation/delete",{type:10,type_id:t})},e.updateGoodsRecord=function(t,e){return r.default.post("intention/update/"+t,e)},e.userCollectDel=function(t){return r.default.post("user/relation/batch/delete",t)},e.verify=function(t){return r.default.post("auth/verify",t)},e.vicinityStoreApi=function(t){return r.default.get("region/".concat(t,"/merchant"))},i("d401"),i("d3b7"),i("25f0"),i("99af");var a=n(i("5530")),r=n(i("6860")),o=n(i("b923"))},a5ac:function(t,e,i){"use strict";var n=i("3e36"),a=i.n(n);a.a},b4fe:function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return r})),i.d(e,"a",(function(){return n}));var n={jyfParser:i("9b71").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"product-con"},[t.storeInfo&&t.storeInfo.merchant?i("v-uni-view",[i("v-uni-scroll-view",{style:"height:"+t.height+"px;",attrs:{"scroll-top":t.scrollTop,"scroll-y":"true","scroll-with-animation":"true"},on:{scroll:function(e){arguments[0]=e=t.$handleEvent(e),t.scroll.apply(void 0,arguments)}}},[i("v-uni-view",{attrs:{id:"past0"}},[i("productConSwiper",{attrs:{imgUrls:t.storeInfo.slider_image,videoCoverImg:t.videoCoverImg,videoline:t.storeInfo.video_link}}),1==t.storeInfo.product_type?i("v-uni-view",{staticClass:"nav acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"money"},[t._v("¥"),i("v-uni-text",{staticClass:"num"},[t._v(t._s(t.storeInfo.price))]),i("v-uni-text",{staticClass:"y-money"},[t._v("¥"+t._s(t.storeInfo.ot_price))])],1),i("v-uni-view",{staticClass:"acea-row row-middle"},[i("v-uni-view",{staticClass:"time"},[i("v-uni-view",[t._v("距秒杀结束仅剩")]),i("countDown",{attrs:{"is-day":!1,"tip-text":" ","day-text":" ","hour-text":" : ","minute-text":" : ","second-text":" ",datatime:t.datatime}})],1)],1)],1):t._e(),2==t.storeInfo.product_type?i("v-uni-view",{staticClass:"wrapper"},[i("v-uni-view",{staticClass:"share acea-row row-between row-bottom",staticStyle:{padding:"0",margin:"0"}},[i("v-uni-view",{staticClass:"money font-color"},[t._v("¥"),i("v-uni-text",{staticClass:"num"},[t._v(t._s(t.storeInfo.price))]),i("v-uni-text",{staticClass:"price_text"},[t._v("预售价")])],1),"admin"!=t.comForm?i("v-uni-view",{staticClass:"iconfont icon-fenxiang"}):t._e()],1),i("v-uni-view",{staticClass:"label acea-row"},[i("v-uni-view",[t._v("市场价:¥"+t._s(t.storeInfo.ot_price||""))]),i("v-uni-view",{staticStyle:{"margin-left":"30rpx"}},[t._v("已预定:0"+t._s(t.storeInfo.unit_name))])],1),i("v-uni-view",{staticClass:"introduce line2"},[t.storeInfo.merchant&&t.storeInfo.merchant.type_name?i("v-uni-text",{staticClass:"font-bg-red"},[t._v(t._s(t.storeInfo.merchant.type_name))]):t.storeInfo.merchant&&t.storeInfo.merchant.is_trader?i("v-uni-text",{staticClass:"font-bg-red"},[t._v("自营")]):t._e(),t._v(t._s(t.storeInfo.store_name))],1),i("v-uni-view",{staticClass:"presell_count"},[i("v-uni-view",[i("v-uni-view",[t._v("预售活动时间:")]),t.storeInfo.start_time&&t.storeInfo.p_end_time?i("v-uni-view",{staticClass:"presell_time"},[i("v-uni-view",{staticClass:"iconfont icon-shijian1"}),t._v(t._s(new Date(t.storeInfo.start_time.replace(/-/g,"/")).getMonth()+1)+"月"+t._s(new Date(t.storeInfo.start_time.replace(/-/g,"/")).getDate())+"日"+t._s(new Date(t.storeInfo.start_time.replace(/-/g,"/")).getHours())+"时"+t._s(new Date(t.storeInfo.start_time.replace(/-/g,"/")).getMinutes())+"分"),i("span",{staticClass:"area_line"},[t._v("~")]),i("v-uni-view",{staticClass:"iconfont icon-shijian1"}),t._v(t._s(new Date(t.storeInfo.p_end_time.replace(/-/g,"/")).getMonth()+1)+"月"+t._s(new Date(t.storeInfo.p_end_time.replace(/-/g,"/")).getDate())+"日"+t._s(new Date(t.storeInfo.p_end_time.replace(/-/g,"/")).getHours())+"时"+t._s(new Date(t.storeInfo.p_end_time.replace(/-/g,"/")).getMinutes())+"分")],1):t._e()],1),2===t.storeInfo.presell_type?i("v-uni-view",[i("v-uni-view",[t._v("支付尾款时间:")]),t.storeInfo.final_start_time&&t.storeInfo.final_end_time?i("v-uni-view",{staticClass:"presell_time"},[i("v-uni-view",{staticClass:"iconfont icon-shijian1"}),t._v(t._s(new Date(t.storeInfo.final_start_time.replace(/-/g,"/")).getMonth()+1)+"月"+t._s(new Date(t.storeInfo.final_start_time.replace(/-/g,"/")).getDate())+"日"+t._s(new Date(t.storeInfo.final_start_time.replace(/-/g,"/")).getHours())+"时"+t._s(new Date(t.storeInfo.final_start_time.replace(/-/g,"/")).getMinutes())+"分"),i("span",{staticClass:"area_line"},[t._v("~")]),i("v-uni-view",{staticClass:"iconfont icon-shijian1"}),t._v(t._s(new Date(t.storeInfo.final_end_time.replace(/-/g,"/")).getMonth()+1)+"月"+t._s(new Date(t.storeInfo.final_end_time.replace(/-/g,"/")).getDate())+"日"+t._s(new Date(t.storeInfo.final_end_time.replace(/-/g,"/")).getHours())+"时"+t._s(new Date(t.storeInfo.final_end_time.replace(/-/g,"/")).getMinutes())+"分")],1):t._e()],1):t._e(),1==t.storeInfo.delivery_type?i("v-uni-view",[1==t.storeInfo.presell_type?i("v-uni-view",[t._v("支付成功后"+t._s(t.storeInfo.delivery_day)+"天内发货")]):t._e(),2==t.storeInfo.presell_type?i("v-uni-view",[t._v("付尾款成功后"+t._s(t.storeInfo.delivery_day)+"天内发货")]):t._e()],1):t._e(),2==t.storeInfo.delivery_type?i("v-uni-view",[t._v("预售结束后"+t._s(t.storeInfo.delivery_day)+"天内发货")]):t._e()],1)],1):t._e(),4==t.storeInfo.product_type?i("v-uni-view",{staticClass:"wrapper"},[i("v-uni-view",{staticClass:"share acea-row row-between row-bottom",staticStyle:{padding:"0",margin:"0"}},[i("v-uni-view",{staticClass:"money "},[i("v-uni-text",{staticClass:"font-color"},[t._v("¥"),i("v-uni-text",{staticClass:"num"},[t._v(t._s(t.storeInfo.price))])],1),i("v-uni-text",{staticClass:"font-gray orig_price"},[t._v("¥"),i("v-uni-text",{staticClass:"num",staticStyle:{"font-size":"28rpx"}},[t._v(t._s(t.storeInfo.ot_price))])],1)],1),"admin"!=t.comForm?i("v-uni-view",{staticClass:"iconfont icon-fenxiang"}):t._e()],1),i("v-uni-view",{staticClass:"introduce line2"},[t.storeInfo.merchant&&t.storeInfo.merchant.type_name?i("v-uni-text",{staticClass:"font-bg-red"},[t._v(t._s(t.storeInfo.merchant.type_name))]):t.storeInfo.merchant&&t.storeInfo.merchant.is_trader?i("v-uni-text",{staticClass:"font-bg-red"},[t._v("自营")]):t._e(),t._v(t._s(t.storeInfo.store_name))],1),i("v-uni-view",{staticClass:"label acea-row row-between-wrapper"},[i("v-uni-view",[t._v("类型:"+t._s(t.storeInfo.buying_count_num?t.storeInfo.buying_count_num:0)+"人团")]),i("v-uni-view",[t._v("库存:"+t._s(t.storeInfo.stock?t.storeInfo.stock:0))]),i("v-uni-view",[t._v("已拼:"+t._s(t.storeInfo.sales?t.storeInfo.sales:0)+t._s(t.storeInfo.unit_name?t.storeInfo.unit_name:""))])],1)],1):t._e(),4==t.storeInfo.product_type?i("v-uni-view",{staticClass:"combination_wrapper"},[t.itemNew.length?i("v-uni-view",{staticClass:"notice acea-row row-middle"},[i("v-uni-view",{staticClass:"num font-color"},[i("v-uni-text",{staticClass:"iconfont icon-laba"}),t._v("已拼"+t._s(t.storeInfo.sales?t.storeInfo.sales:0)+t._s(t.storeInfo.unit_name?t.storeInfo.unit_name:"")),i("v-uni-text",{staticClass:"line"},[t._v("|")])],1),i("v-uni-view",{staticClass:"swiper"},[i("v-uni-swiper",{attrs:{"indicator-dots":t.indicatorDots,autoplay:t.autoplay,interval:"2500",duration:"500",vertical:"true",circular:"true"}},[t._l(t.itemNew,(function(e,n){return[i("v-uni-swiper-item",[i("v-uni-view",{staticClass:"line1"},[t._v(t._s(e.nickname?e.nickname:"")+"拼团成功")])],1)]}))],2)],1)],1):t._e(),t.pink.length?i("v-uni-view",{staticClass:"assemble",style:t.itemNew.length?"":"margin-top: 20rpx;"},[t._l(t.pink,(function(e,n){return n<t.AllIndex&&t.pink.length>0?i("v-uni-view",{key:n,staticClass:"item acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"pictxt acea-row row-between-wrapper"},[i("v-uni-view",{staticClass:"pictrue"},[i("v-uni-image",{attrs:{src:e.initiator.avatar?e.initiator.avatar:"/static/images/f.png"}})],1),i("v-uni-view",{staticClass:"text line1"},[t._v(t._s(e.initiator.nickname?e.initiator.nickname:""))])],1),i("v-uni-view",{staticClass:"right acea-row row-middle"},[i("v-uni-view",[i("v-uni-view",{staticClass:"lack"},[t._v("还差"),i("v-uni-text",{staticClass:"font-color"},[t._v(t._s(e.buying_count_num-e.yet_buying_num))]),t._v("人成团")],1),i("v-uni-view",{staticClass:"time"},[t._v("剩余"),i("count-down",{attrs:{justifyLeft:t.justifyLeft,"is-day":!1,"tip-text":" ","day-text":" ","hour-text":":","minute-text":":","second-text":" ",datatime:e.end_time}})],1)],1),i("v-uni-navigator",{staticClass:"spellBnt",attrs:{"hover-class":"none",url:"/pages/activity/combination_status/index?id="+e.group_buying_id}},[t._v("去拼单"),i("v-uni-text",{staticClass:"iconfont icon-jiantou"})],1)],1)],1):t._e()})),t.pink.length?[t.pink.length>t.AllIndex?i("v-uni-view",{staticClass:"more",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showAll.apply(void 0,arguments)}}},[t._v("查看更多"),i("v-uni-text",{staticClass:"iconfont icon-xiangxia"})],1):t.pink.length===t.AllIndex&&t.pink.length!==t.AllIndexDefault?i("v-uni-view",{staticClass:"more",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.hideAll.apply(void 0,arguments)}}},[t._v("收起"),i("v-uni-text",{staticClass:"iconfont icon-xiangshang"})],1):t._e()]:t._e()],2):t._e(),i("v-uni-view",{staticClass:"playWay"},[i("v-uni-view",{staticClass:"title acea-row row-between-wrapper"},[i("v-uni-view",[t._v("拼团玩法")])],1),i("v-uni-view",{staticClass:"way acea-row row-middle"},[i("v-uni-view",{staticClass:"item"},[i("v-uni-text",{staticClass:"num"},[t._v("①")]),i("v-uni-text",{staticClass:"way_text"},[t._v("开团/参团")])],1),i("v-uni-view",{staticClass:"iconfont icon-arrow"}),i("v-uni-view",{staticClass:"item"},[i("v-uni-text",{staticClass:"num"},[t._v("②")]),i("v-uni-text",{staticClass:"way_text"},[t._v("邀请好友")])],1),i("v-uni-view",{staticClass:"iconfont icon-arrow"}),i("v-uni-view",{staticClass:"item"},[i("v-uni-view",[i("v-uni-text",{staticClass:"num"},[t._v("③")]),i("v-uni-text",{staticClass:"way_text"},[t._v("满员发货")])],1),i("v-uni-view",{staticClass:"tip"},[t._v("不满自动退款")])],1)],1)],1)],1):t._e(),0==t.storeInfo.product_type||3==t.storeInfo.product_type||1==t.storeInfo.product_type?i("v-uni-view",{staticClass:"wrapper"},[1!=t.storeInfo.product_type?i("v-uni-view",{staticClass:"share acea-row row-between row-bottom",staticStyle:{padding:"0",margin:"0"}},[i("v-uni-view",{staticClass:"money font-color"},[t._v("¥"),i("v-uni-text",{staticClass:"num"},[t._v(t._s(t.storeInfo.price))])],1),"admin"!=t.comForm?i("v-uni-view",{staticClass:"iconfont icon-fenxiang"}):t._e()],1):t._e(),i("v-uni-view",{staticClass:"introduce line2"},[t.storeInfo.merchant.type_name?i("v-uni-text",{staticClass:"font-bg-red"},[t._v(t._s(t.storeInfo.merchant.type_name))]):t.storeInfo.merchant.is_trader?i("v-uni-text",{staticClass:"font-bg-red bg"},[t._v("自营")]):t._e(),t._v(t._s(t.storeInfo.store_name?t.storeInfo.store_name:""))],1),i("v-uni-view",{staticClass:"label acea-row row-between-wrapper",staticStyle:{"padding-bottom":"10px"}},[3!=t.storeInfo.product_type?i("v-uni-view",[t._v("原价:¥"+t._s(t.storeInfo.ot_price?t.storeInfo.ot_price:""))]):t._e(),i("v-uni-view",[t._v("库存:"+t._s(t.storeInfo.stock?t.storeInfo.stock:0)+t._s(t.storeInfo.unit_name?t.storeInfo.unit_name:""))]),i("v-uni-view",[t._v("销量:"+t._s(t.storeInfo.sales?t.storeInfo.sales:0)+t._s(t.storeInfo.unit_name?t.storeInfo.unit_name:""))])],1)],1):t._e(),i("v-uni-view",{staticClass:"attribute acea-row row-between-wrapper",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.selecAttr.apply(void 0,arguments)}}},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[t._v(t._s(t.attrTxt)+""),i("v-uni-text",{staticClass:"atterTxt"},[t._v(t._s(t.attrValue))])],1),i("v-uni-view",{staticClass:"iconfont icon-jiantou"})],1),i("v-uni-view",{staticClass:"attribute acea-row row-between-wrapper",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showShip.apply(void 0,arguments)}}},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[t._v("运费:"),i("v-uni-text",{staticClass:"atterTxt"},[t._v(t._s(t.shippingValue))])],1),i("v-uni-view",{staticClass:"iconfont icon-jiantou"})],1),t.guarantee&&t.guarantee.length?i("v-uni-view",{staticClass:"attribute acea-row row-between-wrapper",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.showGuaranee.apply(void 0,arguments)}}},[i("v-uni-view",{staticClass:"acea-row row-between-wrapper"},[t._v("保障:"),i("v-uni-view",{staticClass:"guaranteeAttr"},t._l(t.guarantee,(function(e,n){return i("v-uni-text",{staticClass:"atterTxt1",class:e.guarantee_name?"hasAttr":""},[t._v(t._s(e.guarantee_name?e.guarantee_name:""))])})),1)],1),i("v-uni-view",{staticClass:"iconfont icon-jiantou"})],1):t._e(),2===t.storeInfo.presell_type?i("v-uni-view",{staticClass:"acea-row row-between-wrapper wrapper presell_process"},[i("v-uni-view",[t._v("流程:"),i("v-uni-view",{staticClass:"process_count"},[i("v-uni-view",{staticClass:"process_line"}),i("span",{staticClass:"text_line text_line1"},[i("v-uni-text",[t._v("定金")])],1),i("span",{staticClass:"text_line text_line2"},[i("v-uni-text",[t._v("尾款")])],1),i("span",{staticClass:"text_line text_line3"},[i("v-uni-text",[t._v("发货")])],1)],1)],1)],1):t._e()],1),t.storeInfo.merchant&&1!=t.hide_mer_status?i("v-uni-view",{staticClass:"store-wrapper"},[i("v-uni-view",{staticClass:"store-hd"},[i("v-uni-view",{staticClass:"store-info"},[i("v-uni-view",{staticClass:"logo"},[i("v-uni-image",{attrs:{src:t.storeInfo.merchant.mer_avatar,mode:""}})],1),i("v-uni-view",{staticClass:"info"},[i("v-uni-view",{staticClass:"name"},[t._v(t._s(t.storeInfo.merchant.mer_name?t.storeInfo.merchant.mer_name:"")),t.storeInfo.merchant.type_name?i("v-uni-text",{staticClass:"font-bg-red ml8"},[t._v(t._s(t.storeInfo.merchant.type_name))]):t.storeInfo.merchant.is_trader?i("v-uni-text",{staticClass:"font-bg-red ml8"},[t._v("自营")]):t._e()],1),t.storeInfo.merchant.care_count?i("v-uni-view",{staticClass:"txt"},[t._v(t._s(t.storeInfo.merchant.care_count<1e4?t.storeInfo.merchant.care_count:(t.storeInfo.merchant.care_count/1e4).toFixed(2)+"万")+"人关注")]):i("v-uni-view",{staticClass:"txt"},[t._v("0人关注")])],1)],1),i("v-uni-view",{staticClass:"score-wrapper"},[i("v-uni-view",{staticClass:"item"},[t._v("商品描述"),i("v-uni-text",[t._v(t._s(t.storeInfo.merchant.product_score))])],1),i("v-uni-view",{staticClass:"item"},[t._v("卖家服务"),i("v-uni-text",[t._v(t._s(t.storeInfo.merchant.service_score))])],1),i("v-uni-view",{staticClass:"item"},[t._v("物流服务"),i("v-uni-text",[t._v(t._s(t.storeInfo.merchant.postage_score))])],1)],1)],1)],1):t._e(),i("v-uni-view",{staticClass:"product-intro",attrs:{id:"past3"}},[i("v-uni-view",{staticClass:"title"},[t._v("产品介绍")]),0==t.description.type&&"string"==typeof t.description.content?i("jyf-parser",{ref:"article",attrs:{domain:t.domain,html:t.description.content.replace(/<br\/>/gi,""),"tag-style":t.tagStyle}}):i("v-uni-view",{staticClass:"product_content"},[t.description.content&&t.description.content.title?i("v-uni-view",{staticClass:"product_content_title"},[t._v(t._s(t.description.content.title))]):t._e(),t.description.content&&t.description.content.image?t._l(t.description.content.image,(function(t,e){return i("v-uni-image",{key:e,staticStyle:{"background-color":"#fff",width:"100vw"},attrs:{src:t,mode:"widthFix"}})})):t._e()],2)],1),i("v-uni-view",{staticStyle:{height:"120rpx"}})],1)],1):t._e(),i("productWindow",{attrs:{attr:t.attr,isShow:1,iSplus:1,id:"product-window"},on:{myevent:function(e){arguments[0]=e=t.$handleEvent(e),t.onMyEvent.apply(void 0,arguments)},ChangeAttr:function(e){arguments[0]=e=t.$handleEvent(e),t.ChangeAttr.apply(void 0,arguments)},ChangeCartNum:function(e){arguments[0]=e=t.$handleEvent(e),t.ChangeCartNum.apply(void 0,arguments)},attrVal:function(e){arguments[0]=e=t.$handleEvent(e),t.attrVal.apply(void 0,arguments)},iptCartNum:function(e){arguments[0]=e=t.$handleEvent(e),t.iptCartNum.apply(void 0,arguments)}}}),i("guaranteeTemplate",{ref:"guartemplate",attrs:{guarantee:t.guarantee,shipping:t.shipping}})],1)},r=[]},b5cd:function(t,e,i){"use strict";i.r(e);var n=i("010d"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.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,n.default)(t))||e&&t&&"number"===typeof t.length){i&&(t=i);var a=0,r=function(){};return{s:r,n:function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:r}}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 o,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,o=t},f:function(){try{s||null==i["return"]||i["return"]()}finally{if(c)throw o}}}},i("a4d3"),i("e01a"),i("d3b7"),i("d28b"),i("3ca3"),i("ddb0"),i("d9e2"),i("d401");var n=function(t){return t&&t.__esModule?t:{default:t}}(i("06c5"))},d8c8:function(t,e,i){"use strict";i.r(e);var n=i("2c0d"),a=i.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},e137:function(t,e,i){var n=i("8fa3");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("565c5503",n,!0,{sourceMap:!1,shadowMode:!1})},e8d8:function(t,e){function i(t){for(var e={},i=t.split(","),n=i.length;n--;)e[i[n]]=!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"}}},f9c8:function(t,e,i){var n=i("549e");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("4f06").default;a("e68edb46",n,!0,{sourceMap:!1,shadowMode:!1})}}]);