1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-admin-goods_details-index"],{"0605":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}})])],2)},n=[]},"06fc":function(t,e,i){"use strict";i.r(e);var a=i("c7b0"),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},"092b":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.product-bg[data-v-5499d8a3]{width:100%;height:%?750?%;position:relative}.product-bg uni-swiper[data-v-5499d8a3]{width:100%;height:100%;position:relative}.product-bg .slide-image[data-v-5499d8a3]{width:100%;height:100%}.product-bg .pages[data-v-5499d8a3]{position:absolute;background-color:#fff;height:%?34?%;padding:0 %?10?%;border-radius:%?3?%;right:%?30?%;bottom:%?30?%;line-height:%?34?%;font-size:%?24?%;color:#050505}#myVideo[data-v-5499d8a3]{width:100%;height:100%}.product-bg .item[data-v-5499d8a3]{position:relative;width:100%;height:100%}.product-bg .item .poster[data-v-5499d8a3]{position:absolute;top:0;left:0;height:%?750?%;width:100%;z-index:9}.product-bg .item .poster .image[data-v-5499d8a3]{width:100%;height:100%}.product-bg .item .stop[data-v-5499d8a3]{position:absolute;top:50%;left:50%;width:%?136?%;height:%?136?%;margin-top:%?-68?%;margin-left:%?-68?%;z-index:9}.product-bg .item .stop .image[data-v-5499d8a3]{width:100%;height:100%}',""]),t.exports=e},"1ab8":function(t,e,i){"use strict";i.r(e);var a=i("2744"),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},"1de5":function(t,e,i){"use strict";t.exports=function(t,e){return e||(e={}),t=t&&t.__esModule?t.default:t,"string"!==typeof t?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t)}},2456:function(t,e,i){var a=i("dd5a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("3c44c5b4",a,!0,{sourceMap:!1,shadowMode:!1})},2744:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("a9e3");var a={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:""}},data:function(){return{day:"00",hour:"00",minute:"00",second:"00"}},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,a=0,n=0,o=0,r=0;i>0?(a=!0===t.isDay?Math.floor(i/86400):0,n=Math.floor(i/3600)-24*a,o=Math.floor(i/60)-24*a*60-60*n,r=Math.floor(i)-24*a*60*60-60*n*60-60*o,n<=9&&(n="0"+n),o<=9&&(o="0"+o),r<=9&&(r="0"+r),t.day=a,t.hour=n,t.minute=o,t.second=r):(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=a},"27bf":function(t,e,i){"use strict";var a=i("2456"),n=i.n(a);n.a},"29ca":function(t,e,i){var a=i("6be5");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("7a189ac4",a,!0,{sourceMap:!1,shadowMode:!1})},"29fa":function(t,e,i){"use strict";i.r(e);var a=i("64a4"),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},4917:function(t,e,i){"use strict";i.r(e);var a=i("88cd"),n=i("7402");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("531b");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"5499d8a3",null,!1,a["a"],void 0);e["default"]=s.exports},4957:function(t,e,i){"use strict";i.r(e);var a=i("f30c"),n=i("1ab8");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("27bf");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"33fbd938",null,!1,a["a"],void 0);e["default"]=s.exports},"4deb":function(t,e,i){"use strict";var a=i("fca0"),n=i.n(a);n.a},"4fc0":function(t,e,i){var a=i("24fb"),n=i("1de5"),o=i("effe");e=a(!1);var r=n(o);e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.product-con .price_text[data-v-7ccacc82]{display:inline-block;width:%?90?%;height:%?30?%;background:url('+r+');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-7ccacc82]{margin-top:%?20?%;font-size:%?26?%;color:#999}.product-con .presell_count .presell_time[data-v-7ccacc82]{margin:%?8?% 0 %?4?%}.product-con .presell_count .presell_time .area_line[data-v-7ccacc82]{display:inline-block;margin:0 %?6?%}.product-con .presell_count .icon-shijian1[data-v-7ccacc82]{display:inline-block;margin-right:%?4?%}.product-con .presell_process[data-v-7ccacc82]{margin-top:%?20?%;height:%?110?%;padding:%?4?% %?32?% %?32?%}.product-con .presell_process .process_count[data-v-7ccacc82]{display:inline-block;position:relative;top:%?24?%;left:%?40?%}.product-con .presell_process .process_line[data-v-7ccacc82]{width:%?414?%;height:%?2?%;background:#ccc}.product-con .presell_process .text_line[data-v-7ccacc82]{display:inline-block;width:25%;color:#ccc;margin-top:%?6?%;position:relative}.product-con .presell_process .text_line[data-v-7ccacc82]::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-7ccacc82]{text-align:left;color:#e93323}.product-con .presell_process .text_line.text_line1[data-v-7ccacc82]::after{background:#e93323;left:0}.product-con .presell_process .text_line.text_line1 uni-text[data-v-7ccacc82]{margin-left:%?-20?%}.product-con .presell_process .text_line.text_line3[data-v-7ccacc82]{text-align:right}.product-con .presell_process .text_line.text_line3[data-v-7ccacc82]::after{right:0}.product-con .presell_process .text_line.text_line3 uni-text[data-v-7ccacc82]{margin-right:%?-20?%}.product-con .presell_process .text_line.text_line2[data-v-7ccacc82]{width:50%;text-align:center}.product-con .presell_process .text_line.text_line2[data-v-7ccacc82]::after{left:50%;margin-left:%?-4?%}\n/*拼团*/.product-con .notice[data-v-7ccacc82]{width:100%;height:%?62?%;background-color:#ffedeb;padding:0 %?30?%;box-sizing:border-box}.product-con .notice .num[data-v-7ccacc82]{font-size:%?24?%}.product-con .notice .num .iconfont[data-v-7ccacc82]{font-size:%?30?%;vertical-align:%?-3?%;margin-right:%?20?%}.product-con .notice .num .line[data-v-7ccacc82]{color:#282828;margin-left:%?15?%}.product-con .notice .swiper[data-v-7ccacc82]{height:100%;width:%?360?%;line-height:%?62?%;overflow:hidden;margin-left:%?14?%}.product-con .notice .swiper uni-swiper[data-v-7ccacc82]{height:100%;width:100%;overflow:hidden;font-size:%?24?%;color:#282828}.product-con .playWay[data-v-7ccacc82]{background-color:#fff;padding:0 %?30?%;margin-top:%?20?%;font-size:%?28?%;color:#282828}.product-con .playWay .title[data-v-7ccacc82]{height:%?86?%;border-bottom:1px solid #eee}.product-con .playWay .title .iconfont[data-v-7ccacc82]{margin-left:%?13?%;font-size:%?28?%;color:#717171}.product-con .playWay .way[data-v-7ccacc82]{min-height:%?110?%;font-size:%?26?%;color:#282828}.product-con .playWay .way .iconfont[data-v-7ccacc82]{color:#cdcdcd;font-size:%?40?%;margin:0 %?35?%}.product-con .playWay .way .item .num[data-v-7ccacc82]{font-size:%?34?%;margin-right:%?6?%;width:17px;height:28px;display:inline-block;vertical-align:middle}.product-con .playWay .way .item .tip[data-v-7ccacc82]{font-size:%?22?%;color:#a5a5a5;margin-top:%?-4?%}.product-con .playWay .way .way_text[data-v-7ccacc82]{position:relative;top:%?4?%}.activity_pin[data-v-7ccacc82]{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-7ccacc82]{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-7ccacc82]{color:#fff!important;font-size:%?28?%}.activity_title[data-v-7ccacc82]{font-size:%?24?%;color:#fff}.activity_kan[data-v-7ccacc82]{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-7ccacc82]{z-index:300!important}.head-bar[data-v-7ccacc82]{background:#fff}.generate-posters[data-v-7ccacc82]{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-7ccacc82]{-webkit-transform:translateZ(0);transform:translateZ(0)}.generate-posters .item[data-v-7ccacc82]{flex:50%;text-align:center;font-size:%?30?%}.generate-posters .item .iconfont[data-v-7ccacc82]{font-size:%?80?%;color:#5eae72}.generate-posters .item .iconfont.icon-haibao[data-v-7ccacc82]{color:#5391f1}.product-con .mask[data-v-7ccacc82]{z-index:88}.product-con .footer[data-v-7ccacc82]{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-7ccacc82]{font-size:%?18?%;color:#666}.product-con .attribute .atterTxt[data-v-7ccacc82]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;width:%?400?%}.product-con .attribute .atterTxt1[data-v-7ccacc82]{color:#282828}.product-con .attribute .atterTxt1.hasAttr[data-v-7ccacc82]: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-7ccacc82]:last-child:after{display:none}.product-intro .title[data-v-7ccacc82]{font-size:%?30?%;color:#282828;text-align:center}.product-intro .pictures[data-v-7ccacc82], .product-intro .pictures uni-image[data-v-7ccacc82], .product-intro .pictures uni-image[data-v-7ccacc82]{width:100%}.product-con .guaranteeAttr[data-v-7ccacc82]{display:inline-block;width:%?560?%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-con .superior[data-v-7ccacc82]{background-color:#fff;margin-top:%?20?%;padding-bottom:%?10?%}.product-con .superior .title[data-v-7ccacc82]{height:%?98?%}.product-con .superior .title uni-image[data-v-7ccacc82]{width:%?30?%;height:%?30?%}.product-con .superior .title .titleTxt[data-v-7ccacc82]{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-7ccacc82]{width:%?690?%;margin:0 auto;position:relative}.product-con .superior .slider-banner uni-swiper[data-v-7ccacc82]{height:100%;width:100%}.product-con .superior .slider-banner uni-swiper-item[data-v-7ccacc82]{height:100%}.product-con .superior .slider-banner .list[data-v-7ccacc82]{width:100%}.product-con .superior .slider-banner .list .item[data-v-7ccacc82]{width:%?215?%;margin:0 %?22?% %?30?% 0;font-size:%?26?%}.product-con .superior .slider-banner .list .item[data-v-7ccacc82]:nth-of-type(3n){margin-right:0}.product-con .superior .slider-banner .list .item .pictrue[data-v-7ccacc82]{position:relative;width:100%;height:%?215?%}.product-con .superior .slider-banner .list .item .pictrue uni-image[data-v-7ccacc82]{width:100%;height:100%;border-radius:%?6?%}.product-con .superior .slider-banner .list .item .name[data-v-7ccacc82]{color:#282828;margin-top:%?12?%}.product-con .superior .slider-banner .swiper-pagination-bullet[data-v-7ccacc82]{background-color:#999}.product-con .superior .slider-banner .swiper-pagination-bullet-active[data-v-7ccacc82]{background-color:#e93323}uni-button[data-v-7ccacc82]{padding:0;margin:0;line-height:normal;background-color:#fff}uni-button[data-v-7ccacc82]::after{border:0}action-sheet-item[data-v-7ccacc82]{padding:0;height:%?240?%;align-items:center;display:flex}.contact[data-v-7ccacc82]{font-size:16px;width:50%;background-color:#fff;padding:%?8?% 0;border-radius:0;margin:0;line-height:2}.contact[data-v-7ccacc82]::after{border:none}.action-sheet[data-v-7ccacc82]{font-size:17px;line-height:1.8;width:50%;position:absolute;top:0;right:0;padding:%?25?% 0}.canvas[data-v-7ccacc82]{z-index:300;width:750px;height:1190px}.poster-pop[data-v-7ccacc82]{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-7ccacc82]{width:100%;height:100%;display:block}.poster-pop .close[data-v-7ccacc82]{width:%?46?%;height:%?75?%;position:fixed;right:0;top:%?-73?%;display:block}.poster-pop .save-poster[data-v-7ccacc82]{background-color:#df2d0a;font-size::22rpx;color:#fff;text-align:center;height:%?76?%;line-height:%?76?%;width:100%}.poster-pop .keep[data-v-7ccacc82]{color:#fff;text-align:center;font-size:%?25?%;margin-top:%?10?%}.mask[data-v-7ccacc82]{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-7ccacc82]{padding:%?32?%;width:100%;box-sizing:border-box}.product-con .nav[data-v-7ccacc82]{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-7ccacc82]{font-size:%?28?%;color:#fff}.product-con .nav .money .num[data-v-7ccacc82]{font-size:%?48?%}.product-con .nav .money .y-money[data-v-7ccacc82]{font-size:%?26?%;margin-left:%?10?%;text-decoration:line-through}.product-con .nav .time[data-v-7ccacc82]{font-size:%?20?%;color:#fff;text-align:center}.product-con .nav .time .timeCon[data-v-7ccacc82]{margin-top:%?10?%}.product-con .nav .time .timeCon .num[data-v-7ccacc82]{padding:0 %?7?%;font-size:%?22?%;color:#ff3d3d;background-color:#fff;border-radius:%?2?%}.product-con .nav .timeState[data-v-7ccacc82]{font-size:%?28?%;color:#fff}.product-con .nav .iconfont[data-v-7ccacc82]{color:#fff;font-size:%?30?%;margin-left:%?20?%}.pro-wrapper .iconn[data-v-7ccacc82]{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAYKElEQVR4nO2deXhTVfrHP0nTlpautHSjZSkt+x42UTYVF5C4gsKIOqOjIxJHZdTfyG+eEZ1xxgVHjeLo6KiIKKsYcAUEBQooASxQKC1QulPolm50S+aPJPXmZm2a3BTo53n6QM49956T+8259yzv+x7ZmC8WcbGjU2migBFAGpAK9AGSgBjzX3dAAYSbT6kBWoA6oNz8VwycAU4BuUCmUquuku5beIZOpXF6XCFRPbyGTqUJAsYCVwCTgTFASjsvYxE6Gkh2UlYBcADYCewB9iu16qb21tmfXBQC61SaeGA2cANwHb8K5GtSzH83mz/X6lSarcCXwCalVn1Wonp4TKcVWKfSRAJzgLuAaUCAXytkIgy4xfzXqlNpfgA+A9Yotepqv9bMAbLO9g7WqTTjgYcxidvdnXNaDK3k1Z4lt6aEorrzFDdUUFpfQXljDfrmehpaGmkxtlLf0ghAqCIYhSyAEEUw4YEhxAZHkBDag6SQHvTqHktaeCJ9w+JRyN3+TdUBa4F3lFr13vZ/a89x9Q7uFALrVBo5plaxGJjkKn9lUy37zmVzqPwkmZWnOVlTQouh1at1UsgD6B+eyIjofozqkcqEuEFEB4W5c2oGsAzYqNSqDV6tlB06tcA6lUYG3Ao8Cwx3lveEvojvS34h42wWx6rzMRiNUlSxDblMxuDI3kyKH8LViSMZENHL1SmHMX2vz5Vatc8q22kF1qk004BXAKWjPGUXqtDm7+Xrwv3k1Xau/kzfsHhuTB6LqvdE4rpFOcuqA/6k1Kp3+KIenU5gnUqTDLwEzHOUZ9+5bD47vYNdZ7MwGH3+lOsQcpmcq+KHcFe/aUzoOdBZ1s+Ap5RadYE3y+80ApvfswuBF7AzzDEYjWwpPsBHuVvJri6UpE7eZmBkMvemXcuMpDHIZTJ7WWqAZ4Dl3no/dwqBdSpNX2AlcKW94ztKM3n7+Jfk6ot9XhcpSItI4uFBs5iWMMJRlt3AAqVWfbqjZfldYJ1KczfwFhAhPpZdXciyoxvQnc/xaR38hTI2ncVDb2NgpN3JMj3wiFKrXtmRMvwmsE6lCQbeBB4QH6tvaWT58c2sPv2D5L1hqZHLZMztN4VHBs0mVBFsL8t7wCKlVt3oyfVdCSz35KJuFJqMaf7WRty9544zd/sLfHpqxyUvLpj6Fp+d+oG5219g77nj9rI8AOw03zOv43WBdSrNKGAfME6Y3mRo4dWjG1i0ZzklDRXeLrbTU9JQwaI9y1l2ZANNhhbx4XHAPvO98ypeFVin0lyPqeUmCdOL6su5b+cyPjm5HSOXfqt1hBEjq05t576dyyiqLxcfTsLUkq/3ZpleE1in0twKaDFNyLeRUZbFgh9fvmiHPr4gu7qQBT++zJ6yY+JDYYBWp9Lc5q2yvCKwTqWZj2myPUiYvjZvJ3/c9w7VTXXeKOaSorqpjkf3/Zt1eTvFh4KANeZ72mE6LLD517YCwXKeESOvZ23kn5lrOv1MlD8xGA38I3MNrx3dKH51BQArdCrN7R0to0MC61SaG4FPEYhrMBp4/tAqVuRu62jdLhs+PrmN5w6tEjeGAGCV+R57jMcC61Sa4cBqBI9lg9HA0kOf8EW+pEuilwTa/L0sPfSJWGTL49rpSpszPBLYPGb7CsGcshEjL2SuZnPBT57W5bJnc8FPvJC5Wvy4DgO+8nSc3G6BzUZvGxAZq715bBOfn8nwpA5dCPj8TAZvHtskTk4GNphnB9uFJy14OaJJjHV5O/kwZ4sHl+rCHh/mbLHXux6HaU6/XbRLYPPCwf3CtIyyLF48vK695XbhghcPryOjLEucfL9ZA7dxW2Dzkp/VL6iovpwlBz7qGgr5AIPRwJIDH9mb8XpLp9L0c/c6bglsXqxfiWDJr8nQwpM/v4e+qd7dsrpoJ/qmep78+T3x3HUE8LFZE5e424IXIlqsf/OYtmv6UQKyqwvRZGnFyVdi0sQlLgXWqTQpmMxs2th37jirTu5ws4pddJRPT+1gn+1S4wtmbZziTgtehmC8W9/SyPOHPr2sV4WkxoiR5w6tajPcNxOOSRunOBVYp9JMBu4Qpr11bNNluZ7rb0obKnnLdnw8B5MDnkMcCmw2Sv8X0GYemF1dyBrb8VkXErEmb6e9fo+VRmKcteBbERmlLzu6oWtI5EcMRgPLjqwXJysxaWUXuwKbu+DPCtO2l/xyyVo/XkzoynPZUZopTl6KAy0dteDZCHyFDEYjy49v9koFu+g4bx//UmywOAyTZjY4EvhJ4Yfvig9wqqbUO7XrosPk6ovZUnxAnPykvbw2DuA6lWYiokmNFblbvVY5byGXyUkLTyQ1IpHk0BiigsIIVXQjQCajtvkC+uZ6ShsqOFVTygl9EY2tzf6uslf5KHcr1/ey6iJdCUwErBbj7Xn4Pyj88NP57E4zYxUWGMK1SaOZnjACZWw6IQFBrk8CWo0GMitOs6vsKN8W6i6JYV52dSH7zmWLHd4eRCSwlWeDOWxCEQLP+sf2vcPOs0d8W1sX9AqN5XfpM7gheSzd3BTVGRllWaw8+T37zmV7oXb+Y3L8MF6b8JAwqQ7oBbSFkxC34DsRiHu2ocrekpVkhCqCWTjoJub0ndyecAoumRQ3hElxQ9h/PodXjqwnR1/ktWtLye6yLM42VBEf0uaf3B2Thu9aEsSdrDuFHzYV7KPVT+Pe0TH9WTf9/5mXOs2r4goZG5vOJ1Of4g8DZyKX+cSLx6cYjAY2FewTJ1tp2PatdCpNAjBVePDrwp99Vjln3NF3Mu9MelT4y/QZATI5vx94I8uveITwwBCfl+dtviq0sYGbCiRYPgh/trMRmL/m6Iv8EjbhvvQZ/HnEXAIkblHjYgfw/lWP0yNYqhBc3uFMbRknrF8xAcBNlg/CuzhTmGtr8SHf1swOt/SZhHqwSvJyLfQPT+TtKxYRdpG15G22Ws2y/EcOoFNpAoGrhTmk7jkPjerDMyPudJ3Rx6RFJPHc6AXIHM/fdzp2nT0qTroaCIRfe9FjEZjjlDfqOVEtXc8yUB7A35T3unwsH6nM4+OT31NYd570iCQeH3orkUGuY6Wdu1DN+ye+Jas6n6jA7jwyeLYjr3sApiYM5/a+V9mzbOyUZFcXUtFYI3y9RGCywsywCGw1c7X/fI6kC/rzUqfRu3tPp3mOVRXwwO7XaDYHPDteXUBNcwPLxv/e6XkXWpv43a5XKa7/dXLjWHUBX85YSpA80OF5fxxyM1uLD1LVVOv+F/ETRoz8fP6EeGZrEpAhF3xo45eKU1LVjSB5IPemXesy35biA23iWjhQkevyvMzK01biAlQ01nBS73xuPVQRzIK0q53m6UwcstVsEvzaybKS/peKDgd/cZvreo0myo0QganhCTZpLgKQAZDSvafNo18uk9GzW6TLc2/vc5XTVt6ZyLTVTAkg16k00UBvS6rBaJR05Wh64ki38s1KGc+81GltYnVXdOOJoa79pBNDerB09AIiAkMBk7gPDZxFbDeboD82hAeGcGX8ELfq529ya4rF8Tp7A9EKRDEiSxoqaDJIs/IiQ8b4WKfR4azy/mnY7Tw48EZKGypJDo11FLXGhhuTx3JN0ijya8uIDg4jJti+uAajgZIGU5TaZkMrClmAy75BZ8EScTctwip6xnAFkC5MkXJyIyk0xm2RLEQEhra1xvYQJFeIvzxg6rxtKT7A/vIcsqsLaTG0Eh0URs9ukYQogjAYjfQPT+TshSpqmxvaXa6U5NaUiL/jIAXQV5iSX1smWYUSQ6MlK0uIESPfFOr4KHcrOfoiBkT0YnriSB4dfDNDono7/NGVN+rJrDjN3nPH2VGayfkLeolr7pxiWzeXVAWmTSzayJNQ4DCF9DNGx6sLeP7Qp+Toi7gxeRxLR9/tdEwsJCY4gumJI5meOJKnh8/hh9LDfJS7lcOVeb6ttJsU1Z0XJ/VWAPFWmeptMvmMZqN3g3i74pOT23nj2BeM7tGftdOX0CcszuNryWXyNrG3lRzilcPrKbvg301aShoqxUlxCqCHMEXKgb1ewug7Lx1ey7q8XTw29Bbmp0736rWvSRzFFT0H8+zBlWwrkX4O34K+2eZ+xsgBq5+xlCGP8uvOSVLOy4fX8UX+XjQTF3pdXAuhimBeGnc/DwzwahyzdlHVaKNdnBxR4DK9hD3F6qY6Cm3fG17li/y9rD+zi1fHP+gqYLdXeHjQTTw0cKbrjD6gpsVGu+5yRFYdUnsu+HLVqri+gpcOr2XxsNslEdfCgwNv5IbksZKVZ8GOdgFyRNHXRR5sPucrH1qNLDuynjExaczp69Q/yycsGXEXSaE9XGf0Ina0C/O7IVJWVb4939cOc7y6gF1lR/nTMOfB4hpam/iz7gOu/ub/ePynd1z2hJcf38yMb5/h3p3LyKrKd5gvVBHMY0MdugxJhhzTPgJttHdmyRu8eWyT12NHr83bxdT44S6HQitzt/Fd0QGqm+r4sfQI/8xc4zDvnrJjvH/iWyoaazhSmccTP73rMC+Yetf9wxM9qr8n2NGuVg5YPbj9YV2YVZXvVe8Jg9HItuKD3NznCpd5G1qt95p09oqyl9eV1eltfe1uU+ET7GjXKsdkLN1GuB9mlwDezv6Sg+UnvXKtrKozNBlaGBc7wGXee9KuYXh0X8BkrvPk8Dsc5p2WMIJZyeORy2TEdYviH8r7XFqhTE3wOAphu7GjXZ0CKEMQwDsquLtfXDtaDK088dO7fDD5CfqGxbs+wQnZ1UX0D08kSO56782ooDA+nLyYC61NLr0m5DIZz41ZwJKRdxEc4N46cWJID3oEh1PRWOM6cweJCrYxXyqTY9ocuY3IQLf2g/QJ+uZ6Htj1Wod9oQrrz9ErNLZd57THJcZdcS2kSLTkGGGrXbkcsFofTJC4ay+msqmWBzPeYHcHXGbqWi7QrZ0i+JIwRTdJykkMsVmdOysHrGw9eoXGSFIZZ9Q2N/DHvf/mw1zP4l8qZAG0SLyQ4YzalguSlJNkq12ejcB2MvkFI0YqGz1b+IgKCqP8gu/fee5y/oI0e0f36m7zWjotB6wCb6RJOG5zxYyk0R6dl9K9J7k1nWObvPMX9PbiTfoEO9qdUABWk8GWna+9veFye0kIiWaYefhioaG1idWnf+BsQxWDI1MYEtWb1PAEm/Hf0Og+VDTWkKMvIt31Pr8+ZUfpL5KUo5AH2Bt9HFEoteoKnUpTAKRYMqaFJ3G82qu7oLabawWtt8nQzPq83XyQs4XyRmszmUB5AEmhMfTsFtlmIXLBPCHxXdEBvwu8Lm+3JOX0D08Uu9nmAxWWgeJ+zAIDjOzRz+8Cz0ga3Sbsh7lbHNo/NRtaOVNbxhk7pkYb8/dw/4DrvRIVwBO+KdJJ5lw+skeqOEkHvy4VZrjILCkRgaFkVp5m9tZneeXIeo+N2yoaa/y2+4u+uZ43sjZKVt4oW80y4FeBrZ4jyph0v3rX6ZvrWXZkg1esFj/I+c4vIRqeP7SKsw3S2GjJkDE2Nl2cbCXwfkz72QIQ2y2CdDs2xBcjTYYWnt7/X0lNkd7I+oLvS6TpXIFp53GRMX8N8DOYBVZq1c3A98IcUyScJPc1Z2rLeHTfv9E3+z46/bvZX/ORxHHFroofKk7aBjSDtbnOV8Ic1yR5fadTv3KkMo/7d/2LAh8Z+hmMBl46vJZ3sr9yndnL2NHqS8t/hAJvAtoGvwMienXIbrgzcqqmlLt/fJmN+Xu8fu3nDq1i9ekfvX5dV/QJi2OA9VCwFWgLLNomsFKrLgV+EOacmTze1/WTnNrmBp4/tIr7di7zqqmQO+6ovmBm8jhx0g9Am3uoeLV6tfDD7JQJkke7kYrDlXks3PMWc7b/nRW52+yOo+2hb65n99mjNkuakxOG+aKaTpHL5MxOmShOttJQvCK+GlME8VCA+JAoJsUN8XsoQ19yqqaU17M28nrWRmKCIxgS1ZuU7j2J7RZBcEAgRqORqqY6iuvLya4u5FRNKUaMyGUyZiaPY+Gg2cSHRDE8ui9RQWGSeoZcGTdEHEusHmcCK7Xqap1Ksxr4rSVtXuq0S1pgIeWNere/q8FoZHPBT2wpPsj81On8Nn0GV8UPZbNt5DmfMS91qjhpNYI4lWA/XrSVqeCEngPd9r67HGlsbeaDnO9QbV1KpQRmORYGRiYzoecgcbKNmaeNwEqtei9g1c28p/81Xq3cpUhVU22HrFDayz22gWv2IAolDI4jvr8o/HBdL6XdIChd+If+4YlclzRGnPyivbyOBN6EYJ1YLpOxcNBNDrJ2ITUPD5qFXGa1VnAEk2Y22BVYqVUbgL8K06YnjkQZk+atOnbhIWNi0uxFJvorIgcGC84GuZ9jXlO0sHjY7RdlXOVLBblMZs/X6gAmreyf4+iAUqs2Ao8L0wZGJjPXD556XZiY23eKvRHN4+A47qTT5qjUqncCa4VpjwyeTYKt/W0XPiYhJJpHBttsjbQWcDoB7s7zdjECD8RQRTB/GTX/ogq3e7EjQ8ZfRs0Xew/WYtLGKS4FVmrVBcAzwrSJPQcxL3Va+2rZhcfclTqVibaTGs+YtXGKuz2m5YjMetRDVF0zXBIwMDKZR4fcLE7OAN5y53y3BDYPmxYgMOsJkit4edz9HoUV7MI9IgJDeXnc/WIvST2wwKyJS9we8yi16tPAImFar9BY/q68t2vo5APkMjl/U95rz0tykVKrdjugd7uUUWrVHwPvC9MmxQ3haSdO0114xtPD7+DKOJtQxv81a+A2njS9RzBZYbZxR9/J3Jc+w4NLdWGP+9JncIftfMN+YGF7r9VugZVadSOmHaetTBoWDZ7NLX0m2T+pC7e5pc8kFtmOdwuBW833vl149PJUatWFmPZZajNfkCFjyYg7mXUJ2nFJxazk8SwZcad4jqEOmGm+5+3G496RUqs+DMwF2kLPyGVynh39G2anTPD0spctN6VM4NnRvxF3WJuAOeZ77REd6v4qteqvgXkIzG3lMjl/Hf0bFnQZCbjN3f2vtiduKzDffI89psPjG6VWvQG4B4HIMmQ8NvQWnh4+p2sI5QS5TM7Tw+fw+NBbxY/lVuAepVa9vsNldPQCAEqtehWixzXA3H5TeH3CQ0QEdU2GiIkICuX1CQ8xt98U8aEm4E7zPe0wXmte5pZ8M4KOF5jGySunPNU1rSlgYGQyK6c8xSTbcW4tcLM3Wq4Frz4/lVr1N8AUwCpARq/QGD6c/ATzU6df1qtQMmTc2W8KH05+wl40o2Jgivkeeg2vvyCVWvVBYAKiyZAgeSCLh92GZuLDl+V6ckJING9M/ANPDZ9jbze1/cAE873zKj7pAZnHbJOB98THrogbzNrpS7ir31Sx4dgliVwm465+U1k7fYm9RzKYpn4nezrOdYVszBeLXOfqADqV5m5MS1s2241lVxey7OgGdOdzbE+8BFDGprN46G2O+h96QK3Uqld0pAydSuP0uM8FNlciFViBaBtbCztKM1l+bDMna0p8Xhcp6B+eyMLBNzEtYYSjLBmYlvw6vM1rpxDYXBE5poWKvyPaRgBMvj7fFR9gRe7WDgcj9RcDI5O5J+1arksa4+j1UwMsAd5ydz3XFZ1GYAs6lSYFeBVwuMa471w2q05tJ6PsmOSbhLQXuUzOpLjBzE+d7mrjj/XA4+6Y2bSHTiewBZ1KMw1YBtj4YFg421DFpoK9fFX4s9v+u1LRJyyOmcnjmJ0yUezCKeYAsFipVe/wRT06rcAAOpVGhmnpcSng1IM6u7qQrcUH2V2WxYnqIkm3oAfTGHZAZC+uih/KNYmj3Jm4OQI8C2ww25j7hE4tsAXz+/kWTGagLheVyxv1/HzuBAcrTnG48jQna0q8HltTIQ+gf3giw6P7MapHKuN7DnC477CIDExPpo3ees8646IQWIhOpZkIPIRpbtutSewWQyuna0s5WVNKUd15iuvLKWmopLxRT01zAw0tjTQbWto21QgJCCJQriBEEUx4YAgxwREkhESRFBpLcvdY+ocn0C8sQRz70Rn1wBrgHbP7rWRcdAJb0Kk0kZhEnodp+tPtuy0RrZi8Cj4F1ii1ammCQotwJbDrXSv8hPmG/Qf4j06liQdmAzcA12FnmCURtcBWTHGoNim1aum2S/eQTiuwEPONfA94T6fSBAFjgSswTYeOQRAp18sUYOoF78TkQb9fqVU3OT+lc9FpH9HtQafSRAMjgHRMW9b3xbRVUIz5LxQIAizbktQDjeZ/y81/xUCe+S8HyFRq1TY7Lnc2XD2i/wckBEniScYuwQAAAABJRU5ErkJggg==");width:%?100?%;height:%?100?%;background-repeat:no-repeat;background-size:100% 100%;margin:0 auto}.pro-wrapper .iconn.iconn1[data-v-7ccacc82]{background-image:url("data:image/png;base64,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")}.pictrue_log[data-v-7ccacc82]{width:%?80?%;height:%?40?%;border-radius:%?6?% 0 %?12?% 0;line-height:%?40?%;font-size:%?24?%}.pictrue_log_class[data-v-7ccacc82]{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-7ccacc82]{height:%?96?%;font-size:%?30?%;color:#050505;background-color:#fff}.navbar .header .item[data-v-7ccacc82]{position:relative;margin:0 %?25?%}.navbar .header .item.on[data-v-7ccacc82]: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-7ccacc82]{position:fixed;background-color:#fff;top:0;left:0;z-index:99;width:100%}.navbar .navbarH[data-v-7ccacc82]{position:relative}.navbar .navbarH .navbarCon[data-v-7ccacc82]{position:absolute;bottom:0;height:%?100?%;width:100%}.share-box[data-v-7ccacc82]{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%}.share-box uni-image[data-v-7ccacc82]{width:100%;height:100%}.store-wrapper[data-v-7ccacc82]{margin-top:%?20?%;background-color:#fff}.store-wrapper .store-hd[data-v-7ccacc82]{padding:%?30?%;border-bottom:1px solid #f5f5f5}.store-wrapper .store-hd .store-info[data-v-7ccacc82]{position:relative;display:flex}.store-wrapper .store-hd .store-info .logo[data-v-7ccacc82]{width:%?86?%;height:%?86?%}.store-wrapper .store-hd .store-info .logo uni-image[data-v-7ccacc82]{width:%?86?%;height:%?86?%;border-radius:%?6?%}.store-wrapper .store-hd .store-info .info[data-v-7ccacc82]{display:flex;flex-direction:column;justify-content:center;margin-left:%?20?%}.store-wrapper .store-hd .store-info .info .name[data-v-7ccacc82]{font-size:%?28?%;color:#282828;font-weight:700}.store-wrapper .store-hd .store-info .info .txt[data-v-7ccacc82]{margin-top:%?8?%;color:#666;font-size:%?22?%}.store-wrapper .store-hd .store-info .link[data-v-7ccacc82]{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-7ccacc82]{display:flex;justify-content:space-between;margin-top:%?30?%}.store-wrapper .store-hd .score-wrapper .item[data-v-7ccacc82]{color:#948d8c;font-size:%?26?%}.store-wrapper .store-hd .score-wrapper .item uni-text[data-v-7ccacc82]{margin-left:%?10?%;color:#e93323}.store-wrapper .con-box[data-v-7ccacc82]{padding:%?20?% 0 %?20?% %?30?%}.store-wrapper .con-box .title[data-v-7ccacc82]{font-size:%?28?%;color:#282828;margin-bottom:%?20?%}.store-wrapper .con-box .img-box[data-v-7ccacc82]{display:flex}.store-wrapper .con-box .img-box .img-item[data-v-7ccacc82]{width:%?206?%;margin-right:%?20?%}.store-wrapper .con-box .img-box .img-item[data-v-7ccacc82] uni-image, .store-wrapper .con-box .img-box .img-item[data-v-7ccacc82] uni-image, .store-wrapper .con-box .img-box .img-item[data-v-7ccacc82] .easy-loadimage{width:%?206?%;height:%?206?%;border-radius:%?16?%}.store-wrapper .con-box .img-box .img-item .txt .title[data-v-7ccacc82]{font-size:%?28?%;color:#282828}.store-wrapper .con-box .img-box .img-item .txt .price[data-v-7ccacc82]{color:#e93323;font-size:%?28?%}.store-wrapper .con-box .img-box .img-item .txt .price uni-text[data-v-7ccacc82]{font-size:%?20?%}.sys-head[data-v-7ccacc82]{background:transparent}.head-wrapper[data-v-7ccacc82]{z-index:999;display:flex;align-items:center;position:fixed;left:%?30?%;top:0;height:%?114?%}.head-menu[data-v-7ccacc82]{display:flex;align-items:center;height:%?54?%;width:%?140?%;background:rgba(0,0,0,.25);border-radius:%?27?%}.head-menu .iconfont[data-v-7ccacc82]{flex:1;text-align:center;color:#fff;box-sizing:border-box}.head-menu .iconfont.icon-xiangzuo[data-v-7ccacc82]{border-right:1px solid #fff}',""]),t.exports=e},"531b":function(t,e,i){"use strict";var a=i("a13e"),n=i.n(a);n.a},"58f9":function(t,e,i){"use strict";i.r(e);var a=i("d099"),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},5932: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:"guaranee_tel"},[i("v-uni-view",{staticClass:"popup",class:{on:t.isGuarantee}},[i("v-uni-view",{staticClass:"title"},[t._v("保障说明"),i("v-uni-text",{staticClass:"iconfont icon-guanbi",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1),t.guarantee.length?i("v-uni-view",{staticClass:"content"},t._l(t.guarantee,(function(e,a){return i("v-uni-view",{staticClass:"item"},[i("v-uni-view",{staticClass:"name"},[i("v-uni-image",{staticClass:"image",attrs:{src:e.image}}),t._v(t._s(e.guarantee_name))],1),i("v-uni-view",{staticClass:"info",staticStyle:{"white-space":"pre-line"}},[t._v(t._s(e.guarantee_info))])],1)})),1):t._e(),i("v-uni-button",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[t._v("确定")])],1),i("v-uni-view",{staticClass:"popup",class:{on:t.isShipping}},[i("v-uni-view",{staticClass:"title"},[t._v("运费说明"),i("v-uni-text",{staticClass:"iconfont icon-guanbi",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1),i("v-uni-view",{staticClass:"content",staticStyle:{"white-space":"pre-line"}},[t._v(t._s(t.shipping))]),i("v-uni-button",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[t._v("确定")])],1)],1),i("v-uni-view",{staticClass:"mask",attrs:{catchtouchmove:"true",hidden:0==t.showMask},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}})],1)},n=[]},"64a4":function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("26cb"),n={props:{shipping:{type:String},guarantee:{type:Array}},computed:(0,a.mapGetters)(["viewColor"]),data:function(){return{isShipping:!1,isGuarantee:!1,showMask:!1}},watch:{},onLoad:function(t){},onShow:function(){},methods:{showShippingTel:function(){this.isShipping=!0,this.showMask=!0},showGuaranteeTel:function(){this.isGuarantee=!0,this.showMask=!0},close:function(){this.isShipping=!1,this.isGuarantee=!1,this.showMask=!1}}};e.default=n},"6be5":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.guaranee_tel[data-v-7f1c234a]{position:fixed;bottom:0;width:100%;left:0;background-color:#fff;z-index:300;border-radius:%?16?% %?16?% 0 0;padding-bottom:%?20?%;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.guaranee_tel.on[data-v-7f1c234a]{-webkit-transform:translateZ(0);transform:translateZ(0)}.guaranee_tel .title[data-v-7f1c234a]{font-size:%?32?%;font-weight:700;text-align:center;height:%?123?%;line-height:%?123?%;position:relative}.guaranee_tel .title .iconfont[data-v-7f1c234a]{position:absolute;right:%?30?%;color:#8a8a8a;font-size:%?35?%}.popup[data-v-7f1c234a]{position:fixed;bottom:0;left:0;z-index:99;width:100%;padding-bottom:%?40?%;border-top-left-radius:%?16?%;border-top-right-radius:%?16?%;background-color:#f5f5f5;overflow:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);transition:.3s}.popup.on[data-v-7f1c234a]{-webkit-transform:translateY(0);transform:translateY(0)}.popup .title[data-v-7f1c234a]{position:relative;height:%?137?%;font-size:%?32?%;line-height:%?137?%;text-align:center}.popup uni-scroll-view[data-v-7f1c234a]{height:%?466?%;padding-right:%?30?%;padding-left:%?30?%;box-sizing:border-box}.popup .icon-guanbi[data-v-7f1c234a]{position:absolute;top:50%;right:%?30?%;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:%?30?%;color:#707070;cursor:pointer}.popup .content[data-v-7f1c234a]{padding:0 %?50?%;color:#999;max-height:%?800?%;overflow-y:scroll}.popup .content .item[data-v-7f1c234a]{margin-bottom:%?70?%}.popup .content .image[data-v-7f1c234a]{width:%?30?%;height:%?30?%;margin-right:%?20?%;position:relative;top:%?4?%}.popup .content .name[data-v-7f1c234a]{color:#282828;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.popup .content .info[data-v-7f1c234a]{margin-top:%?15?%}.popup uni-button[data-v-7f1c234a]{height:%?86?%;border-radius:%?43?%;margin-right:%?30?%;margin-left:%?30?%;background-image:linear-gradient(90deg,var(--view-bntColor21) 0,var(--view-bntColor22));font-size:%?30?%;line-height:%?86?%;color:#fff;margin-top:%?80?%}.popup .text .acea-row[data-v-7f1c234a]{display:inline-flex;max-width:100%}.popup .label[data-v-7f1c234a]{width:%?56?%;height:%?28?%;border:1px solid #e93323;margin-left:%?18?%;font-size:%?20?%;line-height:%?26?%;text-align:center;color:#e93323}.popup .type[data-v-7f1c234a]{width:%?124?%;height:%?42?%;margin-top:%?14?%;background-color:#fcf0e0;font-size:%?24?%;line-height:%?42?%;text-align:center;color:#d67300}.popup .type.special[data-v-7f1c234a]{background-color:#fde9e7;color:#e93323}',""]),t.exports=e},7060: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("8364").default},n=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,a){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,a){return a<t.AllIndex&&t.pink.length>0?i("v-uni-view",{key:a,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,a){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?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:"title"},[t._v(t._s(t.description.content.title))]):t._e(),t.description.content&&t.description.content.image?i("v-uni-view",{staticClass:"pictures"},t._l(t.description.content.image,(function(t,e){return i("v-uni-image",{key:e,attrs:{src:t}})})),1):t._e()],1)],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)},o=[]},7402:function(t,e,i){"use strict";i.r(e);var a=i("b237"),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},8364:function(t,e,i){"use strict";i.r(e);var a=i("0605"),n=i("06fc");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("4deb");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"21ba0998",null,!1,a["a"],void 0);e["default"]=s.exports},8505:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i("26cb"),n=i("53b2"),o={name:"Home",props:{},data:function(){return{domain:n.HTTP_REQUEST_URL,top:"",bottom:""}},computed:(0,a.mapGetters)(["homeActive","viewColor","keyColor"]),methods:{setTouchMove:function(t){t.touches[0].clientY<545&&t.touches[0].clientY>66&&(this.top=t.touches[0].clientY,this.bottom="auto")},open:function(){this.homeActive?this.$store.commit("CLOSE_HOME"):this.$store.commit("OPEN_HOME")}},created:function(){this.bottom="50px"}};e.default=o},"88cd":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",{staticClass:"product-bg"},[t.isPlay?a("v-uni-swiper",{attrs:{"indicator-dots":t.indicatorDots,"indicator-active-color":"#e93323",autoplay:t.autoplay,circular:t.circular,interval:t.interval,duration:t.duration},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.change.apply(void 0,arguments)}}},[t.videoline&&""!=t.videoline&&"https:"!=t.videoline?a("v-uni-swiper-item",[a("v-uni-view",{staticClass:"item"},[a("v-uni-video",{staticStyle:{width:"100%",height:"100%"},attrs:{id:"myVideo",src:!t.videoline||"http"!=t.videoline.substring(0,4)&&"https"!=t.videoline.substring(0,5)?"http:"+t.videoline:t.videoline,objectFit:"cover",controls:!0,"show-mute-btn":"true","auto-pause-if-navigate":!0},on:{ended:function(e){arguments[0]=e=t.$handleEvent(e),t.endedFun()}}}),t.controls?a("v-uni-view",{staticClass:"poster"},[a("v-uni-image",{staticClass:"image",attrs:{src:t.videoCoverImg}})],1):t._e(),t.controls?a("v-uni-view",{staticClass:"stop",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.bindPause.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"image",attrs:{src:i("97a0")}})],1):t._e()],1)],1):t._e(),t._l(t.imgUrls,(function(e,i){return[a("v-uni-swiper-item",[a("v-uni-image",{staticClass:"slide-image",attrs:{src:e},on:{click:function(i){arguments[0]=i=t.$handleEvent(i),t.getpreviewImage(e)}}})],1)]}))],2):t._e()],1)},n=[]},"93a9":function(t,e,i){var a=i("b6a4");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("48d09171",a,!0,{sourceMap:!1,shadowMode:!1})},9676:function(t,e,i){"use strict";var a=i("93a9"),n=i.n(a);n.a},"97a0":function(t,e,i){t.exports=i.p+"static/img/stop.5a8e6dc1.png"},"9bd21":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",{staticStyle:{"touch-action":"none"},style:t.viewColor},[i("v-uni-view",{staticClass:"home",staticStyle:{position:"fixed"},style:{top:t.top+"px",bottom:t.bottom},attrs:{id:"right-nav"},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.setTouchMove.apply(void 0,arguments)}}},[t.homeActive?i("v-uni-view",{staticClass:"homeCon",class:!0===t.homeActive?"on":""},[i("v-uni-navigator",{staticClass:"iconfont icon-shouye-xianxing",attrs:{"hover-class":"none",url:"/pages/index/index","open-type":"switchTab"}}),i("v-uni-navigator",{staticClass:"iconfont icon-caigou-xianxing",attrs:{"hover-class":"none",url:"/pages/order_addcart/order_addcart","open-type":"switchTab"}}),i("v-uni-navigator",{staticClass:"iconfont icon-yonghu1",attrs:{"hover-class":"none",url:"/pages/user/index","open-type":"switchTab"}})],1):t._e(),i("v-uni-view",{staticClass:"pictrueBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.open.apply(void 0,arguments)}}},[i("v-uni-view",{staticClass:"pictrue"},[i("v-uni-image",{staticClass:"image pictruea",attrs:{src:!0===t.homeActive?"/static/images/navbtn_open.gif":"/static/images/navbtn_close.gif"}})],1)],1)],1)],1)},n=[]},a13e:function(t,e,i){var a=i("092b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("401a3c0c",a,!0,{sourceMap:!1,shadowMode:!1})},a93e:function(t,e,i){"use strict";i.r(e);var a=i("7060"),n=i("58f9");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("f4f9");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"7ccacc82",null,!1,a["a"],void 0);e["default"]=s.exports},b237:function(t,e,i){"use strict";i("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={props:{imgUrls:{type:Array,default:function(){return[]}},videoline:{type:String,value:""},videoCoverImg:{type:String}},data:function(){return{indicatorDots:!0,circular:!0,autoplay:!0,interval:5e3,duration:500,currents:"1",controls:!0,isPlay:!0,videoContext:""}},created:function(){},watch:{},mounted:function(){this.videoContext=uni.createVideoContext("myVideo",this)},methods:{getpreviewImage:function(t){uni.previewImage({urls:this.imgUrls,current:t})},videoPause:function(t){},bindPause:function(){this.videoContext.play(),this.$set(this,"controls",!1),this.autoplay=!1},change:function(t){this.$set(this,"currents",t.detail.current+1)},endedFun:function(){this.controls=!0}}};e.default=a},b6a4:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".pictrueBox[data-v-e3ab8df0]{width:%?130?%;height:%?120?%}\n\n/*返回主页按钮*/.home[data-v-e3ab8df0]{position:fixed;color:#fff;text-align:center;z-index:9999;right:%?15?%;display:flex}.home .homeCon[data-v-e3ab8df0]{border-radius:%?50?%;opacity:0;height:0;color:#e93323;width:0}.home .homeCon.on[data-v-e3ab8df0]{opacity:1;-webkit-animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);width:%?300?%;height:%?86?%;margin-bottom:%?20?%;display:flex;justify-content:center;align-items:center;background:var(--view-theme)}.home .homeCon .iconfont[data-v-e3ab8df0]{font-size:%?48?%;color:#fff;display:inline-block;margin:0 auto}.home .pictrue[data-v-e3ab8df0]{width:%?86?%;height:%?86?%;border-radius:50%;margin:0 auto;background-color:var(--view-theme);box-shadow:0 %?5?% %?12?% rgba(0,0,0,.5)}.home .pictrue .image[data-v-e3ab8df0]{width:100%;height:100%}.pictruea[data-v-e3ab8df0]{width:100%;height:100%;display:block;object-fit:cover;vertical-align:middle}",""]),t.exports=e},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"))},bf90:function(t,e,i){var a=i("4fc0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("dfcdc954",a,!0,{sourceMap:!1,shadowMode:!1})},c153: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"}}},c577:function(t,e,i){"use strict";i.r(e);var a=i("8505"),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},c605:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,"@-webkit-keyframes show-data-v-21ba0998{0%{opacity:0}100%{opacity:1}}@keyframes show-data-v-21ba0998{0%{opacity:0}100%{opacity:1}}\n\n\n\n",""]),t.exports=e},c7b0: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__("c153"),_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 l,u=this.rtf.getElementsByTagName("img"),d=0,p=0;l=u[d];d++){l.style.maxWidth="100%";var A=l.getAttribute("src");this.domain&&A&&("/"==A[0]?"/"==A[1]?l.src=(this.domain.includes("://")?this.domain.split("://")[0]:"")+":"+A:l.src=this.domain+A:A.includes("://")||(l.src=this.domain+"/"+A)),l.hasAttribute("ignore")||"A"==l.parentElement.nodeName||(l.i=p++,s.imgList.push(l.src||l.getAttribute("data-src")),l.onclick=function(){var t=!0;this.ignore=function(){return t=!1},s.$emit("imgtap",this),t&&uni.previewImage({current:this.i,urls:s.imgList})}),l.onerror=function(){s.$emit("error",{source:"img",target:this})},s.lazyLoad&&this._observer&&l.src&&0!=l.i&&(l.setAttribute("data-src",l.src),l.removeAttribute("src"),this._observer.observe(l))}var f,v=this.rtf.getElementsByTagName("a"),h=(0,_createForOfIteratorHelper2.default)(v);try{for(h.s();!(f=h.n()).done;){var g=f.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(I){h.e(I)}finally{h.f()}var m=this.rtf.getElementsByTagName("video");s.videoContexts=m;for(var w,b=0;w=m[b++];)w.style.maxWidth="100%",w.onerror=function(){s.$emit("error",{source:"video",target:this})},w.onplay=function(){if(s.autopause)for(var t,e=0;t=s.videoContexts[e++];)t!=this&&t.pause()};var x,y,_=this.rtf.getElementsByTagName("audios"),C=(0,_createForOfIteratorHelper2.default)(_);try{for(C.s();!(x=C.n()).done;){var k=x.value;k.onerror=function(){s.$emit("error",{source:"audio",target:this})}}}catch(I){C.e(I)}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},d099:function(t,e,i){"use strict";i("7a82");var a=i("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,i("99af"),i("ac1f"),i("a434"),i("a4d3"),i("e01a"),i("a9e3"),i("14d9");var n=i("027c"),o=a(i("b202")),r=a(i("4917")),s=i("26cb"),c=a(i("e233")),l=a(i("4957")),u=a(i("8364")),d=i("53b2"),p=a(i("f74f")),A=i("3413"),f=uni.getSystemInfoSync().statusBarHeight+"px",v=getApp(),h={components:{home:c.default,productWindow:o.default,productConSwiper:r.default,guaranteeTemplate:p.default,countDown:l.default,"jyf-parser":u.default},data:function(){return{statusBarHeight:f,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(),a=i[i.length-1];i.length<=1&&(e.retunTop=!1);var n=a.options||a.$route.query;this.source=n.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(){this.getConfig()},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]-v.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 a=0;a<this.topArr.length;a++)if(e<this.topArr[a]-v.globalData.navHeight/2+this.heightArr[a]){this.$set(this,"navActive",a);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,n.getProductDetail)({id:e.id,product_type:e.product_type}).then((function(i){uni.hideLoading();var a=i.data;a.video_link&&a.slider_image.length>1?(t.videoCoverImg=a.slider_image[0],a.slider_image.splice(0,1)):a.video_link&&1===a.slider_image.length&&(t.videoCoverImg=a.slider_image[0]),e.$set(e,"storeInfo",a),e.$set(e,"description",a.content),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",a.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:a.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,n.getPreviewProDetail)(i).then((function(i){uni.hideLoading();var a=i.data;a.video_link&&a.slider_image.length>1?(t.videoCoverImg=a.slider_image[0],a.slider_image.splice(0,1)):a.video_link&&1===a.slider_image.length&&(t.videoCoverImg=a.slider_image[0]),e.$set(e,"storeInfo",a),e.$set(e,"description",a.content),e.$set(e.description,"type",a.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",a.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",a.stop?Number(a.stop):0),uni.setNavigationBarTitle({title:a.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=[],a=0;a<t.navList.length;a++){var n=uni.createSelectorQuery().in(this),o="#past"+a;n.select(o).boundingClientRect(),n.exec((function(a){var n=a[0].top,o=a[0].height;e.push(n),i.push(o),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 a=0;a<t.length;a++)this.$set(t[a],"index",e[a]);var n=this.productValue[e.join(",")];n&&t.length?(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",n.image?n.image:this.storeInfo.image),this.$set(this.attr.productSelect,"price",n.price),this.$set(this.attr.productSelect,"stock",n.stock),this.$set(this.attr.productSelect,"unique",n.unique),this.$set(this,"uniqueValue",n.unique),this.$set(this,"attrValue",e.join(",")),this.$set(this,"attrTxt","已选择"),0==n.stock?this.$set(this.attr.productSelect,"cart_num",0):this.$set(this.attr.productSelect,"cart_num",1)):!n&&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","请选择")):n||t.length?n&&!t.length&&(this.$set(this.attr.productSelect,"store_name",this.storeInfo.store_name),this.$set(this.attr.productSelect,"image",n.image),this.$set(this.attr.productSelect,"price",n.price),this.$set(this.attr.productSelect,"stock",n.stock),this.$set(this.attr.productSelect,"unique",n.unique),this.$set(this,"uniqueValue",n.unique),this.$set(this,"attrValue",e.join(",")),this.$set(this,"attrTxt","已选择"),0==n.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=h},dd5a:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".time[data-v-33fbd938]{display:flex;justify-content:center}.styleAll[data-v-33fbd938]{padding:0 %?6?%;color:var(--view-theme);border-radius:%?2?%;background-color:var(--view-minorColor)}.red[data-v-33fbd938]{margin:0 %?4?%}",""]),t.exports=e},e233:function(t,e,i){"use strict";i.r(e);var a=i("9bd21"),n=i("c577");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("9676");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"e3ab8df0",null,!1,a["a"],void 0);e["default"]=s.exports},effe:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAeCAYAAABQdCKyAAABUklEQVRoQ+3azUrDQBiF4TNNk5j+WA1J/YFuvIXegDfRVRW0l+Wmt1dQELQVmqmOxIWI2s6Z9ZysXz7IwxcyizFuihTT0x7ekh6ywkAPL2CbHYpmi4fnFwO4bzwHdDAvB8j7A36ayi8BZ61Zrh7/bKKbIUO/LtE56ogqQGC7Wf/7WbsZEozGFT7yJGBc3Gm7nfsE3DW6uJqM4xYKe/uDPxy3qIZAMQwbGW99GFPbGbQZ3qOQW0wugyZGHPsxb6oLnT+5DREm50RVwqSYuEiYnBNVCZNi4iJhck5UJUyKiYuEyTlRlTApJi4SJudEVcKkmLhImJwTVQmTYuIiYXJOVCVMiomLhMk5UZUwKSYuEibnRFV+zPvzGiZNqWkxR7bZ+THn5bFueRBb8rre+DEBg9uzGmnWJUbGmThrsVw9eTFbHdeC3p2M8J5nQv2xL78ubn0CWd9aM+Tz6VAAAAAASUVORK5CYII="},f30c: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:"time",style:t.justifyLeft+"background-color:"+t.bgColor+";color:"+t.colors+";"},[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)},n=[]},f4f9:function(t,e,i){"use strict";var a=i("bf90"),n=i.n(a);n.a},f74f:function(t,e,i){"use strict";i.r(e);var a=i("5932"),n=i("29fa");for(var o in n)["default"].indexOf(o)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(o);i("fed1");var r=i("f0c5"),s=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"7f1c234a",null,!1,a["a"],void 0);e["default"]=s.exports},fca0:function(t,e,i){var a=i("c605");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("4f06").default;n("95b54e70",a,!0,{sourceMap:!1,shadowMode:!1})},fed1:function(t,e,i){"use strict";var a=i("29ca"),n=i.n(a);n.a}}]);
|