Commit 7c305904473c7c739586b87327dbc69331c7eaf5
1 parent
93849c0f
最新
Showing
23 changed files
with
1033 additions
and
27 deletions
admin-web-master/dist.zip
No preview for this file type
admin-web-master/src/utils/request.js
| @@ -17,12 +17,12 @@ let baseURL = '' | @@ -17,12 +17,12 @@ let baseURL = '' | ||
| 17 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { | 17 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { |
| 18 | 18 | ||
| 19 | // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; | 19 | // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; |
| 20 | - baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; | 20 | + // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; |
| 21 | 21 | ||
| 22 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; | 22 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | - // baseURL = 'http://128.10.249.9:9003'; | 25 | + baseURL = 'http://128.10.249.9:9003'; |
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | } else { | 28 | } else { |
admin-web-master/src/views/shopRental/rentTermination/index.vue
| @@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
| 74 | <span v-if='scope.row.status == 1'>待审核</span> | 74 | <span v-if='scope.row.status == 1'>待审核</span> |
| 75 | <span v-else-if='scope.row.status == 2'>已同意</span> | 75 | <span v-else-if='scope.row.status == 2'>已同意</span> |
| 76 | <span v-else-if='scope.row.status == 3'>已拒绝</span> | 76 | <span v-else-if='scope.row.status == 3'>已拒绝</span> |
| 77 | - <span v-else>待发起</span> | 77 | + <span v-else>待审核</span> |
| 78 | </template> | 78 | </template> |
| 79 | </el-table-column> | 79 | </el-table-column> |
| 80 | <el-table-column label="操作" min-width="150" fixed="right"> | 80 | <el-table-column label="操作" min-width="150" fixed="right"> |
ceres-uniapp-master/components/canvasShow/config/api.js
| @@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
| 6 | // const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' : 'http://192.168.2.230:9007' | 6 | // const BASEURL = (process.env.NODE_ENV === 'production') ? 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' : 'http://192.168.2.230:9007' |
| 7 | const host = `${window.location.protocol}//${window.location.host}` | 7 | const host = `${window.location.protocol}//${window.location.host}` |
| 8 | const DOMAIN_PREFIX =`${host}/cdwlMall/meserver/api` | 8 | const DOMAIN_PREFIX =`${host}/cdwlMall/meserver/api` |
| 9 | -// const BASEURL = (process.env.NODE_ENV === 'production') ? DOMAIN_PREFIX :'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' | ||
| 10 | -const BASEURL = (process.env.NODE_ENV === 'production') ? DOMAIN_PREFIX :'http://128.10.249.9:9007' | 9 | +const BASEURL = (process.env.NODE_ENV === 'production') ? DOMAIN_PREFIX :'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' |
| 10 | +// const BASEURL = (process.env.NODE_ENV === 'production') ? DOMAIN_PREFIX :'http://128.10.249.9:9007' | ||
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | 13 |
ceres-uniapp-master/config/api.js
| 1 | 1 | ||
| 2 | // const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' | 2 | // const DOMAIN_PREFIXPING = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' |
| 3 | // const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' | 3 | // const DOMAIN_PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' |
| 4 | -const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' | ||
| 5 | -const DOMAIN_PREFIXPING = 'http://128.10.249.9:9003' | ||
| 6 | -const DOMAIN_PREFIX = 'http://128.10.249.9:9007' | 4 | +// const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' |
| 5 | +// const DOMAIN_PREFIXPING = 'http://128.10.249.9:9003' | ||
| 6 | +// const DOMAIN_PREFIX = 'http://128.10.249.9:9007' | ||
| 7 | // const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' | 7 | // const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' |
| 8 | // const DOMAIN_PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' | 8 | // const DOMAIN_PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' |
| 9 | // const TIAOZHUAN = 'https://zhgw-uat.028wlkj.com/cdwlMall/' | 9 | // const TIAOZHUAN = 'https://zhgw-uat.028wlkj.com/cdwlMall/' |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | -// const host = `${window.location.protocol}//${window.location.host}` | ||
| 13 | -// const DOMAIN_PREFIXPING = `${host}/cdwlMall/meserver/admin-server` | ||
| 14 | -// const DOMAIN_PREFIX =`${host}/cdwlMall/meserver/api` | ||
| 15 | -// const TIAOZHUAN = `${host}/cdwlMall/` | 12 | +const host = `${window.location.protocol}//${window.location.host}` |
| 13 | +const DOMAIN_PREFIXPING = `${host}/cdwlMall/meserver/admin-server` | ||
| 14 | +const DOMAIN_PREFIX =`${host}/cdwlMall/meserver/api` | ||
| 15 | +const TIAOZHUAN = `${host}/cdwlMall/` | ||
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | 18 |
ceres-uniapp-master/pages_category_page1/goodsModule/goodsDetails.vue
| @@ -42,10 +42,21 @@ | @@ -42,10 +42,21 @@ | ||
| 42 | }}</label> | 42 | }}</label> |
| 43 | <label>快递:¥ {{ productData.logisticsPrice || 0 }}</label> | 43 | <label>快递:¥ {{ productData.logisticsPrice || 0 }}</label> |
| 44 | </view> | 44 | </view> |
| 45 | - <view class="express-box flex-items flex-row fs24 u-skeleton-fillet" v-if="productData.combinationName!=''"> | ||
| 46 | - 商品组合:{{productData.combinationName}} | ||
| 47 | - | 45 | + <view class=" flex-row fs24 u-skeleton-fillet" style="padding:10px 15px" v-if="productData.combinationName!=''"> |
| 46 | + <label class="fs24 font-color-999 mar-right-20 ">商品组合</label> | ||
| 47 | + <view style="margin-top:10px;"> | ||
| 48 | + <scroll-view @right="right" scroll-x="true" @scroll="scroll" scroll-left="120"> | ||
| 49 | + <view class="scroll-list" style="flex-direction: row;"> | ||
| 50 | + <view class="scroll-list__goods-item" v-for="(item, index) in zuheList" :key="index" | ||
| 51 | + :class="[(index === 9) && 'scroll-list__goods-item--no-margin-right']"> | ||
| 52 | + <image class="scroll-list__goods-item__image" :src="$baseURL+item.imgurl"></image> | ||
| 53 | + <view class="scroll-list__goods-item__title">{{item.name}}</view> | ||
| 54 | + </view> | ||
| 55 | + </view> | ||
| 56 | + </scroll-view> | ||
| 57 | + </view> | ||
| 48 | </view> | 58 | </view> |
| 59 | + | ||
| 49 | <!-- 选择SKU --> | 60 | <!-- 选择SKU --> |
| 50 | <view class="fs24 chooseSize-box flex-start" @click=" handleShowGoodsSkuSelect(6)"> | 61 | <view class="fs24 chooseSize-box flex-start" @click=" handleShowGoodsSkuSelect(6)"> |
| 51 | <view class="chooseSize-content flex-items flex-row flex-sp-between u-skeleton-fillet"> | 62 | <view class="chooseSize-content flex-items flex-row flex-sp-between u-skeleton-fillet"> |
| @@ -291,7 +302,8 @@ | @@ -291,7 +302,8 @@ | ||
| 291 | eventType: 1, | 302 | eventType: 1, |
| 292 | productIds: '', | 303 | productIds: '', |
| 293 | } | 304 | } |
| 294 | - } | 305 | + }, |
| 306 | + zuheList:[] | ||
| 295 | } | 307 | } |
| 296 | }, | 308 | }, |
| 297 | created() { | 309 | created() { |
| @@ -355,6 +367,8 @@ | @@ -355,6 +367,8 @@ | ||
| 355 | // 绑定分销关系 | 367 | // 绑定分销关系 |
| 356 | salesId && this.shopId ? this.bindSalesCustomer(salesId, this.shopId) : '' | 368 | salesId && this.shopId ? this.bindSalesCustomer(salesId, this.shopId) : '' |
| 357 | this.allCartNum = uni.getStorageSync('allCartNum') | 369 | this.allCartNum = uni.getStorageSync('allCartNum') |
| 370 | + | ||
| 371 | + | ||
| 358 | }, | 372 | }, |
| 359 | onUnload() { | 373 | onUnload() { |
| 360 | // 判断是否要埋点 | 374 | // 判断是否要埋点 |
| @@ -591,6 +605,17 @@ | @@ -591,6 +605,17 @@ | ||
| 591 | await this.handleGetGroupBookingRollList() | 605 | await this.handleGetGroupBookingRollList() |
| 592 | this.handleSetDownTime(); | 606 | this.handleSetDownTime(); |
| 593 | } | 607 | } |
| 608 | + const names = this.productData.combinationName.split("+&") | ||
| 609 | + const images = this.productData.productImage.split("+&") | ||
| 610 | + const length = Math.min(names.length, images.length) | ||
| 611 | + for (let i = 0; i < length; i++) { | ||
| 612 | + const item = { | ||
| 613 | + name: names[i], | ||
| 614 | + imgurl: images[i] | ||
| 615 | + }; | ||
| 616 | + | ||
| 617 | + this.zuheList.push(item); | ||
| 618 | + } | ||
| 594 | await this.$refs.goodEvaluateAndQuestion.handleGetProblemList() | 619 | await this.$refs.goodEvaluateAndQuestion.handleGetProblemList() |
| 595 | }) | 620 | }) |
| 596 | } finally { | 621 | } finally { |
| @@ -668,6 +693,60 @@ | @@ -668,6 +693,60 @@ | ||
| 668 | } | 693 | } |
| 669 | </style> | 694 | </style> |
| 670 | <style scoped lang="scss"> | 695 | <style scoped lang="scss"> |
| 696 | + /* 横向轮播 */ | ||
| 697 | + .scroll-list { | ||
| 698 | + /* @include flex(column); */ | ||
| 699 | + display: flex; | ||
| 700 | + padding: 0 0rpx 40rpx 10rpx; | ||
| 701 | + white-space: nowrap; | ||
| 702 | + &__goods-item { | ||
| 703 | + margin-right: 20rpx; | ||
| 704 | + width: 40%; | ||
| 705 | + &__image { | ||
| 706 | + // margin-left: 10%; | ||
| 707 | + width: 150px; | ||
| 708 | + height: 150px; | ||
| 709 | + border-radius: 10rpx; | ||
| 710 | + } | ||
| 711 | + | ||
| 712 | + &__title { | ||
| 713 | + font-size: 24rpx; | ||
| 714 | + padding-left: 4rpx; | ||
| 715 | + display: block; | ||
| 716 | + overflow: hidden; | ||
| 717 | + text-overflow: ellipsis; | ||
| 718 | + white-space: nowrap; | ||
| 719 | + // overflow: hidden; | ||
| 720 | + // text-overflow: ellipsis; | ||
| 721 | + // display: -webkit-box; | ||
| 722 | + // -webkit-line-clamp: 1; | ||
| 723 | + // -webkit-box-orient: vertical; | ||
| 724 | + } | ||
| 725 | + | ||
| 726 | + &__text { | ||
| 727 | + font-size: 10px; | ||
| 728 | + margin-top: 5px; | ||
| 729 | + font-weight: 500; | ||
| 730 | + } | ||
| 731 | + } | ||
| 732 | + | ||
| 733 | + &__show-more { | ||
| 734 | + background-color: #fff0f0; | ||
| 735 | + border-radius: 3px; | ||
| 736 | + padding: 3px 6px; | ||
| 737 | + /* @include flex(column); */ | ||
| 738 | + display: flex; | ||
| 739 | + align-items: center; | ||
| 740 | + | ||
| 741 | + &__text { | ||
| 742 | + font-size: 12px; | ||
| 743 | + width: 12px; | ||
| 744 | + color: #C44A51; | ||
| 745 | + line-height: 16px; | ||
| 746 | + } | ||
| 747 | + } | ||
| 748 | + } | ||
| 749 | + | ||
| 671 | .page { | 750 | .page { |
| 672 | background-color: #F7F7F7; | 751 | background-color: #F7F7F7; |
| 673 | } | 752 | } |
ceres-uniapp-master/unpackage/dist/build/web.zip
No preview for this file type
ceres-uniapp-master/unpackage/dist/build/web/index.html
| 1 | <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>在线商城</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) | 1 | <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>在线商城</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) |
| 2 | - document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/cdwlMall/meh5/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/cdwlMall/meh5/static/js/chunk-vendors.e10d7e95.js></script><script src=/cdwlMall/meh5/static/js/index.c73a646c.js></script></body></html> | ||
| 3 | \ No newline at end of file | 2 | \ No newline at end of file |
| 3 | + document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/cdwlMall/meh5/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/cdwlMall/meh5/static/js/chunk-vendors.e10d7e95.js></script><script src=/cdwlMall/meh5/static/js/index.f692b28c.js></script></body></html> | ||
| 4 | \ No newline at end of file | 4 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/index.c73a646c.js renamed to ceres-uniapp-master/unpackage/dist/build/web/static/js/index.f692b28c.js
| 1 | -(function(e){function t(t){for(var n,i,g=t[0],u=t[1],p=t[2],s=0,c=[];s<g.length;s++)i=g[s],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&c.push(o[i][0]),o[i]=0;for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(e[n]=u[n]);d&&d(t);while(c.length)c.shift()();return r.push.apply(r,p||[]),a()}function a(){for(var e,t=0;t<r.length;t++){for(var a=r[t],n=!0,g=1;g<a.length;g++){var u=a[g];0!==o[u]&&(n=!1)}n&&(r.splice(t--,1),e=i(i.s=a[0]))}return e}var n={},o={index:0},r=[];function i(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,i),a.l=!0,a.exports}i.e=function(e){var t=[],a=o[e];if(0!==a)if(a)t.push(a[2]);else{var n=new Promise((function(t,n){a=o[e]=[t,n]}));t.push(a[2]=n);var r,g=document.createElement("script");g.charset="utf-8",g.timeout=120,i.nc&&g.setAttribute("nonce",i.nc),g.src=function(e){return i.p+"static/js/"+({"pages-tabbar-cart-index":"pages-tabbar-cart-index","pages-tabbar-category-index":"pages-tabbar-category-index","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful","pages_category_page1-orderModule-paySuccessful":"pages_category_page1-orderModule-paySuccessful","pages-tabbar-index-index~pages_category_page1-store-index":"pages-tabbar-index-index~pages_category_page1-store-index","pages-tabbar-index-index":"pages-tabbar-index-index","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf","pages-tabbar-user-index":"pages-tabbar-user-index","pages_category_page1-askedquestion-askedquestion":"pages_category_page1-askedquestion-askedquestion","pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b":"pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b","pages_category_page1-store-index":"pages_category_page1-store-index","pages_category_page1-distributionModule-recruit":"pages_category_page1-distributionModule-recruit","pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e":"pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e","pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c":"pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c","pages_category_page1-goodsModule-goodsDetails":"pages_category_page1-goodsModule-goodsDetails","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372","pages_category_page1-orderModule-index":"pages_category_page1-orderModule-index","pages_category_page1-goodsModule-combination":"pages_category_page1-goodsModule-combination","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078","pages_category_page1-orderModule-afterSaleApplyRefund":"pages_category_page1-orderModule-afterSaleApplyRefund","pages_category_page1-orderModule-afterSaleApplyRetund":"pages_category_page1-orderModule-afterSaleApplyRetund","pages_category_page1-goodsModule-inviteSpell":"pages_category_page1-goodsModule-inviteSpell","pages_category_page1-orderModule-orderDetails":"pages_category_page1-orderModule-orderDetails","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question","pages_category_page1-orderModule-orderConfirm":"pages_category_page1-orderModule-orderConfirm","pages_category_page2-orderModule-refundDetails":"pages_category_page2-orderModule-refundDetails","pages_category_page2-orderModule-returnDetails":"pages_category_page2-orderModule-returnDetails","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails","pages_category_page2-userModule-addAddress":"pages_category_page2-userModule-addAddress","pages_category_page2-userModule-personalDetails":"pages_category_page2-userModule-personalDetails","pages_category_page2-userModule-withdraw":"pages_category_page2-userModule-withdraw","pages_category_page1-goodsModule-evaluate":"pages_category_page1-goodsModule-evaluate","pages_category_page1-orderModule-Intervene":"pages_category_page1-orderModule-Intervene","pages_category_page1-orderModule-addLogistics":"pages_category_page1-orderModule-addLogistics","pages_category_page1-orderModule-platformJoin":"pages_category_page1-orderModule-platformJoin","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94","pages_category_page1-orderModule-afterSaleApply":"pages_category_page1-orderModule-afterSaleApply","pages_category_page1-question-question":"pages_category_page1-question-question","pages_category_page2-userModule-login":"pages_category_page2-userModule-login","pages_category_page1-activity":"pages_category_page1-activity","pages_category_page1-coupon-list":"pages_category_page1-coupon-list","pages_category_page1-coupon-product":"pages_category_page1-coupon-product","pages_category_page1-customer-chatBox":"pages_category_page1-customer-chatBox","pages_category_page1-discount-discount":"pages_category_page1-discount-discount","pages_category_page1-discount-platformDiscount":"pages_category_page1-discount-platformDiscount","pages_category_page1-discount-spikeList":"pages_category_page1-discount-spikeList","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895","pages_category_page1-distributionModule-commodity":"pages_category_page1-distributionModule-commodity","pages_category_page1-distributionModule-invite":"pages_category_page1-distributionModule-invite","pages_category_page1-distributionModule-promotion":"pages_category_page1-distributionModule-promotion","pages_category_page1-distributionModule-distributionOrder":"pages_category_page1-distributionModule-distributionOrder","pages_category_page1-distributionModule-index":"pages_category_page1-distributionModule-index","pages_category_page1-distributionModule-salesIndex":"pages_category_page1-distributionModule-salesIndex","pages_category_page1-distributionModule-shareProduct":"pages_category_page1-distributionModule-shareProduct","pages_category_page1-distributionModule-totalAward":"pages_category_page1-distributionModule-totalAward","pages_category_page1-distributionModule-unliquidated":"pages_category_page1-distributionModule-unliquidated","pages_category_page2-userModule-collection":"pages_category_page2-userModule-collection","pages_category_page2-userModule-questionList":"pages_category_page2-userModule-questionList","pages_category_page1-distributionModule-totalClient":"pages_category_page1-distributionModule-totalClient","pages_category_page1-distributionModule-totalPersonnel":"pages_category_page1-distributionModule-totalPersonnel","pages_category_page1-goodsModule-addEvaluate":"pages_category_page1-goodsModule-addEvaluate","pages_category_page1-goodsModule-answerList":"pages_category_page1-goodsModule-answerList","pages_category_page1-goodsModule-canvasGoods":"pages_category_page1-goodsModule-canvasGoods","pages_category_page1-goodsModule-couponShopList":"pages_category_page1-goodsModule-couponShopList","pages_category_page1-goodsModule-evaSuccessful":"pages_category_page1-goodsModule-evaSuccessful","pages_category_page1-goodsModule-evaluateDetails":"pages_category_page1-goodsModule-evaluateDetails","pages_category_page1-goodsModule-evaluateList":"pages_category_page1-goodsModule-evaluateList","pages_category_page1-goodsModule-goodsList":"pages_category_page1-goodsModule-goodsList","pages_category_page1-goodsModule-invitePoster":"pages_category_page1-goodsModule-invitePoster","pages_category_page1-goodsModule-putQuestions":"pages_category_page1-goodsModule-putQuestions","pages_category_page1-goodsModule-qADetail":"pages_category_page1-goodsModule-qADetail","pages_category_page1-goodsModule-userEvaluate":"pages_category_page1-goodsModule-userEvaluate","pages_category_page1-homeModule-special":"pages_category_page1-homeModule-special","pages_category_page1-integral-exchangeDetail":"pages_category_page1-integral-exchangeDetail","pages_category_page1-integral-index":"pages_category_page1-integral-index","pages_category_page1-integral-sign":"pages_category_page1-integral-sign","pages_category_page1-linkOthers-index":"pages_category_page1-linkOthers-index","pages_category_page1-memberCenter-activityList":"pages_category_page1-memberCenter-activityList","pages_category_page1-memberCenter-index":"pages_category_page1-memberCenter-index","pages_category_page1-memberCenter-memberSign":"pages_category_page1-memberCenter-memberSign","pages_category_page1-orderModule-logisticsInfo":"pages_category_page1-orderModule-logisticsInfo","pages_category_page1-procedure-procedure":"pages_category_page1-procedure-procedure","pages_category_page1-procedure-procedureList":"pages_category_page1-procedure-procedureList","pages_category_page1-question-succe":"pages_category_page1-question-succe","pages_category_page1-search-index-index":"pages_category_page1-search-index-index","pages_category_page2-channelCoupon-index":"pages_category_page2-channelCoupon-index","pages_category_page2-livePage-index":"pages_category_page2-livePage-index","pages_category_page2-orderModule-afterSale":"pages_category_page2-orderModule-afterSale","pages_category_page2-userModule-accountLogin":"pages_category_page2-userModule-accountLogin","pages_category_page2-userModule-addBankcard":"pages_category_page2-userModule-addBankcard","pages_category_page2-userModule-address":"pages_category_page2-userModule-address","pages_category_page2-userModule-bankcard":"pages_category_page2-userModule-bankcard","pages_category_page2-userModule-bindPhone":"pages_category_page2-userModule-bindPhone","pages_category_page2-userModule-coupon":"pages_category_page2-userModule-coupon","pages_category_page2-userModule-footprintList":"pages_category_page2-userModule-footprintList","pages_category_page2-userModule-memberAccount":"pages_category_page2-userModule-memberAccount","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail","pages_category_page2-userModule-messageCenter":"pages_category_page2-userModule-messageCenter","pages_category_page2-userModule-messageDetail":"pages_category_page2-userModule-messageDetail","pages_category_page2-userModule-mobilePhone":"pages_category_page2-userModule-mobilePhone","pages_category_page2-userModule-protocol":"pages_category_page2-userModule-protocol","pages_category_page2-userModule-register":"pages_category_page2-userModule-register","pages_category_page2-userModule-unsubscribe":"pages_category_page2-userModule-unsubscribe","pages_category_page2-userModule-unsubscribeCode":"pages_category_page2-userModule-unsubscribeCode"}[e]||e)+"."+{"pages-tabbar-cart-index":"1d1bf478","pages-tabbar-category-index":"6c0735ed","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"3431fe49","pages_category_page1-orderModule-paySuccessful":"6e1d11b4","pages-tabbar-index-index~pages_category_page1-store-index":"30b9d108","pages-tabbar-index-index":"535d1bf8","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"4ff98278","pages-tabbar-user-index":"a20606b3","pages_category_page1-askedquestion-askedquestion":"821adaee","pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b":"2549038e","pages_category_page1-store-index":"df057a79","pages_category_page1-distributionModule-recruit":"00ffcefc","pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e":"1ef53932","pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c":"e6dafaa9","pages_category_page1-goodsModule-goodsDetails":"9483cb3d","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"2131473d","pages_category_page1-orderModule-index":"560276fe","pages_category_page1-goodsModule-combination":"8c2720fd","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"70719004","pages_category_page1-orderModule-afterSaleApplyRefund":"a223a86d","pages_category_page1-orderModule-afterSaleApplyRetund":"280c7ea1","pages_category_page1-goodsModule-inviteSpell":"d327d271","pages_category_page1-orderModule-orderDetails":"b542ec88","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"0aa7575d","pages_category_page1-orderModule-orderConfirm":"4504c984","pages_category_page2-orderModule-refundDetails":"a821fd5a","pages_category_page2-orderModule-returnDetails":"84d8e98b","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"cd836e1c","pages_category_page2-userModule-addAddress":"6eed2735","pages_category_page2-userModule-personalDetails":"776cc3c0","pages_category_page2-userModule-withdraw":"0e839d31","pages_category_page1-goodsModule-evaluate":"ad676678","pages_category_page1-orderModule-Intervene":"53e2509a","pages_category_page1-orderModule-addLogistics":"768fd39c","pages_category_page1-orderModule-platformJoin":"29e7b56a","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"7e22999d","pages_category_page1-orderModule-afterSaleApply":"a069e6ad","pages_category_page1-question-question":"dbdb3558","pages_category_page2-userModule-login":"c5d87b52","pages_category_page1-activity":"56b5fa29","pages_category_page1-coupon-list":"a11d8199","pages_category_page1-coupon-product":"b153665f","pages_category_page1-customer-chatBox":"3e1c087b","pages_category_page1-discount-discount":"b2004d3f","pages_category_page1-discount-platformDiscount":"c16291ba","pages_category_page1-discount-spikeList":"6dd37620","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"4ddf8b06","pages_category_page1-distributionModule-commodity":"e1e3a32a","pages_category_page1-distributionModule-invite":"9052a48c","pages_category_page1-distributionModule-promotion":"6fada869","pages_category_page1-distributionModule-distributionOrder":"2a63c550","pages_category_page1-distributionModule-index":"af159fb7","pages_category_page1-distributionModule-salesIndex":"06eb60cd","pages_category_page1-distributionModule-shareProduct":"e50b2b0f","pages_category_page1-distributionModule-totalAward":"65e5dac8","pages_category_page1-distributionModule-unliquidated":"5c82784c","pages_category_page2-userModule-collection":"0a2b15a9","pages_category_page2-userModule-questionList":"3374e44b","pages_category_page1-distributionModule-totalClient":"088f4b4d","pages_category_page1-distributionModule-totalPersonnel":"a5cd20ed","pages_category_page1-goodsModule-addEvaluate":"f099e2a6","pages_category_page1-goodsModule-answerList":"759ae8f3","pages_category_page1-goodsModule-canvasGoods":"b0cbdd79","pages_category_page1-goodsModule-couponShopList":"495a4116","pages_category_page1-goodsModule-evaSuccessful":"ca3f68b6","pages_category_page1-goodsModule-evaluateDetails":"b0dbedae","pages_category_page1-goodsModule-evaluateList":"aba3d0e2","pages_category_page1-goodsModule-goodsList":"4bbacd01","pages_category_page1-goodsModule-invitePoster":"f0ce2ba6","pages_category_page1-goodsModule-putQuestions":"0595d0f8","pages_category_page1-goodsModule-qADetail":"270265c8","pages_category_page1-goodsModule-userEvaluate":"e1de9d18","pages_category_page1-homeModule-special":"2f0be83b","pages_category_page1-integral-exchangeDetail":"111800ec","pages_category_page1-integral-index":"0322e10f","pages_category_page1-integral-sign":"6528f9fc","pages_category_page1-linkOthers-index":"e0488fe0","pages_category_page1-memberCenter-activityList":"58f03d05","pages_category_page1-memberCenter-index":"483505da","pages_category_page1-memberCenter-memberSign":"b6eb8ef1","pages_category_page1-orderModule-logisticsInfo":"d09e4587","pages_category_page1-procedure-procedure":"eed03399","pages_category_page1-procedure-procedureList":"7ff5d6c7","pages_category_page1-question-succe":"107efceb","pages_category_page1-search-index-index":"720be8b1","pages_category_page2-channelCoupon-index":"5c79ce0c","pages_category_page2-livePage-index":"0cb1d486","pages_category_page2-orderModule-afterSale":"4f6d57d9","pages_category_page2-userModule-accountLogin":"581a7347","pages_category_page2-userModule-addBankcard":"bd2b966d","pages_category_page2-userModule-address":"7a434360","pages_category_page2-userModule-bankcard":"35d07ca7","pages_category_page2-userModule-bindPhone":"cb3ac07f","pages_category_page2-userModule-coupon":"c7165c37","pages_category_page2-userModule-footprintList":"9317ece0","pages_category_page2-userModule-memberAccount":"e393aad2","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"596c73dd","pages_category_page2-userModule-messageCenter":"a4e12d39","pages_category_page2-userModule-messageDetail":"bd413358","pages_category_page2-userModule-mobilePhone":"8d656608","pages_category_page2-userModule-protocol":"48d081bb","pages_category_page2-userModule-register":"a0c2ea55","pages_category_page2-userModule-unsubscribe":"e5b83cb5","pages_category_page2-userModule-unsubscribeCode":"79f0a44d"}[e]+".js"}(e);var u=new Error;r=function(t){g.onerror=g.onload=null,clearTimeout(p);var a=o[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+r+")",u.name="ChunkLoadError",u.type=n,u.request=r,a[1](u)}o[e]=void 0}};var p=setTimeout((function(){r({type:"timeout",target:g})}),12e4);g.onerror=g.onload=r,document.head.appendChild(g)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,a){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(a,n,function(t){return e[t]}.bind(null,n));return a},i.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/cdwlMall/meh5/",i.oe=function(e){throw console.error(e),e};var g=window["webpackJsonp"]=window["webpackJsonp"]||[],u=g.push.bind(g);g.push=t,g=g.slice();for(var p=0;p<g.length;p++)t(g[p]);var d=u;r.push([0,"chunk-vendors"]),a()})({0:function(e,t,a){e.exports=a("8cc2")},"027b":function(e,t,a){"use strict";(function(e){var t=a("f5bd").default;a("473f"),a("bf0f"),a("de6c"),a("5c47"),a("a1c1");var n=t(a("9b8e")),o={keys:function(){return[]}};e["____76D46D1____"]=!0,delete e["____76D46D1____"],e.__uniConfig={easycom:{"^u-(.*)":"@/uview-ui/components/u-$1/u-$1.vue","global-loading":"@/components/GlobalLoading/index.vue","^unicloud-db$":"@dcloudio/uni-cli-shared/components/unicloud-db.vue","^uniad$":"@dcloudio/uni-cli-shared/components/uniad.vue","^ad-rewarded-video$":"@dcloudio/uni-cli-shared/components/ad-rewarded-video.vue","^ad-fullscreen-video$":"@dcloudio/uni-cli-shared/components/ad-fullscreen-video.vue","^ad-interstitial$":"@dcloudio/uni-cli-shared/components/ad-interstitial.vue","^ad-interactive$":"@dcloudio/uni-cli-shared/components/ad-interactive.vue","^page-meta$":"@dcloudio/uni-cli-shared/components/page-meta.vue","^navigation-bar$":"@dcloudio/uni-cli-shared/components/navigation-bar.vue","^uni-match-media$":"@dcloudio/uni-cli-shared/components/uni-match-media.vue"},preloadRule:{"pages_category_page1/search/index/index":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/goodsModule/inviteSpell":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/goodsModule/invitePoster":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/orderModule/orderDetails":{network:"all",packages:["pages_category_page1"]}},globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"在线商城",navigationBarBackgroundColor:"#fff",titleNView:!1,navigationStyle:"custom",backgroundColor:"#F8F8F8"},tabBar:{borderStyle:"black",backgroundColor:"#fff",color:"#CCCCCC",selectedColor:"#39be7a",list:[{pagePath:"pages/tabbar/index/index",iconPath:"static/images/tabbar/home.png",selectedIconPath:"static/images/tabbar/homeactive.png",text:"首页",redDot:!1,badge:""},{pagePath:"pages/tabbar/category/index",iconPath:"static/images/tabbar/fenlei.png",selectedIconPath:"static/images/tabbar/fenleiactive.png",text:"分类",redDot:!1,badge:""},{pagePath:"pages/tabbar/cart/index",iconPath:"static/images/tabbar/gouwuche.png",selectedIconPath:"static/images/tabbar/gouwucheactive.png",text:"购物车",redDot:!1,badge:""},{pagePath:"pages/tabbar/user/index",iconPath:"static/images/tabbar/wode.png",selectedIconPath:"static/images/tabbar/wodeactive.png",text:"我的",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",redDot:!1,badge:""}]},condition:{current:0,list:[{name:"",path:"",query:""}]}},e.__uniConfig.compilerVersion="4.55",e.__uniConfig.darkmode=!1,e.__uniConfig.themeConfig={},e.__uniConfig.uniPlatform="h5",e.__uniConfig.appId="__UNI__76D46D1",e.__uniConfig.appName="锦江公园",e.__uniConfig.appVersion="1.7.4",e.__uniConfig.appVersionCode="174",e.__uniConfig.router={mode:"history",base:"/cdwlMall/meh5/"},e.__uniConfig.publicPath="/cdwlMall/meh5/",e.__uniConfig["async"]={loading:"AsyncLoading",error:"AsyncError",delay:200,timeout:6e4},e.__uniConfig.debug=!1,e.__uniConfig.networkTimeout={request:6e4,connectSocket:6e4,uploadFile:6e4,downloadFile:6e4},e.__uniConfig.sdkConfigs={maps:{}},e.__uniConfig.qqMapKey=void 0,e.__uniConfig.googleMapKey=void 0,e.__uniConfig.aMapKey=void 0,e.__uniConfig.aMapSecurityJsCode=void 0,e.__uniConfig.aMapServiceHost=void 0,e.__uniConfig.locale="",e.__uniConfig.fallbackLocale=void 0,e.__uniConfig.locales=o.keys().reduce((function(e,t){var a=t.replace(/\.\/(uni-app.)?(.*).json/,"$2"),n=o(t);return Object.assign(e[a]||(e[a]={}),n.common||n),e}),{}),e.__uniConfig.nvue={"flex-direction":"column"},e.__uniConfig.__webpack_chunk_load__=a.e,n.default.component("pages-tabbar-index-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-index-index~pages_category_page1-store-index"),a.e("pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful"),a.e("pages-tabbar-index-index")]).then(function(){return e(a("fe72"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-category-index",(function(e){var t={component:a.e("pages-tabbar-category-index").then(function(){return e(a("22d6"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-cart-index",(function(e){var t={component:a.e("pages-tabbar-cart-index").then(function(){return e(a("e061"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-user-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages-tabbar-user-index")]).then(function(){return e(a("be3f"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-spikeList",(function(e){var t={component:a.e("pages_category_page1-discount-spikeList").then(function(){return e(a("7761"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-discount",(function(e){var t={component:a.e("pages_category_page1-discount-discount").then(function(){return e(a("4385"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-platformDiscount",(function(e){var t={component:a.e("pages_category_page1-discount-platformDiscount").then(function(){return e(a("e66c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-activityList",(function(e){var t={component:a.e("pages_category_page1-memberCenter-activityList").then(function(){return e(a("750a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-index",(function(e){var t={component:a.e("pages_category_page1-integral-index").then(function(){return e(a("d5c66"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-exchangeDetail",(function(e){var t={component:a.e("pages_category_page1-integral-exchangeDetail").then(function(){return e(a("41a9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-sign",(function(e){var t={component:a.e("pages_category_page1-integral-sign").then(function(){return e(a("f4e0"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-coupon-list",(function(e){var t={component:a.e("pages_category_page1-coupon-list").then(function(){return e(a("0804"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-coupon-product",(function(e){var t={component:a.e("pages_category_page1-coupon-product").then(function(){return e(a("4bdc"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-combination",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-combination")]).then(function(){return e(a("7b02"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-activity",(function(e){var t={component:a.e("pages_category_page1-activity").then(function(){return e(a("3565"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-search-index-index",(function(e){var t={component:a.e("pages_category_page1-search-index-index").then(function(){return e(a("a5cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-store-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages-tabbar-index-index~pages_category_page1-store-index"),a.e("pages_category_page1-store-index")]).then(function(){return e(a("ac8a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-goodsList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-goodsList").then(function(){return e(a("97d4"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-canvasGoods",(function(e){var t={component:a.e("pages_category_page1-goodsModule-canvasGoods").then(function(){return e(a("0ad7"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-couponShopList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-couponShopList").then(function(){return e(a("14c2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-goodsDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-goodsModule-goodsDetails")]).then(function(){return e(a("2a7b"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-qADetail",(function(e){var t={component:a.e("pages_category_page1-goodsModule-qADetail").then(function(){return e(a("2a96"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-answerList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-answerList").then(function(){return e(a("c33ac"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-putQuestions",(function(e){var t={component:a.e("pages_category_page1-goodsModule-putQuestions").then(function(){return e(a("d219"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-userEvaluate",(function(e){var t={component:a.e("pages_category_page1-goodsModule-userEvaluate").then(function(){return e(a("796a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaSuccessful",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaSuccessful").then(function(){return e(a("4a2a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluateDetails",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaluateDetails").then(function(){return e(a("1f01"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluateList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaluateList").then(function(){return e(a("c166"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-addEvaluate",(function(e){var t={component:a.e("pages_category_page1-goodsModule-addEvaluate").then(function(){return e(a("b25e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluate",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-goodsModule-evaluate")]).then(function(){return e(a("e455"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-index")]).then(function(){return e(a("aaa7"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-orderConfirm",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question"),a.e("pages_category_page1-orderModule-orderConfirm")]).then(function(){return e(a("20d3"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-orderDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-orderDetails")]).then(function(){return e(a("c61a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApplyRefund",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-afterSaleApplyRefund")]).then(function(){return e(a("d639"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApplyRetund",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-afterSaleApplyRetund")]).then(function(){return e(a("ec61"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApply",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page1-orderModule-afterSaleApply")]).then(function(){return e(a("fad2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-platformJoin",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-platformJoin")]).then(function(){return e(a("52c5"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-paySuccessful",(function(e){var t={component:Promise.all([a.e("pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful"),a.e("pages_category_page1-orderModule-paySuccessful")]).then(function(){return e(a("2cdb"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-addLogistics",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-addLogistics")]).then(function(){return e(a("d5db"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-Intervene",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-Intervene")]).then(function(){return e(a("8adb"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-index",(function(e){var t={component:a.e("pages_category_page1-distributionModule-index").then(function(){return e(a("0c7e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-recruit",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-recruit")]).then(function(){return e(a("7cbe"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-salesIndex",(function(e){var t={component:a.e("pages_category_page1-distributionModule-salesIndex").then(function(){return e(a("117b1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-shareProduct",(function(e){var t={component:a.e("pages_category_page1-distributionModule-shareProduct").then(function(){return e(a("5c9a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalPersonnel",(function(e){var t={component:a.e("pages_category_page1-distributionModule-totalPersonnel").then(function(){return e(a("c0a8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalAward",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-distributionModule-totalAward")]).then(function(){return e(a("232c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalClient",(function(e){var t={component:a.e("pages_category_page1-distributionModule-totalClient").then(function(){return e(a("78396"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-unliquidated",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-distributionModule-unliquidated")]).then(function(){return e(a("6a64"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-promotion",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-promotion")]).then(function(){return e(a("5be1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-commodity",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-commodity")]).then(function(){return e(a("ac35"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-distributionOrder",(function(e){var t={component:a.e("pages_category_page1-distributionModule-distributionOrder").then(function(){return e(a("1a2c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-invite",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-invite")]).then(function(){return e(a("49ff"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-logisticsInfo",(function(e){var t={component:a.e("pages_category_page1-orderModule-logisticsInfo").then(function(){return e(a("30f5"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-homeModule-special",(function(e){var t={component:a.e("pages_category_page1-homeModule-special").then(function(){return e(a("4c17"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-invitePoster",(function(e){var t={component:a.e("pages_category_page1-goodsModule-invitePoster").then(function(){return e(a("d33a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-inviteSpell",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-goodsModule-inviteSpell")]).then(function(){return e(a("3d17"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-linkOthers-index",(function(e){var t={component:a.e("pages_category_page1-linkOthers-index").then(function(){return e(a("c6e8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-index",(function(e){var t={component:a.e("pages_category_page1-memberCenter-index").then(function(){return e(a("9450"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-memberSign",(function(e){var t={component:a.e("pages_category_page1-memberCenter-memberSign").then(function(){return e(a("bef4"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-askedquestion-askedquestion",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-askedquestion-askedquestion")]).then(function(){return e(a("8b39"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-procedure-procedure",(function(e){var t={component:a.e("pages_category_page1-procedure-procedure").then(function(){return e(a("8bc1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-procedure-procedureList",(function(e){var t={component:a.e("pages_category_page1-procedure-procedureList").then(function(){return e(a("b661"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-customer-chatBox",(function(e){var t={component:a.e("pages_category_page1-customer-chatBox").then(function(){return e(a("9af3"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-question-question",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question"),a.e("pages_category_page1-question-question")]).then(function(){return e(a("58cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-question-succe",(function(e){var t={component:a.e("pages_category_page1-question-succe").then(function(){return e(a("4577"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-accountLogin",(function(e){var t={component:a.e("pages_category_page2-userModule-accountLogin").then(function(){return e(a("7fcd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-addAddress",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails"),a.e("pages_category_page2-userModule-addAddress")]).then(function(){return e(a("5720"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-addBankcard",(function(e){var t={component:a.e("pages_category_page2-userModule-addBankcard").then(function(){return e(a("0d43"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-address",(function(e){var t={component:a.e("pages_category_page2-userModule-address").then(function(){return e(a("9687"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-bankcard",(function(e){var t={component:a.e("pages_category_page2-userModule-bankcard").then(function(){return e(a("fb26"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-collection",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page2-userModule-collection")]).then(function(){return e(a("e1f1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-footprintList",(function(e){var t={component:a.e("pages_category_page2-userModule-footprintList").then(function(){return e(a("2fb8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-questionList",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page2-userModule-questionList")]).then(function(){return e(a("c4b9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-personalDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails"),a.e("pages_category_page2-userModule-personalDetails")]).then(function(){return e(a("8ae6"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-coupon",(function(e){var t={component:a.e("pages_category_page2-userModule-coupon").then(function(){return e(a("e38e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-afterSale",(function(e){var t={component:a.e("pages_category_page2-orderModule-afterSale").then(function(){return e(a("c1f9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-returnDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-orderModule-returnDetails")]).then(function(){return e(a("e780"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-refundDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-orderModule-refundDetails")]).then(function(){return e(a("a648"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-login",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page2-userModule-login")]).then(function(){return e(a("9c82"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-protocol",(function(e){var t={component:a.e("pages_category_page2-userModule-protocol").then(function(){return e(a("b2cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-register",(function(e){var t={component:a.e("pages_category_page2-userModule-register").then(function(){return e(a("2a44"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-memberAccount",(function(e){var t={component:a.e("pages_category_page2-userModule-memberAccount").then(function(){return e(a("ea97"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-withdraw",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-withdraw")]).then(function(){return e(a("3c58"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-messageCenter",(function(e){var t={component:Promise.all([a.e("pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail"),a.e("pages_category_page2-userModule-messageCenter")]).then(function(){return e(a("c4fe"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-messageDetail",(function(e){var t={component:Promise.all([a.e("pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail"),a.e("pages_category_page2-userModule-messageDetail")]).then(function(){return e(a("6e7f"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-bindPhone",(function(e){var t={component:a.e("pages_category_page2-userModule-bindPhone").then(function(){return e(a("acf1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-mobilePhone",(function(e){var t={component:a.e("pages_category_page2-userModule-mobilePhone").then(function(){return e(a("22f8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-livePage-index",(function(e){var t={component:a.e("pages_category_page2-livePage-index").then(function(){return e(a("5394"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-channelCoupon-index",(function(e){var t={component:a.e("pages_category_page2-channelCoupon-index").then(function(){return e(a("33d2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-unsubscribe",(function(e){var t={component:a.e("pages_category_page2-userModule-unsubscribe").then(function(){return e(a("2c3e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-unsubscribeCode",(function(e){var t={component:a.e("pages_category_page2-userModule-unsubscribeCode").then(function(){return e(a("5c8c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),e.__uniRoutes=[{path:"/",alias:"/pages/tabbar/index/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isEntry:!0,isTabBar:!0,tabBarIndex:0},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages-tabbar-index-index",{slot:"page"})])}},meta:{id:1,name:"pages-tabbar-index-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/index/index",isQuit:!0,isEntry:!0,isTabBar:!0,tabBarIndex:0,windowTop:0}},{path:"/pages/tabbar/category/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:1},__uniConfig.globalStyle,{navigationBarTitleText:"分类"})},[e("pages-tabbar-category-index",{slot:"page"})])}},meta:{id:2,name:"pages-tabbar-category-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/category/index",isQuit:!0,isTabBar:!0,tabBarIndex:1,windowTop:0}},{path:"/pages/tabbar/cart/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:2},__uniConfig.globalStyle,{navigationBarTitleText:"购物车"})},[e("pages-tabbar-cart-index",{slot:"page"})])}},meta:{id:3,name:"pages-tabbar-cart-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/cart/index",isQuit:!0,isTabBar:!0,tabBarIndex:2,windowTop:0}},{path:"/pages/tabbar/user/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:3},__uniConfig.globalStyle,{navigationBarTitleText:"我的",backgroundColor:"#F8F8F8"})},[e("pages-tabbar-user-index",{slot:"page"})])}},meta:{id:4,name:"pages-tabbar-user-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/user/index",isQuit:!0,isTabBar:!0,tabBarIndex:3,windowTop:0}},{path:"/pages_category_page1/discount/spikeList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"秒杀专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-spikeList",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-spikeList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/spikeList",windowTop:0}},{path:"/pages_category_page1/discount/discount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"限时折扣专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-discount",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-discount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/discount",windowTop:0}},{path:"/pages_category_page1/discount/platformDiscount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"限时折扣专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-platformDiscount",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-platformDiscount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/platformDiscount",windowTop:0}},{path:"/pages_category_page1/memberCenter/activityList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"会员专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-memberCenter-activityList",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-activityList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/activityList",windowTop:0}},{path:"/pages_category_page1/integral/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的积分",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-index",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/index",windowTop:0}},{path:"/pages_category_page1/integral/exchangeDetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"积分兑换",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-exchangeDetail",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-exchangeDetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/exchangeDetail",windowTop:0}},{path:"/pages_category_page1/integral/sign",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"签到领积分",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-sign",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-sign",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/sign",windowTop:0}},{path:"/pages_category_page1/coupon/list",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"优惠券"})},[e("pages_category_page1-coupon-list",{slot:"page"})])}},meta:{name:"pages_category_page1-coupon-list",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/coupon/list",windowTop:0}},{path:"/pages_category_page1/coupon/product",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"可用商品"})},[e("pages_category_page1-coupon-product",{slot:"page"})])}},meta:{name:"pages_category_page1-coupon-product",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/coupon/product",windowTop:0}},{path:"/pages_category_page1/goodsModule/combination",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"组合优惠",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-goodsModule-combination",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-combination",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/combination",windowTop:0}},{path:"/pages_category_page1/activity",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"热门推荐",enablePullDownRefresh:!0})},[e("pages_category_page1-activity",{slot:"page"})])}},meta:{name:"pages_category_page1-activity",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/activity",windowTop:0}},{path:"/pages_category_page1/search/index/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"搜索"})},[e("pages_category_page1-search-index-index",{slot:"page"})])}},meta:{name:"pages_category_page1-search-index-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/search/index/index",windowTop:0}},{path:"/pages_category_page1/store/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-store-index",{slot:"page"})])}},meta:{name:"pages_category_page1-store-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/store/index",windowTop:0}},{path:"/pages_category_page1/goodsModule/goodsList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商品列表"})},[e("pages_category_page1-goodsModule-goodsList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-goodsList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/goodsList",windowTop:0}},{path:"/pages_category_page1/goodsModule/canvasGoods",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商品列表"})},[e("pages_category_page1-goodsModule-canvasGoods",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-canvasGoods",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/canvasGoods",windowTop:0}},{path:"/pages_category_page1/goodsModule/couponShopList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"优惠券可用商品列表"})},[e("pages_category_page1-goodsModule-couponShopList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-couponShopList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/couponShopList",windowTop:0}},{path:"/pages_category_page1/goodsModule/goodsDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"详情"})},[e("pages_category_page1-goodsModule-goodsDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-goodsDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/goodsDetails",windowTop:0}},{path:"/pages_category_page1/goodsModule/qADetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"问答详情"})},[e("pages_category_page1-goodsModule-qADetail",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-qADetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/qADetail",windowTop:0}},{path:"/pages_category_page1/goodsModule/answerList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"全部问答"})},[e("pages_category_page1-goodsModule-answerList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-answerList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/answerList",windowTop:0}},{path:"/pages_category_page1/goodsModule/putQuestions",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"提问"})},[e("pages_category_page1-goodsModule-putQuestions",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-putQuestions",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/putQuestions",windowTop:0}},{path:"/pages_category_page1/goodsModule/userEvaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的评价"})},[e("pages_category_page1-goodsModule-userEvaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-userEvaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/userEvaluate",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaSuccessful",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价成功"})},[e("pages_category_page1-goodsModule-evaSuccessful",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaSuccessful",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaSuccessful",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluateDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价详情"})},[e("pages_category_page1-goodsModule-evaluateDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluateDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluateDetails",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluateList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"宝贝评价"})},[e("pages_category_page1-goodsModule-evaluateList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluateList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluateList",windowTop:0}},{path:"/pages_category_page1/goodsModule/addEvaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"追加评价"})},[e("pages_category_page1-goodsModule-addEvaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-addEvaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/addEvaluate",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价"})},[e("pages_category_page1-goodsModule-evaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluate",windowTop:0}},{path:"/pages_category_page1/orderModule/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"订单中心"})},[e("pages_category_page1-orderModule-index",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/index",windowTop:0}},{path:"/pages_category_page1/orderModule/orderConfirm",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"购买宝贝",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-orderConfirm",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-orderConfirm",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/orderConfirm",windowTop:0}},{path:"/pages_category_page1/orderModule/orderDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"订单详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-orderDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-orderDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/orderDetails",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApplyRefund",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"申请退款"})},[e("pages_category_page1-orderModule-afterSaleApplyRefund",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApplyRefund",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApplyRefund",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApplyRetund",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"申请退货"})},[e("pages_category_page1-orderModule-afterSaleApplyRetund",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApplyRetund",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApplyRetund",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApply",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"选择商品",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-afterSaleApply",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApply",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApply",windowTop:0}},{path:"/pages_category_page1/orderModule/platformJoin",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"平台介入"})},[e("pages_category_page1-orderModule-platformJoin",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-platformJoin",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/platformJoin",windowTop:0}},{path:"/pages_category_page1/orderModule/paySuccessful",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTitleText:"支付成功"})},[e("pages_category_page1-orderModule-paySuccessful",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-paySuccessful",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/paySuccessful",windowTop:0}},{path:"/pages_category_page1/orderModule/addLogistics",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"填写退货物流"})},[e("pages_category_page1-orderModule-addLogistics",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-addLogistics",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/addLogistics",windowTop:0}},{path:"/pages_category_page1/orderModule/Intervene",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"平台介入"})},[e("pages_category_page1-orderModule-Intervene",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-Intervene",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/Intervene",windowTop:0}},{path:"/pages_category_page1/distributionModule/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销中心",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-index",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/index",windowTop:0}},{path:"/pages_category_page1/distributionModule/recruit",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销员招募令",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-recruit",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-recruit",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/recruit",windowTop:0}},{path:"/pages_category_page1/distributionModule/salesIndex",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销中心",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-salesIndex",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-salesIndex",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/salesIndex",windowTop:0}},{path:"/pages_category_page1/distributionModule/shareProduct",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分享"})},[e("pages_category_page1-distributionModule-shareProduct",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-shareProduct",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/shareProduct",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalPersonnel",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计分销员",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalPersonnel",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalPersonnel",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalPersonnel",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalAward",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计奖励",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalAward",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalAward",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalAward",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalClient",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计客户",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalClient",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalClient",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalClient",windowTop:0}},{path:"/pages_category_page1/distributionModule/unliquidated",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"未结算奖励",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-unliquidated",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-unliquidated",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/unliquidated",windowTop:0}},{path:"/pages_category_page1/distributionModule/promotion",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"推广店铺",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-promotion",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-promotion",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/promotion",windowTop:0}},{path:"/pages_category_page1/distributionModule/commodity",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"推广商品"})},[e("pages_category_page1-distributionModule-commodity",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-commodity",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/commodity",windowTop:0}},{path:"/pages_category_page1/distributionModule/distributionOrder",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的分销订单"})},[e("pages_category_page1-distributionModule-distributionOrder",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-distributionOrder",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/distributionOrder",windowTop:0}},{path:"/pages_category_page1/distributionModule/invite",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"邀请下级"})},[e("pages_category_page1-distributionModule-invite",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-invite",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/invite",windowTop:0}},{path:"/pages_category_page1/orderModule/logisticsInfo",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"物流信息"})},[e("pages_category_page1-orderModule-logisticsInfo",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-logisticsInfo",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/logisticsInfo",windowTop:0}},{path:"/pages_category_page1/homeModule/special",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"专题分类"})},[e("pages_category_page1-homeModule-special",{slot:"page"})])}},meta:{name:"pages_category_page1-homeModule-special",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/homeModule/special",windowTop:0}},{path:"/pages_category_page1/goodsModule/invitePoster",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"生成邀请海报"})},[e("pages_category_page1-goodsModule-invitePoster",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-invitePoster",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/invitePoster",windowTop:0}},{path:"/pages_category_page1/goodsModule/inviteSpell",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"邀请好友拼单",enablePullDownRefresh:!1,navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-goodsModule-inviteSpell",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-inviteSpell",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/inviteSpell",windowTop:0}},{path:"/pages_category_page1/linkOthers/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商家",enablePullDownRefresh:!1})},[e("pages_category_page1-linkOthers-index",{slot:"page"})])}},meta:{name:"pages_category_page1-linkOthers-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/linkOthers/index",windowTop:0}},{path:"/pages_category_page1/memberCenter/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTextStyle:"white"})},[e("pages_category_page1-memberCenter-index",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/index",windowTop:0}},{path:"/pages_category_page1/memberCenter/memberSign",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"会员签到",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",enablePullDownRefresh:!0})},[e("pages_category_page1-memberCenter-memberSign",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-memberSign",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/memberSign",windowTop:0}},{path:"/pages_category_page1/askedquestion/askedquestion",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"常见问题",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-askedquestion-askedquestion",{slot:"page"})])}},meta:{name:"pages_category_page1-askedquestion-askedquestion",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/askedquestion/askedquestion",windowTop:0}},{path:"/pages_category_page1/procedure/procedure",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告通知",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-procedure-procedure",{slot:"page"})])}},meta:{name:"pages_category_page1-procedure-procedure",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/procedure/procedure",windowTop:0}},{path:"/pages_category_page1/procedure/procedureList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告列表",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-procedure-procedureList",{slot:"page"})])}},meta:{name:"pages_category_page1-procedure-procedureList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/procedure/procedureList",windowTop:0}},{path:"/pages_category_page1/customer/chatBox",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"客服",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-customer-chatBox",{slot:"page"})])}},meta:{name:"pages_category_page1-customer-chatBox",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/customer/chatBox",windowTop:0}},{path:"/pages_category_page1/question/question",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages_category_page1-question-question",{slot:"page"})])}},meta:{name:"pages_category_page1-question-question",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/question/question",windowTop:0}},{path:"/pages_category_page1/question/succe",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages_category_page1-question-succe",{slot:"page"})])}},meta:{name:"pages_category_page1-question-succe",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/question/succe",windowTop:0}},{path:"/pages_category_page2/userModule/accountLogin",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"登录"})},[e("pages_category_page2-userModule-accountLogin",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-accountLogin",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/accountLogin",windowTop:0}},{path:"/pages_category_page2/userModule/addAddress",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"地址管理"})},[e("pages_category_page2-userModule-addAddress",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-addAddress",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/addAddress",windowTop:0}},{path:"/pages_category_page2/userModule/addBankcard",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"银行卡"})},[e("pages_category_page2-userModule-addBankcard",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-addBankcard",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/addBankcard",windowTop:0}},{path:"/pages_category_page2/userModule/address",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"地址管理"})},[e("pages_category_page2-userModule-address",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-address",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/address",windowTop:0}},{path:"/pages_category_page2/userModule/bankcard",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"银行卡",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-bankcard",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-bankcard",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/bankcard",windowTop:0}},{path:"/pages_category_page2/userModule/collection",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的收藏",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-collection",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-collection",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/collection",windowTop:0}},{path:"/pages_category_page2/userModule/footprintList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"浏览足迹",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-footprintList",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-footprintList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/footprintList",windowTop:0}},{path:"/pages_category_page2/userModule/questionList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的问答",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-questionList",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-questionList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/questionList",windowTop:0}},{path:"/pages_category_page2/userModule/personalDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"个人信息"})},[e("pages_category_page2-userModule-personalDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-personalDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/personalDetails",windowTop:0}},{path:"/pages_category_page2/userModule/coupon",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的卡券"})},[e("pages_category_page2-userModule-coupon",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-coupon",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/coupon",windowTop:0}},{path:"/pages_category_page2/orderModule/afterSale",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的售后"})},[e("pages_category_page2-orderModule-afterSale",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-afterSale",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/afterSale",windowTop:0}},{path:"/pages_category_page2/orderModule/returnDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"退货详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-orderModule-returnDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-returnDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/returnDetails",windowTop:0}},{path:"/pages_category_page2/orderModule/refundDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"退款详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-orderModule-refundDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-refundDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/refundDetails",windowTop:0}},{path:"/pages_category_page2/userModule/login",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTitleText:"登录"})},[e("pages_category_page2-userModule-login",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-login",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/login",windowTop:0}},{path:"/pages_category_page2/userModule/protocol",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"《锦江公园》商城用户协议"})},[e("pages_category_page2-userModule-protocol",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-protocol",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/protocol",windowTop:0}},{path:"/pages_category_page2/userModule/register",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"注册"})},[e("pages_category_page2-userModule-register",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-register",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/register",windowTop:0}},{path:"/pages_category_page2/userModule/memberAccount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的账户",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-memberAccount",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-memberAccount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/memberAccount",windowTop:0}},{path:"/pages_category_page2/userModule/withdraw",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"提现"})},[e("pages_category_page2-userModule-withdraw",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-withdraw",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/withdraw",windowTop:0}},{path:"/pages_category_page2/userModule/messageCenter",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"消息中心"})},[e("pages_category_page2-userModule-messageCenter",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-messageCenter",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/messageCenter",windowTop:0}},{path:"/pages_category_page2/userModule/messageDetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告详情"})},[e("pages_category_page2-userModule-messageDetail",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-messageDetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/messageDetail",windowTop:0}},{path:"/pages_category_page2/userModule/bindPhone",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"绑定手机号",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-bindPhone",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-bindPhone",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/bindPhone",windowTop:0}},{path:"/pages_category_page2/userModule/mobilePhone",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"手机号授权",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-mobilePhone",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-mobilePhone",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/mobilePhone",windowTop:0}},{path:"/pages_category_page2/livePage/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"直播推荐",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",enablePullDownRefresh:!0})},[e("pages_category_page2-livePage-index",{slot:"page"})])}},meta:{name:"pages_category_page2-livePage-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/livePage/index",windowTop:0}},{path:"/pages_category_page2/channelCoupon/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"",enablePullDownRefresh:!1})},[e("pages_category_page2-channelCoupon-index",{slot:"page"})])}},meta:{name:"pages_category_page2-channelCoupon-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/channelCoupon/index",windowTop:0}},{path:"/pages_category_page2/userModule/unsubscribe",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"账户注销",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-unsubscribe",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-unsubscribe",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/unsubscribe",windowTop:0}},{path:"/pages_category_page2/userModule/unsubscribeCode",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"注销账户手机认证"})},[e("pages_category_page2-userModule-unsubscribeCode",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-unsubscribeCode",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/unsubscribeCode",windowTop:0}},{path:"/choose-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-choose-location",{slot:"page"})])}},meta:{name:"choose-location",pagePath:"/choose-location"}},{path:"/open-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-open-location",{slot:"page"})])}},meta:{name:"open-location",pagePath:"/open-location"}}],e.UniApp&&new e.UniApp}).call(this,a("0ee4"))},"14ef":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("d4b5");var o=n(a("2634")),r=n(a("2fdc")),i=n(a("39d8")),g=n(a("9b8e")),u=n(a("8f59")),p=a("cc42");g.default.use(u.default);var d=(0,i.default)({},"SET_SHOW_LOADING",(function(e,t){e.globalLoading.showLoading=t.flag,e.globalLoading.showInfo=t.info})),s={doPointer:function(e,t){return(0,r.default)((0,o.default)().mark((function e(){var a,n;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(a={},uni.getStorageSync("storage_key")&&(a=uni.getStorageSync("storage_key")),"{}"!==JSON.stringify(a)){e.next=4;break}return e.abrupt("return");case 4:return e.next=6,(0,p.doPointRequest)(t);case 6:n=e.sent,console.log("埋点----------------------------------",n);case 8:case"end":return e.stop()}}),e)})))()}},c=new u.default.Store({state:{globalLoading:{showLoading:!1,showInfo:""}},getters:{loadingFlag:function(e){return e.globalLoading.showLoading},loadingInfo:function(e){return e.globalLoading.showInfo}},mutations:d,actions:s}),l=c;t.default=l},1867:function(e,t,a){var n=a("c86c"),o=a("2ec5"),r=a("aae8");t=n(!1);var i=o(r);t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */@-webkit-keyframes loading{0%{background:#e7e7e7}50%{background:#f8f8f8}100%{background:#e7e7e7}}@keyframes loading{0%{background:#e7e7e7}50%{background:#f8f8f8}100%{background:#e7e7e7}}.ske-loading .child-loading{-webkit-animation:loading 2s linear 0s infinite alternate;animation:loading 2s linear 0s infinite alternate}\r\n/*每个页面公共css */.u-relative,\r\n.u-rela{position:relative}.u-absolute,\r\n.u-abso{position:absolute}uni-image{display:inline-block}uni-view,\r\nuni-text{box-sizing:border-box}.u-font-xs{font-size:%?22?%}.u-font-sm{font-size:%?26?%}.u-font-md{font-size:%?28?%}.u-font-lg{font-size:%?30?%}.u-font-xl{font-size:%?34?%}.u-flex{display:flex;flex-direction:row;align-items:center}.u-flex-wrap{flex-wrap:wrap}.u-flex-nowrap{flex-wrap:nowrap}.u-col-center{align-items:center}.u-col-top{align-items:flex-start}.u-col-bottom{align-items:flex-end}.u-row-center{justify-content:center}.u-row-left{justify-content:flex-start}.u-row-right{justify-content:flex-end}.u-row-between{justify-content:space-between}.u-row-around{justify-content:space-around}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-flex-col{display:flex;flex-direction:column}.u-flex-0{flex:0}.u-flex-1{flex:1}.u-flex-2{flex:2}.u-flex-3{flex:3}.u-flex-4{flex:4}.u-flex-5{flex:5}.u-flex-6{flex:6}.u-flex-7{flex:7}.u-flex-8{flex:8}.u-flex-9{flex:9}.u-flex-10{flex:10}.u-flex-11{flex:11}.u-flex-12{flex:12}.u-font-9{font-size:9px}.u-font-10{font-size:10px}.u-font-11{font-size:11px}.u-font-12{font-size:12px}.u-font-13{font-size:13px}.u-font-14{font-size:14px}.u-font-15{font-size:15px}.u-font-16{font-size:16px}.u-font-17{font-size:17px}.u-font-18{font-size:18px}.u-font-19{font-size:19px}.u-font-20{font-size:%?20?%}.u-font-21{font-size:%?21?%}.u-font-22{font-size:%?22?%}.u-font-23{font-size:%?23?%}.u-font-24{font-size:%?24?%}.u-font-25{font-size:%?25?%}.u-font-26{font-size:%?26?%}.u-font-27{font-size:%?27?%}.u-font-28{font-size:%?28?%}.u-font-29{font-size:%?29?%}.u-font-30{font-size:%?30?%}.u-font-31{font-size:%?31?%}.u-font-32{font-size:%?32?%}.u-font-33{font-size:%?33?%}.u-font-34{font-size:%?34?%}.u-font-35{font-size:%?35?%}.u-font-36{font-size:%?36?%}.u-font-37{font-size:%?37?%}.u-font-38{font-size:%?38?%}.u-font-39{font-size:%?39?%}.u-font-40{font-size:%?40?%}.u-margin-0, .u-m-0{margin:%?0?%!important}.u-padding-0, .u-p-0{padding:%?0?%!important}.u-m-l-0{margin-left:%?0?%!important}.u-p-l-0{padding-left:%?0?%!important}.u-margin-left-0{margin-left:%?0?%!important}.u-padding-left-0{padding-left:%?0?%!important}.u-m-t-0{margin-top:%?0?%!important}.u-p-t-0{padding-top:%?0?%!important}.u-margin-top-0{margin-top:%?0?%!important}.u-padding-top-0{padding-top:%?0?%!important}.u-m-r-0{margin-right:%?0?%!important}.u-p-r-0{padding-right:%?0?%!important}.u-margin-right-0{margin-right:%?0?%!important}.u-padding-right-0{padding-right:%?0?%!important}.u-m-b-0{margin-bottom:%?0?%!important}.u-p-b-0{padding-bottom:%?0?%!important}.u-margin-bottom-0{margin-bottom:%?0?%!important}.u-padding-bottom-0{padding-bottom:%?0?%!important}.u-margin-2, .u-m-2{margin:%?2?%!important}.u-padding-2, .u-p-2{padding:%?2?%!important}.u-m-l-2{margin-left:%?2?%!important}.u-p-l-2{padding-left:%?2?%!important}.u-margin-left-2{margin-left:%?2?%!important}.u-padding-left-2{padding-left:%?2?%!important}.u-m-t-2{margin-top:%?2?%!important}.u-p-t-2{padding-top:%?2?%!important}.u-margin-top-2{margin-top:%?2?%!important}.u-padding-top-2{padding-top:%?2?%!important}.u-m-r-2{margin-right:%?2?%!important}.u-p-r-2{padding-right:%?2?%!important}.u-margin-right-2{margin-right:%?2?%!important}.u-padding-right-2{padding-right:%?2?%!important}.u-m-b-2{margin-bottom:%?2?%!important}.u-p-b-2{padding-bottom:%?2?%!important}.u-margin-bottom-2{margin-bottom:%?2?%!important}.u-padding-bottom-2{padding-bottom:%?2?%!important}.u-margin-4, .u-m-4{margin:%?4?%!important}.u-padding-4, .u-p-4{padding:%?4?%!important}.u-m-l-4{margin-left:%?4?%!important}.u-p-l-4{padding-left:%?4?%!important}.u-margin-left-4{margin-left:%?4?%!important}.u-padding-left-4{padding-left:%?4?%!important}.u-m-t-4{margin-top:%?4?%!important}.u-p-t-4{padding-top:%?4?%!important}.u-margin-top-4{margin-top:%?4?%!important}.u-padding-top-4{padding-top:%?4?%!important}.u-m-r-4{margin-right:%?4?%!important}.u-p-r-4{padding-right:%?4?%!important}.u-margin-right-4{margin-right:%?4?%!important}.u-padding-right-4{padding-right:%?4?%!important}.u-m-b-4{margin-bottom:%?4?%!important}.u-p-b-4{padding-bottom:%?4?%!important}.u-margin-bottom-4{margin-bottom:%?4?%!important}.u-padding-bottom-4{padding-bottom:%?4?%!important}.u-margin-5, .u-m-5{margin:%?5?%!important}.u-padding-5, .u-p-5{padding:%?5?%!important}.u-m-l-5{margin-left:%?5?%!important}.u-p-l-5{padding-left:%?5?%!important}.u-margin-left-5{margin-left:%?5?%!important}.u-padding-left-5{padding-left:%?5?%!important}.u-m-t-5{margin-top:%?5?%!important}.u-p-t-5{padding-top:%?5?%!important}.u-margin-top-5{margin-top:%?5?%!important}.u-padding-top-5{padding-top:%?5?%!important}.u-m-r-5{margin-right:%?5?%!important}.u-p-r-5{padding-right:%?5?%!important}.u-margin-right-5{margin-right:%?5?%!important}.u-padding-right-5{padding-right:%?5?%!important}.u-m-b-5{margin-bottom:%?5?%!important}.u-p-b-5{padding-bottom:%?5?%!important}.u-margin-bottom-5{margin-bottom:%?5?%!important}.u-padding-bottom-5{padding-bottom:%?5?%!important}.u-margin-6, .u-m-6{margin:%?6?%!important}.u-padding-6, .u-p-6{padding:%?6?%!important}.u-m-l-6{margin-left:%?6?%!important}.u-p-l-6{padding-left:%?6?%!important}.u-margin-left-6{margin-left:%?6?%!important}.u-padding-left-6{padding-left:%?6?%!important}.u-m-t-6{margin-top:%?6?%!important}.u-p-t-6{padding-top:%?6?%!important}.u-margin-top-6{margin-top:%?6?%!important}.u-padding-top-6{padding-top:%?6?%!important}.u-m-r-6{margin-right:%?6?%!important}.u-p-r-6{padding-right:%?6?%!important}.u-margin-right-6{margin-right:%?6?%!important}.u-padding-right-6{padding-right:%?6?%!important}.u-m-b-6{margin-bottom:%?6?%!important}.u-p-b-6{padding-bottom:%?6?%!important}.u-margin-bottom-6{margin-bottom:%?6?%!important}.u-padding-bottom-6{padding-bottom:%?6?%!important}.u-margin-8, .u-m-8{margin:%?8?%!important}.u-padding-8, .u-p-8{padding:%?8?%!important}.u-m-l-8{margin-left:%?8?%!important}.u-p-l-8{padding-left:%?8?%!important}.u-margin-left-8{margin-left:%?8?%!important}.u-padding-left-8{padding-left:%?8?%!important}.u-m-t-8{margin-top:%?8?%!important}.u-p-t-8{padding-top:%?8?%!important}.u-margin-top-8{margin-top:%?8?%!important}.u-padding-top-8{padding-top:%?8?%!important}.u-m-r-8{margin-right:%?8?%!important}.u-p-r-8{padding-right:%?8?%!important}.u-margin-right-8{margin-right:%?8?%!important}.u-padding-right-8{padding-right:%?8?%!important}.u-m-b-8{margin-bottom:%?8?%!important}.u-p-b-8{padding-bottom:%?8?%!important}.u-margin-bottom-8{margin-bottom:%?8?%!important}.u-padding-bottom-8{padding-bottom:%?8?%!important}.u-margin-10, .u-m-10{margin:%?10?%!important}.u-padding-10, .u-p-10{padding:%?10?%!important}.u-m-l-10{margin-left:%?10?%!important}.u-p-l-10{padding-left:%?10?%!important}.u-margin-left-10{margin-left:%?10?%!important}.u-padding-left-10{padding-left:%?10?%!important}.u-m-t-10{margin-top:%?10?%!important}.u-p-t-10{padding-top:%?10?%!important}.u-margin-top-10{margin-top:%?10?%!important}.u-padding-top-10{padding-top:%?10?%!important}.u-m-r-10{margin-right:%?10?%!important}.u-p-r-10{padding-right:%?10?%!important}.u-margin-right-10{margin-right:%?10?%!important}.u-padding-right-10{padding-right:%?10?%!important}.u-m-b-10{margin-bottom:%?10?%!important}.u-p-b-10{padding-bottom:%?10?%!important}.u-margin-bottom-10{margin-bottom:%?10?%!important}.u-padding-bottom-10{padding-bottom:%?10?%!important}.u-margin-12, .u-m-12{margin:%?12?%!important}.u-padding-12, .u-p-12{padding:%?12?%!important}.u-m-l-12{margin-left:%?12?%!important}.u-p-l-12{padding-left:%?12?%!important}.u-margin-left-12{margin-left:%?12?%!important}.u-padding-left-12{padding-left:%?12?%!important}.u-m-t-12{margin-top:%?12?%!important}.u-p-t-12{padding-top:%?12?%!important}.u-margin-top-12{margin-top:%?12?%!important}.u-padding-top-12{padding-top:%?12?%!important}.u-m-r-12{margin-right:%?12?%!important}.u-p-r-12{padding-right:%?12?%!important}.u-margin-right-12{margin-right:%?12?%!important}.u-padding-right-12{padding-right:%?12?%!important}.u-m-b-12{margin-bottom:%?12?%!important}.u-p-b-12{padding-bottom:%?12?%!important}.u-margin-bottom-12{margin-bottom:%?12?%!important}.u-padding-bottom-12{padding-bottom:%?12?%!important}.u-margin-14, .u-m-14{margin:%?14?%!important}.u-padding-14, .u-p-14{padding:%?14?%!important}.u-m-l-14{margin-left:%?14?%!important}.u-p-l-14{padding-left:%?14?%!important}.u-margin-left-14{margin-left:%?14?%!important}.u-padding-left-14{padding-left:%?14?%!important}.u-m-t-14{margin-top:%?14?%!important}.u-p-t-14{padding-top:%?14?%!important}.u-margin-top-14{margin-top:%?14?%!important}.u-padding-top-14{padding-top:%?14?%!important}.u-m-r-14{margin-right:%?14?%!important}.u-p-r-14{padding-right:%?14?%!important}.u-margin-right-14{margin-right:%?14?%!important}.u-padding-right-14{padding-right:%?14?%!important}.u-m-b-14{margin-bottom:%?14?%!important}.u-p-b-14{padding-bottom:%?14?%!important}.u-margin-bottom-14{margin-bottom:%?14?%!important}.u-padding-bottom-14{padding-bottom:%?14?%!important}.u-margin-15, .u-m-15{margin:%?15?%!important}.u-padding-15, .u-p-15{padding:%?15?%!important}.u-m-l-15{margin-left:%?15?%!important}.u-p-l-15{padding-left:%?15?%!important}.u-margin-left-15{margin-left:%?15?%!important}.u-padding-left-15{padding-left:%?15?%!important}.u-m-t-15{margin-top:%?15?%!important}.u-p-t-15{padding-top:%?15?%!important}.u-margin-top-15{margin-top:%?15?%!important}.u-padding-top-15{padding-top:%?15?%!important}.u-m-r-15{margin-right:%?15?%!important}.u-p-r-15{padding-right:%?15?%!important}.u-margin-right-15{margin-right:%?15?%!important}.u-padding-right-15{padding-right:%?15?%!important}.u-m-b-15{margin-bottom:%?15?%!important}.u-p-b-15{padding-bottom:%?15?%!important}.u-margin-bottom-15{margin-bottom:%?15?%!important}.u-padding-bottom-15{padding-bottom:%?15?%!important}.u-margin-16, .u-m-16{margin:%?16?%!important}.u-padding-16, .u-p-16{padding:%?16?%!important}.u-m-l-16{margin-left:%?16?%!important}.u-p-l-16{padding-left:%?16?%!important}.u-margin-left-16{margin-left:%?16?%!important}.u-padding-left-16{padding-left:%?16?%!important}.u-m-t-16{margin-top:%?16?%!important}.u-p-t-16{padding-top:%?16?%!important}.u-margin-top-16{margin-top:%?16?%!important}.u-padding-top-16{padding-top:%?16?%!important}.u-m-r-16{margin-right:%?16?%!important}.u-p-r-16{padding-right:%?16?%!important}.u-margin-right-16{margin-right:%?16?%!important}.u-padding-right-16{padding-right:%?16?%!important}.u-m-b-16{margin-bottom:%?16?%!important}.u-p-b-16{padding-bottom:%?16?%!important}.u-margin-bottom-16{margin-bottom:%?16?%!important}.u-padding-bottom-16{padding-bottom:%?16?%!important}.u-margin-18, .u-m-18{margin:%?18?%!important}.u-padding-18, .u-p-18{padding:%?18?%!important}.u-m-l-18{margin-left:%?18?%!important}.u-p-l-18{padding-left:%?18?%!important}.u-margin-left-18{margin-left:%?18?%!important}.u-padding-left-18{padding-left:%?18?%!important}.u-m-t-18{margin-top:%?18?%!important}.u-p-t-18{padding-top:%?18?%!important}.u-margin-top-18{margin-top:%?18?%!important}.u-padding-top-18{padding-top:%?18?%!important}.u-m-r-18{margin-right:%?18?%!important}.u-p-r-18{padding-right:%?18?%!important}.u-margin-right-18{margin-right:%?18?%!important}.u-padding-right-18{padding-right:%?18?%!important}.u-m-b-18{margin-bottom:%?18?%!important}.u-p-b-18{padding-bottom:%?18?%!important}.u-margin-bottom-18{margin-bottom:%?18?%!important}.u-padding-bottom-18{padding-bottom:%?18?%!important}.u-margin-20, .u-m-20{margin:%?20?%!important}.u-padding-20, .u-p-20{padding:%?20?%!important}.u-m-l-20{margin-left:%?20?%!important}.u-p-l-20{padding-left:%?20?%!important}.u-margin-left-20{margin-left:%?20?%!important}.u-padding-left-20{padding-left:%?20?%!important}.u-m-t-20{margin-top:%?20?%!important}.u-p-t-20{padding-top:%?20?%!important}.u-margin-top-20{margin-top:%?20?%!important}.u-padding-top-20{padding-top:%?20?%!important}.u-m-r-20{margin-right:%?20?%!important}.u-p-r-20{padding-right:%?20?%!important}.u-margin-right-20{margin-right:%?20?%!important}.u-padding-right-20{padding-right:%?20?%!important}.u-m-b-20{margin-bottom:%?20?%!important}.u-p-b-20{padding-bottom:%?20?%!important}.u-margin-bottom-20{margin-bottom:%?20?%!important}.u-padding-bottom-20{padding-bottom:%?20?%!important}.u-margin-22, .u-m-22{margin:%?22?%!important}.u-padding-22, .u-p-22{padding:%?22?%!important}.u-m-l-22{margin-left:%?22?%!important}.u-p-l-22{padding-left:%?22?%!important}.u-margin-left-22{margin-left:%?22?%!important}.u-padding-left-22{padding-left:%?22?%!important}.u-m-t-22{margin-top:%?22?%!important}.u-p-t-22{padding-top:%?22?%!important}.u-margin-top-22{margin-top:%?22?%!important}.u-padding-top-22{padding-top:%?22?%!important}.u-m-r-22{margin-right:%?22?%!important}.u-p-r-22{padding-right:%?22?%!important}.u-margin-right-22{margin-right:%?22?%!important}.u-padding-right-22{padding-right:%?22?%!important}.u-m-b-22{margin-bottom:%?22?%!important}.u-p-b-22{padding-bottom:%?22?%!important}.u-margin-bottom-22{margin-bottom:%?22?%!important}.u-padding-bottom-22{padding-bottom:%?22?%!important}.u-margin-24, .u-m-24{margin:%?24?%!important}.u-padding-24, .u-p-24{padding:%?24?%!important}.u-m-l-24{margin-left:%?24?%!important}.u-p-l-24{padding-left:%?24?%!important}.u-margin-left-24{margin-left:%?24?%!important}.u-padding-left-24{padding-left:%?24?%!important}.u-m-t-24{margin-top:%?24?%!important}.u-p-t-24{padding-top:%?24?%!important}.u-margin-top-24{margin-top:%?24?%!important}.u-padding-top-24{padding-top:%?24?%!important}.u-m-r-24{margin-right:%?24?%!important}.u-p-r-24{padding-right:%?24?%!important}.u-margin-right-24{margin-right:%?24?%!important}.u-padding-right-24{padding-right:%?24?%!important}.u-m-b-24{margin-bottom:%?24?%!important}.u-p-b-24{padding-bottom:%?24?%!important}.u-margin-bottom-24{margin-bottom:%?24?%!important}.u-padding-bottom-24{padding-bottom:%?24?%!important}.u-margin-25, .u-m-25{margin:%?25?%!important}.u-padding-25, .u-p-25{padding:%?25?%!important}.u-m-l-25{margin-left:%?25?%!important}.u-p-l-25{padding-left:%?25?%!important}.u-margin-left-25{margin-left:%?25?%!important}.u-padding-left-25{padding-left:%?25?%!important}.u-m-t-25{margin-top:%?25?%!important}.u-p-t-25{padding-top:%?25?%!important}.u-margin-top-25{margin-top:%?25?%!important}.u-padding-top-25{padding-top:%?25?%!important}.u-m-r-25{margin-right:%?25?%!important}.u-p-r-25{padding-right:%?25?%!important}.u-margin-right-25{margin-right:%?25?%!important}.u-padding-right-25{padding-right:%?25?%!important}.u-m-b-25{margin-bottom:%?25?%!important}.u-p-b-25{padding-bottom:%?25?%!important}.u-margin-bottom-25{margin-bottom:%?25?%!important}.u-padding-bottom-25{padding-bottom:%?25?%!important}.u-margin-26, .u-m-26{margin:%?26?%!important}.u-padding-26, .u-p-26{padding:%?26?%!important}.u-m-l-26{margin-left:%?26?%!important}.u-p-l-26{padding-left:%?26?%!important}.u-margin-left-26{margin-left:%?26?%!important}.u-padding-left-26{padding-left:%?26?%!important}.u-m-t-26{margin-top:%?26?%!important}.u-p-t-26{padding-top:%?26?%!important}.u-margin-top-26{margin-top:%?26?%!important}.u-padding-top-26{padding-top:%?26?%!important}.u-m-r-26{margin-right:%?26?%!important}.u-p-r-26{padding-right:%?26?%!important}.u-margin-right-26{margin-right:%?26?%!important}.u-padding-right-26{padding-right:%?26?%!important}.u-m-b-26{margin-bottom:%?26?%!important}.u-p-b-26{padding-bottom:%?26?%!important}.u-margin-bottom-26{margin-bottom:%?26?%!important}.u-padding-bottom-26{padding-bottom:%?26?%!important}.u-margin-28, .u-m-28{margin:%?28?%!important}.u-padding-28, .u-p-28{padding:%?28?%!important}.u-m-l-28{margin-left:%?28?%!important}.u-p-l-28{padding-left:%?28?%!important}.u-margin-left-28{margin-left:%?28?%!important}.u-padding-left-28{padding-left:%?28?%!important}.u-m-t-28{margin-top:%?28?%!important}.u-p-t-28{padding-top:%?28?%!important}.u-margin-top-28{margin-top:%?28?%!important}.u-padding-top-28{padding-top:%?28?%!important}.u-m-r-28{margin-right:%?28?%!important}.u-p-r-28{padding-right:%?28?%!important}.u-margin-right-28{margin-right:%?28?%!important}.u-padding-right-28{padding-right:%?28?%!important}.u-m-b-28{margin-bottom:%?28?%!important}.u-p-b-28{padding-bottom:%?28?%!important}.u-margin-bottom-28{margin-bottom:%?28?%!important}.u-padding-bottom-28{padding-bottom:%?28?%!important}.u-margin-30, .u-m-30{margin:%?30?%!important}.u-padding-30, .u-p-30{padding:%?30?%!important}.u-m-l-30{margin-left:%?30?%!important}.u-p-l-30{padding-left:%?30?%!important}.u-margin-left-30{margin-left:%?30?%!important}.u-padding-left-30{padding-left:%?30?%!important}.u-m-t-30{margin-top:%?30?%!important}.u-p-t-30{padding-top:%?30?%!important}.u-margin-top-30{margin-top:%?30?%!important}.u-padding-top-30{padding-top:%?30?%!important}.u-m-r-30{margin-right:%?30?%!important}.u-p-r-30{padding-right:%?30?%!important}.u-margin-right-30{margin-right:%?30?%!important}.u-padding-right-30{padding-right:%?30?%!important}.u-m-b-30{margin-bottom:%?30?%!important}.u-p-b-30{padding-bottom:%?30?%!important}.u-margin-bottom-30{margin-bottom:%?30?%!important}.u-padding-bottom-30{padding-bottom:%?30?%!important}.u-margin-32, .u-m-32{margin:%?32?%!important}.u-padding-32, .u-p-32{padding:%?32?%!important}.u-m-l-32{margin-left:%?32?%!important}.u-p-l-32{padding-left:%?32?%!important}.u-margin-left-32{margin-left:%?32?%!important}.u-padding-left-32{padding-left:%?32?%!important}.u-m-t-32{margin-top:%?32?%!important}.u-p-t-32{padding-top:%?32?%!important}.u-margin-top-32{margin-top:%?32?%!important}.u-padding-top-32{padding-top:%?32?%!important}.u-m-r-32{margin-right:%?32?%!important}.u-p-r-32{padding-right:%?32?%!important}.u-margin-right-32{margin-right:%?32?%!important}.u-padding-right-32{padding-right:%?32?%!important}.u-m-b-32{margin-bottom:%?32?%!important}.u-p-b-32{padding-bottom:%?32?%!important}.u-margin-bottom-32{margin-bottom:%?32?%!important}.u-padding-bottom-32{padding-bottom:%?32?%!important}.u-margin-34, .u-m-34{margin:%?34?%!important}.u-padding-34, .u-p-34{padding:%?34?%!important}.u-m-l-34{margin-left:%?34?%!important}.u-p-l-34{padding-left:%?34?%!important}.u-margin-left-34{margin-left:%?34?%!important}.u-padding-left-34{padding-left:%?34?%!important}.u-m-t-34{margin-top:%?34?%!important}.u-p-t-34{padding-top:%?34?%!important}.u-margin-top-34{margin-top:%?34?%!important}.u-padding-top-34{padding-top:%?34?%!important}.u-m-r-34{margin-right:%?34?%!important}.u-p-r-34{padding-right:%?34?%!important}.u-margin-right-34{margin-right:%?34?%!important}.u-padding-right-34{padding-right:%?34?%!important}.u-m-b-34{margin-bottom:%?34?%!important}.u-p-b-34{padding-bottom:%?34?%!important}.u-margin-bottom-34{margin-bottom:%?34?%!important}.u-padding-bottom-34{padding-bottom:%?34?%!important}.u-margin-35, .u-m-35{margin:%?35?%!important}.u-padding-35, .u-p-35{padding:%?35?%!important}.u-m-l-35{margin-left:%?35?%!important}.u-p-l-35{padding-left:%?35?%!important}.u-margin-left-35{margin-left:%?35?%!important}.u-padding-left-35{padding-left:%?35?%!important}.u-m-t-35{margin-top:%?35?%!important}.u-p-t-35{padding-top:%?35?%!important}.u-margin-top-35{margin-top:%?35?%!important}.u-padding-top-35{padding-top:%?35?%!important}.u-m-r-35{margin-right:%?35?%!important}.u-p-r-35{padding-right:%?35?%!important}.u-margin-right-35{margin-right:%?35?%!important}.u-padding-right-35{padding-right:%?35?%!important}.u-m-b-35{margin-bottom:%?35?%!important}.u-p-b-35{padding-bottom:%?35?%!important}.u-margin-bottom-35{margin-bottom:%?35?%!important}.u-padding-bottom-35{padding-bottom:%?35?%!important}.u-margin-36, .u-m-36{margin:%?36?%!important}.u-padding-36, .u-p-36{padding:%?36?%!important}.u-m-l-36{margin-left:%?36?%!important}.u-p-l-36{padding-left:%?36?%!important}.u-margin-left-36{margin-left:%?36?%!important}.u-padding-left-36{padding-left:%?36?%!important}.u-m-t-36{margin-top:%?36?%!important}.u-p-t-36{padding-top:%?36?%!important}.u-margin-top-36{margin-top:%?36?%!important}.u-padding-top-36{padding-top:%?36?%!important}.u-m-r-36{margin-right:%?36?%!important}.u-p-r-36{padding-right:%?36?%!important}.u-margin-right-36{margin-right:%?36?%!important}.u-padding-right-36{padding-right:%?36?%!important}.u-m-b-36{margin-bottom:%?36?%!important}.u-p-b-36{padding-bottom:%?36?%!important}.u-margin-bottom-36{margin-bottom:%?36?%!important}.u-padding-bottom-36{padding-bottom:%?36?%!important}.u-margin-38, .u-m-38{margin:%?38?%!important}.u-padding-38, .u-p-38{padding:%?38?%!important}.u-m-l-38{margin-left:%?38?%!important}.u-p-l-38{padding-left:%?38?%!important}.u-margin-left-38{margin-left:%?38?%!important}.u-padding-left-38{padding-left:%?38?%!important}.u-m-t-38{margin-top:%?38?%!important}.u-p-t-38{padding-top:%?38?%!important}.u-margin-top-38{margin-top:%?38?%!important}.u-padding-top-38{padding-top:%?38?%!important}.u-m-r-38{margin-right:%?38?%!important}.u-p-r-38{padding-right:%?38?%!important}.u-margin-right-38{margin-right:%?38?%!important}.u-padding-right-38{padding-right:%?38?%!important}.u-m-b-38{margin-bottom:%?38?%!important}.u-p-b-38{padding-bottom:%?38?%!important}.u-margin-bottom-38{margin-bottom:%?38?%!important}.u-padding-bottom-38{padding-bottom:%?38?%!important}.u-margin-40, .u-m-40{margin:%?40?%!important}.u-padding-40, .u-p-40{padding:%?40?%!important}.u-m-l-40{margin-left:%?40?%!important}.u-p-l-40{padding-left:%?40?%!important}.u-margin-left-40{margin-left:%?40?%!important}.u-padding-left-40{padding-left:%?40?%!important}.u-m-t-40{margin-top:%?40?%!important}.u-p-t-40{padding-top:%?40?%!important}.u-margin-top-40{margin-top:%?40?%!important}.u-padding-top-40{padding-top:%?40?%!important}.u-m-r-40{margin-right:%?40?%!important}.u-p-r-40{padding-right:%?40?%!important}.u-margin-right-40{margin-right:%?40?%!important}.u-padding-right-40{padding-right:%?40?%!important}.u-m-b-40{margin-bottom:%?40?%!important}.u-p-b-40{padding-bottom:%?40?%!important}.u-margin-bottom-40{margin-bottom:%?40?%!important}.u-padding-bottom-40{padding-bottom:%?40?%!important}.u-margin-42, .u-m-42{margin:%?42?%!important}.u-padding-42, .u-p-42{padding:%?42?%!important}.u-m-l-42{margin-left:%?42?%!important}.u-p-l-42{padding-left:%?42?%!important}.u-margin-left-42{margin-left:%?42?%!important}.u-padding-left-42{padding-left:%?42?%!important}.u-m-t-42{margin-top:%?42?%!important}.u-p-t-42{padding-top:%?42?%!important}.u-margin-top-42{margin-top:%?42?%!important}.u-padding-top-42{padding-top:%?42?%!important}.u-m-r-42{margin-right:%?42?%!important}.u-p-r-42{padding-right:%?42?%!important}.u-margin-right-42{margin-right:%?42?%!important}.u-padding-right-42{padding-right:%?42?%!important}.u-m-b-42{margin-bottom:%?42?%!important}.u-p-b-42{padding-bottom:%?42?%!important}.u-margin-bottom-42{margin-bottom:%?42?%!important}.u-padding-bottom-42{padding-bottom:%?42?%!important}.u-margin-44, .u-m-44{margin:%?44?%!important}.u-padding-44, .u-p-44{padding:%?44?%!important}.u-m-l-44{margin-left:%?44?%!important}.u-p-l-44{padding-left:%?44?%!important}.u-margin-left-44{margin-left:%?44?%!important}.u-padding-left-44{padding-left:%?44?%!important}.u-m-t-44{margin-top:%?44?%!important}.u-p-t-44{padding-top:%?44?%!important}.u-margin-top-44{margin-top:%?44?%!important}.u-padding-top-44{padding-top:%?44?%!important}.u-m-r-44{margin-right:%?44?%!important}.u-p-r-44{padding-right:%?44?%!important}.u-margin-right-44{margin-right:%?44?%!important}.u-padding-right-44{padding-right:%?44?%!important}.u-m-b-44{margin-bottom:%?44?%!important}.u-p-b-44{padding-bottom:%?44?%!important}.u-margin-bottom-44{margin-bottom:%?44?%!important}.u-padding-bottom-44{padding-bottom:%?44?%!important}.u-margin-45, .u-m-45{margin:%?45?%!important}.u-padding-45, .u-p-45{padding:%?45?%!important}.u-m-l-45{margin-left:%?45?%!important}.u-p-l-45{padding-left:%?45?%!important}.u-margin-left-45{margin-left:%?45?%!important}.u-padding-left-45{padding-left:%?45?%!important}.u-m-t-45{margin-top:%?45?%!important}.u-p-t-45{padding-top:%?45?%!important}.u-margin-top-45{margin-top:%?45?%!important}.u-padding-top-45{padding-top:%?45?%!important}.u-m-r-45{margin-right:%?45?%!important}.u-p-r-45{padding-right:%?45?%!important}.u-margin-right-45{margin-right:%?45?%!important}.u-padding-right-45{padding-right:%?45?%!important}.u-m-b-45{margin-bottom:%?45?%!important}.u-p-b-45{padding-bottom:%?45?%!important}.u-margin-bottom-45{margin-bottom:%?45?%!important}.u-padding-bottom-45{padding-bottom:%?45?%!important}.u-margin-46, .u-m-46{margin:%?46?%!important}.u-padding-46, .u-p-46{padding:%?46?%!important}.u-m-l-46{margin-left:%?46?%!important}.u-p-l-46{padding-left:%?46?%!important}.u-margin-left-46{margin-left:%?46?%!important}.u-padding-left-46{padding-left:%?46?%!important}.u-m-t-46{margin-top:%?46?%!important}.u-p-t-46{padding-top:%?46?%!important}.u-margin-top-46{margin-top:%?46?%!important}.u-padding-top-46{padding-top:%?46?%!important}.u-m-r-46{margin-right:%?46?%!important}.u-p-r-46{padding-right:%?46?%!important}.u-margin-right-46{margin-right:%?46?%!important}.u-padding-right-46{padding-right:%?46?%!important}.u-m-b-46{margin-bottom:%?46?%!important}.u-p-b-46{padding-bottom:%?46?%!important}.u-margin-bottom-46{margin-bottom:%?46?%!important}.u-padding-bottom-46{padding-bottom:%?46?%!important}.u-margin-48, .u-m-48{margin:%?48?%!important}.u-padding-48, .u-p-48{padding:%?48?%!important}.u-m-l-48{margin-left:%?48?%!important}.u-p-l-48{padding-left:%?48?%!important}.u-margin-left-48{margin-left:%?48?%!important}.u-padding-left-48{padding-left:%?48?%!important}.u-m-t-48{margin-top:%?48?%!important}.u-p-t-48{padding-top:%?48?%!important}.u-margin-top-48{margin-top:%?48?%!important}.u-padding-top-48{padding-top:%?48?%!important}.u-m-r-48{margin-right:%?48?%!important}.u-p-r-48{padding-right:%?48?%!important}.u-margin-right-48{margin-right:%?48?%!important}.u-padding-right-48{padding-right:%?48?%!important}.u-m-b-48{margin-bottom:%?48?%!important}.u-p-b-48{padding-bottom:%?48?%!important}.u-margin-bottom-48{margin-bottom:%?48?%!important}.u-padding-bottom-48{padding-bottom:%?48?%!important}.u-margin-50, .u-m-50{margin:%?50?%!important}.u-padding-50, .u-p-50{padding:%?50?%!important}.u-m-l-50{margin-left:%?50?%!important}.u-p-l-50{padding-left:%?50?%!important}.u-margin-left-50{margin-left:%?50?%!important}.u-padding-left-50{padding-left:%?50?%!important}.u-m-t-50{margin-top:%?50?%!important}.u-p-t-50{padding-top:%?50?%!important}.u-margin-top-50{margin-top:%?50?%!important}.u-padding-top-50{padding-top:%?50?%!important}.u-m-r-50{margin-right:%?50?%!important}.u-p-r-50{padding-right:%?50?%!important}.u-margin-right-50{margin-right:%?50?%!important}.u-padding-right-50{padding-right:%?50?%!important}.u-m-b-50{margin-bottom:%?50?%!important}.u-p-b-50{padding-bottom:%?50?%!important}.u-margin-bottom-50{margin-bottom:%?50?%!important}.u-padding-bottom-50{padding-bottom:%?50?%!important}.u-margin-52, .u-m-52{margin:%?52?%!important}.u-padding-52, .u-p-52{padding:%?52?%!important}.u-m-l-52{margin-left:%?52?%!important}.u-p-l-52{padding-left:%?52?%!important}.u-margin-left-52{margin-left:%?52?%!important}.u-padding-left-52{padding-left:%?52?%!important}.u-m-t-52{margin-top:%?52?%!important}.u-p-t-52{padding-top:%?52?%!important}.u-margin-top-52{margin-top:%?52?%!important}.u-padding-top-52{padding-top:%?52?%!important}.u-m-r-52{margin-right:%?52?%!important}.u-p-r-52{padding-right:%?52?%!important}.u-margin-right-52{margin-right:%?52?%!important}.u-padding-right-52{padding-right:%?52?%!important}.u-m-b-52{margin-bottom:%?52?%!important}.u-p-b-52{padding-bottom:%?52?%!important}.u-margin-bottom-52{margin-bottom:%?52?%!important}.u-padding-bottom-52{padding-bottom:%?52?%!important}.u-margin-54, .u-m-54{margin:%?54?%!important}.u-padding-54, .u-p-54{padding:%?54?%!important}.u-m-l-54{margin-left:%?54?%!important}.u-p-l-54{padding-left:%?54?%!important}.u-margin-left-54{margin-left:%?54?%!important}.u-padding-left-54{padding-left:%?54?%!important}.u-m-t-54{margin-top:%?54?%!important}.u-p-t-54{padding-top:%?54?%!important}.u-margin-top-54{margin-top:%?54?%!important}.u-padding-top-54{padding-top:%?54?%!important}.u-m-r-54{margin-right:%?54?%!important}.u-p-r-54{padding-right:%?54?%!important}.u-margin-right-54{margin-right:%?54?%!important}.u-padding-right-54{padding-right:%?54?%!important}.u-m-b-54{margin-bottom:%?54?%!important}.u-p-b-54{padding-bottom:%?54?%!important}.u-margin-bottom-54{margin-bottom:%?54?%!important}.u-padding-bottom-54{padding-bottom:%?54?%!important}.u-margin-55, .u-m-55{margin:%?55?%!important}.u-padding-55, .u-p-55{padding:%?55?%!important}.u-m-l-55{margin-left:%?55?%!important}.u-p-l-55{padding-left:%?55?%!important}.u-margin-left-55{margin-left:%?55?%!important}.u-padding-left-55{padding-left:%?55?%!important}.u-m-t-55{margin-top:%?55?%!important}.u-p-t-55{padding-top:%?55?%!important}.u-margin-top-55{margin-top:%?55?%!important}.u-padding-top-55{padding-top:%?55?%!important}.u-m-r-55{margin-right:%?55?%!important}.u-p-r-55{padding-right:%?55?%!important}.u-margin-right-55{margin-right:%?55?%!important}.u-padding-right-55{padding-right:%?55?%!important}.u-m-b-55{margin-bottom:%?55?%!important}.u-p-b-55{padding-bottom:%?55?%!important}.u-margin-bottom-55{margin-bottom:%?55?%!important}.u-padding-bottom-55{padding-bottom:%?55?%!important}.u-margin-56, .u-m-56{margin:%?56?%!important}.u-padding-56, .u-p-56{padding:%?56?%!important}.u-m-l-56{margin-left:%?56?%!important}.u-p-l-56{padding-left:%?56?%!important}.u-margin-left-56{margin-left:%?56?%!important}.u-padding-left-56{padding-left:%?56?%!important}.u-m-t-56{margin-top:%?56?%!important}.u-p-t-56{padding-top:%?56?%!important}.u-margin-top-56{margin-top:%?56?%!important}.u-padding-top-56{padding-top:%?56?%!important}.u-m-r-56{margin-right:%?56?%!important}.u-p-r-56{padding-right:%?56?%!important}.u-margin-right-56{margin-right:%?56?%!important}.u-padding-right-56{padding-right:%?56?%!important}.u-m-b-56{margin-bottom:%?56?%!important}.u-p-b-56{padding-bottom:%?56?%!important}.u-margin-bottom-56{margin-bottom:%?56?%!important}.u-padding-bottom-56{padding-bottom:%?56?%!important}.u-margin-58, .u-m-58{margin:%?58?%!important}.u-padding-58, .u-p-58{padding:%?58?%!important}.u-m-l-58{margin-left:%?58?%!important}.u-p-l-58{padding-left:%?58?%!important}.u-margin-left-58{margin-left:%?58?%!important}.u-padding-left-58{padding-left:%?58?%!important}.u-m-t-58{margin-top:%?58?%!important}.u-p-t-58{padding-top:%?58?%!important}.u-margin-top-58{margin-top:%?58?%!important}.u-padding-top-58{padding-top:%?58?%!important}.u-m-r-58{margin-right:%?58?%!important}.u-p-r-58{padding-right:%?58?%!important}.u-margin-right-58{margin-right:%?58?%!important}.u-padding-right-58{padding-right:%?58?%!important}.u-m-b-58{margin-bottom:%?58?%!important}.u-p-b-58{padding-bottom:%?58?%!important}.u-margin-bottom-58{margin-bottom:%?58?%!important}.u-padding-bottom-58{padding-bottom:%?58?%!important}.u-margin-60, .u-m-60{margin:%?60?%!important}.u-padding-60, .u-p-60{padding:%?60?%!important}.u-m-l-60{margin-left:%?60?%!important}.u-p-l-60{padding-left:%?60?%!important}.u-margin-left-60{margin-left:%?60?%!important}.u-padding-left-60{padding-left:%?60?%!important}.u-m-t-60{margin-top:%?60?%!important}.u-p-t-60{padding-top:%?60?%!important}.u-margin-top-60{margin-top:%?60?%!important}.u-padding-top-60{padding-top:%?60?%!important}.u-m-r-60{margin-right:%?60?%!important}.u-p-r-60{padding-right:%?60?%!important}.u-margin-right-60{margin-right:%?60?%!important}.u-padding-right-60{padding-right:%?60?%!important}.u-m-b-60{margin-bottom:%?60?%!important}.u-p-b-60{padding-bottom:%?60?%!important}.u-margin-bottom-60{margin-bottom:%?60?%!important}.u-padding-bottom-60{padding-bottom:%?60?%!important}.u-margin-62, .u-m-62{margin:%?62?%!important}.u-padding-62, .u-p-62{padding:%?62?%!important}.u-m-l-62{margin-left:%?62?%!important}.u-p-l-62{padding-left:%?62?%!important}.u-margin-left-62{margin-left:%?62?%!important}.u-padding-left-62{padding-left:%?62?%!important}.u-m-t-62{margin-top:%?62?%!important}.u-p-t-62{padding-top:%?62?%!important}.u-margin-top-62{margin-top:%?62?%!important}.u-padding-top-62{padding-top:%?62?%!important}.u-m-r-62{margin-right:%?62?%!important}.u-p-r-62{padding-right:%?62?%!important}.u-margin-right-62{margin-right:%?62?%!important}.u-padding-right-62{padding-right:%?62?%!important}.u-m-b-62{margin-bottom:%?62?%!important}.u-p-b-62{padding-bottom:%?62?%!important}.u-margin-bottom-62{margin-bottom:%?62?%!important}.u-padding-bottom-62{padding-bottom:%?62?%!important}.u-margin-64, .u-m-64{margin:%?64?%!important}.u-padding-64, .u-p-64{padding:%?64?%!important}.u-m-l-64{margin-left:%?64?%!important}.u-p-l-64{padding-left:%?64?%!important}.u-margin-left-64{margin-left:%?64?%!important}.u-padding-left-64{padding-left:%?64?%!important}.u-m-t-64{margin-top:%?64?%!important}.u-p-t-64{padding-top:%?64?%!important}.u-margin-top-64{margin-top:%?64?%!important}.u-padding-top-64{padding-top:%?64?%!important}.u-m-r-64{margin-right:%?64?%!important}.u-p-r-64{padding-right:%?64?%!important}.u-margin-right-64{margin-right:%?64?%!important}.u-padding-right-64{padding-right:%?64?%!important}.u-m-b-64{margin-bottom:%?64?%!important}.u-p-b-64{padding-bottom:%?64?%!important}.u-margin-bottom-64{margin-bottom:%?64?%!important}.u-padding-bottom-64{padding-bottom:%?64?%!important}.u-margin-65, .u-m-65{margin:%?65?%!important}.u-padding-65, .u-p-65{padding:%?65?%!important}.u-m-l-65{margin-left:%?65?%!important}.u-p-l-65{padding-left:%?65?%!important}.u-margin-left-65{margin-left:%?65?%!important}.u-padding-left-65{padding-left:%?65?%!important}.u-m-t-65{margin-top:%?65?%!important}.u-p-t-65{padding-top:%?65?%!important}.u-margin-top-65{margin-top:%?65?%!important}.u-padding-top-65{padding-top:%?65?%!important}.u-m-r-65{margin-right:%?65?%!important}.u-p-r-65{padding-right:%?65?%!important}.u-margin-right-65{margin-right:%?65?%!important}.u-padding-right-65{padding-right:%?65?%!important}.u-m-b-65{margin-bottom:%?65?%!important}.u-p-b-65{padding-bottom:%?65?%!important}.u-margin-bottom-65{margin-bottom:%?65?%!important}.u-padding-bottom-65{padding-bottom:%?65?%!important}.u-margin-66, .u-m-66{margin:%?66?%!important}.u-padding-66, .u-p-66{padding:%?66?%!important}.u-m-l-66{margin-left:%?66?%!important}.u-p-l-66{padding-left:%?66?%!important}.u-margin-left-66{margin-left:%?66?%!important}.u-padding-left-66{padding-left:%?66?%!important}.u-m-t-66{margin-top:%?66?%!important}.u-p-t-66{padding-top:%?66?%!important}.u-margin-top-66{margin-top:%?66?%!important}.u-padding-top-66{padding-top:%?66?%!important}.u-m-r-66{margin-right:%?66?%!important}.u-p-r-66{padding-right:%?66?%!important}.u-margin-right-66{margin-right:%?66?%!important}.u-padding-right-66{padding-right:%?66?%!important}.u-m-b-66{margin-bottom:%?66?%!important}.u-p-b-66{padding-bottom:%?66?%!important}.u-margin-bottom-66{margin-bottom:%?66?%!important}.u-padding-bottom-66{padding-bottom:%?66?%!important}.u-margin-68, .u-m-68{margin:%?68?%!important}.u-padding-68, .u-p-68{padding:%?68?%!important}.u-m-l-68{margin-left:%?68?%!important}.u-p-l-68{padding-left:%?68?%!important}.u-margin-left-68{margin-left:%?68?%!important}.u-padding-left-68{padding-left:%?68?%!important}.u-m-t-68{margin-top:%?68?%!important}.u-p-t-68{padding-top:%?68?%!important}.u-margin-top-68{margin-top:%?68?%!important}.u-padding-top-68{padding-top:%?68?%!important}.u-m-r-68{margin-right:%?68?%!important}.u-p-r-68{padding-right:%?68?%!important}.u-margin-right-68{margin-right:%?68?%!important}.u-padding-right-68{padding-right:%?68?%!important}.u-m-b-68{margin-bottom:%?68?%!important}.u-p-b-68{padding-bottom:%?68?%!important}.u-margin-bottom-68{margin-bottom:%?68?%!important}.u-padding-bottom-68{padding-bottom:%?68?%!important}.u-margin-70, .u-m-70{margin:%?70?%!important}.u-padding-70, .u-p-70{padding:%?70?%!important}.u-m-l-70{margin-left:%?70?%!important}.u-p-l-70{padding-left:%?70?%!important}.u-margin-left-70{margin-left:%?70?%!important}.u-padding-left-70{padding-left:%?70?%!important}.u-m-t-70{margin-top:%?70?%!important}.u-p-t-70{padding-top:%?70?%!important}.u-margin-top-70{margin-top:%?70?%!important}.u-padding-top-70{padding-top:%?70?%!important}.u-m-r-70{margin-right:%?70?%!important}.u-p-r-70{padding-right:%?70?%!important}.u-margin-right-70{margin-right:%?70?%!important}.u-padding-right-70{padding-right:%?70?%!important}.u-m-b-70{margin-bottom:%?70?%!important}.u-p-b-70{padding-bottom:%?70?%!important}.u-margin-bottom-70{margin-bottom:%?70?%!important}.u-padding-bottom-70{padding-bottom:%?70?%!important}.u-margin-72, .u-m-72{margin:%?72?%!important}.u-padding-72, .u-p-72{padding:%?72?%!important}.u-m-l-72{margin-left:%?72?%!important}.u-p-l-72{padding-left:%?72?%!important}.u-margin-left-72{margin-left:%?72?%!important}.u-padding-left-72{padding-left:%?72?%!important}.u-m-t-72{margin-top:%?72?%!important}.u-p-t-72{padding-top:%?72?%!important}.u-margin-top-72{margin-top:%?72?%!important}.u-padding-top-72{padding-top:%?72?%!important}.u-m-r-72{margin-right:%?72?%!important}.u-p-r-72{padding-right:%?72?%!important}.u-margin-right-72{margin-right:%?72?%!important}.u-padding-right-72{padding-right:%?72?%!important}.u-m-b-72{margin-bottom:%?72?%!important}.u-p-b-72{padding-bottom:%?72?%!important}.u-margin-bottom-72{margin-bottom:%?72?%!important}.u-padding-bottom-72{padding-bottom:%?72?%!important}.u-margin-74, .u-m-74{margin:%?74?%!important}.u-padding-74, .u-p-74{padding:%?74?%!important}.u-m-l-74{margin-left:%?74?%!important}.u-p-l-74{padding-left:%?74?%!important}.u-margin-left-74{margin-left:%?74?%!important}.u-padding-left-74{padding-left:%?74?%!important}.u-m-t-74{margin-top:%?74?%!important}.u-p-t-74{padding-top:%?74?%!important}.u-margin-top-74{margin-top:%?74?%!important}.u-padding-top-74{padding-top:%?74?%!important}.u-m-r-74{margin-right:%?74?%!important}.u-p-r-74{padding-right:%?74?%!important}.u-margin-right-74{margin-right:%?74?%!important}.u-padding-right-74{padding-right:%?74?%!important}.u-m-b-74{margin-bottom:%?74?%!important}.u-p-b-74{padding-bottom:%?74?%!important}.u-margin-bottom-74{margin-bottom:%?74?%!important}.u-padding-bottom-74{padding-bottom:%?74?%!important}.u-margin-75, .u-m-75{margin:%?75?%!important}.u-padding-75, .u-p-75{padding:%?75?%!important}.u-m-l-75{margin-left:%?75?%!important}.u-p-l-75{padding-left:%?75?%!important}.u-margin-left-75{margin-left:%?75?%!important}.u-padding-left-75{padding-left:%?75?%!important}.u-m-t-75{margin-top:%?75?%!important}.u-p-t-75{padding-top:%?75?%!important}.u-margin-top-75{margin-top:%?75?%!important}.u-padding-top-75{padding-top:%?75?%!important}.u-m-r-75{margin-right:%?75?%!important}.u-p-r-75{padding-right:%?75?%!important}.u-margin-right-75{margin-right:%?75?%!important}.u-padding-right-75{padding-right:%?75?%!important}.u-m-b-75{margin-bottom:%?75?%!important}.u-p-b-75{padding-bottom:%?75?%!important}.u-margin-bottom-75{margin-bottom:%?75?%!important}.u-padding-bottom-75{padding-bottom:%?75?%!important}.u-margin-76, .u-m-76{margin:%?76?%!important}.u-padding-76, .u-p-76{padding:%?76?%!important}.u-m-l-76{margin-left:%?76?%!important}.u-p-l-76{padding-left:%?76?%!important}.u-margin-left-76{margin-left:%?76?%!important}.u-padding-left-76{padding-left:%?76?%!important}.u-m-t-76{margin-top:%?76?%!important}.u-p-t-76{padding-top:%?76?%!important}.u-margin-top-76{margin-top:%?76?%!important}.u-padding-top-76{padding-top:%?76?%!important}.u-m-r-76{margin-right:%?76?%!important}.u-p-r-76{padding-right:%?76?%!important}.u-margin-right-76{margin-right:%?76?%!important}.u-padding-right-76{padding-right:%?76?%!important}.u-m-b-76{margin-bottom:%?76?%!important}.u-p-b-76{padding-bottom:%?76?%!important}.u-margin-bottom-76{margin-bottom:%?76?%!important}.u-padding-bottom-76{padding-bottom:%?76?%!important}.u-margin-78, .u-m-78{margin:%?78?%!important}.u-padding-78, .u-p-78{padding:%?78?%!important}.u-m-l-78{margin-left:%?78?%!important}.u-p-l-78{padding-left:%?78?%!important}.u-margin-left-78{margin-left:%?78?%!important}.u-padding-left-78{padding-left:%?78?%!important}.u-m-t-78{margin-top:%?78?%!important}.u-p-t-78{padding-top:%?78?%!important}.u-margin-top-78{margin-top:%?78?%!important}.u-padding-top-78{padding-top:%?78?%!important}.u-m-r-78{margin-right:%?78?%!important}.u-p-r-78{padding-right:%?78?%!important}.u-margin-right-78{margin-right:%?78?%!important}.u-padding-right-78{padding-right:%?78?%!important}.u-m-b-78{margin-bottom:%?78?%!important}.u-p-b-78{padding-bottom:%?78?%!important}.u-margin-bottom-78{margin-bottom:%?78?%!important}.u-padding-bottom-78{padding-bottom:%?78?%!important}.u-margin-80, .u-m-80{margin:%?80?%!important}.u-padding-80, .u-p-80{padding:%?80?%!important}.u-m-l-80{margin-left:%?80?%!important}.u-p-l-80{padding-left:%?80?%!important}.u-margin-left-80{margin-left:%?80?%!important}.u-padding-left-80{padding-left:%?80?%!important}.u-m-t-80{margin-top:%?80?%!important}.u-p-t-80{padding-top:%?80?%!important}.u-margin-top-80{margin-top:%?80?%!important}.u-padding-top-80{padding-top:%?80?%!important}.u-m-r-80{margin-right:%?80?%!important}.u-p-r-80{padding-right:%?80?%!important}.u-margin-right-80{margin-right:%?80?%!important}.u-padding-right-80{padding-right:%?80?%!important}.u-m-b-80{margin-bottom:%?80?%!important}.u-p-b-80{padding-bottom:%?80?%!important}.u-margin-bottom-80{margin-bottom:%?80?%!important}.u-padding-bottom-80{padding-bottom:%?80?%!important}.u-type-primary-light{color:#ecf5ff}.u-type-warning-light{color:#fdf6ec}.u-type-success-light{color:#dbf1e1}.u-type-error-light{color:#fef0f0}.u-type-info-light{color:#f4f4f5}.u-type-primary-light-bg{background-color:#ecf5ff}.u-type-warning-light-bg{background-color:#fdf6ec}.u-type-success-light-bg{background-color:#dbf1e1}.u-type-error-light-bg{background-color:#fef0f0}.u-type-info-light-bg{background-color:#f4f4f5}.u-type-primary-dark{color:#2b85e4}.u-type-warning-dark{color:#f29100}.u-type-success-dark{color:#18b566}.u-type-error-dark{color:#dd6161}.u-type-info-dark{color:#82848a}.u-type-primary-dark-bg{background-color:#2b85e4}.u-type-warning-dark-bg{background-color:#f29100}.u-type-success-dark-bg{background-color:#18b566}.u-type-error-dark-bg{background-color:#dd6161}.u-type-info-dark-bg{background-color:#82848a}.u-type-primary-disabled{color:#a0cfff}.u-type-warning-disabled{color:#fcbd71}.u-type-success-disabled{color:#71d5a1}.u-type-error-disabled{color:#fab6b6}.u-type-info-disabled{color:#c8c9cc}.u-type-primary{color:#2979ff}.u-type-warning{color:#f90}.u-type-success{color:#19be6b}.u-type-error{color:#fa3534}.u-type-info{color:#909399}.u-type-primary-bg{background-color:#2979ff}.u-type-warning-bg{background-color:#f90}.u-type-success-bg{background-color:#19be6b}.u-type-error-bg{background-color:#fa3534}.u-type-info-bg{background-color:#909399}.u-main-color{color:#303133}.u-content-color{color:#606266}.u-tips-color{color:#909399}.u-light-color{color:#c0c4cc}uni-page-body{color:#303133;font-size:%?28?%}\r\n/* start--去除webkit的默认样式--start */.u-fix-ios-appearance{-webkit-appearance:none}\r\n/* end--去除webkit的默认样式--end */\r\n/* start--icon图标外层套一个view,让其达到更好的垂直居中的效果--start */.u-icon-wrap{display:flex;align-items:center}\r\n/* end-icon图标外层套一个view,让其达到更好的垂直居中的效果--end */\r\n/* start--iPhoneX底部安全区定义--start */.safe-area-inset-bottom{padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}\r\n/* end-iPhoneX底部安全区定义--end */\r\n/* start--各种hover点击反馈相关的类名-start */.u-hover-class{opacity:.6}.u-cell-hover{background-color:#f7f8f9!important}\r\n/* end--各种hover点击反馈相关的类名--end */\r\n/* start--文本行数限制--start */.u-line-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.u-line-2{-webkit-line-clamp:2}.u-line-3{-webkit-line-clamp:3}.u-line-4{-webkit-line-clamp:4}.u-line-5{-webkit-line-clamp:5}.u-line-2, .u-line-3, .u-line-4, .u-line-5{overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}\r\n/* end--文本行数限制--end */\r\n/* start--Retina 屏幕下的 1px 边框--start */.u-border,\r\n.u-border-bottom,\r\n.u-border-left,\r\n.u-border-right,\r\n.u-border-top,\r\n.u-border-top-bottom{position:relative}.u-border-bottom:after,\r\n.u-border-left:after,\r\n.u-border-right:after,\r\n.u-border-top-bottom:after,\r\n.u-border-top:after,\r\n.u-border:after{content:" ";position:absolute;left:0;top:0;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;width:199.8%;height:199.7%;-webkit-transform:scale(.5);transform:scale(.5);border:0 solid #e4e7ed;z-index:2}.u-border-top:after{border-top-width:1px}.u-border-left:after{border-left-width:1px}.u-border-right:after{border-right-width:1px}.u-border-bottom:after{border-bottom-width:1px}.u-border-top-bottom:after{border-width:1px 0}.u-border:after{border-width:1px}\r\n/* end--Retina 屏幕下的 1px 边框--end */\r\n/* start--clearfix--start */.u-clearfix:after,\r\n.clearfix:after{content:"";display:table;clear:both}\r\n/* end--clearfix--end */\r\n/* start--高斯模糊tabbar底部处理--start */.u-blur-effect-inset{width:%?750?%;height:var(--window-bottom);background-color:#fff}\r\n/* end--高斯模糊tabbar底部处理--end */\r\n/* start--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--start */uni-toast{z-index:10090}uni-toast .uni-toast{z-index:10090}\r\n/* end--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--end */\r\n/* H5的时候,隐藏滚动条 */::-webkit-scrollbar{display:none;width:0!important;height:0!important;-webkit-appearance:none;background:transparent}uni-rich-text img{max-width:100%!important}.pic-img{width:100%;height:100%}.default-img{background:url('+i+") no-repeat 50%;background-size:100% 100%}.line1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wid{width:100%}.fs4{font-size:%?4?%}.fs18{font-size:%?18?%}.fs20{font-size:%?20?%}.fs22{font-size:%?22?%}.fs24{font-size:%?24?%}.fs26{font-size:%?26?%}.fs28{font-size:%?28?%}.fs30{font-size:%?30?%}.fs32{font-size:%?32?%}.fs34{font-size:%?34?%}.fs36{font-size:%?36?%}.fs38{font-size:%?38?%}.fs40{font-size:%?40?%}.fs42{font-size:%?42?%}.fs44{font-size:%?44?%}.fs46{font-size:%?46?%}.fs48{font-size:%?46?%}.fs50{font-size:%?50?%}.fs60{font-size:%?60?%}.fs-bold{font-weight:700}.fs-weight-300{font-weight:300}.fs-weight-200{font-weight:200}.fs-weight-400{font-weight:400}.flex-display{display:flex}.flex-center{display:flex;justify-content:center}.flex-items{display:flex;align-items:center}.flex-items-plus{display:flex;justify-content:center;align-items:center}.flex-start{display:flex;justify-content:flex-start}.flex-end{display:flex;justify-content:flex-end}.flex-end-plus{display:flex;justify-content:flex-end;align-items:center}.flex-column{flex-direction:column}.flex-column-plus{display:flex;flex-direction:column}.flex-row{flex-direction:row}.flex-row-plus{display:flex;flex-direction:row}.flex-sp-around{justify-content:space-around}.flex-sp-between{justify-content:space-between}.text-align{text-align:center}.flex-wrap-1{display:flex;flex-wrap:wrap}.flex-nowrap-1{display:flex;flex-wrap:nowrap}.align-end{display:flex;align-items:flex-end}.align-sp-between{align-content:space-between}.mar-top-5{margin-top:%?5?%}.mar-top-10{margin-top:%?10?%}.mar-top-20{margin-top:%?20?%}.mar-top-30{margin-top:%?30?%}.mar-top-32{margin-top:%?32?%}.mar-top-36{margin-top:%?36?%}.mar-top-40{margin-top:%?40?%}.mar-top-50{margin-top:%?50?%}.mar-top-60{margin-top:%?60?%}.mar-top-70{margin-top:%?70?%}.mar-top-100{margin-top:%?100?%}.mar-top-percent40{margin-top:40%}.mar-top-half{margin-top:50%}.mar-left-6{margin-left:%?6?%}.mar-left-5{margin-left:%?5?%}.mar-left-10{margin-left:%?10?%}.mar-left-20{margin-left:%?20?%}.mar-left-30{margin-left:%?30?%}.mar-left-35{margin-left:%?35?%}.mar-left-40{margin-left:%?40?%}.mar-left-50{margin-left:%?50?%}.mar-left-60{margin-left:%?60?%}.mar-left-70{margin-left:%?70?%}.mar-right-10{margin-right:%?10?%}.mar-right-20{margin-right:%?20?%}.mar-right-25{margin-right:%?25?%}.mar-right-30{margin-right:%?30?%}.mar-right-35{margin-right:%?35?%}.mar-right-40{margin-right:%?40?%}.mar-right-50{margin-right:%?50?%}.pad-left-10{padding-left:%?10?%}.pad-left-20{padding-left:%?20?%}.pad-left-40{padding-left:%?40?%}.pad-right-20{padding-right:%?20?%}.pad-top-20{padding-top:%?20?%}.pad-top-40{padding-top:%?40?%}.pad-bot-20{padding-bottom:%?20?%}.pad-topbot-20{padding:%?20?% %?0?%}.pad-topbot-5{padding:%?0?% %?5?%}.pad-topbot-10{padding:%?0?% %?10?%}.pad-topbot-50{padding:%?50?% %?0?%}.pad-bot-20{padding-bottom:%?20?%}.pad-bot-30{padding-bottom:%?30?%}.pad-bot-40{padding-bottom:%?40?%}.pad-bot-100{padding-bottom:%?100?%}.pad-bot-140{padding-bottom:%?140?%}.bor-rad-30{border-radius:%?30?%}.bor-rad-45{border-radius:%?45?%}.bor-rad-half{border-radius:50%}.backColor{background-color:#009688}.backColorFFF{background-color:#fff}.pos-abs{position:absolute}.bor-bot-line{border-bottom:#c8c7cc %?1?% solid}.bor-line-F7F7F7{border-bottom:#f7f7f7 %?1?% solid}.bor-line-E5E5E5{border-bottom:#e5e5e5 %?1?% solid}.borRig-line-E5E5E5{border-right:#ddd %?2?% solid}.borRig-line-20{border-bottom:#f7f7f7 %?20?% solid}.font-color-red{color:red}.font-color-FFF{color:#fff}.font-color-8A734A{color:#8a734a}.font-color-71521B{color:#71521b}.font-color-222{color:#222}.font-color-333{color:#333}.font-color-666{color:#666}.font-color-999{color:#999}.font-color-656{color:#656565}.font-color-DDD{color:#ddd}.font-color-CCC{color:#ccc}.font-color-FFEBC4{color:#ffebc4}.font-color-1CC363{color:#1cc363}.font-color-47A7EE{color:#47a7ee}.font-color-C5AA7B{color:#c5aa7b}.font-color-FF7700{color:#f70}.font-color-FF7911{color:#ff7911}.font-color-80{color:grey}.font-color-DD{color:#dd524d}.font-color-C83732{color:#c83732}.font-color-3F{color:#3f536e}.font-color-009{color:#009688}.font-weight-500{font-weight:500}.font-weight-bold{font-weight:700}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflowNoDot{display:block;overflow:hidden}.discountsPriceLine{text-decoration:line-through}.border-bottom-Line{border-bottom:%?1?% solid #ededed}.decoration{text-decoration:line-through}.anonymous{margin-top:%?25?%}.anonymous .uni-checkbox-input{border-color:#c5aa7b!important;width:%?30?%;height:%?30?%}.anonymous .uni-checkbox-input-checked:before{font-size:%?30?%!important}.anonymous .uni-checkbox-input-checked{background:#c5aa7b}.footprint .itemList .uni-checkbox-input{border-color:#c5aa7b!important;width:%?36?%;height:%?36?%;border-radius:50%;margin-right:%?20?%}.footprint .itemList .uni-checkbox-input-checked:before{font-size:%?36?%!important}.footprint .itemList .uni-checkbox-input-checked{background:#c5aa7b}.itemInfo uni-slider{margin:0}.itemInfo uni-slider .uni-slider-thumb{display:none}.itemInfo uni-slider .uni-slider-handle-wrapper{height:%?18?%;border-radius:0;border:%?1?% solid #ff736c}.itemInfo uni-slider .uni-slider-track{border-radius:0}.itemInfo uni-slider .uni-slider-tap-area{flex:0 0 70%;padding:0}.uni-modal{padding:%?20?%;box-sizing:border-box}uni-modal .uni-modal__ft:after{border-top:none}uni-modal .uni-modal__btn{color:#333;border:%?2?% solid #333;font-weight:400;margin:0 %?10?%;font-size:%?28?%}.uni-tabbar .uni-tabbar__reddot{background:#c5aa7b;color:#fff}uni-checkbox:not([disabled]) .uni-checkbox-input:hover{border-color:#c5aa7b}.u-arrow{display:inline-block;width:%?20?%;height:%?20?%;border-top:%?1?% solid #999;border-right:%?1?% solid #999}.u-arrow-up{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.u-arrow-down{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.u-arrow-left{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.u-arrow-right{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.uni-picker-container .uni-picker-action.uni-picker-action-confirm{color:#c5aa7b}",""]),e.exports=t},1899:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1500;uni.showToast({title:e,icon:"none",duration:t})};t.default=n},"18b4":function(e,t,a){"use strict";var n;a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];a?n||(n=!0,"function"===typeof e&&e(),setTimeout((function(){n=!1}),t)):n||(n=!0,setTimeout((function(){n=!1,"function"===typeof e&&e()}),t))};t.default=o},"1ce1":function(e,t,a){"use strict";function n(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(e=e.toLowerCase(),e&&a.test(e)){if(4===e.length){for(var n="#",o=1;o<4;o+=1)n+=e.slice(o,o+1).concat(e.slice(o,o+1));e=n}for(var r=[],i=1;i<7;i+=2)r.push(parseInt("0x"+e.slice(i,i+2)));return t?"rgb(".concat(r[0],",").concat(r[1],",").concat(r[2],")"):r}if(/^(rgb|RGB)/.test(e)){var g=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return g.map((function(e){return Number(e)}))}return e}function o(e){var t=e;if(/^(rgb|RGB)/.test(t)){for(var a=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),n="#",o=0;o<a.length;o++){var r=Number(a[o]).toString(16);r=1==String(r).length?"0"+r:r,"0"===r&&(r+=r),n+=r}return 7!==n.length&&(n=t),n}if(!/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(t))return t;var i=t.replace(/#/,"").split("");if(6===i.length)return t;if(3===i.length){for(var g="#",u=0;u<i.length;u+=1)g+=i[u]+i[u];return g}}a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("aa9c"),a("5c47"),a("0506"),a("c223"),a("f7a5"),a("e966"),a("a1c1"),a("fd3c"),a("64aa"),a("c9b5"),a("bf0f"),a("ab80");var r={colorGradient:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=n(e,!1),i=r[0],g=r[1],u=r[2],p=n(t,!1),d=p[0],s=p[1],c=p[2],l=(d-i)/a,m=(s-g)/a,_=(c-u)/a,f=[],y=0;y<a;y++){var b=o("rgb("+Math.round(l*y+i)+","+Math.round(m*y+g)+","+Math.round(_*y+u)+")");f.push(b)}return f},hexToRgb:n,rgbToHex:o};t.default=r},"1e8b":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2");var o=n(a("83c8")),r=n(a("6d56")),i={onLoad:function(e){},onLaunch:function(e){e.query.token&&(uni.setStorageSync("storage_key",e.query),uni.setStorageSync("token",e.query.token)),e&&"pages_category_page1/goodsModule/goodsDetails"===e.path&&e.query&&(this.globalData.productShareItem=e.query),e&&"pages_category_page1/store/index"===e.path&&e.query&&(this.globalData.shopShareItem=e.query),e&&"pages_category_page1/distributionModule/recruit"===e.path&&e.query&&(this.globalData.distributeRecruitItem=e.query),e&&"pages_category_page1/goodsModule/inviteSpell"===e.path&&e.query&&(this.globalData.inviteSpellShareItem=e.query);var t=this;uni.getSystemInfo({success:function(e){console.log(e,"检查机型"),e.safeArea.top>20&&-1!==e.model.indexOf("iPhone")&&(t.globalData.isIphone=!0)}})},globalData:{isIphone:!1},methods:{bindSalesCustomer:function(e,t){e&&t&&o.default.request(r.default.BindSalesCustomer,{shopId:t,distributorId:e},"POST").then((function(e){uni.showToast({title:"绑定成功",icon:"none"})})).catch((function(e){uni.showToast({title:e.data.message,icon:"none"})}))}}};t.default=i},"1ebe":function(e,t,a){var n=a("b2d4");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=a("967d").default;o("7dc1cad2",n,!0,{sourceMap:!1,shadowMode:!1})},2827:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.jumpToTabbar=t.jump=t.goBack=t.getJumpParam=void 0;var o=n(a("fcf3"));a("c223"),a("d4b5");t.jump=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"default";setTimeout((function(){t&&(e="".concat(e,"?detail=").concat(encodeURIComponent(JSON.stringify(t)))),"default"===n?uni.navigateTo({url:e}):"redirect"===n?uni.redirectTo({url:e}):uni.reLaunch({url:e})}),a)};t.jumpToTabbar=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;setTimeout((function(){uni.switchTab({url:e})}),t)};t.goBack=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;uni.navigateBack({delta:e})};t.getJumpParam=function(e){return"object"===(0,o.default)(e)&&null!==e&&void 0!==e&&e.detail?JSON.parse(decodeURIComponent(e.detail)):{}}},2831:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("64aa"),a("e966"),a("c9b5"),a("bf0f"),a("ab80");var o=n(a("8557a"));var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var a=(new Date).getTime()-e;a=parseInt(a/1e3);var n="";switch(!0){case a<300:n="刚刚";break;case a>=300&&a<3600:n=parseInt(a/60)+"分钟前";break;case a>=3600&&a<86400:n=parseInt(a/3600)+"小时前";break;case a>=86400&&a<2592e3:n=parseInt(a/86400)+"天前";break;default:n=!1===t?a>=2592e3&&a<31536e3?parseInt(a/2592e3)+"个月前":parseInt(a/31536e3)+"年前":(0,o.default)(e,t)}return n};t.default=r},"29c5":function(e,t,a){var n=a("1867");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=a("967d").default;o("ec2060a2",n,!0,{sourceMap:!1,shadowMode:!1})},"2c68":function(e,t,a){"use strict";var n=a("1ebe"),o=a.n(n);o.a},"322b":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));function r(e){switch((0,o.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}a("5c47"),a("0506"),a("c9b5"),a("bf0f"),a("ab80"),a("5ef2"),a("a1c1");var i={email:function(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)},mobile:function(e){return/^1[23456789]\d{9}$/.test(e)},url:function(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)},date:function(e){return!/Invalid|NaN/.test(new Date(e).toString())},dateISO:function(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)},number:function(e){return/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(e)},digits:function(e){return/^\d+$/.test(e)},idCard:function(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)},carNo:function(e){return 7===e.length?/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/.test(e):8===e.length&&/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/.test(e)},amount:function(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)},chinese:function(e){return/^[\u4e00-\u9fa5]+$/gi.test(e)},letter:function(e){return/^[a-zA-Z]*$/.test(e)},enOrNum:function(e){return/^[0-9a-zA-Z]*$/g.test(e)},contains:function(e,t){return e.indexOf(t)>=0},range:function(e,t){return e>=t[0]&&e<=t[1]},rangeLength:function(e,t){return e.length>=t[0]&&e.length<=t[1]},empty:r,isEmpty:r,jsonString:function(e){if("string"==typeof e)try{var t=JSON.parse(e);return!("object"!=(0,o.default)(t)||!t)}catch(a){return!1}return!1},landline:function(e){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(e)},object:function(e){return"[object Object]"===Object.prototype.toString.call(e)},array:function(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}};t.default=i},"3a65":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("4100");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))};t.default=n},"3a6d":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));a("bf0f"),a("4626");var r=function e(t){if([null,void 0,NaN,!1].includes(t))return t;if("object"!==(0,o.default)(t)&&"function"!==typeof t)return t;var a=function(e){return"[object Array]"===Object.prototype.toString.call(e)}(t)?[]:{};for(var n in t)t.hasOwnProperty(n)&&(a[n]="object"===(0,o.default)(t[n])?e(t[n]):t[n]);return a};t.default=r},"3f48":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var a=this.$parent;while(a)if(a.$options.name!==e)a=a.$parent;else{var n=function(){var e={};if(Array.isArray(t))t.map((function(t){e[t]=a[t]?a[t]:""}));else for(var n in t)Array.isArray(t[n])?t[n].length?e[n]=t[n]:e[n]=a[n]:t[n].constructor===Object?Object.keys(t[n]).length?e[n]=t[n]:e[n]=a[n]:e[n]=t[n]||!1===t[n]?t[n]:a[n];return{v:e}}();if("object"===(0,o.default)(n))return n.v}return{}};var o=n(a("fcf3"));a("fd3c"),a("dc8a")},4948:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={primary:"#2979ff",primaryDark:"#2b85e4",primaryDisabled:"#a0cfff",primaryLight:"#ecf5ff",bgColor:"#f3f4f6",info:"#909399",infoDark:"#82848a",infoDisabled:"#c8c9cc",infoLight:"#f4f4f5",warning:"#ff9900",warningDark:"#f29100",warningDisabled:"#fcbd71",warningLight:"#fdf6ec",error:"#fa3534",errorDark:"#dd6161",errorDisabled:"#fab6b6",errorLight:"#fef0f0",success:"#19be6b",successDark:"#18b566",successDisabled:"#71d5a1",successLight:"#dbf1e1",mainColor:"#303133",contentColor:"#606266",tipsColor:"#909399",lightColor:"#c0c4cc",borderColor:"#e4e7ed"};t.default=n},"4ed6":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2"),a("aa9c"),a("bf0f"),a("2797");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",n=t?"?":"",o=[];-1==["indices","brackets","repeat","comma"].indexOf(a)&&(a="brackets");var r=function(t){var n=e[t];if(["",void 0,null].indexOf(n)>=0)return"continue";if(n.constructor===Array)switch(a){case"indices":for(var r=0;r<n.length;r++)o.push(t+"["+r+"]="+n[r]);break;case"brackets":n.forEach((function(e){o.push(t+"[]="+e)}));break;case"repeat":n.forEach((function(e){o.push(t+"="+e)}));break;case"comma":var i="";n.forEach((function(e){i+=(i?",":"")+e})),o.push(t+"="+i);break;default:n.forEach((function(e){o.push(t+"[]="+e)}))}else o.push(t+"="+n)};for(var i in e)r(i);return o.length?n+o.join("&"):""};t.default=n},5303:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.hideLoading=g,t.showLoading=i,t.showLoadingAuto=u;var o=n(a("9b8e")),r=n(a("14ef"));function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";r.default.commit("SET_SHOW_LOADING",{flag:!0,info:e})}function g(){r.default.commit("SET_SHOW_LOADING",{flag:!1,info:""})}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2e3;r.default.commit("SET_SHOW_LOADING",{flag:!0,info:e}),setTimeout((function(){r.default.commit("SET_SHOW_LOADING",{flag:!1,info:""})}),t)}o.default.prototype.$showLoading=i,o.default.prototype.$hideLoading=g,o.default.prototype.$showLoadingAuto=u},"53cb":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}},"681f":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={toast:10090,noNetwork:10080,popup:10075,mask:10070,navbar:980,topTips:975,sticky:970,indexListSticky:965}},"6a70":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("bf0f"),a("5ef2");var o=n(a("80b1")),r=n(a("efe5")),i=n(a("8a07")),g=n(a("322b")),u=function(){function e(){var t=this;(0,o.default)(this,e),this.config={baseUrl:"",header:{},method:"POST",dataType:"json",responseType:"text",showLoading:!0,loadingText:"请求中...",loadingTime:800,timer:null,originalData:!1,loadingMask:!0},this.interceptor={request:null,response:null},this.get=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({method:"GET",url:e,header:n,data:a})},this.post=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"POST",header:n,data:a})},this.put=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"PUT",header:n,data:a})},this.delete=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"DELETE",header:n,data:a})}}return(0,r.default)(e,[{key:"setConfig",value:function(e){this.config=(0,i.default)(this.config,e)}},{key:"request",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.interceptor.request&&"function"===typeof this.interceptor.request){var a=this.interceptor.request(t);if(!1===a)return new Promise((function(){}));this.options=a}return t.dataType=t.dataType||this.config.dataType,t.responseType=t.responseType||this.config.responseType,t.url=t.url||"",t.params=t.params||{},t.header=Object.assign(this.config.header,t.header),t.method=t.method||this.config.method,new Promise((function(a,n){t.complete=function(t){if(uni.hideLoading(),clearTimeout(e.config.timer),e.config.timer=null,e.config.originalData)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var o=e.interceptor.response(t);!1!==o?a(o):n(t)}else a(t);else if(200==t.statusCode)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var r=e.interceptor.response(t.data);!1!==r?a(r):n(t.data)}else a(t.data);else t.errMsg&&uni.showModal({title:t.errMsg}),n(t)},t.url=g.default.url(t.url)?t.url:e.config.baseUrl+(0==t.url.indexOf("/")?t.url:"/"+t.url),e.config.showLoading&&!e.config.timer&&(e.config.timer=setTimeout((function(){uni.showLoading({title:e.config.loadingText,mask:e.config.loadingMask}),e.config.timer=null}),e.config.loadingTime)),uni.request(t)}))}}]),e}(),p=new u;t.default=p},"6d56":function(e,t,a){var n,o=a("4550").default;a("c223");var r="".concat(window.location.protocol,"//").concat(window.location.host),i="".concat(r,"/cdwlMall/meserver/admin-server"),g="".concat(r,"/cdwlMall/meserver/api"),u="".concat(r,"/cdwlMall/"),p=g,d=i;e.exports=(n={terminal:2,SettledMerchantPrefix:u+"settled-merchant",shareLink:u+"meh5",verification:p+"/app/verification",Login:p+"/app/login",WxLogin:p+"/app/wxLogin",AlipayLogin:p+"/app/alipayLogin",GetSessionKey:p+"/app/getSessionKey",SetWxPhone:p+"/app/setWxPhone",UpdateWxPhone:p+"/app/updateWxPhone",UpdateAliPhone:p+"/app/updateAliPhone",WxAppLogin:p+"/app/wxAppLogin",delUser:p+"/user/delUser/",LiveRoomes:p+"/canvas/selectLiveList",SubScribeLive:p+"/live/subscribeLive",CustomerService:p+"/kf/getAppletKf",FindCategoryListByDepth:p+"/classify/getFirstClassify",SelectHotSearch:p+"/app/selectHotSearch",GetClaasifyProducts:p+"/classify/getClaasifyProducts",SearchHistory:p+"/app/getHistory",GgetSearchProducts:p+"/app/getSearchProducts",DeleteSearch:p+"/app/deleteSearch",Getindexdata:p+"/app/index",GetremenList:p+"/product/getRandomSortProduct",QueryProductDetail:p+"/product/getById",QueryProductSku:p+"/product/getProducts",getCouponProducts:p+"/coupon/getCouponProducts",QueryMemberAddres:p+"/receive/getAll",AddresAdd:p+"/receive/save",AddresDelete:p+"/receive/delete",AddresUpdate:p+"/receive/update",receiveGetInfo:p+"/receive/getById",Comment:p+"/order/addComment",AdditionalComment:p+"/order/addToComment",MyCommentList:p+"/comment/getAll",LikeOrUnLikeComment:p+"/comment/like",GetDistributor:p+"/distributor/getDistributor",FindCouponList:p+"/coupon/getCoupons",MemberAccountWithdraw:p+"/distributor/save",GetUser:p+"/user/getUser",UpdateUser:p+"/user/update",GetStore:p+"/shop/getShopProducts",GetStoreShopClassify:p+"/shop/getShopClassify",GetShopBanner:p+"/shop/getShopBanner",getShopIndex:p+"/shop/getIndex",AddBusinessBuyerUser:p+"/shop/addBusinessBuyerUser",getShopSeckillIndex:p+"/seckill/getIndex",QueryBankcardList:p+"/bank/getAll",SaveBankcard:p+"/bank/save",UpdateBankcard:p+"/bank/update",DelMemberBankcard:p+"/bank/delete",GetByIdBankcard:p+"/bank/getById",FindOrderList:p+"/order/getAll",Settlement:p+"/order/getSettlement",PlaceOrder:p+"/order/submit",GetOrderDetail:p+"/order/getById",CancelOrder:p+"/order/cancel",DelOrder:p+"/order/delete",ShippingTrace:p+"/order/getDilevery",payOrder:p+"/order/pay",gotoPay:p+"/order/gotoPay",paySuccess:p+"/order/paySuccess",gotoAppPay:p+"/order/gotoAppPay",gotoH5Pay:p+"/order/gotoH5Pay",ConfirmReceive:p+"/order/confirm",Orderrefund:p+"/order/refund",ReasonEnums:p+"/after/getReasonSelect",ApplyReturnMoney:p+"/after/submit",GetHuabeiConfig:p+"/order/getHuabeiConfig",GetRefundMoney:p+"/after/getReturnPrice",Gethu:p+"/order/handleWxLog",Wenlv:p+"/order/greenwayAggregatePayment",ShoppingaddCart:p+"/cart/addCart",ShoppingCart:p+"/cart/getCart",UpdateNumberCart:p+"/cart/updateNumber",DeleteCart:p+"/cart/delete",SelectedCart:p+"/cart/selected",UpdateSkuCart:p+"/cart/updateSku",getCoupons:p+"/canvas/getCoupons",ReceiveCoupon:p+"/coupon/takeCoupon",buildParam4Plug:p+"/coupon/buildParam4Plug",FindSaleStoreList:p+"/distributor/getDistributorAll",QuerySalesMainInfo:p+"/distributor/getShopDistributor",FindSalesOrderPage:p+"/distributor/getReward",GetNotReward:p+"/distributor/getNotReward",FindSalesCustomerList:p+"/distributor/getBuyers",FindSubordinateSalesList:p+"/distributor/getDistributors",FindSalesPromConfig:p+"/distributor/getShopExtension",StoreProductList:p+"/distributor/getExtensionProduct",FindMySalesPage:p+"/distributor/getDistributorOrder",HasApply:p+"/distributor/check",BindSalesCustomer:p+"/distributor/bind",getSharePic:p+"/product/getSharePic",getShareProductParam:p+"/product/getShareProductParam",shopGetSharePic:p+"/shop/getSharePic",FindReturnList:p+"/after/getAll",CancelRefund:p+"/after/returnRefund",ReturnDetail:p+"/after/getById",CancelReturnGoods:p+"/after/returnGoods",ShippingCompany:p+"/order/getExpressSelect",SendReturnGoods:p+"/order/returnExpress",deleteAfter:p+"/after/deleteAfter",Apply:p+"/distributor/addDistributor",getProducts:p+"/canvas/getProducts",Query:p+"/dict/getByName",DeleteAllSearch:p+"/product/deleteAllSearch",getMessage:p+"/notice/getAll",getMessageDateils:p+"/notice/getById",readNotice:p+"/notice/readNotice",getNotice:p+"/notice/getGongGaoAll",delMessage:p+"/notice/removeById",allMessage:p+"/notice/readAll",getProductCollect:p+"/collect/getAllProduct",getStoreCollect:p+"/collect/getAllShop",cancelCollect:p+"/collect/cancel",collect:p+"/collect/collect",deleteCollect:p+"/collect/delete",addAnswer:p+"/seckill/addAnswer",addProblem:p+"/seckill/addProblem",getSeckillList:p+"/seckill/getIndex",getProblems:p+"/seckill/getProblems",getProblemDetail:p+"/seckill/getProblemDetail",getQueryPlatformSeckillList:p+"/platform-seckill/queryPlatformSeckillList",getPlatformSeckills:p+"/canvas/getPlatformSeckills",getGroupSettlement:p+"/work/getSettlement",getGroupBuyList:p+"/work/getIndex",getInviteSpell:p+"/work/getInvite",getDiscountList:p+"/discount/getIndex",getFootprintList:p+"/footprint/getAll",deleteFootprint:p+"/footprint/delete",getProblemList:p+"/seckill/getProblem",getAnswerList:p+"/seckill/getAnswer",deleteProblem:p+"/seckill/deleteProblem",deleteAnswer:p+"/seckill/deleteAnswer",getShare:p+"/work/getShare",platform:p+"/after/platform",UploadUrl:p+"/file/upload",getMemberProducts:p+"/canvas/getMemberProducts",memberList:p+"/member/getAllMemberLevelInfo",getMemberShipList:p+"/member/getMemberShipList",selectSigninHistory:p+"/member/selectSigninHistory",selectSigninRecordList:p+"/member/selectSigninRecordList",signIn:p+"/member/signIn",welfareProductList:p+"/member/welfareProductList",getMemberByMemberLevel:p+"/member/getMemberByMemberLevelId",selectCompose:p+"/product/selectCompose",queryPlatformDiscount:p+"/platform-discount/queryPlatformDiscount",queryPlatformDiscountProductList:p+"/platform-discount/queryPlatformDiscountProductList",queryProductListBySession:p+"/platform-seckill/queryProductListBySession",querySession:p+"/platform-seckill/querySession",selectByPriceId:p+"/price/selectByPriceId",selectProductListByPriceId:p+"/product/selectProductListByPriceId",getOrderPolite:p+"/order/getOrderPolite",creditSignIn:p+"/credit/signIn",exchangeCoupon:p+"/credit/exchangeCoupon",selectByMonth:p+"/credit/selectByMonth",selectCreditCouponList:p+"/credit/selectCreditCouponList",selectCreditRecord:p+"/credit/selectCreditRecord",GetAd:p+"/advert/selectByCondition",adClose:p+"/advert/closeAdvert",takeBatchCoupon:p+"/coupon/takeBatchCoupon",getChannelCoupon:p+"/coupon/getChannelCouponDetail",getChannelProduct:p+"/credit/signIn",getRandomProduct:p+"/product/getRandomSortProduct",doPointer:p+"/user/trackReport",cereAnnouncement:d+"/cereAnnouncement/queryByPage",cereCarouselImage:d+"/cereCarouselImage/queryByPage",popularProductSearch:p+"/canvas/popularProductSearch",youhuiquan:p+"/coupon/getCoupons",DengJi:p+"/cereUserAccessRecords/add",wenjuanList:d+"/cereQuestionnaireTable/queryById",wenjuanUp:p+"/cereQuestionnaireAnswering/add",couponnew:p+"/coupon/myCoupons",cereCouponMainTablequeryByPage:d+"/cereCouponMainTable/queryByPage",receiveCoupons:p+"/coupon/receiveCoupons",cereCouponKeyUse:p+"/order/cereCouponKeyUse",jietoken:p+"/cereQuestionnaireAnswering/get/token",UpUrl:d+"/miniio/uploadQuestion",ltoken:p+"/memberManagement/getMemberAccessToken",huiyuanList:p+"/memberManagement/getByPhone",daipay:p+"/order/pay",pointsDetails:p+"/memberManagement/pointsDetails",huoquUrl:d+"/order/getById",keSever:p+"/cereMessageCustomerServiceChat/user/save",keSeverList:p+"/cereMessageCustomerServiceChat/user/list"},o(n,"keSeverList",p+"/cereMessageCustomerServiceChat/user/getDetails"),o(n,"bannerUpdete",d+"/cereAdvertisingVisitLog/create"),n)},"6f19b":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.os=function(){return uni.getSystemInfoSync().platform},t.sys=function(){return uni.getSystemInfoSync()}},7900:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("8f71"),a("bf0f");var o=n(a("f55d")),r=n(a("6a70")),i=n(a("4ed6")),g=n(a("aca7")),u=n(a("8557a")),p=n(a("2831")),d=n(a("1ce1")),s=n(a("b38c")),c=n(a("4948")),l=n(a("d8e2")),m=n(a("3a65")),_=n(a("3a6d")),f=n(a("8a07")),y=n(a("bf2f")),b=n(a("322b")),h=n(a("c71f")),C=n(a("fda4")),v=n(a("1899")),M=n(a("3f48")),x=n(a("53cb")),S=a("6f19b"),w=n(a("c818")),P=n(a("18b4")),k=n(a("b28e")),T=n(a("681f"));var A={queryParams:i.default,route:g.default,timeFormat:u.default,date:u.default,timeFrom:p.default,colorGradient:d.default.colorGradient,guid:s.default,color:c.default,sys:S.sys,os:S.os,type2icon:l.default,randomArray:m.default,wranning:function(e){0},get:r.default.get,post:r.default.post,put:r.default.put,delete:r.default.delete,hexToRgb:d.default.hexToRgb,rgbToHex:d.default.rgbToHex,test:b.default,random:h.default,deepClone:_.default,deepMerge:f.default,getParent:M.default,$parent:x.default,addUnit:y.default,trim:C.default,type:["primary","success","error","warning","info"],http:r.default,toast:v.default,config:k.default,zIndex:T.default,debounce:w.default,throttle:P.default},L={install:function(e){e.mixin(o.default),e.prototype.openShare&&e.mixin(mpShare),e.filter("timeFormat",(function(e,t){return(0,u.default)(e,t)})),e.filter("date",(function(e,t){return(0,u.default)(e,t)})),e.filter("timeFrom",(function(e,t){return(0,p.default)(e,t)})),e.prototype.$u=A}};t.default=L},8276:function(e,t,a){"use strict";var n=a("29c5"),o=a.n(n);o.a},"83c8":function(e,t,a){"use strict";a("bf0f");var n=a("5303");e.exports={request:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json"},g=uni.getStorageSync("storage_key"),u=g.token;u&&(i["Authorization"]=u),(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code||"0"===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},request1:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:{"Content-Type":"application/json",tenant:"MDAwMA=="},success:function(e){(0,n.hideLoading)(),"200"===e.data.code||""===t.code?o(e.data):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},request2:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"POST";return new Promise((function(o,r){(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:{"Content-Type":"application/json",tenant:"MDAwMA=="},success:function(e){(0,n.hideLoading)(),"200"===e.data.code||""===e.data.code?o(e.data):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},requestLiu:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json",appId:"1664096962504089602",memberAccessToken:t.liutk};e=e+"/"+t.phone,(0,n.showLoading)(),uni.request({url:e,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},requestGet:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json"},g=uni.getStorageSync("storage_key"),u=g.token;u&&(i["Authorization"]=u);var p=e+"/"+t;(0,n.showLoading)(),uni.request({url:p,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code||"0"===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))}}},"8557a":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("795c"),a("bf0f"),a("7a76"),a("c9b5"),a("f7a5"),a("e966"),a("64aa"),a("ab80"),a("5c47"),a("23f4"),a("7d2f"),a("9c4e"),a("a1c1"),String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var a=this;if(a.length>=e)return String(a);var n=e-a.length,o=Math.ceil(n/t.length);while(o>>=1)t+=t,1===o&&(t+=t);return t.slice(0,n)+a});var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=parseInt(e),e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var a,n=new Date(e),o={"y+":n.getFullYear().toString(),"m+":(n.getMonth()+1).toString(),"d+":n.getDate().toString(),"h+":n.getHours().toString(),"M+":n.getMinutes().toString(),"s+":n.getSeconds().toString()};for(var r in o)a=new RegExp("("+r+")").exec(t),a&&(t=t.replace(a[1],1==a[1].length?o[r]:o[r].padStart(a[1].length,"0")));return t};t.default=n},8972:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return o})),a.d(t,"a",(function(){}));var n=function(){var e=this.$createElement,t=this._self._c||e;return t("App",{attrs:{keepAliveInclude:this.keepAliveInclude}})},o=[]},"8a07":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("c223");var o=n(a("fcf3")),r=n(a("3a6d"));var i=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t=(0,r.default)(t),"object"!==(0,o.default)(t)||"object"!==(0,o.default)(a))return!1;for(var n in a)a.hasOwnProperty(n)&&(n in t?"object"!==(0,o.default)(t[n])||"object"!==(0,o.default)(a[n])?t[n]=a[n]:t[n].concat&&a[n].concat?t[n]=t[n].concat(a[n]):t[n]=e(t[n],a[n]):t[n]=a[n]);return t};t.default=i},"8cc2":function(e,t,a){"use strict";var n=a("f5bd").default;a("c223");var o=n(a("9b1b"));a("3dde"),a("a8b2"),a("1480"),a("6e4a"),a("027b"),a("9337");var r=n(a("9b8e")),i=n(a("fbe5")),g=n(a("7900")),u=n(a("14ef")),p=n(a("3387")),d=a("2827"),s=a("b378");r.default.use(g.default),r.default.config.productionTip=!1,r.default.prototype.$store=u.default,r.default.prototype.$lodash=p.default,r.default.prototype.$jump=d.jump,r.default.prototype.$jumpToTabbar=d.jumpToTabbar,r.default.prototype.$goBack=d.goBack,r.default.prototype.$getJumpParam=d.getJumpParam,r.default.prototype.$encrypt=s.encrypt,r.default.prototype.$decrypt=s.decrypt,r.default.prototype.$decryptall=s.decryptall;var c=window.location.host;"localhost:8080"===c||"localhost:8081"===c||"localhost:9528"===c||"192.168.31.45:9528"===c?(r.default.prototype.$imgUrl=function(e){return"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static"+e},r.default.prototype.$baseURL="https://zhgw-uat.028wlkj.com/cdwlMall",r.default.prototype.$hostUrl="https://zhgw-uat.028wlkj.com/cdwlMall"):(r.default.prototype.$imgUrl=function(e){return"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static"+e},r.default.prototype.$baseURL="".concat(window.location.protocol,"//").concat(window.location.host,"/cdwlMall"),r.default.prototype.$hostUrl="".concat(window.location.protocol,"//").concat(window.location.host,"/cdwlMall")),i.default.mpType="app";var l=new r.default((0,o.default)({},i.default));console.log(u.default),l.$mount()},aae8:function(e,t,a){e.exports=a.p+"static/images/default.png"},aca7:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));a("dc8a"),a("5c47"),a("0506"),a("e966");var r=n(a("4ed6"));var i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a={type:"navigateTo",url:"",delta:1,params:{},animationType:"pop-in",animationDuration:300};if(a=Object.assign(a,e),"/"!=a.url[0]&&(a.url="/"+a.url),Object.keys(a.params).length&&"switchTab"!=a.type){var n="";/.*\/.*\?.*=.*/.test(a.url)?(n=(0,r.default)(a.params,!1),a.url+="&"+n):(n=(0,r.default)(a.params),a.url+=n)}if("string"===typeof e&&"object"==(0,o.default)(t)){var i="";/.*\/.*\?.*=.*/.test(e)?(i=(0,r.default)(t,!1),e+="&"+i):(i=(0,r.default)(t),e+=i)}return"string"===typeof e?("/"!=e[0]&&(e="/"+e),uni.navigateTo({url:e})):"navigateTo"==a.type||"to"==a.type?uni.navigateTo({url:a.url,animationType:a.animationType,animationDuration:a.animationDuration}):"redirectTo"==a.type||"redirect"==a.type?uni.redirectTo({url:a.url}):"switchTab"==a.type||"tab"==a.type?uni.switchTab({url:a.url}):"reLaunch"==a.type?uni.reLaunch({url:a.url}):"navigateBack"==a.type||"back"==a.type?uni.navigateBack({delta:parseInt(a.delta?a.delta:this.delta)}):void 0};t.default=i},b28e:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={v:"1.6.2",version:"1.6.2",type:["primary","success","info","error","warning"]};t.default=n},b2d4:function(e,t,a){var n=a("c86c");t=n(!1),t.push([e.i,".uni-modal__btn_primary{background:#333;color:#ffebc4!important}",""]),e.exports=t},b378:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.encryptall=t.encrypt=t.decryptall=t.decrypt=void 0,a("5ef2"),a("aa9c"),a("bf0f"),a("fd3c"),a("dc8a"),a("2797");var n=a("2579"),o="8bd8a83221742111c7532b7275a7fe9c",r=function(e){if(!e)return"";var t=n.sm4.encrypt(e,"cda4442f102f6396eea76902e37ad7cb",{iv:o,mode:"cbc",padding:"pkcs#7"});return t};t.encrypt=r;var i=function(e){if(!e)return"";try{var t=n.sm4.decrypt(e,"cda4442f102f6396eea76902e37ad7cb",{iv:o,mode:"cbc",padding:"pkcs#7"});return t}catch(a){return"解密失败!"}};t.decrypt=i;t.decryptall=function(e,t){var a=[],n={};for(var o in e){var i={typeis:"2",keyname:o,value:e[o]};t.length>0?(console.log(-1!=t.indexOf(o)),-1!=t.indexOf(o)&&(i.typeis="1")):i.typeis="1",a.push(i)}return a.forEach((function(e){"1"==e.typeis&&e.value&&(console.error(e),e.value=r(e.value)),n[e.keyname]=e.value})),n};t.encryptall=function(e,t){var a=e.map((function(e){var a=Object.keys(e);return a.forEach((function(a){t.length>0?(console.log(-1!=t.indexOf(a)),-1!=t.indexOf(a)&&(e[a]=i(e[a]))):e[a]=i(e[a])})),e}));return a}},b38c:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];if(a=a||n.length,e)for(var r=0;r<e;r++)o[r]=n[0|Math.random()*a];else{var i;o[8]=o[13]=o[18]=o[23]="-",o[14]="4";for(var g=0;g<36;g++)o[g]||(i=0|16*Math.random(),o[g]=n[19==g?3&i|8:i])}return t?(o.shift(),"u"+o.join("")):o.join("")};t.default=n},bf2f:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"auto",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rpx";return e=String(e),o.default.number(e)?"".concat(e).concat(t):e},a("c223");var o=n(a("322b"))},c71f:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e,t){if(e>=0&&t>0&&t>=e){var a=t-e+1;return Math.floor(Math.random()*a+e)}return 0};t.default=n},c818:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=null;var o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,a=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(null!==n&&clearTimeout(n),a){var o=!n;n=setTimeout((function(){n=null}),t),o&&"function"===typeof e&&e()}else n=setTimeout((function(){"function"===typeof e&&e()}),t)};t.default=o},cc42:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.doPointRequest=function(e){return new Promise((function(t,a){var o={"Content-Type":"application/json"},r=uni.getStorageSync("storage_key"),i=r.token;i&&(o["Authorization"]=i),uni.request({url:n.doPointer,data:e,method:"post",header:o,success:function(e){t(e)},fail:function(e){a(e)}})}))},a("bf0f");a("5303");var n=a("6d56")},d8e2:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var a="";switch(e){case"primary":a="info-circle";break;case"info":a="info-circle";break;case"error":a="close-circle";break;case"warning":a="error-circle";break;case"success":a="checkmark-circle";break;default:a="checkmark-circle"}return t&&(a+="-fill"),a};t.default=n},e9ce:function(e,t,a){"use strict";a.r(t);var n=a("1e8b"),o=a.n(n);for(var r in n)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(r);t["default"]=o.a},f55d:function(e,t,a){a("bf0f"),a("5c47"),e.exports={data:function(){return{}},onLoad:function(){this.$u.getRect=this.$uGetRect},methods:{$uGetRect:function(e,t){var a=this;return new Promise((function(n){uni.createSelectorQuery().in(a)[t?"selectAll":"select"](e).boundingClientRect((function(e){t&&Array.isArray(e)&&e.length&&n(e),!t&&e&&n(e)})).exec()}))}},onReachBottom:function(){uni.$emit("uOnReachBottom")}}},fbe5:function(e,t,a){"use strict";a.r(t);var n=a("8972"),o=a("e9ce");for(var r in o)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return o[e]}))}(r);a("8276"),a("2c68");var i=a("828b"),g=Object(i["a"])(o["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);t["default"]=g.exports},fda4:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5c47"),a("a1c1");var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e};t.default=n}}); | ||
| 2 | \ No newline at end of file | 1 | \ No newline at end of file |
| 2 | +(function(e){function t(t){for(var n,i,g=t[0],u=t[1],p=t[2],s=0,c=[];s<g.length;s++)i=g[s],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&c.push(o[i][0]),o[i]=0;for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(e[n]=u[n]);d&&d(t);while(c.length)c.shift()();return r.push.apply(r,p||[]),a()}function a(){for(var e,t=0;t<r.length;t++){for(var a=r[t],n=!0,g=1;g<a.length;g++){var u=a[g];0!==o[u]&&(n=!1)}n&&(r.splice(t--,1),e=i(i.s=a[0]))}return e}var n={},o={index:0},r=[];function i(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,i),a.l=!0,a.exports}i.e=function(e){var t=[],a=o[e];if(0!==a)if(a)t.push(a[2]);else{var n=new Promise((function(t,n){a=o[e]=[t,n]}));t.push(a[2]=n);var r,g=document.createElement("script");g.charset="utf-8",g.timeout=120,i.nc&&g.setAttribute("nonce",i.nc),g.src=function(e){return i.p+"static/js/"+({"pages-tabbar-cart-index":"pages-tabbar-cart-index","pages-tabbar-category-index":"pages-tabbar-category-index","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful","pages_category_page1-orderModule-paySuccessful":"pages_category_page1-orderModule-paySuccessful","pages-tabbar-index-index~pages_category_page1-store-index":"pages-tabbar-index-index~pages_category_page1-store-index","pages-tabbar-index-index":"pages-tabbar-index-index","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf","pages-tabbar-user-index":"pages-tabbar-user-index","pages_category_page1-askedquestion-askedquestion":"pages_category_page1-askedquestion-askedquestion","pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b":"pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b","pages_category_page1-store-index":"pages_category_page1-store-index","pages_category_page1-distributionModule-recruit":"pages_category_page1-distributionModule-recruit","pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e":"pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e","pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c":"pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c","pages_category_page1-goodsModule-goodsDetails":"pages_category_page1-goodsModule-goodsDetails","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372","pages_category_page1-orderModule-index":"pages_category_page1-orderModule-index","pages_category_page1-goodsModule-combination":"pages_category_page1-goodsModule-combination","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078","pages_category_page1-orderModule-afterSaleApplyRefund":"pages_category_page1-orderModule-afterSaleApplyRefund","pages_category_page1-orderModule-afterSaleApplyRetund":"pages_category_page1-orderModule-afterSaleApplyRetund","pages_category_page1-goodsModule-inviteSpell":"pages_category_page1-goodsModule-inviteSpell","pages_category_page1-orderModule-orderDetails":"pages_category_page1-orderModule-orderDetails","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question","pages_category_page1-orderModule-orderConfirm":"pages_category_page1-orderModule-orderConfirm","pages_category_page2-orderModule-refundDetails":"pages_category_page2-orderModule-refundDetails","pages_category_page2-orderModule-returnDetails":"pages_category_page2-orderModule-returnDetails","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails","pages_category_page2-userModule-addAddress":"pages_category_page2-userModule-addAddress","pages_category_page2-userModule-personalDetails":"pages_category_page2-userModule-personalDetails","pages_category_page2-userModule-withdraw":"pages_category_page2-userModule-withdraw","pages_category_page1-goodsModule-evaluate":"pages_category_page1-goodsModule-evaluate","pages_category_page1-orderModule-Intervene":"pages_category_page1-orderModule-Intervene","pages_category_page1-orderModule-addLogistics":"pages_category_page1-orderModule-addLogistics","pages_category_page1-orderModule-platformJoin":"pages_category_page1-orderModule-platformJoin","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94","pages_category_page1-orderModule-afterSaleApply":"pages_category_page1-orderModule-afterSaleApply","pages_category_page1-question-question":"pages_category_page1-question-question","pages_category_page2-userModule-login":"pages_category_page2-userModule-login","pages_category_page1-activity":"pages_category_page1-activity","pages_category_page1-coupon-list":"pages_category_page1-coupon-list","pages_category_page1-coupon-product":"pages_category_page1-coupon-product","pages_category_page1-customer-chatBox":"pages_category_page1-customer-chatBox","pages_category_page1-discount-discount":"pages_category_page1-discount-discount","pages_category_page1-discount-platformDiscount":"pages_category_page1-discount-platformDiscount","pages_category_page1-discount-spikeList":"pages_category_page1-discount-spikeList","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895","pages_category_page1-distributionModule-commodity":"pages_category_page1-distributionModule-commodity","pages_category_page1-distributionModule-invite":"pages_category_page1-distributionModule-invite","pages_category_page1-distributionModule-promotion":"pages_category_page1-distributionModule-promotion","pages_category_page1-distributionModule-distributionOrder":"pages_category_page1-distributionModule-distributionOrder","pages_category_page1-distributionModule-index":"pages_category_page1-distributionModule-index","pages_category_page1-distributionModule-salesIndex":"pages_category_page1-distributionModule-salesIndex","pages_category_page1-distributionModule-shareProduct":"pages_category_page1-distributionModule-shareProduct","pages_category_page1-distributionModule-totalAward":"pages_category_page1-distributionModule-totalAward","pages_category_page1-distributionModule-unliquidated":"pages_category_page1-distributionModule-unliquidated","pages_category_page2-userModule-collection":"pages_category_page2-userModule-collection","pages_category_page2-userModule-questionList":"pages_category_page2-userModule-questionList","pages_category_page1-distributionModule-totalClient":"pages_category_page1-distributionModule-totalClient","pages_category_page1-distributionModule-totalPersonnel":"pages_category_page1-distributionModule-totalPersonnel","pages_category_page1-goodsModule-addEvaluate":"pages_category_page1-goodsModule-addEvaluate","pages_category_page1-goodsModule-answerList":"pages_category_page1-goodsModule-answerList","pages_category_page1-goodsModule-canvasGoods":"pages_category_page1-goodsModule-canvasGoods","pages_category_page1-goodsModule-couponShopList":"pages_category_page1-goodsModule-couponShopList","pages_category_page1-goodsModule-evaSuccessful":"pages_category_page1-goodsModule-evaSuccessful","pages_category_page1-goodsModule-evaluateDetails":"pages_category_page1-goodsModule-evaluateDetails","pages_category_page1-goodsModule-evaluateList":"pages_category_page1-goodsModule-evaluateList","pages_category_page1-goodsModule-goodsList":"pages_category_page1-goodsModule-goodsList","pages_category_page1-goodsModule-invitePoster":"pages_category_page1-goodsModule-invitePoster","pages_category_page1-goodsModule-putQuestions":"pages_category_page1-goodsModule-putQuestions","pages_category_page1-goodsModule-qADetail":"pages_category_page1-goodsModule-qADetail","pages_category_page1-goodsModule-userEvaluate":"pages_category_page1-goodsModule-userEvaluate","pages_category_page1-homeModule-special":"pages_category_page1-homeModule-special","pages_category_page1-integral-exchangeDetail":"pages_category_page1-integral-exchangeDetail","pages_category_page1-integral-index":"pages_category_page1-integral-index","pages_category_page1-integral-sign":"pages_category_page1-integral-sign","pages_category_page1-linkOthers-index":"pages_category_page1-linkOthers-index","pages_category_page1-memberCenter-activityList":"pages_category_page1-memberCenter-activityList","pages_category_page1-memberCenter-index":"pages_category_page1-memberCenter-index","pages_category_page1-memberCenter-memberSign":"pages_category_page1-memberCenter-memberSign","pages_category_page1-orderModule-logisticsInfo":"pages_category_page1-orderModule-logisticsInfo","pages_category_page1-procedure-procedure":"pages_category_page1-procedure-procedure","pages_category_page1-procedure-procedureList":"pages_category_page1-procedure-procedureList","pages_category_page1-question-succe":"pages_category_page1-question-succe","pages_category_page1-search-index-index":"pages_category_page1-search-index-index","pages_category_page2-channelCoupon-index":"pages_category_page2-channelCoupon-index","pages_category_page2-livePage-index":"pages_category_page2-livePage-index","pages_category_page2-orderModule-afterSale":"pages_category_page2-orderModule-afterSale","pages_category_page2-userModule-accountLogin":"pages_category_page2-userModule-accountLogin","pages_category_page2-userModule-addBankcard":"pages_category_page2-userModule-addBankcard","pages_category_page2-userModule-address":"pages_category_page2-userModule-address","pages_category_page2-userModule-bankcard":"pages_category_page2-userModule-bankcard","pages_category_page2-userModule-bindPhone":"pages_category_page2-userModule-bindPhone","pages_category_page2-userModule-coupon":"pages_category_page2-userModule-coupon","pages_category_page2-userModule-footprintList":"pages_category_page2-userModule-footprintList","pages_category_page2-userModule-memberAccount":"pages_category_page2-userModule-memberAccount","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail","pages_category_page2-userModule-messageCenter":"pages_category_page2-userModule-messageCenter","pages_category_page2-userModule-messageDetail":"pages_category_page2-userModule-messageDetail","pages_category_page2-userModule-mobilePhone":"pages_category_page2-userModule-mobilePhone","pages_category_page2-userModule-protocol":"pages_category_page2-userModule-protocol","pages_category_page2-userModule-register":"pages_category_page2-userModule-register","pages_category_page2-userModule-unsubscribe":"pages_category_page2-userModule-unsubscribe","pages_category_page2-userModule-unsubscribeCode":"pages_category_page2-userModule-unsubscribeCode"}[e]||e)+"."+{"pages-tabbar-cart-index":"4eb2a7cb","pages-tabbar-category-index":"6c0735ed","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"3431fe49","pages_category_page1-orderModule-paySuccessful":"6e1d11b4","pages-tabbar-index-index~pages_category_page1-store-index":"eed8846e","pages-tabbar-index-index":"548f9762","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"4ff98278","pages-tabbar-user-index":"a20606b3","pages_category_page1-askedquestion-askedquestion":"821adaee","pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b":"2549038e","pages_category_page1-store-index":"df057a79","pages_category_page1-distributionModule-recruit":"00ffcefc","pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e":"1ef53932","pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c":"e6dafaa9","pages_category_page1-goodsModule-goodsDetails":"dd46e652","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"2131473d","pages_category_page1-orderModule-index":"560276fe","pages_category_page1-goodsModule-combination":"8c2720fd","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"70719004","pages_category_page1-orderModule-afterSaleApplyRefund":"a223a86d","pages_category_page1-orderModule-afterSaleApplyRetund":"280c7ea1","pages_category_page1-goodsModule-inviteSpell":"d327d271","pages_category_page1-orderModule-orderDetails":"b542ec88","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"0aa7575d","pages_category_page1-orderModule-orderConfirm":"4504c984","pages_category_page2-orderModule-refundDetails":"a821fd5a","pages_category_page2-orderModule-returnDetails":"84d8e98b","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"cd836e1c","pages_category_page2-userModule-addAddress":"6eed2735","pages_category_page2-userModule-personalDetails":"776cc3c0","pages_category_page2-userModule-withdraw":"0e839d31","pages_category_page1-goodsModule-evaluate":"ad676678","pages_category_page1-orderModule-Intervene":"53e2509a","pages_category_page1-orderModule-addLogistics":"768fd39c","pages_category_page1-orderModule-platformJoin":"29e7b56a","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"7e22999d","pages_category_page1-orderModule-afterSaleApply":"a069e6ad","pages_category_page1-question-question":"dbdb3558","pages_category_page2-userModule-login":"c5d87b52","pages_category_page1-activity":"56b5fa29","pages_category_page1-coupon-list":"a11d8199","pages_category_page1-coupon-product":"b153665f","pages_category_page1-customer-chatBox":"3e1c087b","pages_category_page1-discount-discount":"b2004d3f","pages_category_page1-discount-platformDiscount":"c16291ba","pages_category_page1-discount-spikeList":"6dd37620","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"4ddf8b06","pages_category_page1-distributionModule-commodity":"e1e3a32a","pages_category_page1-distributionModule-invite":"9052a48c","pages_category_page1-distributionModule-promotion":"6fada869","pages_category_page1-distributionModule-distributionOrder":"2a63c550","pages_category_page1-distributionModule-index":"af159fb7","pages_category_page1-distributionModule-salesIndex":"06eb60cd","pages_category_page1-distributionModule-shareProduct":"e50b2b0f","pages_category_page1-distributionModule-totalAward":"65e5dac8","pages_category_page1-distributionModule-unliquidated":"5c82784c","pages_category_page2-userModule-collection":"0a2b15a9","pages_category_page2-userModule-questionList":"3374e44b","pages_category_page1-distributionModule-totalClient":"088f4b4d","pages_category_page1-distributionModule-totalPersonnel":"a5cd20ed","pages_category_page1-goodsModule-addEvaluate":"f099e2a6","pages_category_page1-goodsModule-answerList":"759ae8f3","pages_category_page1-goodsModule-canvasGoods":"b0cbdd79","pages_category_page1-goodsModule-couponShopList":"495a4116","pages_category_page1-goodsModule-evaSuccessful":"ca3f68b6","pages_category_page1-goodsModule-evaluateDetails":"b0dbedae","pages_category_page1-goodsModule-evaluateList":"aba3d0e2","pages_category_page1-goodsModule-goodsList":"4bbacd01","pages_category_page1-goodsModule-invitePoster":"f0ce2ba6","pages_category_page1-goodsModule-putQuestions":"0595d0f8","pages_category_page1-goodsModule-qADetail":"270265c8","pages_category_page1-goodsModule-userEvaluate":"e1de9d18","pages_category_page1-homeModule-special":"2f0be83b","pages_category_page1-integral-exchangeDetail":"111800ec","pages_category_page1-integral-index":"0322e10f","pages_category_page1-integral-sign":"6528f9fc","pages_category_page1-linkOthers-index":"e0488fe0","pages_category_page1-memberCenter-activityList":"58f03d05","pages_category_page1-memberCenter-index":"483505da","pages_category_page1-memberCenter-memberSign":"b6eb8ef1","pages_category_page1-orderModule-logisticsInfo":"d09e4587","pages_category_page1-procedure-procedure":"eed03399","pages_category_page1-procedure-procedureList":"7ff5d6c7","pages_category_page1-question-succe":"107efceb","pages_category_page1-search-index-index":"720be8b1","pages_category_page2-channelCoupon-index":"5c79ce0c","pages_category_page2-livePage-index":"0cb1d486","pages_category_page2-orderModule-afterSale":"4f6d57d9","pages_category_page2-userModule-accountLogin":"581a7347","pages_category_page2-userModule-addBankcard":"bd2b966d","pages_category_page2-userModule-address":"7a434360","pages_category_page2-userModule-bankcard":"35d07ca7","pages_category_page2-userModule-bindPhone":"cb3ac07f","pages_category_page2-userModule-coupon":"c7165c37","pages_category_page2-userModule-footprintList":"9317ece0","pages_category_page2-userModule-memberAccount":"e393aad2","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"596c73dd","pages_category_page2-userModule-messageCenter":"a4e12d39","pages_category_page2-userModule-messageDetail":"bd413358","pages_category_page2-userModule-mobilePhone":"8d656608","pages_category_page2-userModule-protocol":"48d081bb","pages_category_page2-userModule-register":"a0c2ea55","pages_category_page2-userModule-unsubscribe":"e5b83cb5","pages_category_page2-userModule-unsubscribeCode":"79f0a44d"}[e]+".js"}(e);var u=new Error;r=function(t){g.onerror=g.onload=null,clearTimeout(p);var a=o[e];if(0!==a){if(a){var n=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+r+")",u.name="ChunkLoadError",u.type=n,u.request=r,a[1](u)}o[e]=void 0}};var p=setTimeout((function(){r({type:"timeout",target:g})}),12e4);g.onerror=g.onload=r,document.head.appendChild(g)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,a){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(i.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(a,n,function(t){return e[t]}.bind(null,n));return a},i.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/cdwlMall/meh5/",i.oe=function(e){throw console.error(e),e};var g=window["webpackJsonp"]=window["webpackJsonp"]||[],u=g.push.bind(g);g.push=t,g=g.slice();for(var p=0;p<g.length;p++)t(g[p]);var d=u;r.push([0,"chunk-vendors"]),a()})({0:function(e,t,a){e.exports=a("8cc2")},"027b":function(e,t,a){"use strict";(function(e){var t=a("f5bd").default;a("473f"),a("bf0f"),a("de6c"),a("5c47"),a("a1c1");var n=t(a("9b8e")),o={keys:function(){return[]}};e["____76D46D1____"]=!0,delete e["____76D46D1____"],e.__uniConfig={easycom:{"^u-(.*)":"@/uview-ui/components/u-$1/u-$1.vue","global-loading":"@/components/GlobalLoading/index.vue","^unicloud-db$":"@dcloudio/uni-cli-shared/components/unicloud-db.vue","^uniad$":"@dcloudio/uni-cli-shared/components/uniad.vue","^ad-rewarded-video$":"@dcloudio/uni-cli-shared/components/ad-rewarded-video.vue","^ad-fullscreen-video$":"@dcloudio/uni-cli-shared/components/ad-fullscreen-video.vue","^ad-interstitial$":"@dcloudio/uni-cli-shared/components/ad-interstitial.vue","^ad-interactive$":"@dcloudio/uni-cli-shared/components/ad-interactive.vue","^page-meta$":"@dcloudio/uni-cli-shared/components/page-meta.vue","^navigation-bar$":"@dcloudio/uni-cli-shared/components/navigation-bar.vue","^uni-match-media$":"@dcloudio/uni-cli-shared/components/uni-match-media.vue"},preloadRule:{"pages_category_page1/search/index/index":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/goodsModule/inviteSpell":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/goodsModule/invitePoster":{network:"all",packages:["pages_category_page1"]},"pages_category_page1/orderModule/orderDetails":{network:"all",packages:["pages_category_page1"]}},globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"在线商城",navigationBarBackgroundColor:"#fff",titleNView:!1,navigationStyle:"custom",backgroundColor:"#F8F8F8"},tabBar:{borderStyle:"black",backgroundColor:"#fff",color:"#CCCCCC",selectedColor:"#39be7a",list:[{pagePath:"pages/tabbar/index/index",iconPath:"static/images/tabbar/home.png",selectedIconPath:"static/images/tabbar/homeactive.png",text:"首页",redDot:!1,badge:""},{pagePath:"pages/tabbar/category/index",iconPath:"static/images/tabbar/fenlei.png",selectedIconPath:"static/images/tabbar/fenleiactive.png",text:"分类",redDot:!1,badge:""},{pagePath:"pages/tabbar/cart/index",iconPath:"static/images/tabbar/gouwuche.png",selectedIconPath:"static/images/tabbar/gouwucheactive.png",text:"购物车",redDot:!1,badge:""},{pagePath:"pages/tabbar/user/index",iconPath:"static/images/tabbar/wode.png",selectedIconPath:"static/images/tabbar/wodeactive.png",text:"我的",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",redDot:!1,badge:""}]},condition:{current:0,list:[{name:"",path:"",query:""}]}},e.__uniConfig.compilerVersion="4.55",e.__uniConfig.darkmode=!1,e.__uniConfig.themeConfig={},e.__uniConfig.uniPlatform="h5",e.__uniConfig.appId="__UNI__76D46D1",e.__uniConfig.appName="锦江公园",e.__uniConfig.appVersion="1.7.4",e.__uniConfig.appVersionCode="174",e.__uniConfig.router={mode:"history",base:"/cdwlMall/meh5/"},e.__uniConfig.publicPath="/cdwlMall/meh5/",e.__uniConfig["async"]={loading:"AsyncLoading",error:"AsyncError",delay:200,timeout:6e4},e.__uniConfig.debug=!1,e.__uniConfig.networkTimeout={request:6e4,connectSocket:6e4,uploadFile:6e4,downloadFile:6e4},e.__uniConfig.sdkConfigs={maps:{}},e.__uniConfig.qqMapKey=void 0,e.__uniConfig.googleMapKey=void 0,e.__uniConfig.aMapKey=void 0,e.__uniConfig.aMapSecurityJsCode=void 0,e.__uniConfig.aMapServiceHost=void 0,e.__uniConfig.locale="",e.__uniConfig.fallbackLocale=void 0,e.__uniConfig.locales=o.keys().reduce((function(e,t){var a=t.replace(/\.\/(uni-app.)?(.*).json/,"$2"),n=o(t);return Object.assign(e[a]||(e[a]={}),n.common||n),e}),{}),e.__uniConfig.nvue={"flex-direction":"column"},e.__uniConfig.__webpack_chunk_load__=a.e,n.default.component("pages-tabbar-index-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-index-index~pages_category_page1-store-index"),a.e("pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful"),a.e("pages-tabbar-index-index")]).then(function(){return e(a("fe72"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-category-index",(function(e){var t={component:a.e("pages-tabbar-category-index").then(function(){return e(a("22d6"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-cart-index",(function(e){var t={component:a.e("pages-tabbar-cart-index").then(function(){return e(a("e061"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages-tabbar-user-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages-tabbar-user-index")]).then(function(){return e(a("be3f"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-spikeList",(function(e){var t={component:a.e("pages_category_page1-discount-spikeList").then(function(){return e(a("7761"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-discount",(function(e){var t={component:a.e("pages_category_page1-discount-discount").then(function(){return e(a("4385"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-discount-platformDiscount",(function(e){var t={component:a.e("pages_category_page1-discount-platformDiscount").then(function(){return e(a("e66c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-activityList",(function(e){var t={component:a.e("pages_category_page1-memberCenter-activityList").then(function(){return e(a("750a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-index",(function(e){var t={component:a.e("pages_category_page1-integral-index").then(function(){return e(a("d5c66"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-exchangeDetail",(function(e){var t={component:a.e("pages_category_page1-integral-exchangeDetail").then(function(){return e(a("41a9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-integral-sign",(function(e){var t={component:a.e("pages_category_page1-integral-sign").then(function(){return e(a("f4e0"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-coupon-list",(function(e){var t={component:a.e("pages_category_page1-coupon-list").then(function(){return e(a("0804"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-coupon-product",(function(e){var t={component:a.e("pages_category_page1-coupon-product").then(function(){return e(a("4bdc"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-combination",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-combination")]).then(function(){return e(a("7b02"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-activity",(function(e){var t={component:a.e("pages_category_page1-activity").then(function(){return e(a("3565"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-search-index-index",(function(e){var t={component:a.e("pages_category_page1-search-index-index").then(function(){return e(a("a5cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-store-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages-tabbar-index-index~pages_category_page1-store-index"),a.e("pages_category_page1-store-index")]).then(function(){return e(a("ac8a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-goodsList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-goodsList").then(function(){return e(a("97d4"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-canvasGoods",(function(e){var t={component:a.e("pages_category_page1-goodsModule-canvasGoods").then(function(){return e(a("0ad7"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-couponShopList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-couponShopList").then(function(){return e(a("14c2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-goodsDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-goodsModule-goodsDetails")]).then(function(){return e(a("2a7b"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-qADetail",(function(e){var t={component:a.e("pages_category_page1-goodsModule-qADetail").then(function(){return e(a("2a96"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-answerList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-answerList").then(function(){return e(a("c33ac"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-putQuestions",(function(e){var t={component:a.e("pages_category_page1-goodsModule-putQuestions").then(function(){return e(a("d219"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-userEvaluate",(function(e){var t={component:a.e("pages_category_page1-goodsModule-userEvaluate").then(function(){return e(a("796a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaSuccessful",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaSuccessful").then(function(){return e(a("4a2a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluateDetails",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaluateDetails").then(function(){return e(a("1f01"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluateList",(function(e){var t={component:a.e("pages_category_page1-goodsModule-evaluateList").then(function(){return e(a("c166"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-addEvaluate",(function(e){var t={component:a.e("pages_category_page1-goodsModule-addEvaluate").then(function(){return e(a("b25e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-evaluate",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-goodsModule-evaluate")]).then(function(){return e(a("e455"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-index",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-index")]).then(function(){return e(a("aaa7"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-orderConfirm",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question"),a.e("pages_category_page1-orderModule-orderConfirm")]).then(function(){return e(a("20d3"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-orderDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372"),a.e("pages_category_page1-orderModule-orderDetails")]).then(function(){return e(a("c61a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApplyRefund",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-afterSaleApplyRefund")]).then(function(){return e(a("d639"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApplyRetund",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-afterSaleApplyRetund")]).then(function(){return e(a("ec61"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-afterSaleApply",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page1-orderModule-afterSaleApply")]).then(function(){return e(a("fad2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-platformJoin",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-platformJoin")]).then(function(){return e(a("52c5"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-paySuccessful",(function(e){var t={component:Promise.all([a.e("pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful"),a.e("pages_category_page1-orderModule-paySuccessful")]).then(function(){return e(a("2cdb"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-addLogistics",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-addLogistics")]).then(function(){return e(a("d5db"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-Intervene",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078"),a.e("pages_category_page1-orderModule-Intervene")]).then(function(){return e(a("8adb"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-index",(function(e){var t={component:a.e("pages_category_page1-distributionModule-index").then(function(){return e(a("0c7e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-recruit",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-distributionModule-recruit")]).then(function(){return e(a("7cbe"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-salesIndex",(function(e){var t={component:a.e("pages_category_page1-distributionModule-salesIndex").then(function(){return e(a("117b1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-shareProduct",(function(e){var t={component:a.e("pages_category_page1-distributionModule-shareProduct").then(function(){return e(a("5c9a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalPersonnel",(function(e){var t={component:a.e("pages_category_page1-distributionModule-totalPersonnel").then(function(){return e(a("c0a8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalAward",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-distributionModule-totalAward")]).then(function(){return e(a("232c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-totalClient",(function(e){var t={component:a.e("pages_category_page1-distributionModule-totalClient").then(function(){return e(a("78396"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-unliquidated",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page1-distributionModule-unliquidated")]).then(function(){return e(a("6a64"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-promotion",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-promotion")]).then(function(){return e(a("5be1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-commodity",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-commodity")]).then(function(){return e(a("ac35"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-distributionOrder",(function(e){var t={component:a.e("pages_category_page1-distributionModule-distributionOrder").then(function(){return e(a("1a2c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-distributionModule-invite",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895"),a.e("pages_category_page1-distributionModule-invite")]).then(function(){return e(a("49ff"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-orderModule-logisticsInfo",(function(e){var t={component:a.e("pages_category_page1-orderModule-logisticsInfo").then(function(){return e(a("30f5"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-homeModule-special",(function(e){var t={component:a.e("pages_category_page1-homeModule-special").then(function(){return e(a("4c17"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-invitePoster",(function(e){var t={component:a.e("pages_category_page1-goodsModule-invitePoster").then(function(){return e(a("d33a"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-goodsModule-inviteSpell",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page1-goodsModule-goodsDetails~pages_category_page1-goodsModule-inviteSpell~pages_cat~bc1ad44c"),a.e("pages_category_page1-goodsModule-inviteSpell")]).then(function(){return e(a("3d17"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-linkOthers-index",(function(e){var t={component:a.e("pages_category_page1-linkOthers-index").then(function(){return e(a("c6e8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-index",(function(e){var t={component:a.e("pages_category_page1-memberCenter-index").then(function(){return e(a("9450"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-memberCenter-memberSign",(function(e){var t={component:a.e("pages_category_page1-memberCenter-memberSign").then(function(){return e(a("bef4"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-askedquestion-askedquestion",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-askedquestion-askedquestion")]).then(function(){return e(a("8b39"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-procedure-procedure",(function(e){var t={component:a.e("pages_category_page1-procedure-procedure").then(function(){return e(a("8bc1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-procedure-procedureList",(function(e){var t={component:a.e("pages_category_page1-procedure-procedureList").then(function(){return e(a("b661"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-customer-chatBox",(function(e){var t={component:a.e("pages_category_page1-customer-chatBox").then(function(){return e(a("9af3"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-question-question",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question"),a.e("pages_category_page1-question-question")]).then(function(){return e(a("58cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page1-question-succe",(function(e){var t={component:a.e("pages_category_page1-question-succe").then(function(){return e(a("4577"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-accountLogin",(function(e){var t={component:a.e("pages_category_page2-userModule-accountLogin").then(function(){return e(a("7fcd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-addAddress",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails"),a.e("pages_category_page2-userModule-addAddress")]).then(function(){return e(a("5720"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-addBankcard",(function(e){var t={component:a.e("pages_category_page2-userModule-addBankcard").then(function(){return e(a("0d43"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-address",(function(e){var t={component:a.e("pages_category_page2-userModule-address").then(function(){return e(a("9687"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-bankcard",(function(e){var t={component:a.e("pages_category_page2-userModule-bankcard").then(function(){return e(a("fb26"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-collection",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page2-userModule-collection")]).then(function(){return e(a("e1f1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-footprintList",(function(e){var t={component:a.e("pages_category_page2-userModule-footprintList").then(function(){return e(a("2fb8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-questionList",(function(e){var t={component:Promise.all([a.e("pages_category_page1-distributionModule-totalAward~pages_category_page1-distributionModule-unliquida~6efaba3e"),a.e("pages_category_page2-userModule-questionList")]).then(function(){return e(a("c4b9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-personalDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails"),a.e("pages_category_page2-userModule-personalDetails")]).then(function(){return e(a("8ae6"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-coupon",(function(e){var t={component:a.e("pages_category_page2-userModule-coupon").then(function(){return e(a("e38e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-afterSale",(function(e){var t={component:a.e("pages_category_page2-orderModule-afterSale").then(function(){return e(a("c1f9"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-returnDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-orderModule-returnDetails")]).then(function(){return e(a("e780"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-orderModule-refundDetails",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-orderModule-refundDetails")]).then(function(){return e(a("a648"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-login",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94"),a.e("pages_category_page2-userModule-login")]).then(function(){return e(a("9c82"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-protocol",(function(e){var t={component:a.e("pages_category_page2-userModule-protocol").then(function(){return e(a("b2cd"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-register",(function(e){var t={component:a.e("pages_category_page2-userModule-register").then(function(){return e(a("2a44"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-memberAccount",(function(e){var t={component:a.e("pages_category_page2-userModule-memberAccount").then(function(){return e(a("ea97"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-withdraw",(function(e){var t={component:Promise.all([a.e("pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf"),a.e("pages_category_page1-distributionModule-recruit~pages_category_page1-goodsModule-combination~pages_c~aa7f3c4b"),a.e("pages_category_page2-userModule-withdraw")]).then(function(){return e(a("3c58"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-messageCenter",(function(e){var t={component:Promise.all([a.e("pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail"),a.e("pages_category_page2-userModule-messageCenter")]).then(function(){return e(a("c4fe"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-messageDetail",(function(e){var t={component:Promise.all([a.e("pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail"),a.e("pages_category_page2-userModule-messageDetail")]).then(function(){return e(a("6e7f"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-bindPhone",(function(e){var t={component:a.e("pages_category_page2-userModule-bindPhone").then(function(){return e(a("acf1"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-mobilePhone",(function(e){var t={component:a.e("pages_category_page2-userModule-mobilePhone").then(function(){return e(a("22f8"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-livePage-index",(function(e){var t={component:a.e("pages_category_page2-livePage-index").then(function(){return e(a("5394"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-channelCoupon-index",(function(e){var t={component:a.e("pages_category_page2-channelCoupon-index").then(function(){return e(a("33d2"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-unsubscribe",(function(e){var t={component:a.e("pages_category_page2-userModule-unsubscribe").then(function(){return e(a("2c3e"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),n.default.component("pages_category_page2-userModule-unsubscribeCode",(function(e){var t={component:a.e("pages_category_page2-userModule-unsubscribeCode").then(function(){return e(a("5c8c"))}.bind(null,a)).catch(a.oe),delay:__uniConfig["async"].delay,timeout:__uniConfig["async"].timeout};return __uniConfig["async"]["loading"]&&(t.loading={name:"SystemAsyncLoading",render:function(e){return e(__uniConfig["async"]["loading"])}}),__uniConfig["async"]["error"]&&(t.error={name:"SystemAsyncError",render:function(e){return e(__uniConfig["async"]["error"])}}),t})),e.__uniRoutes=[{path:"/",alias:"/pages/tabbar/index/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isEntry:!0,isTabBar:!0,tabBarIndex:0},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages-tabbar-index-index",{slot:"page"})])}},meta:{id:1,name:"pages-tabbar-index-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/index/index",isQuit:!0,isEntry:!0,isTabBar:!0,tabBarIndex:0,windowTop:0}},{path:"/pages/tabbar/category/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:1},__uniConfig.globalStyle,{navigationBarTitleText:"分类"})},[e("pages-tabbar-category-index",{slot:"page"})])}},meta:{id:2,name:"pages-tabbar-category-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/category/index",isQuit:!0,isTabBar:!0,tabBarIndex:1,windowTop:0}},{path:"/pages/tabbar/cart/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:2},__uniConfig.globalStyle,{navigationBarTitleText:"购物车"})},[e("pages-tabbar-cart-index",{slot:"page"})])}},meta:{id:3,name:"pages-tabbar-cart-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/cart/index",isQuit:!0,isTabBar:!0,tabBarIndex:2,windowTop:0}},{path:"/pages/tabbar/user/index",component:{render:function(e){return e("Page",{props:Object.assign({isQuit:!0,isTabBar:!0,tabBarIndex:3},__uniConfig.globalStyle,{navigationBarTitleText:"我的",backgroundColor:"#F8F8F8"})},[e("pages-tabbar-user-index",{slot:"page"})])}},meta:{id:4,name:"pages-tabbar-user-index",isNVue:!1,maxWidth:0,pagePath:"pages/tabbar/user/index",isQuit:!0,isTabBar:!0,tabBarIndex:3,windowTop:0}},{path:"/pages_category_page1/discount/spikeList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"秒杀专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-spikeList",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-spikeList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/spikeList",windowTop:0}},{path:"/pages_category_page1/discount/discount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"限时折扣专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-discount",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-discount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/discount",windowTop:0}},{path:"/pages_category_page1/discount/platformDiscount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"限时折扣专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-discount-platformDiscount",{slot:"page"})])}},meta:{name:"pages_category_page1-discount-platformDiscount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/discount/platformDiscount",windowTop:0}},{path:"/pages_category_page1/memberCenter/activityList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"会员专区",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-memberCenter-activityList",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-activityList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/activityList",windowTop:0}},{path:"/pages_category_page1/integral/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的积分",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-index",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/index",windowTop:0}},{path:"/pages_category_page1/integral/exchangeDetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"积分兑换",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-exchangeDetail",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-exchangeDetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/exchangeDetail",windowTop:0}},{path:"/pages_category_page1/integral/sign",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"签到领积分",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-integral-sign",{slot:"page"})])}},meta:{name:"pages_category_page1-integral-sign",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/integral/sign",windowTop:0}},{path:"/pages_category_page1/coupon/list",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"优惠券"})},[e("pages_category_page1-coupon-list",{slot:"page"})])}},meta:{name:"pages_category_page1-coupon-list",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/coupon/list",windowTop:0}},{path:"/pages_category_page1/coupon/product",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"可用商品"})},[e("pages_category_page1-coupon-product",{slot:"page"})])}},meta:{name:"pages_category_page1-coupon-product",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/coupon/product",windowTop:0}},{path:"/pages_category_page1/goodsModule/combination",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"组合优惠",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-goodsModule-combination",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-combination",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/combination",windowTop:0}},{path:"/pages_category_page1/activity",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"热门推荐",enablePullDownRefresh:!0})},[e("pages_category_page1-activity",{slot:"page"})])}},meta:{name:"pages_category_page1-activity",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/activity",windowTop:0}},{path:"/pages_category_page1/search/index/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"搜索"})},[e("pages_category_page1-search-index-index",{slot:"page"})])}},meta:{name:"pages_category_page1-search-index-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/search/index/index",windowTop:0}},{path:"/pages_category_page1/store/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-store-index",{slot:"page"})])}},meta:{name:"pages_category_page1-store-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/store/index",windowTop:0}},{path:"/pages_category_page1/goodsModule/goodsList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商品列表"})},[e("pages_category_page1-goodsModule-goodsList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-goodsList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/goodsList",windowTop:0}},{path:"/pages_category_page1/goodsModule/canvasGoods",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商品列表"})},[e("pages_category_page1-goodsModule-canvasGoods",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-canvasGoods",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/canvasGoods",windowTop:0}},{path:"/pages_category_page1/goodsModule/couponShopList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"优惠券可用商品列表"})},[e("pages_category_page1-goodsModule-couponShopList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-couponShopList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/couponShopList",windowTop:0}},{path:"/pages_category_page1/goodsModule/goodsDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"详情"})},[e("pages_category_page1-goodsModule-goodsDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-goodsDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/goodsDetails",windowTop:0}},{path:"/pages_category_page1/goodsModule/qADetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"问答详情"})},[e("pages_category_page1-goodsModule-qADetail",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-qADetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/qADetail",windowTop:0}},{path:"/pages_category_page1/goodsModule/answerList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"全部问答"})},[e("pages_category_page1-goodsModule-answerList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-answerList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/answerList",windowTop:0}},{path:"/pages_category_page1/goodsModule/putQuestions",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"提问"})},[e("pages_category_page1-goodsModule-putQuestions",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-putQuestions",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/putQuestions",windowTop:0}},{path:"/pages_category_page1/goodsModule/userEvaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的评价"})},[e("pages_category_page1-goodsModule-userEvaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-userEvaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/userEvaluate",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaSuccessful",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价成功"})},[e("pages_category_page1-goodsModule-evaSuccessful",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaSuccessful",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaSuccessful",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluateDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价详情"})},[e("pages_category_page1-goodsModule-evaluateDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluateDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluateDetails",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluateList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"宝贝评价"})},[e("pages_category_page1-goodsModule-evaluateList",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluateList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluateList",windowTop:0}},{path:"/pages_category_page1/goodsModule/addEvaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"追加评价"})},[e("pages_category_page1-goodsModule-addEvaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-addEvaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/addEvaluate",windowTop:0}},{path:"/pages_category_page1/goodsModule/evaluate",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"评价"})},[e("pages_category_page1-goodsModule-evaluate",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-evaluate",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/evaluate",windowTop:0}},{path:"/pages_category_page1/orderModule/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"订单中心"})},[e("pages_category_page1-orderModule-index",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/index",windowTop:0}},{path:"/pages_category_page1/orderModule/orderConfirm",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"购买宝贝",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-orderConfirm",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-orderConfirm",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/orderConfirm",windowTop:0}},{path:"/pages_category_page1/orderModule/orderDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"订单详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-orderDetails",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-orderDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/orderDetails",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApplyRefund",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"申请退款"})},[e("pages_category_page1-orderModule-afterSaleApplyRefund",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApplyRefund",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApplyRefund",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApplyRetund",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"申请退货"})},[e("pages_category_page1-orderModule-afterSaleApplyRetund",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApplyRetund",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApplyRetund",windowTop:0}},{path:"/pages_category_page1/orderModule/afterSaleApply",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"选择商品",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-orderModule-afterSaleApply",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-afterSaleApply",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/afterSaleApply",windowTop:0}},{path:"/pages_category_page1/orderModule/platformJoin",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"平台介入"})},[e("pages_category_page1-orderModule-platformJoin",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-platformJoin",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/platformJoin",windowTop:0}},{path:"/pages_category_page1/orderModule/paySuccessful",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTitleText:"支付成功"})},[e("pages_category_page1-orderModule-paySuccessful",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-paySuccessful",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/paySuccessful",windowTop:0}},{path:"/pages_category_page1/orderModule/addLogistics",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"填写退货物流"})},[e("pages_category_page1-orderModule-addLogistics",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-addLogistics",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/addLogistics",windowTop:0}},{path:"/pages_category_page1/orderModule/Intervene",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"平台介入"})},[e("pages_category_page1-orderModule-Intervene",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-Intervene",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/Intervene",windowTop:0}},{path:"/pages_category_page1/distributionModule/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销中心",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-index",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/index",windowTop:0}},{path:"/pages_category_page1/distributionModule/recruit",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销员招募令",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-recruit",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-recruit",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/recruit",windowTop:0}},{path:"/pages_category_page1/distributionModule/salesIndex",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分销中心",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-salesIndex",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-salesIndex",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/salesIndex",windowTop:0}},{path:"/pages_category_page1/distributionModule/shareProduct",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"分享"})},[e("pages_category_page1-distributionModule-shareProduct",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-shareProduct",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/shareProduct",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalPersonnel",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计分销员",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalPersonnel",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalPersonnel",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalPersonnel",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalAward",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计奖励",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalAward",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalAward",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalAward",windowTop:0}},{path:"/pages_category_page1/distributionModule/totalClient",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"累计客户",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-totalClient",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-totalClient",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/totalClient",windowTop:0}},{path:"/pages_category_page1/distributionModule/unliquidated",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"未结算奖励",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-unliquidated",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-unliquidated",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/unliquidated",windowTop:0}},{path:"/pages_category_page1/distributionModule/promotion",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"推广店铺",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-distributionModule-promotion",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-promotion",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/promotion",windowTop:0}},{path:"/pages_category_page1/distributionModule/commodity",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"推广商品"})},[e("pages_category_page1-distributionModule-commodity",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-commodity",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/commodity",windowTop:0}},{path:"/pages_category_page1/distributionModule/distributionOrder",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的分销订单"})},[e("pages_category_page1-distributionModule-distributionOrder",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-distributionOrder",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/distributionOrder",windowTop:0}},{path:"/pages_category_page1/distributionModule/invite",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"邀请下级"})},[e("pages_category_page1-distributionModule-invite",{slot:"page"})])}},meta:{name:"pages_category_page1-distributionModule-invite",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/distributionModule/invite",windowTop:0}},{path:"/pages_category_page1/orderModule/logisticsInfo",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"物流信息"})},[e("pages_category_page1-orderModule-logisticsInfo",{slot:"page"})])}},meta:{name:"pages_category_page1-orderModule-logisticsInfo",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/orderModule/logisticsInfo",windowTop:0}},{path:"/pages_category_page1/homeModule/special",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"专题分类"})},[e("pages_category_page1-homeModule-special",{slot:"page"})])}},meta:{name:"pages_category_page1-homeModule-special",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/homeModule/special",windowTop:0}},{path:"/pages_category_page1/goodsModule/invitePoster",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"生成邀请海报"})},[e("pages_category_page1-goodsModule-invitePoster",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-invitePoster",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/invitePoster",windowTop:0}},{path:"/pages_category_page1/goodsModule/inviteSpell",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"邀请好友拼单",enablePullDownRefresh:!1,navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page1-goodsModule-inviteSpell",{slot:"page"})])}},meta:{name:"pages_category_page1-goodsModule-inviteSpell",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/goodsModule/inviteSpell",windowTop:0}},{path:"/pages_category_page1/linkOthers/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"商家",enablePullDownRefresh:!1})},[e("pages_category_page1-linkOthers-index",{slot:"page"})])}},meta:{name:"pages_category_page1-linkOthers-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/linkOthers/index",windowTop:0}},{path:"/pages_category_page1/memberCenter/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTextStyle:"white"})},[e("pages_category_page1-memberCenter-index",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/index",windowTop:0}},{path:"/pages_category_page1/memberCenter/memberSign",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"会员签到",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",enablePullDownRefresh:!0})},[e("pages_category_page1-memberCenter-memberSign",{slot:"page"})])}},meta:{name:"pages_category_page1-memberCenter-memberSign",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/memberCenter/memberSign",windowTop:0}},{path:"/pages_category_page1/askedquestion/askedquestion",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"常见问题",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-askedquestion-askedquestion",{slot:"page"})])}},meta:{name:"pages_category_page1-askedquestion-askedquestion",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/askedquestion/askedquestion",windowTop:0}},{path:"/pages_category_page1/procedure/procedure",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告通知",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-procedure-procedure",{slot:"page"})])}},meta:{name:"pages_category_page1-procedure-procedure",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/procedure/procedure",windowTop:0}},{path:"/pages_category_page1/procedure/procedureList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告列表",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-procedure-procedureList",{slot:"page"})])}},meta:{name:"pages_category_page1-procedure-procedureList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/procedure/procedureList",windowTop:0}},{path:"/pages_category_page1/customer/chatBox",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"客服",backgroundColor:"#F8F8F8"})},[e("pages_category_page1-customer-chatBox",{slot:"page"})])}},meta:{name:"pages_category_page1-customer-chatBox",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/customer/chatBox",windowTop:0}},{path:"/pages_category_page1/question/question",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages_category_page1-question-question",{slot:"page"})])}},meta:{name:"pages_category_page1-question-question",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/question/question",windowTop:0}},{path:"/pages_category_page1/question/succe",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom"})},[e("pages_category_page1-question-succe",{slot:"page"})])}},meta:{name:"pages_category_page1-question-succe",isNVue:!1,maxWidth:0,pagePath:"pages_category_page1/question/succe",windowTop:0}},{path:"/pages_category_page2/userModule/accountLogin",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"登录"})},[e("pages_category_page2-userModule-accountLogin",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-accountLogin",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/accountLogin",windowTop:0}},{path:"/pages_category_page2/userModule/addAddress",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"地址管理"})},[e("pages_category_page2-userModule-addAddress",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-addAddress",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/addAddress",windowTop:0}},{path:"/pages_category_page2/userModule/addBankcard",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"银行卡"})},[e("pages_category_page2-userModule-addBankcard",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-addBankcard",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/addBankcard",windowTop:0}},{path:"/pages_category_page2/userModule/address",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"地址管理"})},[e("pages_category_page2-userModule-address",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-address",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/address",windowTop:0}},{path:"/pages_category_page2/userModule/bankcard",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"银行卡",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-bankcard",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-bankcard",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/bankcard",windowTop:0}},{path:"/pages_category_page2/userModule/collection",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的收藏",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-collection",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-collection",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/collection",windowTop:0}},{path:"/pages_category_page2/userModule/footprintList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"浏览足迹",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-footprintList",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-footprintList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/footprintList",windowTop:0}},{path:"/pages_category_page2/userModule/questionList",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的问答",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-questionList",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-questionList",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/questionList",windowTop:0}},{path:"/pages_category_page2/userModule/personalDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"个人信息"})},[e("pages_category_page2-userModule-personalDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-personalDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/personalDetails",windowTop:0}},{path:"/pages_category_page2/userModule/coupon",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的卡券"})},[e("pages_category_page2-userModule-coupon",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-coupon",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/coupon",windowTop:0}},{path:"/pages_category_page2/orderModule/afterSale",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的售后"})},[e("pages_category_page2-orderModule-afterSale",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-afterSale",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/afterSale",windowTop:0}},{path:"/pages_category_page2/orderModule/returnDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"退货详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-orderModule-returnDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-returnDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/returnDetails",windowTop:0}},{path:"/pages_category_page2/orderModule/refundDetails",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"退款详情",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-orderModule-refundDetails",{slot:"page"})])}},meta:{name:"pages_category_page2-orderModule-refundDetails",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/orderModule/refundDetails",windowTop:0}},{path:"/pages_category_page2/userModule/login",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationStyle:"custom",navigationBarTitleText:"登录"})},[e("pages_category_page2-userModule-login",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-login",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/login",windowTop:0}},{path:"/pages_category_page2/userModule/protocol",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"《锦江公园》商城用户协议"})},[e("pages_category_page2-userModule-protocol",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-protocol",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/protocol",windowTop:0}},{path:"/pages_category_page2/userModule/register",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"注册"})},[e("pages_category_page2-userModule-register",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-register",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/register",windowTop:0}},{path:"/pages_category_page2/userModule/memberAccount",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"我的账户",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-memberAccount",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-memberAccount",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/memberAccount",windowTop:0}},{path:"/pages_category_page2/userModule/withdraw",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"提现"})},[e("pages_category_page2-userModule-withdraw",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-withdraw",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/withdraw",windowTop:0}},{path:"/pages_category_page2/userModule/messageCenter",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"消息中心"})},[e("pages_category_page2-userModule-messageCenter",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-messageCenter",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/messageCenter",windowTop:0}},{path:"/pages_category_page2/userModule/messageDetail",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"公告详情"})},[e("pages_category_page2-userModule-messageDetail",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-messageDetail",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/messageDetail",windowTop:0}},{path:"/pages_category_page2/userModule/bindPhone",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"绑定手机号",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-bindPhone",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-bindPhone",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/bindPhone",windowTop:0}},{path:"/pages_category_page2/userModule/mobilePhone",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"手机号授权",enablePullDownRefresh:!1})},[e("pages_category_page2-userModule-mobilePhone",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-mobilePhone",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/mobilePhone",windowTop:0}},{path:"/pages_category_page2/livePage/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"直播推荐",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white",enablePullDownRefresh:!0})},[e("pages_category_page2-livePage-index",{slot:"page"})])}},meta:{name:"pages_category_page2-livePage-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/livePage/index",windowTop:0}},{path:"/pages_category_page2/channelCoupon/index",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"",enablePullDownRefresh:!1})},[e("pages_category_page2-channelCoupon-index",{slot:"page"})])}},meta:{name:"pages_category_page2-channelCoupon-index",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/channelCoupon/index",windowTop:0}},{path:"/pages_category_page2/userModule/unsubscribe",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"账户注销",navigationBarBackgroundColor:"#39be7a",backgroundColor:"#39be7a",navigationBarTextStyle:"white"})},[e("pages_category_page2-userModule-unsubscribe",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-unsubscribe",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/unsubscribe",windowTop:0}},{path:"/pages_category_page2/userModule/unsubscribeCode",component:{render:function(e){return e("Page",{props:Object.assign({},__uniConfig.globalStyle,{navigationBarTitleText:"注销账户手机认证"})},[e("pages_category_page2-userModule-unsubscribeCode",{slot:"page"})])}},meta:{name:"pages_category_page2-userModule-unsubscribeCode",isNVue:!1,maxWidth:0,pagePath:"pages_category_page2/userModule/unsubscribeCode",windowTop:0}},{path:"/choose-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-choose-location",{slot:"page"})])}},meta:{name:"choose-location",pagePath:"/choose-location"}},{path:"/open-location",component:{render:function(e){return e("Page",{props:{navigationStyle:"custom"}},[e("system-open-location",{slot:"page"})])}},meta:{name:"open-location",pagePath:"/open-location"}}],e.UniApp&&new e.UniApp}).call(this,a("0ee4"))},"14ef":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("d4b5");var o=n(a("2634")),r=n(a("2fdc")),i=n(a("39d8")),g=n(a("9b8e")),u=n(a("8f59")),p=a("cc42");g.default.use(u.default);var d=(0,i.default)({},"SET_SHOW_LOADING",(function(e,t){e.globalLoading.showLoading=t.flag,e.globalLoading.showInfo=t.info})),s={doPointer:function(e,t){return(0,r.default)((0,o.default)().mark((function e(){var a,n;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(a={},uni.getStorageSync("storage_key")&&(a=uni.getStorageSync("storage_key")),"{}"!==JSON.stringify(a)){e.next=4;break}return e.abrupt("return");case 4:return e.next=6,(0,p.doPointRequest)(t);case 6:n=e.sent,console.log("埋点----------------------------------",n);case 8:case"end":return e.stop()}}),e)})))()}},c=new u.default.Store({state:{globalLoading:{showLoading:!1,showInfo:""}},getters:{loadingFlag:function(e){return e.globalLoading.showLoading},loadingInfo:function(e){return e.globalLoading.showInfo}},mutations:d,actions:s}),l=c;t.default=l},1867:function(e,t,a){var n=a("c86c"),o=a("2ec5"),r=a("aae8");t=n(!1);var i=o(r);t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */@-webkit-keyframes loading{0%{background:#e7e7e7}50%{background:#f8f8f8}100%{background:#e7e7e7}}@keyframes loading{0%{background:#e7e7e7}50%{background:#f8f8f8}100%{background:#e7e7e7}}.ske-loading .child-loading{-webkit-animation:loading 2s linear 0s infinite alternate;animation:loading 2s linear 0s infinite alternate}\r\n/*每个页面公共css */.u-relative,\r\n.u-rela{position:relative}.u-absolute,\r\n.u-abso{position:absolute}uni-image{display:inline-block}uni-view,\r\nuni-text{box-sizing:border-box}.u-font-xs{font-size:%?22?%}.u-font-sm{font-size:%?26?%}.u-font-md{font-size:%?28?%}.u-font-lg{font-size:%?30?%}.u-font-xl{font-size:%?34?%}.u-flex{display:flex;flex-direction:row;align-items:center}.u-flex-wrap{flex-wrap:wrap}.u-flex-nowrap{flex-wrap:nowrap}.u-col-center{align-items:center}.u-col-top{align-items:flex-start}.u-col-bottom{align-items:flex-end}.u-row-center{justify-content:center}.u-row-left{justify-content:flex-start}.u-row-right{justify-content:flex-end}.u-row-between{justify-content:space-between}.u-row-around{justify-content:space-around}.u-text-left{text-align:left}.u-text-center{text-align:center}.u-text-right{text-align:right}.u-flex-col{display:flex;flex-direction:column}.u-flex-0{flex:0}.u-flex-1{flex:1}.u-flex-2{flex:2}.u-flex-3{flex:3}.u-flex-4{flex:4}.u-flex-5{flex:5}.u-flex-6{flex:6}.u-flex-7{flex:7}.u-flex-8{flex:8}.u-flex-9{flex:9}.u-flex-10{flex:10}.u-flex-11{flex:11}.u-flex-12{flex:12}.u-font-9{font-size:9px}.u-font-10{font-size:10px}.u-font-11{font-size:11px}.u-font-12{font-size:12px}.u-font-13{font-size:13px}.u-font-14{font-size:14px}.u-font-15{font-size:15px}.u-font-16{font-size:16px}.u-font-17{font-size:17px}.u-font-18{font-size:18px}.u-font-19{font-size:19px}.u-font-20{font-size:%?20?%}.u-font-21{font-size:%?21?%}.u-font-22{font-size:%?22?%}.u-font-23{font-size:%?23?%}.u-font-24{font-size:%?24?%}.u-font-25{font-size:%?25?%}.u-font-26{font-size:%?26?%}.u-font-27{font-size:%?27?%}.u-font-28{font-size:%?28?%}.u-font-29{font-size:%?29?%}.u-font-30{font-size:%?30?%}.u-font-31{font-size:%?31?%}.u-font-32{font-size:%?32?%}.u-font-33{font-size:%?33?%}.u-font-34{font-size:%?34?%}.u-font-35{font-size:%?35?%}.u-font-36{font-size:%?36?%}.u-font-37{font-size:%?37?%}.u-font-38{font-size:%?38?%}.u-font-39{font-size:%?39?%}.u-font-40{font-size:%?40?%}.u-margin-0, .u-m-0{margin:%?0?%!important}.u-padding-0, .u-p-0{padding:%?0?%!important}.u-m-l-0{margin-left:%?0?%!important}.u-p-l-0{padding-left:%?0?%!important}.u-margin-left-0{margin-left:%?0?%!important}.u-padding-left-0{padding-left:%?0?%!important}.u-m-t-0{margin-top:%?0?%!important}.u-p-t-0{padding-top:%?0?%!important}.u-margin-top-0{margin-top:%?0?%!important}.u-padding-top-0{padding-top:%?0?%!important}.u-m-r-0{margin-right:%?0?%!important}.u-p-r-0{padding-right:%?0?%!important}.u-margin-right-0{margin-right:%?0?%!important}.u-padding-right-0{padding-right:%?0?%!important}.u-m-b-0{margin-bottom:%?0?%!important}.u-p-b-0{padding-bottom:%?0?%!important}.u-margin-bottom-0{margin-bottom:%?0?%!important}.u-padding-bottom-0{padding-bottom:%?0?%!important}.u-margin-2, .u-m-2{margin:%?2?%!important}.u-padding-2, .u-p-2{padding:%?2?%!important}.u-m-l-2{margin-left:%?2?%!important}.u-p-l-2{padding-left:%?2?%!important}.u-margin-left-2{margin-left:%?2?%!important}.u-padding-left-2{padding-left:%?2?%!important}.u-m-t-2{margin-top:%?2?%!important}.u-p-t-2{padding-top:%?2?%!important}.u-margin-top-2{margin-top:%?2?%!important}.u-padding-top-2{padding-top:%?2?%!important}.u-m-r-2{margin-right:%?2?%!important}.u-p-r-2{padding-right:%?2?%!important}.u-margin-right-2{margin-right:%?2?%!important}.u-padding-right-2{padding-right:%?2?%!important}.u-m-b-2{margin-bottom:%?2?%!important}.u-p-b-2{padding-bottom:%?2?%!important}.u-margin-bottom-2{margin-bottom:%?2?%!important}.u-padding-bottom-2{padding-bottom:%?2?%!important}.u-margin-4, .u-m-4{margin:%?4?%!important}.u-padding-4, .u-p-4{padding:%?4?%!important}.u-m-l-4{margin-left:%?4?%!important}.u-p-l-4{padding-left:%?4?%!important}.u-margin-left-4{margin-left:%?4?%!important}.u-padding-left-4{padding-left:%?4?%!important}.u-m-t-4{margin-top:%?4?%!important}.u-p-t-4{padding-top:%?4?%!important}.u-margin-top-4{margin-top:%?4?%!important}.u-padding-top-4{padding-top:%?4?%!important}.u-m-r-4{margin-right:%?4?%!important}.u-p-r-4{padding-right:%?4?%!important}.u-margin-right-4{margin-right:%?4?%!important}.u-padding-right-4{padding-right:%?4?%!important}.u-m-b-4{margin-bottom:%?4?%!important}.u-p-b-4{padding-bottom:%?4?%!important}.u-margin-bottom-4{margin-bottom:%?4?%!important}.u-padding-bottom-4{padding-bottom:%?4?%!important}.u-margin-5, .u-m-5{margin:%?5?%!important}.u-padding-5, .u-p-5{padding:%?5?%!important}.u-m-l-5{margin-left:%?5?%!important}.u-p-l-5{padding-left:%?5?%!important}.u-margin-left-5{margin-left:%?5?%!important}.u-padding-left-5{padding-left:%?5?%!important}.u-m-t-5{margin-top:%?5?%!important}.u-p-t-5{padding-top:%?5?%!important}.u-margin-top-5{margin-top:%?5?%!important}.u-padding-top-5{padding-top:%?5?%!important}.u-m-r-5{margin-right:%?5?%!important}.u-p-r-5{padding-right:%?5?%!important}.u-margin-right-5{margin-right:%?5?%!important}.u-padding-right-5{padding-right:%?5?%!important}.u-m-b-5{margin-bottom:%?5?%!important}.u-p-b-5{padding-bottom:%?5?%!important}.u-margin-bottom-5{margin-bottom:%?5?%!important}.u-padding-bottom-5{padding-bottom:%?5?%!important}.u-margin-6, .u-m-6{margin:%?6?%!important}.u-padding-6, .u-p-6{padding:%?6?%!important}.u-m-l-6{margin-left:%?6?%!important}.u-p-l-6{padding-left:%?6?%!important}.u-margin-left-6{margin-left:%?6?%!important}.u-padding-left-6{padding-left:%?6?%!important}.u-m-t-6{margin-top:%?6?%!important}.u-p-t-6{padding-top:%?6?%!important}.u-margin-top-6{margin-top:%?6?%!important}.u-padding-top-6{padding-top:%?6?%!important}.u-m-r-6{margin-right:%?6?%!important}.u-p-r-6{padding-right:%?6?%!important}.u-margin-right-6{margin-right:%?6?%!important}.u-padding-right-6{padding-right:%?6?%!important}.u-m-b-6{margin-bottom:%?6?%!important}.u-p-b-6{padding-bottom:%?6?%!important}.u-margin-bottom-6{margin-bottom:%?6?%!important}.u-padding-bottom-6{padding-bottom:%?6?%!important}.u-margin-8, .u-m-8{margin:%?8?%!important}.u-padding-8, .u-p-8{padding:%?8?%!important}.u-m-l-8{margin-left:%?8?%!important}.u-p-l-8{padding-left:%?8?%!important}.u-margin-left-8{margin-left:%?8?%!important}.u-padding-left-8{padding-left:%?8?%!important}.u-m-t-8{margin-top:%?8?%!important}.u-p-t-8{padding-top:%?8?%!important}.u-margin-top-8{margin-top:%?8?%!important}.u-padding-top-8{padding-top:%?8?%!important}.u-m-r-8{margin-right:%?8?%!important}.u-p-r-8{padding-right:%?8?%!important}.u-margin-right-8{margin-right:%?8?%!important}.u-padding-right-8{padding-right:%?8?%!important}.u-m-b-8{margin-bottom:%?8?%!important}.u-p-b-8{padding-bottom:%?8?%!important}.u-margin-bottom-8{margin-bottom:%?8?%!important}.u-padding-bottom-8{padding-bottom:%?8?%!important}.u-margin-10, .u-m-10{margin:%?10?%!important}.u-padding-10, .u-p-10{padding:%?10?%!important}.u-m-l-10{margin-left:%?10?%!important}.u-p-l-10{padding-left:%?10?%!important}.u-margin-left-10{margin-left:%?10?%!important}.u-padding-left-10{padding-left:%?10?%!important}.u-m-t-10{margin-top:%?10?%!important}.u-p-t-10{padding-top:%?10?%!important}.u-margin-top-10{margin-top:%?10?%!important}.u-padding-top-10{padding-top:%?10?%!important}.u-m-r-10{margin-right:%?10?%!important}.u-p-r-10{padding-right:%?10?%!important}.u-margin-right-10{margin-right:%?10?%!important}.u-padding-right-10{padding-right:%?10?%!important}.u-m-b-10{margin-bottom:%?10?%!important}.u-p-b-10{padding-bottom:%?10?%!important}.u-margin-bottom-10{margin-bottom:%?10?%!important}.u-padding-bottom-10{padding-bottom:%?10?%!important}.u-margin-12, .u-m-12{margin:%?12?%!important}.u-padding-12, .u-p-12{padding:%?12?%!important}.u-m-l-12{margin-left:%?12?%!important}.u-p-l-12{padding-left:%?12?%!important}.u-margin-left-12{margin-left:%?12?%!important}.u-padding-left-12{padding-left:%?12?%!important}.u-m-t-12{margin-top:%?12?%!important}.u-p-t-12{padding-top:%?12?%!important}.u-margin-top-12{margin-top:%?12?%!important}.u-padding-top-12{padding-top:%?12?%!important}.u-m-r-12{margin-right:%?12?%!important}.u-p-r-12{padding-right:%?12?%!important}.u-margin-right-12{margin-right:%?12?%!important}.u-padding-right-12{padding-right:%?12?%!important}.u-m-b-12{margin-bottom:%?12?%!important}.u-p-b-12{padding-bottom:%?12?%!important}.u-margin-bottom-12{margin-bottom:%?12?%!important}.u-padding-bottom-12{padding-bottom:%?12?%!important}.u-margin-14, .u-m-14{margin:%?14?%!important}.u-padding-14, .u-p-14{padding:%?14?%!important}.u-m-l-14{margin-left:%?14?%!important}.u-p-l-14{padding-left:%?14?%!important}.u-margin-left-14{margin-left:%?14?%!important}.u-padding-left-14{padding-left:%?14?%!important}.u-m-t-14{margin-top:%?14?%!important}.u-p-t-14{padding-top:%?14?%!important}.u-margin-top-14{margin-top:%?14?%!important}.u-padding-top-14{padding-top:%?14?%!important}.u-m-r-14{margin-right:%?14?%!important}.u-p-r-14{padding-right:%?14?%!important}.u-margin-right-14{margin-right:%?14?%!important}.u-padding-right-14{padding-right:%?14?%!important}.u-m-b-14{margin-bottom:%?14?%!important}.u-p-b-14{padding-bottom:%?14?%!important}.u-margin-bottom-14{margin-bottom:%?14?%!important}.u-padding-bottom-14{padding-bottom:%?14?%!important}.u-margin-15, .u-m-15{margin:%?15?%!important}.u-padding-15, .u-p-15{padding:%?15?%!important}.u-m-l-15{margin-left:%?15?%!important}.u-p-l-15{padding-left:%?15?%!important}.u-margin-left-15{margin-left:%?15?%!important}.u-padding-left-15{padding-left:%?15?%!important}.u-m-t-15{margin-top:%?15?%!important}.u-p-t-15{padding-top:%?15?%!important}.u-margin-top-15{margin-top:%?15?%!important}.u-padding-top-15{padding-top:%?15?%!important}.u-m-r-15{margin-right:%?15?%!important}.u-p-r-15{padding-right:%?15?%!important}.u-margin-right-15{margin-right:%?15?%!important}.u-padding-right-15{padding-right:%?15?%!important}.u-m-b-15{margin-bottom:%?15?%!important}.u-p-b-15{padding-bottom:%?15?%!important}.u-margin-bottom-15{margin-bottom:%?15?%!important}.u-padding-bottom-15{padding-bottom:%?15?%!important}.u-margin-16, .u-m-16{margin:%?16?%!important}.u-padding-16, .u-p-16{padding:%?16?%!important}.u-m-l-16{margin-left:%?16?%!important}.u-p-l-16{padding-left:%?16?%!important}.u-margin-left-16{margin-left:%?16?%!important}.u-padding-left-16{padding-left:%?16?%!important}.u-m-t-16{margin-top:%?16?%!important}.u-p-t-16{padding-top:%?16?%!important}.u-margin-top-16{margin-top:%?16?%!important}.u-padding-top-16{padding-top:%?16?%!important}.u-m-r-16{margin-right:%?16?%!important}.u-p-r-16{padding-right:%?16?%!important}.u-margin-right-16{margin-right:%?16?%!important}.u-padding-right-16{padding-right:%?16?%!important}.u-m-b-16{margin-bottom:%?16?%!important}.u-p-b-16{padding-bottom:%?16?%!important}.u-margin-bottom-16{margin-bottom:%?16?%!important}.u-padding-bottom-16{padding-bottom:%?16?%!important}.u-margin-18, .u-m-18{margin:%?18?%!important}.u-padding-18, .u-p-18{padding:%?18?%!important}.u-m-l-18{margin-left:%?18?%!important}.u-p-l-18{padding-left:%?18?%!important}.u-margin-left-18{margin-left:%?18?%!important}.u-padding-left-18{padding-left:%?18?%!important}.u-m-t-18{margin-top:%?18?%!important}.u-p-t-18{padding-top:%?18?%!important}.u-margin-top-18{margin-top:%?18?%!important}.u-padding-top-18{padding-top:%?18?%!important}.u-m-r-18{margin-right:%?18?%!important}.u-p-r-18{padding-right:%?18?%!important}.u-margin-right-18{margin-right:%?18?%!important}.u-padding-right-18{padding-right:%?18?%!important}.u-m-b-18{margin-bottom:%?18?%!important}.u-p-b-18{padding-bottom:%?18?%!important}.u-margin-bottom-18{margin-bottom:%?18?%!important}.u-padding-bottom-18{padding-bottom:%?18?%!important}.u-margin-20, .u-m-20{margin:%?20?%!important}.u-padding-20, .u-p-20{padding:%?20?%!important}.u-m-l-20{margin-left:%?20?%!important}.u-p-l-20{padding-left:%?20?%!important}.u-margin-left-20{margin-left:%?20?%!important}.u-padding-left-20{padding-left:%?20?%!important}.u-m-t-20{margin-top:%?20?%!important}.u-p-t-20{padding-top:%?20?%!important}.u-margin-top-20{margin-top:%?20?%!important}.u-padding-top-20{padding-top:%?20?%!important}.u-m-r-20{margin-right:%?20?%!important}.u-p-r-20{padding-right:%?20?%!important}.u-margin-right-20{margin-right:%?20?%!important}.u-padding-right-20{padding-right:%?20?%!important}.u-m-b-20{margin-bottom:%?20?%!important}.u-p-b-20{padding-bottom:%?20?%!important}.u-margin-bottom-20{margin-bottom:%?20?%!important}.u-padding-bottom-20{padding-bottom:%?20?%!important}.u-margin-22, .u-m-22{margin:%?22?%!important}.u-padding-22, .u-p-22{padding:%?22?%!important}.u-m-l-22{margin-left:%?22?%!important}.u-p-l-22{padding-left:%?22?%!important}.u-margin-left-22{margin-left:%?22?%!important}.u-padding-left-22{padding-left:%?22?%!important}.u-m-t-22{margin-top:%?22?%!important}.u-p-t-22{padding-top:%?22?%!important}.u-margin-top-22{margin-top:%?22?%!important}.u-padding-top-22{padding-top:%?22?%!important}.u-m-r-22{margin-right:%?22?%!important}.u-p-r-22{padding-right:%?22?%!important}.u-margin-right-22{margin-right:%?22?%!important}.u-padding-right-22{padding-right:%?22?%!important}.u-m-b-22{margin-bottom:%?22?%!important}.u-p-b-22{padding-bottom:%?22?%!important}.u-margin-bottom-22{margin-bottom:%?22?%!important}.u-padding-bottom-22{padding-bottom:%?22?%!important}.u-margin-24, .u-m-24{margin:%?24?%!important}.u-padding-24, .u-p-24{padding:%?24?%!important}.u-m-l-24{margin-left:%?24?%!important}.u-p-l-24{padding-left:%?24?%!important}.u-margin-left-24{margin-left:%?24?%!important}.u-padding-left-24{padding-left:%?24?%!important}.u-m-t-24{margin-top:%?24?%!important}.u-p-t-24{padding-top:%?24?%!important}.u-margin-top-24{margin-top:%?24?%!important}.u-padding-top-24{padding-top:%?24?%!important}.u-m-r-24{margin-right:%?24?%!important}.u-p-r-24{padding-right:%?24?%!important}.u-margin-right-24{margin-right:%?24?%!important}.u-padding-right-24{padding-right:%?24?%!important}.u-m-b-24{margin-bottom:%?24?%!important}.u-p-b-24{padding-bottom:%?24?%!important}.u-margin-bottom-24{margin-bottom:%?24?%!important}.u-padding-bottom-24{padding-bottom:%?24?%!important}.u-margin-25, .u-m-25{margin:%?25?%!important}.u-padding-25, .u-p-25{padding:%?25?%!important}.u-m-l-25{margin-left:%?25?%!important}.u-p-l-25{padding-left:%?25?%!important}.u-margin-left-25{margin-left:%?25?%!important}.u-padding-left-25{padding-left:%?25?%!important}.u-m-t-25{margin-top:%?25?%!important}.u-p-t-25{padding-top:%?25?%!important}.u-margin-top-25{margin-top:%?25?%!important}.u-padding-top-25{padding-top:%?25?%!important}.u-m-r-25{margin-right:%?25?%!important}.u-p-r-25{padding-right:%?25?%!important}.u-margin-right-25{margin-right:%?25?%!important}.u-padding-right-25{padding-right:%?25?%!important}.u-m-b-25{margin-bottom:%?25?%!important}.u-p-b-25{padding-bottom:%?25?%!important}.u-margin-bottom-25{margin-bottom:%?25?%!important}.u-padding-bottom-25{padding-bottom:%?25?%!important}.u-margin-26, .u-m-26{margin:%?26?%!important}.u-padding-26, .u-p-26{padding:%?26?%!important}.u-m-l-26{margin-left:%?26?%!important}.u-p-l-26{padding-left:%?26?%!important}.u-margin-left-26{margin-left:%?26?%!important}.u-padding-left-26{padding-left:%?26?%!important}.u-m-t-26{margin-top:%?26?%!important}.u-p-t-26{padding-top:%?26?%!important}.u-margin-top-26{margin-top:%?26?%!important}.u-padding-top-26{padding-top:%?26?%!important}.u-m-r-26{margin-right:%?26?%!important}.u-p-r-26{padding-right:%?26?%!important}.u-margin-right-26{margin-right:%?26?%!important}.u-padding-right-26{padding-right:%?26?%!important}.u-m-b-26{margin-bottom:%?26?%!important}.u-p-b-26{padding-bottom:%?26?%!important}.u-margin-bottom-26{margin-bottom:%?26?%!important}.u-padding-bottom-26{padding-bottom:%?26?%!important}.u-margin-28, .u-m-28{margin:%?28?%!important}.u-padding-28, .u-p-28{padding:%?28?%!important}.u-m-l-28{margin-left:%?28?%!important}.u-p-l-28{padding-left:%?28?%!important}.u-margin-left-28{margin-left:%?28?%!important}.u-padding-left-28{padding-left:%?28?%!important}.u-m-t-28{margin-top:%?28?%!important}.u-p-t-28{padding-top:%?28?%!important}.u-margin-top-28{margin-top:%?28?%!important}.u-padding-top-28{padding-top:%?28?%!important}.u-m-r-28{margin-right:%?28?%!important}.u-p-r-28{padding-right:%?28?%!important}.u-margin-right-28{margin-right:%?28?%!important}.u-padding-right-28{padding-right:%?28?%!important}.u-m-b-28{margin-bottom:%?28?%!important}.u-p-b-28{padding-bottom:%?28?%!important}.u-margin-bottom-28{margin-bottom:%?28?%!important}.u-padding-bottom-28{padding-bottom:%?28?%!important}.u-margin-30, .u-m-30{margin:%?30?%!important}.u-padding-30, .u-p-30{padding:%?30?%!important}.u-m-l-30{margin-left:%?30?%!important}.u-p-l-30{padding-left:%?30?%!important}.u-margin-left-30{margin-left:%?30?%!important}.u-padding-left-30{padding-left:%?30?%!important}.u-m-t-30{margin-top:%?30?%!important}.u-p-t-30{padding-top:%?30?%!important}.u-margin-top-30{margin-top:%?30?%!important}.u-padding-top-30{padding-top:%?30?%!important}.u-m-r-30{margin-right:%?30?%!important}.u-p-r-30{padding-right:%?30?%!important}.u-margin-right-30{margin-right:%?30?%!important}.u-padding-right-30{padding-right:%?30?%!important}.u-m-b-30{margin-bottom:%?30?%!important}.u-p-b-30{padding-bottom:%?30?%!important}.u-margin-bottom-30{margin-bottom:%?30?%!important}.u-padding-bottom-30{padding-bottom:%?30?%!important}.u-margin-32, .u-m-32{margin:%?32?%!important}.u-padding-32, .u-p-32{padding:%?32?%!important}.u-m-l-32{margin-left:%?32?%!important}.u-p-l-32{padding-left:%?32?%!important}.u-margin-left-32{margin-left:%?32?%!important}.u-padding-left-32{padding-left:%?32?%!important}.u-m-t-32{margin-top:%?32?%!important}.u-p-t-32{padding-top:%?32?%!important}.u-margin-top-32{margin-top:%?32?%!important}.u-padding-top-32{padding-top:%?32?%!important}.u-m-r-32{margin-right:%?32?%!important}.u-p-r-32{padding-right:%?32?%!important}.u-margin-right-32{margin-right:%?32?%!important}.u-padding-right-32{padding-right:%?32?%!important}.u-m-b-32{margin-bottom:%?32?%!important}.u-p-b-32{padding-bottom:%?32?%!important}.u-margin-bottom-32{margin-bottom:%?32?%!important}.u-padding-bottom-32{padding-bottom:%?32?%!important}.u-margin-34, .u-m-34{margin:%?34?%!important}.u-padding-34, .u-p-34{padding:%?34?%!important}.u-m-l-34{margin-left:%?34?%!important}.u-p-l-34{padding-left:%?34?%!important}.u-margin-left-34{margin-left:%?34?%!important}.u-padding-left-34{padding-left:%?34?%!important}.u-m-t-34{margin-top:%?34?%!important}.u-p-t-34{padding-top:%?34?%!important}.u-margin-top-34{margin-top:%?34?%!important}.u-padding-top-34{padding-top:%?34?%!important}.u-m-r-34{margin-right:%?34?%!important}.u-p-r-34{padding-right:%?34?%!important}.u-margin-right-34{margin-right:%?34?%!important}.u-padding-right-34{padding-right:%?34?%!important}.u-m-b-34{margin-bottom:%?34?%!important}.u-p-b-34{padding-bottom:%?34?%!important}.u-margin-bottom-34{margin-bottom:%?34?%!important}.u-padding-bottom-34{padding-bottom:%?34?%!important}.u-margin-35, .u-m-35{margin:%?35?%!important}.u-padding-35, .u-p-35{padding:%?35?%!important}.u-m-l-35{margin-left:%?35?%!important}.u-p-l-35{padding-left:%?35?%!important}.u-margin-left-35{margin-left:%?35?%!important}.u-padding-left-35{padding-left:%?35?%!important}.u-m-t-35{margin-top:%?35?%!important}.u-p-t-35{padding-top:%?35?%!important}.u-margin-top-35{margin-top:%?35?%!important}.u-padding-top-35{padding-top:%?35?%!important}.u-m-r-35{margin-right:%?35?%!important}.u-p-r-35{padding-right:%?35?%!important}.u-margin-right-35{margin-right:%?35?%!important}.u-padding-right-35{padding-right:%?35?%!important}.u-m-b-35{margin-bottom:%?35?%!important}.u-p-b-35{padding-bottom:%?35?%!important}.u-margin-bottom-35{margin-bottom:%?35?%!important}.u-padding-bottom-35{padding-bottom:%?35?%!important}.u-margin-36, .u-m-36{margin:%?36?%!important}.u-padding-36, .u-p-36{padding:%?36?%!important}.u-m-l-36{margin-left:%?36?%!important}.u-p-l-36{padding-left:%?36?%!important}.u-margin-left-36{margin-left:%?36?%!important}.u-padding-left-36{padding-left:%?36?%!important}.u-m-t-36{margin-top:%?36?%!important}.u-p-t-36{padding-top:%?36?%!important}.u-margin-top-36{margin-top:%?36?%!important}.u-padding-top-36{padding-top:%?36?%!important}.u-m-r-36{margin-right:%?36?%!important}.u-p-r-36{padding-right:%?36?%!important}.u-margin-right-36{margin-right:%?36?%!important}.u-padding-right-36{padding-right:%?36?%!important}.u-m-b-36{margin-bottom:%?36?%!important}.u-p-b-36{padding-bottom:%?36?%!important}.u-margin-bottom-36{margin-bottom:%?36?%!important}.u-padding-bottom-36{padding-bottom:%?36?%!important}.u-margin-38, .u-m-38{margin:%?38?%!important}.u-padding-38, .u-p-38{padding:%?38?%!important}.u-m-l-38{margin-left:%?38?%!important}.u-p-l-38{padding-left:%?38?%!important}.u-margin-left-38{margin-left:%?38?%!important}.u-padding-left-38{padding-left:%?38?%!important}.u-m-t-38{margin-top:%?38?%!important}.u-p-t-38{padding-top:%?38?%!important}.u-margin-top-38{margin-top:%?38?%!important}.u-padding-top-38{padding-top:%?38?%!important}.u-m-r-38{margin-right:%?38?%!important}.u-p-r-38{padding-right:%?38?%!important}.u-margin-right-38{margin-right:%?38?%!important}.u-padding-right-38{padding-right:%?38?%!important}.u-m-b-38{margin-bottom:%?38?%!important}.u-p-b-38{padding-bottom:%?38?%!important}.u-margin-bottom-38{margin-bottom:%?38?%!important}.u-padding-bottom-38{padding-bottom:%?38?%!important}.u-margin-40, .u-m-40{margin:%?40?%!important}.u-padding-40, .u-p-40{padding:%?40?%!important}.u-m-l-40{margin-left:%?40?%!important}.u-p-l-40{padding-left:%?40?%!important}.u-margin-left-40{margin-left:%?40?%!important}.u-padding-left-40{padding-left:%?40?%!important}.u-m-t-40{margin-top:%?40?%!important}.u-p-t-40{padding-top:%?40?%!important}.u-margin-top-40{margin-top:%?40?%!important}.u-padding-top-40{padding-top:%?40?%!important}.u-m-r-40{margin-right:%?40?%!important}.u-p-r-40{padding-right:%?40?%!important}.u-margin-right-40{margin-right:%?40?%!important}.u-padding-right-40{padding-right:%?40?%!important}.u-m-b-40{margin-bottom:%?40?%!important}.u-p-b-40{padding-bottom:%?40?%!important}.u-margin-bottom-40{margin-bottom:%?40?%!important}.u-padding-bottom-40{padding-bottom:%?40?%!important}.u-margin-42, .u-m-42{margin:%?42?%!important}.u-padding-42, .u-p-42{padding:%?42?%!important}.u-m-l-42{margin-left:%?42?%!important}.u-p-l-42{padding-left:%?42?%!important}.u-margin-left-42{margin-left:%?42?%!important}.u-padding-left-42{padding-left:%?42?%!important}.u-m-t-42{margin-top:%?42?%!important}.u-p-t-42{padding-top:%?42?%!important}.u-margin-top-42{margin-top:%?42?%!important}.u-padding-top-42{padding-top:%?42?%!important}.u-m-r-42{margin-right:%?42?%!important}.u-p-r-42{padding-right:%?42?%!important}.u-margin-right-42{margin-right:%?42?%!important}.u-padding-right-42{padding-right:%?42?%!important}.u-m-b-42{margin-bottom:%?42?%!important}.u-p-b-42{padding-bottom:%?42?%!important}.u-margin-bottom-42{margin-bottom:%?42?%!important}.u-padding-bottom-42{padding-bottom:%?42?%!important}.u-margin-44, .u-m-44{margin:%?44?%!important}.u-padding-44, .u-p-44{padding:%?44?%!important}.u-m-l-44{margin-left:%?44?%!important}.u-p-l-44{padding-left:%?44?%!important}.u-margin-left-44{margin-left:%?44?%!important}.u-padding-left-44{padding-left:%?44?%!important}.u-m-t-44{margin-top:%?44?%!important}.u-p-t-44{padding-top:%?44?%!important}.u-margin-top-44{margin-top:%?44?%!important}.u-padding-top-44{padding-top:%?44?%!important}.u-m-r-44{margin-right:%?44?%!important}.u-p-r-44{padding-right:%?44?%!important}.u-margin-right-44{margin-right:%?44?%!important}.u-padding-right-44{padding-right:%?44?%!important}.u-m-b-44{margin-bottom:%?44?%!important}.u-p-b-44{padding-bottom:%?44?%!important}.u-margin-bottom-44{margin-bottom:%?44?%!important}.u-padding-bottom-44{padding-bottom:%?44?%!important}.u-margin-45, .u-m-45{margin:%?45?%!important}.u-padding-45, .u-p-45{padding:%?45?%!important}.u-m-l-45{margin-left:%?45?%!important}.u-p-l-45{padding-left:%?45?%!important}.u-margin-left-45{margin-left:%?45?%!important}.u-padding-left-45{padding-left:%?45?%!important}.u-m-t-45{margin-top:%?45?%!important}.u-p-t-45{padding-top:%?45?%!important}.u-margin-top-45{margin-top:%?45?%!important}.u-padding-top-45{padding-top:%?45?%!important}.u-m-r-45{margin-right:%?45?%!important}.u-p-r-45{padding-right:%?45?%!important}.u-margin-right-45{margin-right:%?45?%!important}.u-padding-right-45{padding-right:%?45?%!important}.u-m-b-45{margin-bottom:%?45?%!important}.u-p-b-45{padding-bottom:%?45?%!important}.u-margin-bottom-45{margin-bottom:%?45?%!important}.u-padding-bottom-45{padding-bottom:%?45?%!important}.u-margin-46, .u-m-46{margin:%?46?%!important}.u-padding-46, .u-p-46{padding:%?46?%!important}.u-m-l-46{margin-left:%?46?%!important}.u-p-l-46{padding-left:%?46?%!important}.u-margin-left-46{margin-left:%?46?%!important}.u-padding-left-46{padding-left:%?46?%!important}.u-m-t-46{margin-top:%?46?%!important}.u-p-t-46{padding-top:%?46?%!important}.u-margin-top-46{margin-top:%?46?%!important}.u-padding-top-46{padding-top:%?46?%!important}.u-m-r-46{margin-right:%?46?%!important}.u-p-r-46{padding-right:%?46?%!important}.u-margin-right-46{margin-right:%?46?%!important}.u-padding-right-46{padding-right:%?46?%!important}.u-m-b-46{margin-bottom:%?46?%!important}.u-p-b-46{padding-bottom:%?46?%!important}.u-margin-bottom-46{margin-bottom:%?46?%!important}.u-padding-bottom-46{padding-bottom:%?46?%!important}.u-margin-48, .u-m-48{margin:%?48?%!important}.u-padding-48, .u-p-48{padding:%?48?%!important}.u-m-l-48{margin-left:%?48?%!important}.u-p-l-48{padding-left:%?48?%!important}.u-margin-left-48{margin-left:%?48?%!important}.u-padding-left-48{padding-left:%?48?%!important}.u-m-t-48{margin-top:%?48?%!important}.u-p-t-48{padding-top:%?48?%!important}.u-margin-top-48{margin-top:%?48?%!important}.u-padding-top-48{padding-top:%?48?%!important}.u-m-r-48{margin-right:%?48?%!important}.u-p-r-48{padding-right:%?48?%!important}.u-margin-right-48{margin-right:%?48?%!important}.u-padding-right-48{padding-right:%?48?%!important}.u-m-b-48{margin-bottom:%?48?%!important}.u-p-b-48{padding-bottom:%?48?%!important}.u-margin-bottom-48{margin-bottom:%?48?%!important}.u-padding-bottom-48{padding-bottom:%?48?%!important}.u-margin-50, .u-m-50{margin:%?50?%!important}.u-padding-50, .u-p-50{padding:%?50?%!important}.u-m-l-50{margin-left:%?50?%!important}.u-p-l-50{padding-left:%?50?%!important}.u-margin-left-50{margin-left:%?50?%!important}.u-padding-left-50{padding-left:%?50?%!important}.u-m-t-50{margin-top:%?50?%!important}.u-p-t-50{padding-top:%?50?%!important}.u-margin-top-50{margin-top:%?50?%!important}.u-padding-top-50{padding-top:%?50?%!important}.u-m-r-50{margin-right:%?50?%!important}.u-p-r-50{padding-right:%?50?%!important}.u-margin-right-50{margin-right:%?50?%!important}.u-padding-right-50{padding-right:%?50?%!important}.u-m-b-50{margin-bottom:%?50?%!important}.u-p-b-50{padding-bottom:%?50?%!important}.u-margin-bottom-50{margin-bottom:%?50?%!important}.u-padding-bottom-50{padding-bottom:%?50?%!important}.u-margin-52, .u-m-52{margin:%?52?%!important}.u-padding-52, .u-p-52{padding:%?52?%!important}.u-m-l-52{margin-left:%?52?%!important}.u-p-l-52{padding-left:%?52?%!important}.u-margin-left-52{margin-left:%?52?%!important}.u-padding-left-52{padding-left:%?52?%!important}.u-m-t-52{margin-top:%?52?%!important}.u-p-t-52{padding-top:%?52?%!important}.u-margin-top-52{margin-top:%?52?%!important}.u-padding-top-52{padding-top:%?52?%!important}.u-m-r-52{margin-right:%?52?%!important}.u-p-r-52{padding-right:%?52?%!important}.u-margin-right-52{margin-right:%?52?%!important}.u-padding-right-52{padding-right:%?52?%!important}.u-m-b-52{margin-bottom:%?52?%!important}.u-p-b-52{padding-bottom:%?52?%!important}.u-margin-bottom-52{margin-bottom:%?52?%!important}.u-padding-bottom-52{padding-bottom:%?52?%!important}.u-margin-54, .u-m-54{margin:%?54?%!important}.u-padding-54, .u-p-54{padding:%?54?%!important}.u-m-l-54{margin-left:%?54?%!important}.u-p-l-54{padding-left:%?54?%!important}.u-margin-left-54{margin-left:%?54?%!important}.u-padding-left-54{padding-left:%?54?%!important}.u-m-t-54{margin-top:%?54?%!important}.u-p-t-54{padding-top:%?54?%!important}.u-margin-top-54{margin-top:%?54?%!important}.u-padding-top-54{padding-top:%?54?%!important}.u-m-r-54{margin-right:%?54?%!important}.u-p-r-54{padding-right:%?54?%!important}.u-margin-right-54{margin-right:%?54?%!important}.u-padding-right-54{padding-right:%?54?%!important}.u-m-b-54{margin-bottom:%?54?%!important}.u-p-b-54{padding-bottom:%?54?%!important}.u-margin-bottom-54{margin-bottom:%?54?%!important}.u-padding-bottom-54{padding-bottom:%?54?%!important}.u-margin-55, .u-m-55{margin:%?55?%!important}.u-padding-55, .u-p-55{padding:%?55?%!important}.u-m-l-55{margin-left:%?55?%!important}.u-p-l-55{padding-left:%?55?%!important}.u-margin-left-55{margin-left:%?55?%!important}.u-padding-left-55{padding-left:%?55?%!important}.u-m-t-55{margin-top:%?55?%!important}.u-p-t-55{padding-top:%?55?%!important}.u-margin-top-55{margin-top:%?55?%!important}.u-padding-top-55{padding-top:%?55?%!important}.u-m-r-55{margin-right:%?55?%!important}.u-p-r-55{padding-right:%?55?%!important}.u-margin-right-55{margin-right:%?55?%!important}.u-padding-right-55{padding-right:%?55?%!important}.u-m-b-55{margin-bottom:%?55?%!important}.u-p-b-55{padding-bottom:%?55?%!important}.u-margin-bottom-55{margin-bottom:%?55?%!important}.u-padding-bottom-55{padding-bottom:%?55?%!important}.u-margin-56, .u-m-56{margin:%?56?%!important}.u-padding-56, .u-p-56{padding:%?56?%!important}.u-m-l-56{margin-left:%?56?%!important}.u-p-l-56{padding-left:%?56?%!important}.u-margin-left-56{margin-left:%?56?%!important}.u-padding-left-56{padding-left:%?56?%!important}.u-m-t-56{margin-top:%?56?%!important}.u-p-t-56{padding-top:%?56?%!important}.u-margin-top-56{margin-top:%?56?%!important}.u-padding-top-56{padding-top:%?56?%!important}.u-m-r-56{margin-right:%?56?%!important}.u-p-r-56{padding-right:%?56?%!important}.u-margin-right-56{margin-right:%?56?%!important}.u-padding-right-56{padding-right:%?56?%!important}.u-m-b-56{margin-bottom:%?56?%!important}.u-p-b-56{padding-bottom:%?56?%!important}.u-margin-bottom-56{margin-bottom:%?56?%!important}.u-padding-bottom-56{padding-bottom:%?56?%!important}.u-margin-58, .u-m-58{margin:%?58?%!important}.u-padding-58, .u-p-58{padding:%?58?%!important}.u-m-l-58{margin-left:%?58?%!important}.u-p-l-58{padding-left:%?58?%!important}.u-margin-left-58{margin-left:%?58?%!important}.u-padding-left-58{padding-left:%?58?%!important}.u-m-t-58{margin-top:%?58?%!important}.u-p-t-58{padding-top:%?58?%!important}.u-margin-top-58{margin-top:%?58?%!important}.u-padding-top-58{padding-top:%?58?%!important}.u-m-r-58{margin-right:%?58?%!important}.u-p-r-58{padding-right:%?58?%!important}.u-margin-right-58{margin-right:%?58?%!important}.u-padding-right-58{padding-right:%?58?%!important}.u-m-b-58{margin-bottom:%?58?%!important}.u-p-b-58{padding-bottom:%?58?%!important}.u-margin-bottom-58{margin-bottom:%?58?%!important}.u-padding-bottom-58{padding-bottom:%?58?%!important}.u-margin-60, .u-m-60{margin:%?60?%!important}.u-padding-60, .u-p-60{padding:%?60?%!important}.u-m-l-60{margin-left:%?60?%!important}.u-p-l-60{padding-left:%?60?%!important}.u-margin-left-60{margin-left:%?60?%!important}.u-padding-left-60{padding-left:%?60?%!important}.u-m-t-60{margin-top:%?60?%!important}.u-p-t-60{padding-top:%?60?%!important}.u-margin-top-60{margin-top:%?60?%!important}.u-padding-top-60{padding-top:%?60?%!important}.u-m-r-60{margin-right:%?60?%!important}.u-p-r-60{padding-right:%?60?%!important}.u-margin-right-60{margin-right:%?60?%!important}.u-padding-right-60{padding-right:%?60?%!important}.u-m-b-60{margin-bottom:%?60?%!important}.u-p-b-60{padding-bottom:%?60?%!important}.u-margin-bottom-60{margin-bottom:%?60?%!important}.u-padding-bottom-60{padding-bottom:%?60?%!important}.u-margin-62, .u-m-62{margin:%?62?%!important}.u-padding-62, .u-p-62{padding:%?62?%!important}.u-m-l-62{margin-left:%?62?%!important}.u-p-l-62{padding-left:%?62?%!important}.u-margin-left-62{margin-left:%?62?%!important}.u-padding-left-62{padding-left:%?62?%!important}.u-m-t-62{margin-top:%?62?%!important}.u-p-t-62{padding-top:%?62?%!important}.u-margin-top-62{margin-top:%?62?%!important}.u-padding-top-62{padding-top:%?62?%!important}.u-m-r-62{margin-right:%?62?%!important}.u-p-r-62{padding-right:%?62?%!important}.u-margin-right-62{margin-right:%?62?%!important}.u-padding-right-62{padding-right:%?62?%!important}.u-m-b-62{margin-bottom:%?62?%!important}.u-p-b-62{padding-bottom:%?62?%!important}.u-margin-bottom-62{margin-bottom:%?62?%!important}.u-padding-bottom-62{padding-bottom:%?62?%!important}.u-margin-64, .u-m-64{margin:%?64?%!important}.u-padding-64, .u-p-64{padding:%?64?%!important}.u-m-l-64{margin-left:%?64?%!important}.u-p-l-64{padding-left:%?64?%!important}.u-margin-left-64{margin-left:%?64?%!important}.u-padding-left-64{padding-left:%?64?%!important}.u-m-t-64{margin-top:%?64?%!important}.u-p-t-64{padding-top:%?64?%!important}.u-margin-top-64{margin-top:%?64?%!important}.u-padding-top-64{padding-top:%?64?%!important}.u-m-r-64{margin-right:%?64?%!important}.u-p-r-64{padding-right:%?64?%!important}.u-margin-right-64{margin-right:%?64?%!important}.u-padding-right-64{padding-right:%?64?%!important}.u-m-b-64{margin-bottom:%?64?%!important}.u-p-b-64{padding-bottom:%?64?%!important}.u-margin-bottom-64{margin-bottom:%?64?%!important}.u-padding-bottom-64{padding-bottom:%?64?%!important}.u-margin-65, .u-m-65{margin:%?65?%!important}.u-padding-65, .u-p-65{padding:%?65?%!important}.u-m-l-65{margin-left:%?65?%!important}.u-p-l-65{padding-left:%?65?%!important}.u-margin-left-65{margin-left:%?65?%!important}.u-padding-left-65{padding-left:%?65?%!important}.u-m-t-65{margin-top:%?65?%!important}.u-p-t-65{padding-top:%?65?%!important}.u-margin-top-65{margin-top:%?65?%!important}.u-padding-top-65{padding-top:%?65?%!important}.u-m-r-65{margin-right:%?65?%!important}.u-p-r-65{padding-right:%?65?%!important}.u-margin-right-65{margin-right:%?65?%!important}.u-padding-right-65{padding-right:%?65?%!important}.u-m-b-65{margin-bottom:%?65?%!important}.u-p-b-65{padding-bottom:%?65?%!important}.u-margin-bottom-65{margin-bottom:%?65?%!important}.u-padding-bottom-65{padding-bottom:%?65?%!important}.u-margin-66, .u-m-66{margin:%?66?%!important}.u-padding-66, .u-p-66{padding:%?66?%!important}.u-m-l-66{margin-left:%?66?%!important}.u-p-l-66{padding-left:%?66?%!important}.u-margin-left-66{margin-left:%?66?%!important}.u-padding-left-66{padding-left:%?66?%!important}.u-m-t-66{margin-top:%?66?%!important}.u-p-t-66{padding-top:%?66?%!important}.u-margin-top-66{margin-top:%?66?%!important}.u-padding-top-66{padding-top:%?66?%!important}.u-m-r-66{margin-right:%?66?%!important}.u-p-r-66{padding-right:%?66?%!important}.u-margin-right-66{margin-right:%?66?%!important}.u-padding-right-66{padding-right:%?66?%!important}.u-m-b-66{margin-bottom:%?66?%!important}.u-p-b-66{padding-bottom:%?66?%!important}.u-margin-bottom-66{margin-bottom:%?66?%!important}.u-padding-bottom-66{padding-bottom:%?66?%!important}.u-margin-68, .u-m-68{margin:%?68?%!important}.u-padding-68, .u-p-68{padding:%?68?%!important}.u-m-l-68{margin-left:%?68?%!important}.u-p-l-68{padding-left:%?68?%!important}.u-margin-left-68{margin-left:%?68?%!important}.u-padding-left-68{padding-left:%?68?%!important}.u-m-t-68{margin-top:%?68?%!important}.u-p-t-68{padding-top:%?68?%!important}.u-margin-top-68{margin-top:%?68?%!important}.u-padding-top-68{padding-top:%?68?%!important}.u-m-r-68{margin-right:%?68?%!important}.u-p-r-68{padding-right:%?68?%!important}.u-margin-right-68{margin-right:%?68?%!important}.u-padding-right-68{padding-right:%?68?%!important}.u-m-b-68{margin-bottom:%?68?%!important}.u-p-b-68{padding-bottom:%?68?%!important}.u-margin-bottom-68{margin-bottom:%?68?%!important}.u-padding-bottom-68{padding-bottom:%?68?%!important}.u-margin-70, .u-m-70{margin:%?70?%!important}.u-padding-70, .u-p-70{padding:%?70?%!important}.u-m-l-70{margin-left:%?70?%!important}.u-p-l-70{padding-left:%?70?%!important}.u-margin-left-70{margin-left:%?70?%!important}.u-padding-left-70{padding-left:%?70?%!important}.u-m-t-70{margin-top:%?70?%!important}.u-p-t-70{padding-top:%?70?%!important}.u-margin-top-70{margin-top:%?70?%!important}.u-padding-top-70{padding-top:%?70?%!important}.u-m-r-70{margin-right:%?70?%!important}.u-p-r-70{padding-right:%?70?%!important}.u-margin-right-70{margin-right:%?70?%!important}.u-padding-right-70{padding-right:%?70?%!important}.u-m-b-70{margin-bottom:%?70?%!important}.u-p-b-70{padding-bottom:%?70?%!important}.u-margin-bottom-70{margin-bottom:%?70?%!important}.u-padding-bottom-70{padding-bottom:%?70?%!important}.u-margin-72, .u-m-72{margin:%?72?%!important}.u-padding-72, .u-p-72{padding:%?72?%!important}.u-m-l-72{margin-left:%?72?%!important}.u-p-l-72{padding-left:%?72?%!important}.u-margin-left-72{margin-left:%?72?%!important}.u-padding-left-72{padding-left:%?72?%!important}.u-m-t-72{margin-top:%?72?%!important}.u-p-t-72{padding-top:%?72?%!important}.u-margin-top-72{margin-top:%?72?%!important}.u-padding-top-72{padding-top:%?72?%!important}.u-m-r-72{margin-right:%?72?%!important}.u-p-r-72{padding-right:%?72?%!important}.u-margin-right-72{margin-right:%?72?%!important}.u-padding-right-72{padding-right:%?72?%!important}.u-m-b-72{margin-bottom:%?72?%!important}.u-p-b-72{padding-bottom:%?72?%!important}.u-margin-bottom-72{margin-bottom:%?72?%!important}.u-padding-bottom-72{padding-bottom:%?72?%!important}.u-margin-74, .u-m-74{margin:%?74?%!important}.u-padding-74, .u-p-74{padding:%?74?%!important}.u-m-l-74{margin-left:%?74?%!important}.u-p-l-74{padding-left:%?74?%!important}.u-margin-left-74{margin-left:%?74?%!important}.u-padding-left-74{padding-left:%?74?%!important}.u-m-t-74{margin-top:%?74?%!important}.u-p-t-74{padding-top:%?74?%!important}.u-margin-top-74{margin-top:%?74?%!important}.u-padding-top-74{padding-top:%?74?%!important}.u-m-r-74{margin-right:%?74?%!important}.u-p-r-74{padding-right:%?74?%!important}.u-margin-right-74{margin-right:%?74?%!important}.u-padding-right-74{padding-right:%?74?%!important}.u-m-b-74{margin-bottom:%?74?%!important}.u-p-b-74{padding-bottom:%?74?%!important}.u-margin-bottom-74{margin-bottom:%?74?%!important}.u-padding-bottom-74{padding-bottom:%?74?%!important}.u-margin-75, .u-m-75{margin:%?75?%!important}.u-padding-75, .u-p-75{padding:%?75?%!important}.u-m-l-75{margin-left:%?75?%!important}.u-p-l-75{padding-left:%?75?%!important}.u-margin-left-75{margin-left:%?75?%!important}.u-padding-left-75{padding-left:%?75?%!important}.u-m-t-75{margin-top:%?75?%!important}.u-p-t-75{padding-top:%?75?%!important}.u-margin-top-75{margin-top:%?75?%!important}.u-padding-top-75{padding-top:%?75?%!important}.u-m-r-75{margin-right:%?75?%!important}.u-p-r-75{padding-right:%?75?%!important}.u-margin-right-75{margin-right:%?75?%!important}.u-padding-right-75{padding-right:%?75?%!important}.u-m-b-75{margin-bottom:%?75?%!important}.u-p-b-75{padding-bottom:%?75?%!important}.u-margin-bottom-75{margin-bottom:%?75?%!important}.u-padding-bottom-75{padding-bottom:%?75?%!important}.u-margin-76, .u-m-76{margin:%?76?%!important}.u-padding-76, .u-p-76{padding:%?76?%!important}.u-m-l-76{margin-left:%?76?%!important}.u-p-l-76{padding-left:%?76?%!important}.u-margin-left-76{margin-left:%?76?%!important}.u-padding-left-76{padding-left:%?76?%!important}.u-m-t-76{margin-top:%?76?%!important}.u-p-t-76{padding-top:%?76?%!important}.u-margin-top-76{margin-top:%?76?%!important}.u-padding-top-76{padding-top:%?76?%!important}.u-m-r-76{margin-right:%?76?%!important}.u-p-r-76{padding-right:%?76?%!important}.u-margin-right-76{margin-right:%?76?%!important}.u-padding-right-76{padding-right:%?76?%!important}.u-m-b-76{margin-bottom:%?76?%!important}.u-p-b-76{padding-bottom:%?76?%!important}.u-margin-bottom-76{margin-bottom:%?76?%!important}.u-padding-bottom-76{padding-bottom:%?76?%!important}.u-margin-78, .u-m-78{margin:%?78?%!important}.u-padding-78, .u-p-78{padding:%?78?%!important}.u-m-l-78{margin-left:%?78?%!important}.u-p-l-78{padding-left:%?78?%!important}.u-margin-left-78{margin-left:%?78?%!important}.u-padding-left-78{padding-left:%?78?%!important}.u-m-t-78{margin-top:%?78?%!important}.u-p-t-78{padding-top:%?78?%!important}.u-margin-top-78{margin-top:%?78?%!important}.u-padding-top-78{padding-top:%?78?%!important}.u-m-r-78{margin-right:%?78?%!important}.u-p-r-78{padding-right:%?78?%!important}.u-margin-right-78{margin-right:%?78?%!important}.u-padding-right-78{padding-right:%?78?%!important}.u-m-b-78{margin-bottom:%?78?%!important}.u-p-b-78{padding-bottom:%?78?%!important}.u-margin-bottom-78{margin-bottom:%?78?%!important}.u-padding-bottom-78{padding-bottom:%?78?%!important}.u-margin-80, .u-m-80{margin:%?80?%!important}.u-padding-80, .u-p-80{padding:%?80?%!important}.u-m-l-80{margin-left:%?80?%!important}.u-p-l-80{padding-left:%?80?%!important}.u-margin-left-80{margin-left:%?80?%!important}.u-padding-left-80{padding-left:%?80?%!important}.u-m-t-80{margin-top:%?80?%!important}.u-p-t-80{padding-top:%?80?%!important}.u-margin-top-80{margin-top:%?80?%!important}.u-padding-top-80{padding-top:%?80?%!important}.u-m-r-80{margin-right:%?80?%!important}.u-p-r-80{padding-right:%?80?%!important}.u-margin-right-80{margin-right:%?80?%!important}.u-padding-right-80{padding-right:%?80?%!important}.u-m-b-80{margin-bottom:%?80?%!important}.u-p-b-80{padding-bottom:%?80?%!important}.u-margin-bottom-80{margin-bottom:%?80?%!important}.u-padding-bottom-80{padding-bottom:%?80?%!important}.u-type-primary-light{color:#ecf5ff}.u-type-warning-light{color:#fdf6ec}.u-type-success-light{color:#dbf1e1}.u-type-error-light{color:#fef0f0}.u-type-info-light{color:#f4f4f5}.u-type-primary-light-bg{background-color:#ecf5ff}.u-type-warning-light-bg{background-color:#fdf6ec}.u-type-success-light-bg{background-color:#dbf1e1}.u-type-error-light-bg{background-color:#fef0f0}.u-type-info-light-bg{background-color:#f4f4f5}.u-type-primary-dark{color:#2b85e4}.u-type-warning-dark{color:#f29100}.u-type-success-dark{color:#18b566}.u-type-error-dark{color:#dd6161}.u-type-info-dark{color:#82848a}.u-type-primary-dark-bg{background-color:#2b85e4}.u-type-warning-dark-bg{background-color:#f29100}.u-type-success-dark-bg{background-color:#18b566}.u-type-error-dark-bg{background-color:#dd6161}.u-type-info-dark-bg{background-color:#82848a}.u-type-primary-disabled{color:#a0cfff}.u-type-warning-disabled{color:#fcbd71}.u-type-success-disabled{color:#71d5a1}.u-type-error-disabled{color:#fab6b6}.u-type-info-disabled{color:#c8c9cc}.u-type-primary{color:#2979ff}.u-type-warning{color:#f90}.u-type-success{color:#19be6b}.u-type-error{color:#fa3534}.u-type-info{color:#909399}.u-type-primary-bg{background-color:#2979ff}.u-type-warning-bg{background-color:#f90}.u-type-success-bg{background-color:#19be6b}.u-type-error-bg{background-color:#fa3534}.u-type-info-bg{background-color:#909399}.u-main-color{color:#303133}.u-content-color{color:#606266}.u-tips-color{color:#909399}.u-light-color{color:#c0c4cc}uni-page-body{color:#303133;font-size:%?28?%}\r\n/* start--去除webkit的默认样式--start */.u-fix-ios-appearance{-webkit-appearance:none}\r\n/* end--去除webkit的默认样式--end */\r\n/* start--icon图标外层套一个view,让其达到更好的垂直居中的效果--start */.u-icon-wrap{display:flex;align-items:center}\r\n/* end-icon图标外层套一个view,让其达到更好的垂直居中的效果--end */\r\n/* start--iPhoneX底部安全区定义--start */.safe-area-inset-bottom{padding-bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}\r\n/* end-iPhoneX底部安全区定义--end */\r\n/* start--各种hover点击反馈相关的类名-start */.u-hover-class{opacity:.6}.u-cell-hover{background-color:#f7f8f9!important}\r\n/* end--各种hover点击反馈相关的类名--end */\r\n/* start--文本行数限制--start */.u-line-1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.u-line-2{-webkit-line-clamp:2}.u-line-3{-webkit-line-clamp:3}.u-line-4{-webkit-line-clamp:4}.u-line-5{-webkit-line-clamp:5}.u-line-2, .u-line-3, .u-line-4, .u-line-5{overflow:hidden;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}\r\n/* end--文本行数限制--end */\r\n/* start--Retina 屏幕下的 1px 边框--start */.u-border,\r\n.u-border-bottom,\r\n.u-border-left,\r\n.u-border-right,\r\n.u-border-top,\r\n.u-border-top-bottom{position:relative}.u-border-bottom:after,\r\n.u-border-left:after,\r\n.u-border-right:after,\r\n.u-border-top-bottom:after,\r\n.u-border-top:after,\r\n.u-border:after{content:" ";position:absolute;left:0;top:0;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;width:199.8%;height:199.7%;-webkit-transform:scale(.5);transform:scale(.5);border:0 solid #e4e7ed;z-index:2}.u-border-top:after{border-top-width:1px}.u-border-left:after{border-left-width:1px}.u-border-right:after{border-right-width:1px}.u-border-bottom:after{border-bottom-width:1px}.u-border-top-bottom:after{border-width:1px 0}.u-border:after{border-width:1px}\r\n/* end--Retina 屏幕下的 1px 边框--end */\r\n/* start--clearfix--start */.u-clearfix:after,\r\n.clearfix:after{content:"";display:table;clear:both}\r\n/* end--clearfix--end */\r\n/* start--高斯模糊tabbar底部处理--start */.u-blur-effect-inset{width:%?750?%;height:var(--window-bottom);background-color:#fff}\r\n/* end--高斯模糊tabbar底部处理--end */\r\n/* start--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--start */uni-toast{z-index:10090}uni-toast .uni-toast{z-index:10090}\r\n/* end--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--end */\r\n/* H5的时候,隐藏滚动条 */::-webkit-scrollbar{display:none;width:0!important;height:0!important;-webkit-appearance:none;background:transparent}uni-rich-text img{max-width:100%!important}.pic-img{width:100%;height:100%}.default-img{background:url('+i+") no-repeat 50%;background-size:100% 100%}.line1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wid{width:100%}.fs4{font-size:%?4?%}.fs18{font-size:%?18?%}.fs20{font-size:%?20?%}.fs22{font-size:%?22?%}.fs24{font-size:%?24?%}.fs26{font-size:%?26?%}.fs28{font-size:%?28?%}.fs30{font-size:%?30?%}.fs32{font-size:%?32?%}.fs34{font-size:%?34?%}.fs36{font-size:%?36?%}.fs38{font-size:%?38?%}.fs40{font-size:%?40?%}.fs42{font-size:%?42?%}.fs44{font-size:%?44?%}.fs46{font-size:%?46?%}.fs48{font-size:%?46?%}.fs50{font-size:%?50?%}.fs60{font-size:%?60?%}.fs-bold{font-weight:700}.fs-weight-300{font-weight:300}.fs-weight-200{font-weight:200}.fs-weight-400{font-weight:400}.flex-display{display:flex}.flex-center{display:flex;justify-content:center}.flex-items{display:flex;align-items:center}.flex-items-plus{display:flex;justify-content:center;align-items:center}.flex-start{display:flex;justify-content:flex-start}.flex-end{display:flex;justify-content:flex-end}.flex-end-plus{display:flex;justify-content:flex-end;align-items:center}.flex-column{flex-direction:column}.flex-column-plus{display:flex;flex-direction:column}.flex-row{flex-direction:row}.flex-row-plus{display:flex;flex-direction:row}.flex-sp-around{justify-content:space-around}.flex-sp-between{justify-content:space-between}.text-align{text-align:center}.flex-wrap-1{display:flex;flex-wrap:wrap}.flex-nowrap-1{display:flex;flex-wrap:nowrap}.align-end{display:flex;align-items:flex-end}.align-sp-between{align-content:space-between}.mar-top-5{margin-top:%?5?%}.mar-top-10{margin-top:%?10?%}.mar-top-20{margin-top:%?20?%}.mar-top-30{margin-top:%?30?%}.mar-top-32{margin-top:%?32?%}.mar-top-36{margin-top:%?36?%}.mar-top-40{margin-top:%?40?%}.mar-top-50{margin-top:%?50?%}.mar-top-60{margin-top:%?60?%}.mar-top-70{margin-top:%?70?%}.mar-top-100{margin-top:%?100?%}.mar-top-percent40{margin-top:40%}.mar-top-half{margin-top:50%}.mar-left-6{margin-left:%?6?%}.mar-left-5{margin-left:%?5?%}.mar-left-10{margin-left:%?10?%}.mar-left-20{margin-left:%?20?%}.mar-left-30{margin-left:%?30?%}.mar-left-35{margin-left:%?35?%}.mar-left-40{margin-left:%?40?%}.mar-left-50{margin-left:%?50?%}.mar-left-60{margin-left:%?60?%}.mar-left-70{margin-left:%?70?%}.mar-right-10{margin-right:%?10?%}.mar-right-20{margin-right:%?20?%}.mar-right-25{margin-right:%?25?%}.mar-right-30{margin-right:%?30?%}.mar-right-35{margin-right:%?35?%}.mar-right-40{margin-right:%?40?%}.mar-right-50{margin-right:%?50?%}.pad-left-10{padding-left:%?10?%}.pad-left-20{padding-left:%?20?%}.pad-left-40{padding-left:%?40?%}.pad-right-20{padding-right:%?20?%}.pad-top-20{padding-top:%?20?%}.pad-top-40{padding-top:%?40?%}.pad-bot-20{padding-bottom:%?20?%}.pad-topbot-20{padding:%?20?% %?0?%}.pad-topbot-5{padding:%?0?% %?5?%}.pad-topbot-10{padding:%?0?% %?10?%}.pad-topbot-50{padding:%?50?% %?0?%}.pad-bot-20{padding-bottom:%?20?%}.pad-bot-30{padding-bottom:%?30?%}.pad-bot-40{padding-bottom:%?40?%}.pad-bot-100{padding-bottom:%?100?%}.pad-bot-140{padding-bottom:%?140?%}.bor-rad-30{border-radius:%?30?%}.bor-rad-45{border-radius:%?45?%}.bor-rad-half{border-radius:50%}.backColor{background-color:#009688}.backColorFFF{background-color:#fff}.pos-abs{position:absolute}.bor-bot-line{border-bottom:#c8c7cc %?1?% solid}.bor-line-F7F7F7{border-bottom:#f7f7f7 %?1?% solid}.bor-line-E5E5E5{border-bottom:#e5e5e5 %?1?% solid}.borRig-line-E5E5E5{border-right:#ddd %?2?% solid}.borRig-line-20{border-bottom:#f7f7f7 %?20?% solid}.font-color-red{color:red}.font-color-FFF{color:#fff}.font-color-8A734A{color:#8a734a}.font-color-71521B{color:#71521b}.font-color-222{color:#222}.font-color-333{color:#333}.font-color-666{color:#666}.font-color-999{color:#999}.font-color-656{color:#656565}.font-color-DDD{color:#ddd}.font-color-CCC{color:#ccc}.font-color-FFEBC4{color:#ffebc4}.font-color-1CC363{color:#1cc363}.font-color-47A7EE{color:#47a7ee}.font-color-C5AA7B{color:#c5aa7b}.font-color-FF7700{color:#f70}.font-color-FF7911{color:#ff7911}.font-color-80{color:grey}.font-color-DD{color:#dd524d}.font-color-C83732{color:#c83732}.font-color-3F{color:#3f536e}.font-color-009{color:#009688}.font-weight-500{font-weight:500}.font-weight-bold{font-weight:700}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflowNoDot{display:block;overflow:hidden}.discountsPriceLine{text-decoration:line-through}.border-bottom-Line{border-bottom:%?1?% solid #ededed}.decoration{text-decoration:line-through}.anonymous{margin-top:%?25?%}.anonymous .uni-checkbox-input{border-color:#c5aa7b!important;width:%?30?%;height:%?30?%}.anonymous .uni-checkbox-input-checked:before{font-size:%?30?%!important}.anonymous .uni-checkbox-input-checked{background:#c5aa7b}.footprint .itemList .uni-checkbox-input{border-color:#c5aa7b!important;width:%?36?%;height:%?36?%;border-radius:50%;margin-right:%?20?%}.footprint .itemList .uni-checkbox-input-checked:before{font-size:%?36?%!important}.footprint .itemList .uni-checkbox-input-checked{background:#c5aa7b}.itemInfo uni-slider{margin:0}.itemInfo uni-slider .uni-slider-thumb{display:none}.itemInfo uni-slider .uni-slider-handle-wrapper{height:%?18?%;border-radius:0;border:%?1?% solid #ff736c}.itemInfo uni-slider .uni-slider-track{border-radius:0}.itemInfo uni-slider .uni-slider-tap-area{flex:0 0 70%;padding:0}.uni-modal{padding:%?20?%;box-sizing:border-box}uni-modal .uni-modal__ft:after{border-top:none}uni-modal .uni-modal__btn{color:#333;border:%?2?% solid #333;font-weight:400;margin:0 %?10?%;font-size:%?28?%}.uni-tabbar .uni-tabbar__reddot{background:#c5aa7b;color:#fff}uni-checkbox:not([disabled]) .uni-checkbox-input:hover{border-color:#c5aa7b}.u-arrow{display:inline-block;width:%?20?%;height:%?20?%;border-top:%?1?% solid #999;border-right:%?1?% solid #999}.u-arrow-up{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.u-arrow-down{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.u-arrow-left{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.u-arrow-right{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.uni-picker-container .uni-picker-action.uni-picker-action-confirm{color:#c5aa7b}",""]),e.exports=t},1899:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1500;uni.showToast({title:e,icon:"none",duration:t})};t.default=n},"18b4":function(e,t,a){"use strict";var n;a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];a?n||(n=!0,"function"===typeof e&&e(),setTimeout((function(){n=!1}),t)):n||(n=!0,setTimeout((function(){n=!1,"function"===typeof e&&e()}),t))};t.default=o},"1ce1":function(e,t,a){"use strict";function n(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(e=e.toLowerCase(),e&&a.test(e)){if(4===e.length){for(var n="#",o=1;o<4;o+=1)n+=e.slice(o,o+1).concat(e.slice(o,o+1));e=n}for(var r=[],i=1;i<7;i+=2)r.push(parseInt("0x"+e.slice(i,i+2)));return t?"rgb(".concat(r[0],",").concat(r[1],",").concat(r[2],")"):r}if(/^(rgb|RGB)/.test(e)){var g=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return g.map((function(e){return Number(e)}))}return e}function o(e){var t=e;if(/^(rgb|RGB)/.test(t)){for(var a=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),n="#",o=0;o<a.length;o++){var r=Number(a[o]).toString(16);r=1==String(r).length?"0"+r:r,"0"===r&&(r+=r),n+=r}return 7!==n.length&&(n=t),n}if(!/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(t))return t;var i=t.replace(/#/,"").split("");if(6===i.length)return t;if(3===i.length){for(var g="#",u=0;u<i.length;u+=1)g+=i[u]+i[u];return g}}a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("aa9c"),a("5c47"),a("0506"),a("c223"),a("f7a5"),a("e966"),a("a1c1"),a("fd3c"),a("64aa"),a("c9b5"),a("bf0f"),a("ab80");var r={colorGradient:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=n(e,!1),i=r[0],g=r[1],u=r[2],p=n(t,!1),d=p[0],s=p[1],c=p[2],l=(d-i)/a,m=(s-g)/a,_=(c-u)/a,f=[],y=0;y<a;y++){var b=o("rgb("+Math.round(l*y+i)+","+Math.round(m*y+g)+","+Math.round(_*y+u)+")");f.push(b)}return f},hexToRgb:n,rgbToHex:o};t.default=r},"1e8b":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2");var o=n(a("83c8")),r=n(a("6d56")),i={onLoad:function(e){},onLaunch:function(e){e.query.token&&(uni.setStorageSync("storage_key",e.query),uni.setStorageSync("token",e.query.token)),e&&"pages_category_page1/goodsModule/goodsDetails"===e.path&&e.query&&(this.globalData.productShareItem=e.query),e&&"pages_category_page1/store/index"===e.path&&e.query&&(this.globalData.shopShareItem=e.query),e&&"pages_category_page1/distributionModule/recruit"===e.path&&e.query&&(this.globalData.distributeRecruitItem=e.query),e&&"pages_category_page1/goodsModule/inviteSpell"===e.path&&e.query&&(this.globalData.inviteSpellShareItem=e.query);var t=this;uni.getSystemInfo({success:function(e){console.log(e,"检查机型"),e.safeArea.top>20&&-1!==e.model.indexOf("iPhone")&&(t.globalData.isIphone=!0)}})},globalData:{isIphone:!1},methods:{bindSalesCustomer:function(e,t){e&&t&&o.default.request(r.default.BindSalesCustomer,{shopId:t,distributorId:e},"POST").then((function(e){uni.showToast({title:"绑定成功",icon:"none"})})).catch((function(e){uni.showToast({title:e.data.message,icon:"none"})}))}}};t.default=i},"1ebe":function(e,t,a){var n=a("b2d4");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=a("967d").default;o("7dc1cad2",n,!0,{sourceMap:!1,shadowMode:!1})},2827:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.jumpToTabbar=t.jump=t.goBack=t.getJumpParam=void 0;var o=n(a("fcf3"));a("c223"),a("d4b5");t.jump=function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"default";setTimeout((function(){t&&(e="".concat(e,"?detail=").concat(encodeURIComponent(JSON.stringify(t)))),"default"===n?uni.navigateTo({url:e}):"redirect"===n?uni.redirectTo({url:e}):uni.reLaunch({url:e})}),a)};t.jumpToTabbar=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;setTimeout((function(){uni.switchTab({url:e})}),t)};t.goBack=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;uni.navigateBack({delta:e})};t.getJumpParam=function(e){return"object"===(0,o.default)(e)&&null!==e&&void 0!==e&&e.detail?JSON.parse(decodeURIComponent(e.detail)):{}}},2831:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("64aa"),a("e966"),a("c9b5"),a("bf0f"),a("ab80");var o=n(a("8557a"));var r=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var a=(new Date).getTime()-e;a=parseInt(a/1e3);var n="";switch(!0){case a<300:n="刚刚";break;case a>=300&&a<3600:n=parseInt(a/60)+"分钟前";break;case a>=3600&&a<86400:n=parseInt(a/3600)+"小时前";break;case a>=86400&&a<2592e3:n=parseInt(a/86400)+"天前";break;default:n=!1===t?a>=2592e3&&a<31536e3?parseInt(a/2592e3)+"个月前":parseInt(a/31536e3)+"年前":(0,o.default)(e,t)}return n};t.default=r},"29c5":function(e,t,a){var n=a("1867");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var o=a("967d").default;o("ec2060a2",n,!0,{sourceMap:!1,shadowMode:!1})},"2c68":function(e,t,a){"use strict";var n=a("1ebe"),o=a.n(n);o.a},"322b":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));function r(e){switch((0,o.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}a("5c47"),a("0506"),a("c9b5"),a("bf0f"),a("ab80"),a("5ef2"),a("a1c1");var i={email:function(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)},mobile:function(e){return/^1[23456789]\d{9}$/.test(e)},url:function(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)},date:function(e){return!/Invalid|NaN/.test(new Date(e).toString())},dateISO:function(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)},number:function(e){return/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(e)},digits:function(e){return/^\d+$/.test(e)},idCard:function(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)},carNo:function(e){return 7===e.length?/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/.test(e):8===e.length&&/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/.test(e)},amount:function(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)},chinese:function(e){return/^[\u4e00-\u9fa5]+$/gi.test(e)},letter:function(e){return/^[a-zA-Z]*$/.test(e)},enOrNum:function(e){return/^[0-9a-zA-Z]*$/g.test(e)},contains:function(e,t){return e.indexOf(t)>=0},range:function(e,t){return e>=t[0]&&e<=t[1]},rangeLength:function(e,t){return e.length>=t[0]&&e.length<=t[1]},empty:r,isEmpty:r,jsonString:function(e){if("string"==typeof e)try{var t=JSON.parse(e);return!("object"!=(0,o.default)(t)||!t)}catch(a){return!1}return!1},landline:function(e){return/^\d{3,4}-\d{7,8}(-\d{3,4})?$/.test(e)},object:function(e){return"[object Object]"===Object.prototype.toString.call(e)},array:function(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}};t.default=i},"3a65":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("4100");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))};t.default=n},"3a6d":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));a("bf0f"),a("4626");var r=function e(t){if([null,void 0,NaN,!1].includes(t))return t;if("object"!==(0,o.default)(t)&&"function"!==typeof t)return t;var a=function(e){return"[object Array]"===Object.prototype.toString.call(e)}(t)?[]:{};for(var n in t)t.hasOwnProperty(n)&&(a[n]="object"===(0,o.default)(t[n])?e(t[n]):t[n]);return a};t.default=r},"3f48":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var a=this.$parent;while(a)if(a.$options.name!==e)a=a.$parent;else{var n=function(){var e={};if(Array.isArray(t))t.map((function(t){e[t]=a[t]?a[t]:""}));else for(var n in t)Array.isArray(t[n])?t[n].length?e[n]=t[n]:e[n]=a[n]:t[n].constructor===Object?Object.keys(t[n]).length?e[n]=t[n]:e[n]=a[n]:e[n]=t[n]||!1===t[n]?t[n]:a[n];return{v:e}}();if("object"===(0,o.default)(n))return n.v}return{}};var o=n(a("fcf3"));a("fd3c"),a("dc8a")},4948:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={primary:"#2979ff",primaryDark:"#2b85e4",primaryDisabled:"#a0cfff",primaryLight:"#ecf5ff",bgColor:"#f3f4f6",info:"#909399",infoDark:"#82848a",infoDisabled:"#c8c9cc",infoLight:"#f4f4f5",warning:"#ff9900",warningDark:"#f29100",warningDisabled:"#fcbd71",warningLight:"#fdf6ec",error:"#fa3534",errorDark:"#dd6161",errorDisabled:"#fab6b6",errorLight:"#fef0f0",success:"#19be6b",successDark:"#18b566",successDisabled:"#71d5a1",successLight:"#dbf1e1",mainColor:"#303133",contentColor:"#606266",tipsColor:"#909399",lightColor:"#c0c4cc",borderColor:"#e4e7ed"};t.default=n},"4ed6":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2"),a("aa9c"),a("bf0f"),a("2797");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",n=t?"?":"",o=[];-1==["indices","brackets","repeat","comma"].indexOf(a)&&(a="brackets");var r=function(t){var n=e[t];if(["",void 0,null].indexOf(n)>=0)return"continue";if(n.constructor===Array)switch(a){case"indices":for(var r=0;r<n.length;r++)o.push(t+"["+r+"]="+n[r]);break;case"brackets":n.forEach((function(e){o.push(t+"[]="+e)}));break;case"repeat":n.forEach((function(e){o.push(t+"="+e)}));break;case"comma":var i="";n.forEach((function(e){i+=(i?",":"")+e})),o.push(t+"="+i);break;default:n.forEach((function(e){o.push(t+"[]="+e)}))}else o.push(t+"="+n)};for(var i in e)r(i);return o.length?n+o.join("&"):""};t.default=n},5303:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.hideLoading=g,t.showLoading=i,t.showLoadingAuto=u;var o=n(a("9b8e")),r=n(a("14ef"));function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";r.default.commit("SET_SHOW_LOADING",{flag:!0,info:e})}function g(){r.default.commit("SET_SHOW_LOADING",{flag:!1,info:""})}function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2e3;r.default.commit("SET_SHOW_LOADING",{flag:!0,info:e}),setTimeout((function(){r.default.commit("SET_SHOW_LOADING",{flag:!1,info:""})}),t)}o.default.prototype.$showLoading=i,o.default.prototype.$hideLoading=g,o.default.prototype.$showLoadingAuto=u},"53cb":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}},"681f":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={toast:10090,noNetwork:10080,popup:10075,mask:10070,navbar:980,topTips:975,sticky:970,indexListSticky:965}},"6a70":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("bf0f"),a("5ef2");var o=n(a("80b1")),r=n(a("efe5")),i=n(a("8a07")),g=n(a("322b")),u=function(){function e(){var t=this;(0,o.default)(this,e),this.config={baseUrl:"",header:{},method:"POST",dataType:"json",responseType:"text",showLoading:!0,loadingText:"请求中...",loadingTime:800,timer:null,originalData:!1,loadingMask:!0},this.interceptor={request:null,response:null},this.get=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({method:"GET",url:e,header:n,data:a})},this.post=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"POST",header:n,data:a})},this.put=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"PUT",header:n,data:a})},this.delete=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.request({url:e,method:"DELETE",header:n,data:a})}}return(0,r.default)(e,[{key:"setConfig",value:function(e){this.config=(0,i.default)(this.config,e)}},{key:"request",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.interceptor.request&&"function"===typeof this.interceptor.request){var a=this.interceptor.request(t);if(!1===a)return new Promise((function(){}));this.options=a}return t.dataType=t.dataType||this.config.dataType,t.responseType=t.responseType||this.config.responseType,t.url=t.url||"",t.params=t.params||{},t.header=Object.assign(this.config.header,t.header),t.method=t.method||this.config.method,new Promise((function(a,n){t.complete=function(t){if(uni.hideLoading(),clearTimeout(e.config.timer),e.config.timer=null,e.config.originalData)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var o=e.interceptor.response(t);!1!==o?a(o):n(t)}else a(t);else if(200==t.statusCode)if(e.interceptor.response&&"function"===typeof e.interceptor.response){var r=e.interceptor.response(t.data);!1!==r?a(r):n(t.data)}else a(t.data);else t.errMsg&&uni.showModal({title:t.errMsg}),n(t)},t.url=g.default.url(t.url)?t.url:e.config.baseUrl+(0==t.url.indexOf("/")?t.url:"/"+t.url),e.config.showLoading&&!e.config.timer&&(e.config.timer=setTimeout((function(){uni.showLoading({title:e.config.loadingText,mask:e.config.loadingMask}),e.config.timer=null}),e.config.loadingTime)),uni.request(t)}))}}]),e}(),p=new u;t.default=p},"6d56":function(e,t,a){var n,o=a("4550").default;a("c223");var r="".concat(window.location.protocol,"//").concat(window.location.host),i="".concat(r,"/cdwlMall/meserver/admin-server"),g="".concat(r,"/cdwlMall/meserver/api"),u="".concat(r,"/cdwlMall/"),p=g,d=i;e.exports=(n={terminal:2,SettledMerchantPrefix:u+"settled-merchant",shareLink:u+"meh5",verification:p+"/app/verification",Login:p+"/app/login",WxLogin:p+"/app/wxLogin",AlipayLogin:p+"/app/alipayLogin",GetSessionKey:p+"/app/getSessionKey",SetWxPhone:p+"/app/setWxPhone",UpdateWxPhone:p+"/app/updateWxPhone",UpdateAliPhone:p+"/app/updateAliPhone",WxAppLogin:p+"/app/wxAppLogin",delUser:p+"/user/delUser/",LiveRoomes:p+"/canvas/selectLiveList",SubScribeLive:p+"/live/subscribeLive",CustomerService:p+"/kf/getAppletKf",FindCategoryListByDepth:p+"/classify/getFirstClassify",SelectHotSearch:p+"/app/selectHotSearch",GetClaasifyProducts:p+"/classify/getClaasifyProducts",SearchHistory:p+"/app/getHistory",GgetSearchProducts:p+"/app/getSearchProducts",DeleteSearch:p+"/app/deleteSearch",Getindexdata:p+"/app/index",GetremenList:p+"/product/getRandomSortProduct",QueryProductDetail:p+"/product/getById",QueryProductSku:p+"/product/getProducts",getCouponProducts:p+"/coupon/getCouponProducts",QueryMemberAddres:p+"/receive/getAll",AddresAdd:p+"/receive/save",AddresDelete:p+"/receive/delete",AddresUpdate:p+"/receive/update",receiveGetInfo:p+"/receive/getById",Comment:p+"/order/addComment",AdditionalComment:p+"/order/addToComment",MyCommentList:p+"/comment/getAll",LikeOrUnLikeComment:p+"/comment/like",GetDistributor:p+"/distributor/getDistributor",FindCouponList:p+"/coupon/getCoupons",MemberAccountWithdraw:p+"/distributor/save",GetUser:p+"/user/getUser",UpdateUser:p+"/user/update",GetStore:p+"/shop/getShopProducts",GetStoreShopClassify:p+"/shop/getShopClassify",GetShopBanner:p+"/shop/getShopBanner",getShopIndex:p+"/shop/getIndex",AddBusinessBuyerUser:p+"/shop/addBusinessBuyerUser",getShopSeckillIndex:p+"/seckill/getIndex",QueryBankcardList:p+"/bank/getAll",SaveBankcard:p+"/bank/save",UpdateBankcard:p+"/bank/update",DelMemberBankcard:p+"/bank/delete",GetByIdBankcard:p+"/bank/getById",FindOrderList:p+"/order/getAll",Settlement:p+"/order/getSettlement",PlaceOrder:p+"/order/submit",GetOrderDetail:p+"/order/getById",CancelOrder:p+"/order/cancel",DelOrder:p+"/order/delete",ShippingTrace:p+"/order/getDilevery",payOrder:p+"/order/pay",gotoPay:p+"/order/gotoPay",paySuccess:p+"/order/paySuccess",gotoAppPay:p+"/order/gotoAppPay",gotoH5Pay:p+"/order/gotoH5Pay",ConfirmReceive:p+"/order/confirm",Orderrefund:p+"/order/refund",ReasonEnums:p+"/after/getReasonSelect",ApplyReturnMoney:p+"/after/submit",GetHuabeiConfig:p+"/order/getHuabeiConfig",GetRefundMoney:p+"/after/getReturnPrice",Gethu:p+"/order/handleWxLog",Wenlv:p+"/order/greenwayAggregatePayment",ShoppingaddCart:p+"/cart/addCart",ShoppingCart:p+"/cart/getCart",UpdateNumberCart:p+"/cart/updateNumber",DeleteCart:p+"/cart/delete",SelectedCart:p+"/cart/selected",UpdateSkuCart:p+"/cart/updateSku",getCoupons:p+"/canvas/getCoupons",ReceiveCoupon:p+"/coupon/takeCoupon",buildParam4Plug:p+"/coupon/buildParam4Plug",FindSaleStoreList:p+"/distributor/getDistributorAll",QuerySalesMainInfo:p+"/distributor/getShopDistributor",FindSalesOrderPage:p+"/distributor/getReward",GetNotReward:p+"/distributor/getNotReward",FindSalesCustomerList:p+"/distributor/getBuyers",FindSubordinateSalesList:p+"/distributor/getDistributors",FindSalesPromConfig:p+"/distributor/getShopExtension",StoreProductList:p+"/distributor/getExtensionProduct",FindMySalesPage:p+"/distributor/getDistributorOrder",HasApply:p+"/distributor/check",BindSalesCustomer:p+"/distributor/bind",getSharePic:p+"/product/getSharePic",getShareProductParam:p+"/product/getShareProductParam",shopGetSharePic:p+"/shop/getSharePic",FindReturnList:p+"/after/getAll",CancelRefund:p+"/after/returnRefund",ReturnDetail:p+"/after/getById",CancelReturnGoods:p+"/after/returnGoods",ShippingCompany:p+"/order/getExpressSelect",SendReturnGoods:p+"/order/returnExpress",deleteAfter:p+"/after/deleteAfter",Apply:p+"/distributor/addDistributor",getProducts:p+"/canvas/getProducts",Query:p+"/dict/getByName",DeleteAllSearch:p+"/product/deleteAllSearch",getMessage:p+"/notice/getAll",getMessageDateils:p+"/notice/getById",readNotice:p+"/notice/readNotice",getNotice:p+"/notice/getGongGaoAll",delMessage:p+"/notice/removeById",allMessage:p+"/notice/readAll",getProductCollect:p+"/collect/getAllProduct",getStoreCollect:p+"/collect/getAllShop",cancelCollect:p+"/collect/cancel",collect:p+"/collect/collect",deleteCollect:p+"/collect/delete",addAnswer:p+"/seckill/addAnswer",addProblem:p+"/seckill/addProblem",getSeckillList:p+"/seckill/getIndex",getProblems:p+"/seckill/getProblems",getProblemDetail:p+"/seckill/getProblemDetail",getQueryPlatformSeckillList:p+"/platform-seckill/queryPlatformSeckillList",getPlatformSeckills:p+"/canvas/getPlatformSeckills",getGroupSettlement:p+"/work/getSettlement",getGroupBuyList:p+"/work/getIndex",getInviteSpell:p+"/work/getInvite",getDiscountList:p+"/discount/getIndex",getFootprintList:p+"/footprint/getAll",deleteFootprint:p+"/footprint/delete",getProblemList:p+"/seckill/getProblem",getAnswerList:p+"/seckill/getAnswer",deleteProblem:p+"/seckill/deleteProblem",deleteAnswer:p+"/seckill/deleteAnswer",getShare:p+"/work/getShare",platform:p+"/after/platform",UploadUrl:p+"/file/upload",getMemberProducts:p+"/canvas/getMemberProducts",memberList:p+"/member/getAllMemberLevelInfo",getMemberShipList:p+"/member/getMemberShipList",selectSigninHistory:p+"/member/selectSigninHistory",selectSigninRecordList:p+"/member/selectSigninRecordList",signIn:p+"/member/signIn",welfareProductList:p+"/member/welfareProductList",getMemberByMemberLevel:p+"/member/getMemberByMemberLevelId",selectCompose:p+"/product/selectCompose",queryPlatformDiscount:p+"/platform-discount/queryPlatformDiscount",queryPlatformDiscountProductList:p+"/platform-discount/queryPlatformDiscountProductList",queryProductListBySession:p+"/platform-seckill/queryProductListBySession",querySession:p+"/platform-seckill/querySession",selectByPriceId:p+"/price/selectByPriceId",selectProductListByPriceId:p+"/product/selectProductListByPriceId",getOrderPolite:p+"/order/getOrderPolite",creditSignIn:p+"/credit/signIn",exchangeCoupon:p+"/credit/exchangeCoupon",selectByMonth:p+"/credit/selectByMonth",selectCreditCouponList:p+"/credit/selectCreditCouponList",selectCreditRecord:p+"/credit/selectCreditRecord",GetAd:p+"/advert/selectByCondition",adClose:p+"/advert/closeAdvert",takeBatchCoupon:p+"/coupon/takeBatchCoupon",getChannelCoupon:p+"/coupon/getChannelCouponDetail",getChannelProduct:p+"/credit/signIn",getRandomProduct:p+"/product/getRandomSortProduct",doPointer:p+"/user/trackReport",cereAnnouncement:d+"/cereAnnouncement/queryByPage",cereCarouselImage:d+"/cereCarouselImage/queryByPage",popularProductSearch:p+"/canvas/popularProductSearch",youhuiquan:p+"/coupon/getCoupons",DengJi:p+"/cereUserAccessRecords/add",wenjuanList:d+"/cereQuestionnaireTable/queryById",wenjuanUp:p+"/cereQuestionnaireAnswering/add",couponnew:p+"/coupon/myCoupons",cereCouponMainTablequeryByPage:d+"/cereCouponMainTable/queryByPage",receiveCoupons:p+"/coupon/receiveCoupons",cereCouponKeyUse:p+"/order/cereCouponKeyUse",jietoken:p+"/cereQuestionnaireAnswering/get/token",UpUrl:d+"/miniio/uploadQuestion",ltoken:p+"/memberManagement/getMemberAccessToken",huiyuanList:p+"/memberManagement/getByPhone",daipay:p+"/order/pay",pointsDetails:p+"/memberManagement/pointsDetails",huoquUrl:d+"/order/getById",keSever:p+"/cereMessageCustomerServiceChat/user/save",keSeverList:p+"/cereMessageCustomerServiceChat/user/list"},o(n,"keSeverList",p+"/cereMessageCustomerServiceChat/user/getDetails"),o(n,"bannerUpdete",d+"/cereAdvertisingVisitLog/create"),n)},"6f19b":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.os=function(){return uni.getSystemInfoSync().platform},t.sys=function(){return uni.getSystemInfoSync()}},7900:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("8f71"),a("bf0f");var o=n(a("f55d")),r=n(a("6a70")),i=n(a("4ed6")),g=n(a("aca7")),u=n(a("8557a")),p=n(a("2831")),d=n(a("1ce1")),s=n(a("b38c")),c=n(a("4948")),l=n(a("d8e2")),m=n(a("3a65")),_=n(a("3a6d")),f=n(a("8a07")),y=n(a("bf2f")),b=n(a("322b")),h=n(a("c71f")),C=n(a("fda4")),v=n(a("1899")),M=n(a("3f48")),x=n(a("53cb")),S=a("6f19b"),w=n(a("c818")),P=n(a("18b4")),k=n(a("b28e")),T=n(a("681f"));var A={queryParams:i.default,route:g.default,timeFormat:u.default,date:u.default,timeFrom:p.default,colorGradient:d.default.colorGradient,guid:s.default,color:c.default,sys:S.sys,os:S.os,type2icon:l.default,randomArray:m.default,wranning:function(e){0},get:r.default.get,post:r.default.post,put:r.default.put,delete:r.default.delete,hexToRgb:d.default.hexToRgb,rgbToHex:d.default.rgbToHex,test:b.default,random:h.default,deepClone:_.default,deepMerge:f.default,getParent:M.default,$parent:x.default,addUnit:y.default,trim:C.default,type:["primary","success","error","warning","info"],http:r.default,toast:v.default,config:k.default,zIndex:T.default,debounce:w.default,throttle:P.default},L={install:function(e){e.mixin(o.default),e.prototype.openShare&&e.mixin(mpShare),e.filter("timeFormat",(function(e,t){return(0,u.default)(e,t)})),e.filter("date",(function(e,t){return(0,u.default)(e,t)})),e.filter("timeFrom",(function(e,t){return(0,p.default)(e,t)})),e.prototype.$u=A}};t.default=L},8276:function(e,t,a){"use strict";var n=a("29c5"),o=a.n(n);o.a},"83c8":function(e,t,a){"use strict";a("bf0f");var n=a("5303");e.exports={request:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json"},g=uni.getStorageSync("storage_key"),u=g.token;u&&(i["Authorization"]=u),(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code||"0"===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},request1:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:{"Content-Type":"application/json",tenant:"MDAwMA=="},success:function(e){(0,n.hideLoading)(),"200"===e.data.code||""===t.code?o(e.data):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},request2:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"POST";return new Promise((function(o,r){(0,n.showLoading)(),uni.request({url:e,data:t,method:a,header:{"Content-Type":"application/json",tenant:"MDAwMA=="},success:function(e){(0,n.hideLoading)(),"200"===e.data.code||""===e.data.code?o(e.data):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},requestLiu:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json",appId:"1664096962504089602",memberAccessToken:t.liutk};e=e+"/"+t.phone,(0,n.showLoading)(),uni.request({url:e,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))},requestGet:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"GET";return new Promise((function(o,r){var i={"Content-Type":"application/json"},g=uni.getStorageSync("storage_key"),u=g.token;u&&(i["Authorization"]=u);var p=e+"/"+t;(0,n.showLoading)(),uni.request({url:p,method:a,header:i,success:function(e){(0,n.hideLoading)(),200==e.statusCode?"200"===e.data.code||""===e.data.code||"0"===e.data.code?o(e.data):"20004"===e.data.code||"20005"===e.data.code||"20003"===e.data.code?(uni.removeStorageSync("storage_key"),uni.navigateTo({url:"/pages_category_page2/userModule/login"})):uni.showToast({title:e.data.message,icon:"none"}):r(e)},fail:function(e){(0,n.hideLoading)(),r(e)}})}))}}},"8557a":function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("795c"),a("bf0f"),a("7a76"),a("c9b5"),a("f7a5"),a("e966"),a("64aa"),a("ab80"),a("5c47"),a("23f4"),a("7d2f"),a("9c4e"),a("a1c1"),String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var a=this;if(a.length>=e)return String(a);var n=e-a.length,o=Math.ceil(n/t.length);while(o>>=1)t+=t,1===o&&(t+=t);return t.slice(0,n)+a});var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=parseInt(e),e||(e=Number(new Date)),10==e.toString().length&&(e*=1e3);var a,n=new Date(e),o={"y+":n.getFullYear().toString(),"m+":(n.getMonth()+1).toString(),"d+":n.getDate().toString(),"h+":n.getHours().toString(),"M+":n.getMinutes().toString(),"s+":n.getSeconds().toString()};for(var r in o)a=new RegExp("("+r+")").exec(t),a&&(t=t.replace(a[1],1==a[1].length?o[r]:o[r].padStart(a[1].length,"0")));return t};t.default=n},8972:function(e,t,a){"use strict";a.d(t,"b",(function(){return n})),a.d(t,"c",(function(){return o})),a.d(t,"a",(function(){}));var n=function(){var e=this.$createElement,t=this._self._c||e;return t("App",{attrs:{keepAliveInclude:this.keepAliveInclude}})},o=[]},"8a07":function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("c223");var o=n(a("fcf3")),r=n(a("3a6d"));var i=function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t=(0,r.default)(t),"object"!==(0,o.default)(t)||"object"!==(0,o.default)(a))return!1;for(var n in a)a.hasOwnProperty(n)&&(n in t?"object"!==(0,o.default)(t[n])||"object"!==(0,o.default)(a[n])?t[n]=a[n]:t[n].concat&&a[n].concat?t[n]=t[n].concat(a[n]):t[n]=e(t[n],a[n]):t[n]=a[n]);return t};t.default=i},"8cc2":function(e,t,a){"use strict";var n=a("f5bd").default;a("c223");var o=n(a("9b1b"));a("3dde"),a("a8b2"),a("1480"),a("6e4a"),a("027b"),a("9337");var r=n(a("9b8e")),i=n(a("fbe5")),g=n(a("7900")),u=n(a("14ef")),p=n(a("3387")),d=a("2827"),s=a("b378");r.default.use(g.default),r.default.config.productionTip=!1,r.default.prototype.$store=u.default,r.default.prototype.$lodash=p.default,r.default.prototype.$jump=d.jump,r.default.prototype.$jumpToTabbar=d.jumpToTabbar,r.default.prototype.$goBack=d.goBack,r.default.prototype.$getJumpParam=d.getJumpParam,r.default.prototype.$encrypt=s.encrypt,r.default.prototype.$decrypt=s.decrypt,r.default.prototype.$decryptall=s.decryptall;var c=window.location.host;"localhost:8080"===c||"localhost:8081"===c||"localhost:9528"===c||"192.168.31.45:9528"===c?(r.default.prototype.$imgUrl=function(e){return"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static"+e},r.default.prototype.$baseURL="https://zhgw-uat.028wlkj.com/cdwlMall",r.default.prototype.$hostUrl="https://zhgw-uat.028wlkj.com/cdwlMall"):(r.default.prototype.$imgUrl=function(e){return"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static"+e},r.default.prototype.$baseURL="".concat(window.location.protocol,"//").concat(window.location.host,"/cdwlMall"),r.default.prototype.$hostUrl="".concat(window.location.protocol,"//").concat(window.location.host,"/cdwlMall")),i.default.mpType="app";var l=new r.default((0,o.default)({},i.default));console.log(u.default),l.$mount()},aae8:function(e,t,a){e.exports=a.p+"static/images/default.png"},aca7:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(a("fcf3"));a("dc8a"),a("5c47"),a("0506"),a("e966");var r=n(a("4ed6"));var i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a={type:"navigateTo",url:"",delta:1,params:{},animationType:"pop-in",animationDuration:300};if(a=Object.assign(a,e),"/"!=a.url[0]&&(a.url="/"+a.url),Object.keys(a.params).length&&"switchTab"!=a.type){var n="";/.*\/.*\?.*=.*/.test(a.url)?(n=(0,r.default)(a.params,!1),a.url+="&"+n):(n=(0,r.default)(a.params),a.url+=n)}if("string"===typeof e&&"object"==(0,o.default)(t)){var i="";/.*\/.*\?.*=.*/.test(e)?(i=(0,r.default)(t,!1),e+="&"+i):(i=(0,r.default)(t),e+=i)}return"string"===typeof e?("/"!=e[0]&&(e="/"+e),uni.navigateTo({url:e})):"navigateTo"==a.type||"to"==a.type?uni.navigateTo({url:a.url,animationType:a.animationType,animationDuration:a.animationDuration}):"redirectTo"==a.type||"redirect"==a.type?uni.redirectTo({url:a.url}):"switchTab"==a.type||"tab"==a.type?uni.switchTab({url:a.url}):"reLaunch"==a.type?uni.reLaunch({url:a.url}):"navigateBack"==a.type||"back"==a.type?uni.navigateBack({delta:parseInt(a.delta?a.delta:this.delta)}):void 0};t.default=i},b28e:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={v:"1.6.2",version:"1.6.2",type:["primary","success","info","error","warning"]};t.default=n},b2d4:function(e,t,a){var n=a("c86c");t=n(!1),t.push([e.i,".uni-modal__btn_primary{background:#333;color:#ffebc4!important}",""]),e.exports=t},b378:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.encryptall=t.encrypt=t.decryptall=t.decrypt=void 0,a("5ef2"),a("aa9c"),a("bf0f"),a("fd3c"),a("dc8a"),a("2797");var n=a("2579"),o="8bd8a83221742111c7532b7275a7fe9c",r=function(e){if(!e)return"";var t=n.sm4.encrypt(e,"cda4442f102f6396eea76902e37ad7cb",{iv:o,mode:"cbc",padding:"pkcs#7"});return t};t.encrypt=r;var i=function(e){if(!e)return"";try{var t=n.sm4.decrypt(e,"cda4442f102f6396eea76902e37ad7cb",{iv:o,mode:"cbc",padding:"pkcs#7"});return t}catch(a){return"解密失败!"}};t.decrypt=i;t.decryptall=function(e,t){var a=[],n={};for(var o in e){var i={typeis:"2",keyname:o,value:e[o]};t.length>0?(console.log(-1!=t.indexOf(o)),-1!=t.indexOf(o)&&(i.typeis="1")):i.typeis="1",a.push(i)}return a.forEach((function(e){"1"==e.typeis&&e.value&&(console.error(e),e.value=r(e.value)),n[e.keyname]=e.value})),n};t.encryptall=function(e,t){var a=e.map((function(e){var a=Object.keys(e);return a.forEach((function(a){t.length>0?(console.log(-1!=t.indexOf(a)),-1!=t.indexOf(a)&&(e[a]=i(e[a]))):e[a]=i(e[a])})),e}));return a}},b38c:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];if(a=a||n.length,e)for(var r=0;r<e;r++)o[r]=n[0|Math.random()*a];else{var i;o[8]=o[13]=o[18]=o[23]="-",o[14]="4";for(var g=0;g<36;g++)o[g]||(i=0|16*Math.random(),o[g]=n[19==g?3&i|8:i])}return t?(o.shift(),"u"+o.join("")):o.join("")};t.default=n},bf2f:function(e,t,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"auto",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rpx";return e=String(e),o.default.number(e)?"".concat(e).concat(t):e},a("c223");var o=n(a("322b"))},c71f:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e,t){if(e>=0&&t>0&&t>=e){var a=t-e+1;return Math.floor(Math.random()*a+e)}return 0};t.default=n},c818:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=null;var o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,a=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(null!==n&&clearTimeout(n),a){var o=!n;n=setTimeout((function(){n=null}),t),o&&"function"===typeof e&&e()}else n=setTimeout((function(){"function"===typeof e&&e()}),t)};t.default=o},cc42:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.doPointRequest=function(e){return new Promise((function(t,a){var o={"Content-Type":"application/json"},r=uni.getStorageSync("storage_key"),i=r.token;i&&(o["Authorization"]=i),uni.request({url:n.doPointer,data:e,method:"post",header:o,success:function(e){t(e)},fail:function(e){a(e)}})}))},a("bf0f");a("5303");var n=a("6d56")},d8e2:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5ef2");var n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var a="";switch(e){case"primary":a="info-circle";break;case"info":a="info-circle";break;case"error":a="close-circle";break;case"warning":a="error-circle";break;case"success":a="checkmark-circle";break;default:a="checkmark-circle"}return t&&(a+="-fill"),a};t.default=n},e9ce:function(e,t,a){"use strict";a.r(t);var n=a("1e8b"),o=a.n(n);for(var r in n)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return n[e]}))}(r);t["default"]=o.a},f55d:function(e,t,a){a("bf0f"),a("5c47"),e.exports={data:function(){return{}},onLoad:function(){this.$u.getRect=this.$uGetRect},methods:{$uGetRect:function(e,t){var a=this;return new Promise((function(n){uni.createSelectorQuery().in(a)[t?"selectAll":"select"](e).boundingClientRect((function(e){t&&Array.isArray(e)&&e.length&&n(e),!t&&e&&n(e)})).exec()}))}},onReachBottom:function(){uni.$emit("uOnReachBottom")}}},fbe5:function(e,t,a){"use strict";a.r(t);var n=a("8972"),o=a("e9ce");for(var r in o)["default"].indexOf(r)<0&&function(e){a.d(t,e,(function(){return o[e]}))}(r);a("8276"),a("2c68");var i=a("828b"),g=Object(i["a"])(o["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);t["default"]=g.exports},fda4:function(e,t,a){"use strict";a("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,a("5c47"),a("a1c1");var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e};t.default=n}}); | ||
| 3 | \ No newline at end of file | 3 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-cart-index.1d1bf478.js renamed to ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-cart-index.4eb2a7cb.js
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-index-index.535d1bf8.js deleted
| 1 | -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-tabbar-index-index"],{"07fe":function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goodRecommend[data-v-700d892a]{padding-top:%?20?%}.goodRecommend .product-list[data-v-700d892a]{position:relative;padding:0 %?13?%;width:100%}.goodRecommend .product-list-box[data-v-700d892a]{display:flex;flex-wrap:wrap;flex-direction:row}.goodRecommend .product-list-box.swiper[data-v-700d892a]{height:%?620?%}.goodRecommend .product-list.product-swiper .product-list-box[data-v-700d892a]{padding-left:0}.goodRecommend .product-list-item-warp[data-v-700d892a]{margin:0 0 %?20?% 0}.goodRecommend .product-list-item[data-v-700d892a]{width:%?348?%;padding:0 %?7?%;box-sizing:initial}.goodRecommend .product-list-img[data-v-700d892a]{width:%?348?%;height:%?348?%;background-color:#d0d0d0;border-radius:%?10?% %?10?% 0 0}.goodRecommend .product-list-img .img[data-v-700d892a]{width:100%;height:100%;object-fit:contain}.goodRecommend .product-list-info[data-v-700d892a]{background-color:#fff;border-radius:0 0 %?10?% %?10?%;padding:%?20?%}.goodRecommend .product-list-info uni-label[data-v-700d892a]{font-weight:400}.goodRecommend .product-list-info .product-name[data-v-700d892a]{font-size:%?28?%;color:#333;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:%?18?%;line-height:%?40?%}.goodRecommend .product-list-info .flex[data-v-700d892a]{display:flex;align-items:center}.goodRecommend .product-list-info .shop-box[data-v-700d892a]{background-color:#39be7a;border-radius:%?20?%;line-height:%?40?%;display:flex;align-items:center;height:%?40?%;margin-right:%?10?%;float:left}.goodRecommend .product-list-info .shop-box .shop-name[data-v-700d892a]{font-size:%?20?%;color:#fff;padding:0 %?8?% 0 %?12?%;line-height:%?40?%;display:inline-block;float:left;max-width:%?170?%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.goodRecommend .product-list-info .shop-box .shop-logo[data-v-700d892a]{border:%?2?% solid #fff;border-radius:50%;overflow:hidden;float:right}.goodRecommend .product-list-info .shop-box .shop-logo img[data-v-700d892a]{width:%?34?%;height:%?34?%;display:block}.goodRecommend .product-list-info .buy-count[data-v-700d892a]{color:#39be7a;font-size:%?20?%;border:%?2?% solid #e4e5e6;line-height:%?36?%;padding:0 %?5?%}.goodRecommend .product-list-info .price-warp[data-v-700d892a]{display:flex;align-items:baseline;line-height:%?56?%}.goodRecommend .product-list-info .price-warp .iconImg[data-v-700d892a]{width:%?58?%;height:%?36?%;margin-right:%?10?%}.goodRecommend .product-list-info .price-warp .price[data-v-700d892a]{color:#c83732;font-size:%?40?%;margin-right:%?20?%}.goodRecommend .product-list-info .price-warp .original-price[data-v-700d892a]{font-size:%?24?%;color:#ccc;text-decoration:line-through}.goodRecommend .emptyCart-box[data-v-700d892a]{margin-top:%?70?%}.goodRecommend .emptyCart-box .emptyCart-img[data-v-700d892a]{width:%?216?%;height:%?156?%}',""]),t.exports=e},"09e1":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.commonMixin=void 0,a("64aa");var n=i(a("87d3")),o=a("1200e"),r={name:"headerComponent",mixins:[o.funMixin],props:{terminal:{type:Number,default:4},typeId:{type:Number,default:1},shopId:{type:Number,default:0},componentContent:{type:Object}},data:function(){return{classifyData:[]}},mounted:function(){this.getData()},methods:{getData:function(){var t=this;t.sendReq({url:"".concat(n.default.getClassify,"?page=1&pageSize=20"),method:"GET"},(function(e){t.classifyData=e.data,console.log(t.classifyData)}),(function(t){}))}}};e.commonMixin=r},"0f63":function(t,e,a){var i=a("436b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("569e5e84",i,!0,{sourceMap:!1,shadowMode:!1})},1200:function(t,e,a){"use strict";a.r(e);var i=a("6e40"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"1dbf":function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return o})),a.d(e,"a",(function(){return i}));var i={globalLoading:a("1abf").default,uSticky:a("ee7f").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"hom-page",style:{"padding-top":t.height+"px"}},[a("global-loading"),a("u-sticky",{attrs:{"offset-top":"0","h5-nav-height":"0","bg-color":"#fff"}},[a("v-uni-view",{staticClass:"head"},[a("v-uni-view",{staticClass:"header"},[a("v-uni-view",{staticClass:"topBox"},[a("v-uni-view",{staticClass:"search-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.searchPro.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"search-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img/search.png",mode:"widthFix"}})],1)],1)],1)],1)],1),0==t.activeTab?a("canvas-page",{ref:"canvasPage",attrs:{componentsData:t.componentsData,terminal:t.terminal,typeId:1}}):a("category-show",{ref:"categoryShow",attrs:{categoryid:t.categoryid}}),a("ad-window",{ref:"adWindow",attrs:{triggerCondition:1}}),t.topLeft>400?a("v-uni-view",{staticClass:"reachBottom"},[a("v-uni-image",{staticClass:"reach-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img/reachBottom.png",mode:"widthFix"}}),a("v-uni-text",{staticClass:"reach-text"},[t._v("这里到底了哦~~")])],1):t._e(),a("tui-modal",{attrs:{show:t.privacyShow,custom:!0,fadein:!0}},[a("v-uni-view",{staticClass:"Put-box1"},[a("v-uni-view",{staticClass:"text-align fs34 fs-bold"},[t._v("协议与隐私政策")]),a("p",{staticClass:"mar-top-20"},[t._v("欢迎来到锦江公园!我们根据最新的法律、法规、监管政策要求,更新了隐私政策。")]),a("v-uni-view",{staticClass:"flex-display flex-sp-between"},[a("v-uni-view",{staticClass:"btn submit",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.privacyShow=!1}}},[t._v("同意")])],1)],1)],1)],1)},o=[]},"2f24":function(t,e,a){"use strict";var i=a("7a52"),n=a.n(i);n.a},"2f88":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("b7c7"));a("64aa"),a("c223"),a("8f71"),a("bf0f"),a("d4b5");var o=a("83c8"),r=a("6d56"),s={name:"categoryShow",props:{categoryid:{type:Number,default:0}},data:function(){return{activeTab:0,page:1,pageSize:10,total:0,productList:[],ifShow:!1}},mounted:function(){this.productList=[{},{},{},{},{},{},{},{}],this.getData()},methods:{getData:function(){var t=this;console.log("加载了getData"),0!=this.total&&this.productList.length>=this.total?console.log("加载完了"):o.request(r.getProducts,{classifyId:this.categoryid,page:this.page,pageSize:this.pageSize},"GET").then((function(e){t.productList=[].concat((0,n.default)(t.productList),(0,n.default)(e.data.list)),t.productList=t.productList.filter((function(t){return"{}"!==JSON.stringify(t)})),t.total=e.data.total,uni.hideLoading(),0===t.productList.length&&(t.ifShow=!0)})).catch((function(t){uni.hideLoading()}))},jumpStore:function(t){uni.navigateTo({url:"/pages_category_page1/store/index?storeId=".concat(t.shopId)})},jumpProductDetail:function(t){uni.navigateTo({url:"/pages_category_page1/goodsModule/goodsDetails?shopId="+t.shopId+"&productId="+t.productId+"&skuId="+t.skuId})}},watch:{categoryid:{handler:function(t,e){this.ifShow=!1,this.getData()},deep:!0}}};e.default=s},"30f7":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},a("7a76"),a("c9b5")},"42f6":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("d4b5");var n=i(a("41e3")),o=i(a("8e27")),r=i(a("87d3")),s=i(a("bf14")),c=i(a("8d73")),d=(i(a("659f")),i(a("90bd"))),u=a("83c8"),l=a("6d56"),f={components:{AdWindow:o.default,CategoryList:s.default,CategoryShow:c.default,canvasPage:d.default,tuiModal:n.default},data:function(){return{terminal:l.terminal,activeTab:0,categoryid:0,topHeight:0,height:0,topLeft:0,privacyShow:!1,componentsData:[],typeId:1}},onReachBottom:function(){this.HandleLoadMoreProduct()},onLoad:function(t){var e=this;console.log(t.phone,"phjas"),t.phone&&""!=t.phone&&u.request(l.Login,{phone:t.phone,verificationCode:"wGnknz0SpYZ0YkFTCqnWXDWqoNRJm3w2f3BVrUvEpbk="},"POST").then((function(a){uni.hideLoading();var i=a.data;if(uni.setStorageSync("storage_key",i),uni.getStorageSync("salesId")){u.request(l.huiyuanList,{phone:t.phone},"POST").then((function(t){uni.setStorageSync("memerId",JSON.parse(t.data).data.id)}));var n=uni.getStorageSync("salesId"),o=uni.getStorageSync("shopId");e.bindSalesCustomer(n,o),uni.removeStorageSync("salesId"),uni.removeStorageSync("shopId")}}));var a=window.location.href;localStorage.setItem("homePageUrl",a),uni.getStorageSync("storage_key"),this.$nextTick((function(){e.canvasGet(),e.$refs.adWindow.getAd()}))},onShow:function(){},onPageScroll:function(t){this.topLeft=t.scrollTop},methods:{bindSalesCustomer:function(t,e){t&&e&&u.request(l.BindSalesCustomer,{shopId:e,distributorId:t},"POST").then((function(t){uni.showToast({title:"绑定成功",icon:"none"})})).catch((function(t){uni.showToast({title:t.data.message,icon:"none"})}))},canvasGet:function(){var t=this,e=r.default.getCanvas+"?terminal="+this.terminal+"&type="+this.typeId;this.shopId&&(e+="&shopId="+this.shopId);u.request(e,{},"GET").then((function(e){if("{}"!==JSON.stringify(e.data)){var a=JSON.parse(e.data.json);t.componentsData=a}uni.hideLoading()})).catch((function(t){uni.hideLoading()}))},onShareTimeline:function(){return{title:this.miniHomeRemark,imageUrl:this.miniHomeImg,path:"pages/tabbar/index/index"}},onShareAppMessage:function(){return{title:this.miniHomeRemark,imageUrl:this.miniHomeImg,path:"pages/tabbar/index/index"}},HandleLoadMoreProduct:function(){if(0!=this.activeTab){var t=this.$refs.categoryShow;0!==t.total&&t.productList.length<t.total&&(t.page++,t.getData())}},HandleCleanActiveTabProduct:function(){if(this.$refs.categoryShow){var t=this.$refs.categoryShow;t.total=0,t.page=1,t.productList=[{},{},{},{},{},{},{},{}]}},tabChange:function(t,e){this.HandleCleanActiveTabProduct(),this.activeTab=t,this.categoryid=e},searchPro:function(t,e){uni.navigateTo({url:"/pages_category_page1/search/index/index"})}}};e.default=f},"436b":function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-sticky[data-v-1ef8cf66]{z-index:9999999999}',""]),t.exports=e},4733:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if(Array.isArray(t))return(0,i.default)(t)};var i=function(t){return t&&t.__esModule?t:{default:t}}(a("8d0b"))},4859:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a("09e1"),n={mixins:[i.commonMixin],data:function(){return{activeTab:0}},computed:{},methods:{tabChange:function(t,e){this.activeTab=t,this.$emit("tabChange",t,e)},searchPro:function(t,e){uni.navigateTo({url:"/pages_category_page1/search/index/index"})}}};e.default=n},"490c":function(t,e,a){var i=a("d8bc");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("7ebb1de5",i,!0,{sourceMap:!1,shadowMode:!1})},"54f7":function(t,e,a){var i=a("bed7");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("e34dd50c",i,!0,{sourceMap:!1,shadowMode:!1})},5602:function(t,e,a){"use strict";a.r(e);var i=a("42f6"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"60fa":function(t,e,a){var i=a("07fe");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("36089222",i,!0,{sourceMap:!1,shadowMode:!1})},"659f":function(t,e,a){"use strict";a.r(e);var i=a("9ec2"),n=a("eef6");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("bf58");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"ce26285e",null,!1,i["a"],void 0);e["default"]=s.exports},"661c":function(t,e,a){"use strict";a.r(e);var i=a("af06"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},6851:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.tabs-nav-warp[data-v-7b127d20]{margin-top:%?20?%;padding:0 %?30?%}.tabs-nav-warp .tabs-nav .ul[data-v-7b127d20]{display:flex}.tabs-nav-warp .tabs-nav .ul .li[data-v-7b127d20]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%}.tabs-nav-warp .tabs-nav .ul .li[data-v-7b127d20]:first-child{margin-left:0}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-7b127d20]{font-weight:700}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-7b127d20]:after{content:"";width:100%;height:%?4?%;background:#39be7a;position:absolute;left:0;bottom:0}',""]),t.exports=e},"6e40":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a("83c8"),n=a("6d56"),o={name:"categoryList",data:function(){return{activeTab:0,categoryList:[]}},mounted:function(){this.getCategoryData()},methods:{tabChange:function(t,e){this.activeTab=t,this.$emit("tabChange",t,e)},getCategoryData:function(){var t=this;uni.showLoading({title:"加载中..."}),i.request(n.FindCategoryListByDepth,{},"GET").then((function(e){t.categoryList=e.data,uni.hideLoading()})).catch((function(t){uni.hideLoading()}))}}};e.default=o},"717c":function(t,e,a){"use strict";a.r(e);var i=a("2f88"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"7a52":function(t,e,a){var i=a("6851");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("5cddde12",i,!0,{sourceMap:!1,shadowMode:!1})},"8d73":function(t,e,a){"use strict";a.r(e);var i=a("b7b1d"),n=a("717c");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("ba9e");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"700d892a",null,!1,i["a"],void 0);e["default"]=s.exports},"92e0":function(t,e,a){"use strict";var i=a("0f63"),n=a.n(i);n.a},"99de":function(t,e,a){"use strict";var i=a("54f7"),n=a.n(i);n.a},"9ec2":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"header"},[a("v-uni-view",{staticClass:"top-box"},[1===t.componentContent.logoType?a("v-uni-image",{staticClass:"logo",attrs:{src:t.componentContent.imageUrl,mode:"heightFix"}}):a("v-uni-view",{staticClass:"h3",style:{fontSize:t.componentContent.fontSizeNum+"px",fontWeight:t.componentContent.textFontW,color:t.componentContent.titColor}},[t._v(t._s(t.componentContent.title))]),a("v-uni-view",{staticClass:"search-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.searchPro.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"search-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//search.png",mode:"widthFix"}})],1)],1),a("v-uni-view",{staticClass:"tabs-nav-warp"},[a("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",class:{on:0===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(0)}}},[t._v("首页")]),t._l(t.classifyData,(function(e,i){return a("v-uni-view",{key:i,staticClass:"li",class:{on:t.activeTab===i+1},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tabChange(i+1,e.id)}}},[t._v(t._s(e.categoryName))])}))],2)],1)],1)],1)},n=[]},"9f91":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{},[a("v-uni-view",{staticClass:"u-sticky-wrap",class:[t.elClass],style:{height:t.fixed?t.height+"px":"auto",backgroundColor:t.bgColor}},[a("v-uni-view",{staticClass:"u-sticky",style:{position:t.fixed?"fixed":"static",top:t.stickyTop+"px",left:t.left+"px",width:"auto"==t.width?"auto":t.width+"px",zIndex:t.uZIndex}},[t._t("default")],2)],1)],1)},n=[]},af06:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa"),a("9c4e");var i={name:"u-sticky",props:{offsetTop:{type:[Number,String],default:0},index:{type:[Number,String],default:""},enable:{type:Boolean,default:!0},h5NavHeight:{type:[Number,String],default:44},bgColor:{type:String,default:"#ffffff"},zIndex:{type:[Number,String],default:""}},data:function(){return{fixed:!1,height:"auto",stickyTop:0,elClass:this.$u.guid(),left:0,width:"auto"}},watch:{offsetTop:function(t){this.initObserver()},enable:function(t){0==t?(this.fixed=!1,this.disconnectObserver("contentObserver")):this.initObserver()}},computed:{uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.sticky}},mounted:function(){this.initObserver()},methods:{initObserver:function(){var t=this;this.enable&&(this.stickyTop=0!=this.offsetTop?uni.upx2px(this.offsetTop)+this.h5NavHeight:this.h5NavHeight,this.disconnectObserver("contentObserver"),this.$uGetRect("."+this.elClass).then((function(e){t.height=e.height,t.left=e.left,t.width=e.width,t.$nextTick((function(){t.observeContent()}))})))},observeContent:function(){var t=this;this.disconnectObserver("contentObserver");var e=this.createIntersectionObserver({thresholds:[.95,.98,1]});e.relativeToViewport({top:-this.stickyTop}),e.observe("."+this.elClass,(function(e){t.enable&&t.setFixed(e.boundingClientRect.top)})),this.contentObserver=e},setFixed:function(t){var e=t<this.stickyTop;e?this.$emit("fixed",this.index):this.fixed&&this.$emit("unfixed",this.index),this.fixed=e},disconnectObserver:function(t){var e=this[t];e&&e.disconnect()}},beforeDestroy:function(){this.disconnectObserver("contentObserver")}};e.default=i},b7b1d:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"goodRecommend"},[i("v-uni-view",{staticClass:"product-list"},[i("v-uni-view",{staticClass:"product-list-box"},t._l(t.productList,(function(e,n){return i("v-uni-view",{key:n,staticClass:"product-list-item-warp"},["{}"!==JSON.stringify(e)?i("v-uni-view",{staticClass:"product-list-item"},[i("v-uni-view",{staticClass:"product-list-img",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.jumpProductDetail(e)}}},[i("img",{directives:[{name:"show",rawName:"v-show",value:e.image,expression:"item.image"}],staticClass:"img",attrs:{src:e.image}})]),i("v-uni-view",{staticClass:"product-list-info u-skeleton-fillet"},[i("v-uni-view",{staticClass:"product-name"},[t._v(t._s(e.productName))]),i("v-uni-view",{staticClass:"flex"},[i("v-uni-view",{staticClass:"shop-box",on:{click:function(a){a.stopPropagation(),arguments[0]=a=t.$handleEvent(a),t.jumpStore(e)}}},[i("v-uni-view",{staticClass:"shop-name",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.jumpProductDetail(e)}}},[t._v(t._s(e.shopName))]),i("v-uni-view",{staticClass:"shop-logo"},[i("img",{attrs:{src:t.$baseURL+e.shopLogo}})])],1),i("v-uni-view",{staticClass:"buy-count"},[t._v(t._s(e.users?e.users:0)+"人付款")])],1),i("div",{staticClass:"price-warp"},[1==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("2b3a")}}):t._e(),2==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("e837")}}):t._e(),4==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("e837")}}):t._e(),3==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("1aaa")}}):t._e(),5==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("1aaa")}}):t._e(),8==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("6b36")}}):t._e(),i("div",{staticClass:"price"},[t._v("¥ "+t._s(e.price))]),i("div",{staticClass:"original-price"},[t._v("¥ "+t._s(e.originalPrice))])],1)],1)],1):i("v-uni-view",{staticClass:"product-list-item ske-loading"},[i("v-uni-view",{staticClass:"product-list-img child-loading"},[i("img",{directives:[{name:"show",rawName:"v-show",value:e.image,expression:"item.image"}],staticClass:"img",attrs:{src:e.image}})]),i("v-uni-view",{staticClass:"product-list-info"},[i("v-uni-view",{staticClass:"product-name child-loading",staticStyle:{"border-radius":"5rpx","margin-top":"10rpx",width:"100%",padding:"20rpx 0"}}),i("v-uni-view",{staticClass:"product-name child-loading",staticStyle:{"border-radius":"5rpx","margin-top":"10rpx",width:"100%",padding:"20rpx 0"}})],1)],1)],1)})),1)],1),t.ifShow?i("v-uni-view",{staticClass:"emptyCart-box flex-items-plus flex-column"},[i("v-uni-image",{staticClass:"emptyCart-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png",mode:"widthFix"}}),i("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("这里空空如也~")])],1):t._e()],1)},n=[]},b7c7:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return(0,i.default)(t)||(0,n.default)(t)||(0,o.default)(t)||(0,r.default)()};var i=s(a("4733")),n=s(a("d14d")),o=s(a("5d6b")),r=s(a("30f7"));function s(t){return t&&t.__esModule?t:{default:t}}},ba9e:function(t,e,a){"use strict";var i=a("60fa"),n=a.n(i);n.a},bed7:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.hom-page[data-v-356abafa]{margin-top:calc(%?20?% + 0px)}.head[data-v-356abafa]{background:#fff}.header[data-v-356abafa]{background:#fff}.header .toLive[data-v-356abafa]{height:60px;color:#fff;background-color:#333}.header .topBox[data-v-356abafa]{display:flex;align-items:center;justify-content:flex-end;width:100%}.header .logo[data-v-356abafa]{width:%?175?%;height:%?42?%;margin-left:%?30?%}.header .search-btn[data-v-356abafa]{height:%?66?%;background:#fff;border-radius:%?33?%;display:flex;flex-direction:row;align-items:center;margin-right:%?30?%}.header .search-btn .search-icon[data-v-356abafa]{width:%?60?%;height:%?60?%}.header .search-btn .search-word[data-v-356abafa]{font-size:%?26?%;font-weight:400;color:#999;margin-left:%?10?%}.header .tabs-nav-warp[data-v-356abafa]{margin-top:%?20?%;padding:0 %?30?%}.header .tabs-nav .ul[data-v-356abafa]{display:flex}.header .tabs-nav .ul .li[data-v-356abafa]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%}.header .tabs-nav .ul .li[data-v-356abafa]:first-child{margin-left:0}.header .tabs-nav .ul .li.on[data-v-356abafa]{font-weight:700}.header .tabs-nav .ul .li.on[data-v-356abafa]:after{content:"";width:100%;height:%?4?%;background:#39be7a;position:absolute;left:0;bottom:0}.weiXinBox[data-v-356abafa]{width:100%;position:fixed;background:#f7f7f7;z-index:99}.wxBtnBg[data-v-356abafa]{padding:0 %?20?%}.wxBtnBg .weiXinBoxBtn[data-v-356abafa]{display:flex;align-items:center;padding:%?10?% 0 %?10?% %?15?%;width:100%;background:#f3f4f5;opacity:1}.wxBtnBg .weiXinBoxBtn .search-icon[data-v-356abafa]{width:%?50?%;height:%?50?%;margin-right:%?20?%}.wxBtnBg .weiXinBoxBtn uni-text[data-v-356abafa]{color:#999}.terminal1 .header .topBox .search-btn .search-icon[data-v-356abafa]{margin-left:%?0?%}.topTitle[data-v-356abafa]{display:flex;justify-content:center;align-items:center;height:%?100?%;width:100%}.topTitle .topText[data-v-356abafa]{text-align:center;color:#000;font-size:%?38?%;font-weight:700}.topWap[data-v-356abafa]{padding-top:%?60?%}.topWap .logo[data-v-356abafa]{margin-top:0!important}.reachBottom[data-v-356abafa]{margin-top:%?30?%;display:flex;flex-direction:column;align-items:center}.reachBottom .reach-icon[data-v-356abafa]{width:%?150?%;height:%?150?%}.reachBottom .reach-text[data-v-356abafa]{margin:%?20?% 0;color:#ccc}.Put-box1 .btn[data-v-356abafa]{text-align:center;margin-top:%?40?%;border:1px solid #333;height:%?80?%;line-height:%?80?%;width:100%;color:#333}.Put-box1 .submit[data-v-356abafa]{background-color:#333;color:#ffebc4}',""]),t.exports=e},bf14:function(t,e,a){"use strict";a.r(e);var i=a("e0f4"),n=a("1200");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("2f24");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"7b127d20",null,!1,i["a"],void 0);e["default"]=s.exports},bf58:function(t,e,a){"use strict";var i=a("490c"),n=a.n(i);n.a},d14d:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},a("01a2"),a("e39c"),a("bf0f"),a("844d"),a("18f7"),a("de6c"),a("08eb")},d8bc:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.header .top-box[data-v-ce26285e]{display:flex;align-items:center;justify-content:space-between;padding-left:%?30?%;width:100%}.header .top-box .logo[data-v-ce26285e]{height:%?70?%;margin-top:%?0?%}.header .top-box .search-btn[data-v-ce26285e]{height:%?66?%;background:#fff;border-radius:%?33?%;display:flex;flex-direction:row;align-items:center;margin-right:%?30?%}.header .top-box .search-btn .search-icon[data-v-ce26285e]{width:%?60?%;height:%?60?%}.tabs-nav-warp[data-v-ce26285e]{margin-top:%?20?%;padding:0 %?30?%;overflow:hidden}.tabs-nav-warp .tabs-nav .ul[data-v-ce26285e]{display:flex;flex-wrap:nowrap;justify-content:space-between}.tabs-nav-warp .tabs-nav .ul .li[data-v-ce26285e]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%;text-align:center}.tabs-nav-warp .tabs-nav .ul .li[data-v-ce26285e]:first-child{margin-left:0}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-ce26285e]{font-weight:700}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-ce26285e]:after{content:"";width:100%;height:%?4?%;background:#c5aa7b;position:absolute;left:0;bottom:0}',""]),t.exports=e},e0f4:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"tabs-nav-warp"},[a("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",class:{on:0===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(0)}}},[t._v("首页")]),t._l(t.categoryList,(function(e,i){return a("v-uni-view",{key:i,staticClass:"li",class:{on:t.activeTab===i+1},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tabChange(i+1,e.classifyId)}}},[t._v(t._s(e.classifyName))])}))],2)],1)],1)},n=[]},ee7f:function(t,e,a){"use strict";a.r(e);var i=a("9f91"),n=a("661c");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("92e0");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"1ef8cf66",null,!1,i["a"],void 0);e["default"]=s.exports},eef6:function(t,e,a){"use strict";a.r(e);var i=a("4859"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},fe72:function(t,e,a){"use strict";a.r(e);var i=a("1dbf"),n=a("5602");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("99de");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"356abafa",null,!1,i["a"],void 0);e["default"]=s.exports}}]); | ||
| 2 | \ No newline at end of file | 0 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-index-index.548f9762.js
0 → 100644
| 1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-tabbar-index-index"],{"07fe":function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goodRecommend[data-v-700d892a]{padding-top:%?20?%}.goodRecommend .product-list[data-v-700d892a]{position:relative;padding:0 %?13?%;width:100%}.goodRecommend .product-list-box[data-v-700d892a]{display:flex;flex-wrap:wrap;flex-direction:row}.goodRecommend .product-list-box.swiper[data-v-700d892a]{height:%?620?%}.goodRecommend .product-list.product-swiper .product-list-box[data-v-700d892a]{padding-left:0}.goodRecommend .product-list-item-warp[data-v-700d892a]{margin:0 0 %?20?% 0}.goodRecommend .product-list-item[data-v-700d892a]{width:%?348?%;padding:0 %?7?%;box-sizing:initial}.goodRecommend .product-list-img[data-v-700d892a]{width:%?348?%;height:%?348?%;background-color:#d0d0d0;border-radius:%?10?% %?10?% 0 0}.goodRecommend .product-list-img .img[data-v-700d892a]{width:100%;height:100%;object-fit:contain}.goodRecommend .product-list-info[data-v-700d892a]{background-color:#fff;border-radius:0 0 %?10?% %?10?%;padding:%?20?%}.goodRecommend .product-list-info uni-label[data-v-700d892a]{font-weight:400}.goodRecommend .product-list-info .product-name[data-v-700d892a]{font-size:%?28?%;color:#333;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:%?18?%;line-height:%?40?%}.goodRecommend .product-list-info .flex[data-v-700d892a]{display:flex;align-items:center}.goodRecommend .product-list-info .shop-box[data-v-700d892a]{background-color:#39be7a;border-radius:%?20?%;line-height:%?40?%;display:flex;align-items:center;height:%?40?%;margin-right:%?10?%;float:left}.goodRecommend .product-list-info .shop-box .shop-name[data-v-700d892a]{font-size:%?20?%;color:#fff;padding:0 %?8?% 0 %?12?%;line-height:%?40?%;display:inline-block;float:left;max-width:%?170?%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.goodRecommend .product-list-info .shop-box .shop-logo[data-v-700d892a]{border:%?2?% solid #fff;border-radius:50%;overflow:hidden;float:right}.goodRecommend .product-list-info .shop-box .shop-logo img[data-v-700d892a]{width:%?34?%;height:%?34?%;display:block}.goodRecommend .product-list-info .buy-count[data-v-700d892a]{color:#39be7a;font-size:%?20?%;border:%?2?% solid #e4e5e6;line-height:%?36?%;padding:0 %?5?%}.goodRecommend .product-list-info .price-warp[data-v-700d892a]{display:flex;align-items:baseline;line-height:%?56?%}.goodRecommend .product-list-info .price-warp .iconImg[data-v-700d892a]{width:%?58?%;height:%?36?%;margin-right:%?10?%}.goodRecommend .product-list-info .price-warp .price[data-v-700d892a]{color:#c83732;font-size:%?40?%;margin-right:%?20?%}.goodRecommend .product-list-info .price-warp .original-price[data-v-700d892a]{font-size:%?24?%;color:#ccc;text-decoration:line-through}.goodRecommend .emptyCart-box[data-v-700d892a]{margin-top:%?70?%}.goodRecommend .emptyCart-box .emptyCart-img[data-v-700d892a]{width:%?216?%;height:%?156?%}',""]),t.exports=e},"09e1":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.commonMixin=void 0,a("64aa");var n=i(a("87d3")),o=a("1200e"),r={name:"headerComponent",mixins:[o.funMixin],props:{terminal:{type:Number,default:4},typeId:{type:Number,default:1},shopId:{type:Number,default:0},componentContent:{type:Object}},data:function(){return{classifyData:[]}},mounted:function(){this.getData()},methods:{getData:function(){var t=this;t.sendReq({url:"".concat(n.default.getClassify,"?page=1&pageSize=20"),method:"GET"},(function(e){t.classifyData=e.data,console.log(t.classifyData)}),(function(t){}))}}};e.commonMixin=r},"0f63":function(t,e,a){var i=a("436b");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("569e5e84",i,!0,{sourceMap:!1,shadowMode:!1})},1200:function(t,e,a){"use strict";a.r(e);var i=a("6e40"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"2f24":function(t,e,a){"use strict";var i=a("7a52"),n=a.n(i);n.a},"2f88":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(a("b7c7"));a("64aa"),a("c223"),a("8f71"),a("bf0f"),a("d4b5");var o=a("83c8"),r=a("6d56"),s={name:"categoryShow",props:{categoryid:{type:Number,default:0}},data:function(){return{activeTab:0,page:1,pageSize:10,total:0,productList:[],ifShow:!1}},mounted:function(){this.productList=[{},{},{},{},{},{},{},{}],this.getData()},methods:{getData:function(){var t=this;console.log("加载了getData"),0!=this.total&&this.productList.length>=this.total?console.log("加载完了"):o.request(r.getProducts,{classifyId:this.categoryid,page:this.page,pageSize:this.pageSize},"GET").then((function(e){t.productList=[].concat((0,n.default)(t.productList),(0,n.default)(e.data.list)),t.productList=t.productList.filter((function(t){return"{}"!==JSON.stringify(t)})),t.total=e.data.total,uni.hideLoading(),0===t.productList.length&&(t.ifShow=!0)})).catch((function(t){uni.hideLoading()}))},jumpStore:function(t){uni.navigateTo({url:"/pages_category_page1/store/index?storeId=".concat(t.shopId)})},jumpProductDetail:function(t){uni.navigateTo({url:"/pages_category_page1/goodsModule/goodsDetails?shopId="+t.shopId+"&productId="+t.productId+"&skuId="+t.skuId})}},watch:{categoryid:{handler:function(t,e){this.ifShow=!1,this.getData()},deep:!0}}};e.default=s},"30f7":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},a("7a76"),a("c9b5")},3990:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.hom-page[data-v-8c0c73b2]{margin-top:calc(%?20?% + 0px)}.head[data-v-8c0c73b2]{background:#fff}.header[data-v-8c0c73b2]{background:#fff}.header .toLive[data-v-8c0c73b2]{height:60px;color:#fff;background-color:#333}.header .topBox[data-v-8c0c73b2]{display:flex;align-items:center;justify-content:flex-end;width:100%}.header .logo[data-v-8c0c73b2]{width:%?175?%;height:%?42?%;margin-left:%?30?%}.header .search-btn[data-v-8c0c73b2]{height:%?66?%;background:#fff;border-radius:%?33?%;display:flex;flex-direction:row;align-items:center;margin-right:%?30?%}.header .search-btn .search-icon[data-v-8c0c73b2]{width:%?60?%;height:%?60?%}.header .search-btn .search-word[data-v-8c0c73b2]{font-size:%?26?%;font-weight:400;color:#999;margin-left:%?10?%}.header .tabs-nav-warp[data-v-8c0c73b2]{margin-top:%?20?%;padding:0 %?30?%}.header .tabs-nav .ul[data-v-8c0c73b2]{display:flex}.header .tabs-nav .ul .li[data-v-8c0c73b2]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%}.header .tabs-nav .ul .li[data-v-8c0c73b2]:first-child{margin-left:0}.header .tabs-nav .ul .li.on[data-v-8c0c73b2]{font-weight:700}.header .tabs-nav .ul .li.on[data-v-8c0c73b2]:after{content:"";width:100%;height:%?4?%;background:#39be7a;position:absolute;left:0;bottom:0}.weiXinBox[data-v-8c0c73b2]{width:100%;position:fixed;background:#f7f7f7;z-index:99}.wxBtnBg[data-v-8c0c73b2]{padding:0 %?20?%}.wxBtnBg .weiXinBoxBtn[data-v-8c0c73b2]{display:flex;align-items:center;padding:%?10?% 0 %?10?% %?15?%;width:100%;background:#f3f4f5;opacity:1}.wxBtnBg .weiXinBoxBtn .search-icon[data-v-8c0c73b2]{width:%?50?%;height:%?50?%;margin-right:%?20?%}.wxBtnBg .weiXinBoxBtn uni-text[data-v-8c0c73b2]{color:#999}.terminal1 .header .topBox .search-btn .search-icon[data-v-8c0c73b2]{margin-left:%?0?%}.topTitle[data-v-8c0c73b2]{display:flex;justify-content:center;align-items:center;height:%?100?%;width:100%}.topTitle .topText[data-v-8c0c73b2]{text-align:center;color:#000;font-size:%?38?%;font-weight:700}.topWap[data-v-8c0c73b2]{padding-top:%?60?%}.topWap .logo[data-v-8c0c73b2]{margin-top:0!important}.reachBottom[data-v-8c0c73b2]{margin-top:%?30?%;display:flex;flex-direction:column;align-items:center}.reachBottom .reach-icon[data-v-8c0c73b2]{width:%?150?%;height:%?150?%}.reachBottom .reach-text[data-v-8c0c73b2]{margin:%?20?% 0;color:#ccc}.Put-box1 .btn[data-v-8c0c73b2]{text-align:center;margin-top:%?40?%;border:1px solid #333;height:%?80?%;line-height:%?80?%;width:100%;color:#333}.Put-box1 .submit[data-v-8c0c73b2]{background-color:#333;color:#ffebc4}',""]),t.exports=e},"42f6":function(t,e,a){"use strict";a("6a54");var i=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("d4b5");var n=i(a("41e3")),o=i(a("8e27")),r=i(a("87d3")),s=i(a("bf14")),c=i(a("8d73")),d=(i(a("659f")),i(a("90bd"))),u=a("83c8"),l=a("6d56"),f={components:{AdWindow:o.default,CategoryList:s.default,CategoryShow:c.default,canvasPage:d.default,tuiModal:n.default},data:function(){return{terminal:l.terminal,activeTab:0,categoryid:0,topHeight:0,height:0,topLeft:0,privacyShow:!1,componentsData:[],typeId:1}},onReachBottom:function(){this.HandleLoadMoreProduct()},onLoad:function(t){var e=this;console.log(t.phone,"phjas"),t.phone&&""!=t.phone&&u.request(l.Login,{phone:t.phone,verificationCode:"wGnknz0SpYZ0YkFTCqnWXDWqoNRJm3w2f3BVrUvEpbk="},"POST").then((function(a){uni.hideLoading();var i=a.data;if(uni.setStorageSync("storage_key",i),uni.getStorageSync("salesId")){u.request(l.huiyuanList,{phone:t.phone},"POST").then((function(t){uni.setStorageSync("memerId",JSON.parse(t.data).data.id)}));var n=uni.getStorageSync("salesId"),o=uni.getStorageSync("shopId");e.bindSalesCustomer(n,o),uni.removeStorageSync("salesId"),uni.removeStorageSync("shopId")}}));var a=window.location.href;localStorage.setItem("homePageUrl",a),uni.getStorageSync("storage_key"),this.$nextTick((function(){e.canvasGet(),e.$refs.adWindow.getAd()}))},onShow:function(){},onPageScroll:function(t){this.topLeft=t.scrollTop},methods:{bindSalesCustomer:function(t,e){t&&e&&u.request(l.BindSalesCustomer,{shopId:e,distributorId:t},"POST").then((function(t){uni.showToast({title:"绑定成功",icon:"none"})})).catch((function(t){uni.showToast({title:t.data.message,icon:"none"})}))},canvasGet:function(){var t=this,e=r.default.getCanvas+"?terminal="+this.terminal+"&type="+this.typeId;this.shopId&&(e+="&shopId="+this.shopId);u.request(e,{},"GET").then((function(e){if("{}"!==JSON.stringify(e.data)){var a=JSON.parse(e.data.json);t.componentsData=a}uni.hideLoading()})).catch((function(t){uni.hideLoading()}))},onShareTimeline:function(){return{title:this.miniHomeRemark,imageUrl:this.miniHomeImg,path:"pages/tabbar/index/index"}},onShareAppMessage:function(){return{title:this.miniHomeRemark,imageUrl:this.miniHomeImg,path:"pages/tabbar/index/index"}},HandleLoadMoreProduct:function(){if(0!=this.activeTab){var t=this.$refs.categoryShow;0!==t.total&&t.productList.length<t.total&&(t.page++,t.getData())}},HandleCleanActiveTabProduct:function(){if(this.$refs.categoryShow){var t=this.$refs.categoryShow;t.total=0,t.page=1,t.productList=[{},{},{},{},{},{},{},{}]}},tabChange:function(t,e){this.HandleCleanActiveTabProduct(),this.activeTab=t,this.categoryid=e},searchPro:function(t,e){uni.navigateTo({url:"/pages_category_page1/search/index/index"})}}};e.default=f},"436b":function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-sticky[data-v-1ef8cf66]{z-index:9999999999}',""]),t.exports=e},"456d":function(t,e,a){var i=a("3990");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("83e2fcd2",i,!0,{sourceMap:!1,shadowMode:!1})},4733:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if(Array.isArray(t))return(0,i.default)(t)};var i=function(t){return t&&t.__esModule?t:{default:t}}(a("8d0b"))},4859:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a("09e1"),n={mixins:[i.commonMixin],data:function(){return{activeTab:0}},computed:{},methods:{tabChange:function(t,e){this.activeTab=t,this.$emit("tabChange",t,e)},searchPro:function(t,e){uni.navigateTo({url:"/pages_category_page1/search/index/index"})}}};e.default=n},"490c":function(t,e,a){var i=a("d8bc");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("7ebb1de5",i,!0,{sourceMap:!1,shadowMode:!1})},5602:function(t,e,a){"use strict";a.r(e);var i=a("42f6"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"60fa":function(t,e,a){var i=a("07fe");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("36089222",i,!0,{sourceMap:!1,shadowMode:!1})},"659f":function(t,e,a){"use strict";a.r(e);var i=a("9ec2"),n=a("eef6");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("bf58");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"ce26285e",null,!1,i["a"],void 0);e["default"]=s.exports},"661c":function(t,e,a){"use strict";a.r(e);var i=a("af06"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},6851:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.tabs-nav-warp[data-v-7b127d20]{margin-top:%?20?%;padding:0 %?30?%}.tabs-nav-warp .tabs-nav .ul[data-v-7b127d20]{display:flex}.tabs-nav-warp .tabs-nav .ul .li[data-v-7b127d20]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%}.tabs-nav-warp .tabs-nav .ul .li[data-v-7b127d20]:first-child{margin-left:0}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-7b127d20]{font-weight:700}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-7b127d20]:after{content:"";width:100%;height:%?4?%;background:#39be7a;position:absolute;left:0;bottom:0}',""]),t.exports=e},"6e40":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a("83c8"),n=a("6d56"),o={name:"categoryList",data:function(){return{activeTab:0,categoryList:[]}},mounted:function(){this.getCategoryData()},methods:{tabChange:function(t,e){this.activeTab=t,this.$emit("tabChange",t,e)},getCategoryData:function(){var t=this;uni.showLoading({title:"加载中..."}),i.request(n.FindCategoryListByDepth,{},"GET").then((function(e){t.categoryList=e.data,uni.hideLoading()})).catch((function(t){uni.hideLoading()}))}}};e.default=o},"717c":function(t,e,a){"use strict";a.r(e);var i=a("2f88"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},"7a52":function(t,e,a){var i=a("6851");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("967d").default;n("5cddde12",i,!0,{sourceMap:!1,shadowMode:!1})},"8d73":function(t,e,a){"use strict";a.r(e);var i=a("b7b1d"),n=a("717c");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("ba9e");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"700d892a",null,!1,i["a"],void 0);e["default"]=s.exports},"8e25":function(t,e,a){"use strict";var i=a("456d"),n=a.n(i);n.a},"92e0":function(t,e,a){"use strict";var i=a("0f63"),n=a.n(i);n.a},"9ec2":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"header"},[a("v-uni-view",{staticClass:"top-box"},[1===t.componentContent.logoType?a("v-uni-image",{staticClass:"logo",attrs:{src:t.componentContent.imageUrl,mode:"heightFix"}}):a("v-uni-view",{staticClass:"h3",style:{fontSize:t.componentContent.fontSizeNum+"px",fontWeight:t.componentContent.textFontW,color:t.componentContent.titColor}},[t._v(t._s(t.componentContent.title))]),a("v-uni-view",{staticClass:"search-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.searchPro.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"search-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//search.png",mode:"widthFix"}})],1)],1),a("v-uni-view",{staticClass:"tabs-nav-warp"},[a("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",class:{on:0===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(0)}}},[t._v("首页")]),t._l(t.classifyData,(function(e,i){return a("v-uni-view",{key:i,staticClass:"li",class:{on:t.activeTab===i+1},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tabChange(i+1,e.id)}}},[t._v(t._s(e.categoryName))])}))],2)],1)],1)],1)},n=[]},"9f91":function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{},[a("v-uni-view",{staticClass:"u-sticky-wrap",class:[t.elClass],style:{height:t.fixed?t.height+"px":"auto",backgroundColor:t.bgColor}},[a("v-uni-view",{staticClass:"u-sticky",style:{position:t.fixed?"fixed":"static",top:t.stickyTop+"px",left:t.left+"px",width:"auto"==t.width?"auto":t.width+"px",zIndex:t.uZIndex}},[t._t("default")],2)],1)],1)},n=[]},af06:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa"),a("9c4e");var i={name:"u-sticky",props:{offsetTop:{type:[Number,String],default:0},index:{type:[Number,String],default:""},enable:{type:Boolean,default:!0},h5NavHeight:{type:[Number,String],default:44},bgColor:{type:String,default:"#ffffff"},zIndex:{type:[Number,String],default:""}},data:function(){return{fixed:!1,height:"auto",stickyTop:0,elClass:this.$u.guid(),left:0,width:"auto"}},watch:{offsetTop:function(t){this.initObserver()},enable:function(t){0==t?(this.fixed=!1,this.disconnectObserver("contentObserver")):this.initObserver()}},computed:{uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.sticky}},mounted:function(){this.initObserver()},methods:{initObserver:function(){var t=this;this.enable&&(this.stickyTop=0!=this.offsetTop?uni.upx2px(this.offsetTop)+this.h5NavHeight:this.h5NavHeight,this.disconnectObserver("contentObserver"),this.$uGetRect("."+this.elClass).then((function(e){t.height=e.height,t.left=e.left,t.width=e.width,t.$nextTick((function(){t.observeContent()}))})))},observeContent:function(){var t=this;this.disconnectObserver("contentObserver");var e=this.createIntersectionObserver({thresholds:[.95,.98,1]});e.relativeToViewport({top:-this.stickyTop}),e.observe("."+this.elClass,(function(e){t.enable&&t.setFixed(e.boundingClientRect.top)})),this.contentObserver=e},setFixed:function(t){var e=t<this.stickyTop;e?this.$emit("fixed",this.index):this.fixed&&this.$emit("unfixed",this.index),this.fixed=e},disconnectObserver:function(t){var e=this[t];e&&e.disconnect()}},beforeDestroy:function(){this.disconnectObserver("contentObserver")}};e.default=i},b7b1d:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"goodRecommend"},[i("v-uni-view",{staticClass:"product-list"},[i("v-uni-view",{staticClass:"product-list-box"},t._l(t.productList,(function(e,n){return i("v-uni-view",{key:n,staticClass:"product-list-item-warp"},["{}"!==JSON.stringify(e)?i("v-uni-view",{staticClass:"product-list-item"},[i("v-uni-view",{staticClass:"product-list-img",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.jumpProductDetail(e)}}},[i("img",{directives:[{name:"show",rawName:"v-show",value:e.image,expression:"item.image"}],staticClass:"img",attrs:{src:e.image}})]),i("v-uni-view",{staticClass:"product-list-info u-skeleton-fillet"},[i("v-uni-view",{staticClass:"product-name"},[t._v(t._s(e.productName))]),i("v-uni-view",{staticClass:"flex"},[i("v-uni-view",{staticClass:"shop-box",on:{click:function(a){a.stopPropagation(),arguments[0]=a=t.$handleEvent(a),t.jumpStore(e)}}},[i("v-uni-view",{staticClass:"shop-name",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.jumpProductDetail(e)}}},[t._v(t._s(e.shopName))]),i("v-uni-view",{staticClass:"shop-logo"},[i("img",{attrs:{src:t.$baseURL+e.shopLogo}})])],1),i("v-uni-view",{staticClass:"buy-count"},[t._v(t._s(e.users?e.users:0)+"人付款")])],1),i("div",{staticClass:"price-warp"},[1==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("2b3a")}}):t._e(),2==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("e837")}}):t._e(),4==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("e837")}}):t._e(),3==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("1aaa")}}):t._e(),5==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("1aaa")}}):t._e(),8==e.activityType?i("v-uni-image",{staticClass:"iconImg",attrs:{src:a("6b36")}}):t._e(),i("div",{staticClass:"price"},[t._v("¥ "+t._s(e.price))]),i("div",{staticClass:"original-price"},[t._v("¥ "+t._s(e.originalPrice))])],1)],1)],1):i("v-uni-view",{staticClass:"product-list-item ske-loading"},[i("v-uni-view",{staticClass:"product-list-img child-loading"},[i("img",{directives:[{name:"show",rawName:"v-show",value:e.image,expression:"item.image"}],staticClass:"img",attrs:{src:e.image}})]),i("v-uni-view",{staticClass:"product-list-info"},[i("v-uni-view",{staticClass:"product-name child-loading",staticStyle:{"border-radius":"5rpx","margin-top":"10rpx",width:"100%",padding:"20rpx 0"}}),i("v-uni-view",{staticClass:"product-name child-loading",staticStyle:{"border-radius":"5rpx","margin-top":"10rpx",width:"100%",padding:"20rpx 0"}})],1)],1)],1)})),1)],1),t.ifShow?i("v-uni-view",{staticClass:"emptyCart-box flex-items-plus flex-column"},[i("v-uni-image",{staticClass:"emptyCart-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png",mode:"widthFix"}}),i("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("这里空空如也~")])],1):t._e()],1)},n=[]},b7c7:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return(0,i.default)(t)||(0,n.default)(t)||(0,o.default)(t)||(0,r.default)()};var i=s(a("4733")),n=s(a("d14d")),o=s(a("5d6b")),r=s(a("30f7"));function s(t){return t&&t.__esModule?t:{default:t}}},ba9e:function(t,e,a){"use strict";var i=a("60fa"),n=a.n(i);n.a},bf14:function(t,e,a){"use strict";a.r(e);var i=a("e0f4"),n=a("1200");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("2f24");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"7b127d20",null,!1,i["a"],void 0);e["default"]=s.exports},bf58:function(t,e,a){"use strict";var i=a("490c"),n=a.n(i);n.a},cba5:function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return o})),a.d(e,"a",(function(){return i}));var i={globalLoading:a("1abf").default,uSticky:a("ee7f").default},n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"hom-page",style:{"padding-top":t.height+"px"}},[a("global-loading"),a("u-sticky",{attrs:{"offset-top":"0","h5-nav-height":"0","bg-color":"#fff"}},[a("v-uni-view",{staticClass:"head"},[a("v-uni-view",{staticClass:"header"},[a("v-uni-view",{staticClass:"topBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.searchPro.apply(void 0,arguments)}}},[a("v-uni-view",{staticClass:"search-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.searchPro.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"search-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img/search.png",mode:"widthFix"}})],1)],1)],1)],1)],1),0==t.activeTab?a("canvas-page",{ref:"canvasPage",attrs:{componentsData:t.componentsData,terminal:t.terminal,typeId:1}}):a("category-show",{ref:"categoryShow",attrs:{categoryid:t.categoryid}}),a("ad-window",{ref:"adWindow",attrs:{triggerCondition:1}}),t.topLeft>400?a("v-uni-view",{staticClass:"reachBottom"},[a("v-uni-image",{staticClass:"reach-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img/reachBottom.png",mode:"widthFix"}}),a("v-uni-text",{staticClass:"reach-text"},[t._v("这里到底了哦~~")])],1):t._e(),a("tui-modal",{attrs:{show:t.privacyShow,custom:!0,fadein:!0}},[a("v-uni-view",{staticClass:"Put-box1"},[a("v-uni-view",{staticClass:"text-align fs34 fs-bold"},[t._v("协议与隐私政策")]),a("p",{staticClass:"mar-top-20"},[t._v("欢迎来到锦江公园!我们根据最新的法律、法规、监管政策要求,更新了隐私政策。")]),a("v-uni-view",{staticClass:"flex-display flex-sp-between"},[a("v-uni-view",{staticClass:"btn submit",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.privacyShow=!1}}},[t._v("同意")])],1)],1)],1)],1)},o=[]},d14d:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if("undefined"!==typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)},a("01a2"),a("e39c"),a("bf0f"),a("844d"),a("18f7"),a("de6c"),a("08eb")},d8bc:function(t,e,a){var i=a("c86c");e=i(!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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.header .top-box[data-v-ce26285e]{display:flex;align-items:center;justify-content:space-between;padding-left:%?30?%;width:100%}.header .top-box .logo[data-v-ce26285e]{height:%?70?%;margin-top:%?0?%}.header .top-box .search-btn[data-v-ce26285e]{height:%?66?%;background:#fff;border-radius:%?33?%;display:flex;flex-direction:row;align-items:center;margin-right:%?30?%}.header .top-box .search-btn .search-icon[data-v-ce26285e]{width:%?60?%;height:%?60?%}.tabs-nav-warp[data-v-ce26285e]{margin-top:%?20?%;padding:0 %?30?%;overflow:hidden}.tabs-nav-warp .tabs-nav .ul[data-v-ce26285e]{display:flex;flex-wrap:nowrap;justify-content:space-between}.tabs-nav-warp .tabs-nav .ul .li[data-v-ce26285e]{flex:1 0 auto;margin-left:%?36?%;font-size:%?30?%;color:#999;position:relative;padding-bottom:%?18?%;text-align:center}.tabs-nav-warp .tabs-nav .ul .li[data-v-ce26285e]:first-child{margin-left:0}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-ce26285e]{font-weight:700}.tabs-nav-warp .tabs-nav .ul .li.on[data-v-ce26285e]:after{content:"";width:100%;height:%?4?%;background:#c5aa7b;position:absolute;left:0;bottom:0}',""]),t.exports=e},e0f4:function(t,e,a){"use strict";a.d(e,"b",(function(){return i})),a.d(e,"c",(function(){return n})),a.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"tabs-nav-warp"},[a("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",class:{on:0===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(0)}}},[t._v("首页")]),t._l(t.categoryList,(function(e,i){return a("v-uni-view",{key:i,staticClass:"li",class:{on:t.activeTab===i+1},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.tabChange(i+1,e.classifyId)}}},[t._v(t._s(e.classifyName))])}))],2)],1)],1)},n=[]},ee7f:function(t,e,a){"use strict";a.r(e);var i=a("9f91"),n=a("661c");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("92e0");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"1ef8cf66",null,!1,i["a"],void 0);e["default"]=s.exports},eef6:function(t,e,a){"use strict";a.r(e);var i=a("4859"),n=a.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(o);e["default"]=n.a},fe72:function(t,e,a){"use strict";a.r(e);var i=a("cba5"),n=a("5602");for(var o in n)["default"].indexOf(o)<0&&function(t){a.d(e,t,(function(){return n[t]}))}(o);a("8e25");var r=a("828b"),s=Object(r["a"])(n["default"],i["b"],i["c"],!1,null,"8c0c73b2",null,!1,i["a"],void 0);e["default"]=s.exports}}]); | ||
| 0 | \ No newline at end of file | 2 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-index-index~pages_category_page1-store-index.30b9d108.js renamed to ceres-uniapp-master/unpackage/dist/build/web/static/js/pages-tabbar-index-index~pages_category_page1-store-index.eed8846e.js
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-goodsModule-goodsDetails.9483cb3d.js deleted
| 1 | -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-goodsModule-goodsDetails"],{"00c9":function(t,e,o){"use strict";o.r(e);var a=o("4632"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"0352":function(t,e,o){"use strict";o.r(e);var a=o("aea0"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"0bdb":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-tips[data-v-1b472f0d]{font-size:%?26?%;text-align:center;padding:%?34?% 0;line-height:1;color:#909399}.u-action-sheet-item[data-v-1b472f0d]{display:flex;line-height:1;justify-content:center;align-items:center;font-size:%?34?%;padding:%?34?% 0}.u-gab[data-v-1b472f0d]{height:%?12?%;background-color:#eaeaec}.u-actionsheet-cancel[data-v-1b472f0d]{color:#303133}',""]),t.exports=e},"0d5d":function(t,e,o){"use strict";var a=o("ded3"),i=o.n(a);i.a},"0e05":function(t,e,o){"use strict";var a=o("40f9"),i=o.n(a);i.a},"0e58":function(t,e,o){var a=o("8ca5");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("36d39522",a,!0,{sourceMap:!1,shadowMode:!1})},"0f6b":function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var a={name:"u-image",props:{src:{type:String,default:""},mode:{type:String,default:"aspectFill"},width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"auto"},shape:{type:String,default:"square"},borderRadius:{type:[String,Number],default:0},lazyLoad:{type:Boolean,default:!0},showMenuByLongpress:{type:Boolean,default:!0},loadingIcon:{type:String,default:"photo"},errorIcon:{type:String,default:"error-circle"},showLoading:{type:Boolean,default:!0},showError:{type:Boolean,default:!0},fade:{type:Boolean,default:!0},webp:{type:Boolean,default:!1},duration:{type:[String,Number],default:500},bgColor:{type:String,default:"#f3f4f6"}},data:function(){return{isError:!1,loading:!0,opacity:1,durationTime:this.duration,backgroundStyle:{}}},watch:{src:function(t){this.isError=!t}},computed:{wrapStyle:function(){var t={};return t.width=this.$u.addUnit(this.width),t.height=this.$u.addUnit(this.height),t.borderRadius="circle"==this.shape?"50%":this.$u.addUnit(this.borderRadius),t.overflow=this.borderRadius>0?"hidden":"visible",this.fade&&(t.opacity=this.opacity,t.transition="opacity ".concat(Number(this.durationTime)/1e3,"s ease-in-out")),t}},methods:{onClick:function(){this.$emit("click")},onErrorHandler:function(){this.loading=!1,this.isError=!0,this.$emit("error")},onLoadHandler:function(){var t=this;if(this.loading=!1,this.isError=!1,this.$emit("load"),!this.fade)return this.removeBgColor();this.opacity=0,this.durationTime=0,setTimeout((function(){t.durationTime=t.duration,t.opacity=1,setTimeout((function(){t.removeBgColor()}),t.durationTime)}),50)},removeBgColor:function(){this.backgroundStyle={backgroundColor:"transparent"}}}};e.default=a},"17ff":function(t,e,o){"use strict";var a=o("b7b3"),i=o.n(a);i.a},1988:function(t,e,o){"use strict";o.r(e);var a=o("7c49"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"1b7f":function(t,e,o){"use strict";var a=o("f3b2"),i=o.n(a);i.a},"1c84":function(t,e,o){var a=o("fa0b");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("4c3d1b14",a,!0,{sourceMap:!1,shadowMode:!1})},"1e4c":function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("bf0f"),o("2797"),o("aa9c"),o("d4b5");var i=a(o("41e3")),n=o("83c8"),s=o("6d56"),r={name:"wxSendCoupon",components:{tuiModal:i.default},props:{couponList:{type:Array,default:function(){return[]}},isExchange:{type:Boolean,default:!1}},data:function(){return{cParams:"",confirmVisible:!1,successList:[]}},mounted:function(){var t=this,e=[];this.couponList.forEach((function(o){o.cardId&&e.push(o.cardId),t.successList.push(o)}))},methods:{buildParam4Plug:function(t){var e=this;n.request(s.buildParam4Plug,t,"POST").then((function(t){e.cParams=t.data})).catch((function(t){}))},receiveCoupon:function(){var t=this;if(this.successList.length>0){var e=uni.getStorageSync("storage_key"),o=e.token;if(o)if(this.isExchange){var a={couponId:this.couponList[0].couponId,source:3};n.request(s.exchangeCoupon,a,"POST").then((function(e){t.$emit("success")}))}else if(1===this.couponList.length&&this.couponList[0].ifCredit)uni.navigateTo({url:"../integral/exchangeDetail?data=".concat(JSON.stringify(this.couponList[0]))});else{var i=[];this.successList.forEach((function(t){i.push({couponId:t.couponId,couponCode:t.couponCode,source:1})})),n.request(s.takeBatchCoupon,i,"POST").then((function(e){"200"===e.code&&(uni.showToast({title:"领取成功"}),t.$emit("success"),t.cParams||t.$emit("closeAd"))})).catch((function(t){"200"!==t.data.code&&uni.showToast({title:t.data.message,icon:"none"})}))}else uni.showToast({title:"请先登录",icon:"none"}),uni.navigateTo({url:"/pages_category_page2/userModule/login"})}else this.$emit("closeAd")},sendcoupon:function(t){var e=this;console.log("领取了微信卡券",t);var o=t.detail.errcode,a=t.detail.send_coupon_result;switch(o){case"OK":break;case"PARAM_ERROR":console.log("参数错误,请开发者查看msg中具体的错误信息并进行修复处理");break;case"USER_NOT_EXISTS":console.log("登录态获取失效");break;case"USER_GET_FAILED":console.log("登录态获取失败");break;case"SIGN_ERROR":console.log("签名错误");break;case"SYSTEMERROR":console.log("发券超时");break;case"FREQUENCY_LIMITED":console.log("发券频率过高");break}"OK"===o?(a.forEach((function(t){var o="";switch(e.couponList.forEach((function(a){t.stock_id===a.cardId&&(o=a.activityName,"SUCCESS"===t.code&&(a.couponCode=t.coupon_code,e.successList.push(a)))})),t.code){case"FAILED":console.log("该张券发券失败,查看message中的具体错误信息");break;case"NOTENOUGH":uni.showToast({title:o+"优惠券已被领取完",icon:"none"}),console.log("总预算用完");break;case"DAYLIMIT":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户达到单天限领");break;case"NATURELIMIT":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户自然人限领");break;case"MAXQUOTA":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户领取张数达到上限");break;case"DUPREQUEST":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("已通过该发券凭证给用户发券");break;case"NOTRUNNING":console.log("批次状态非运营中");break;case"EXPIRED":uni.showToast({title:o+"优惠券已过期",icon:"none"}),console.log("该批次已过期");break;case"NOTMONEY":console.log("账户余额不足");break;case"USERLIMIT":console.log("用户已超限领额度");break;case"FREQUENCYLIMIT":console.log("超过频率限制");break}})),this.receiveCoupon()):this.$emit("closeAd")},userconfirm:function(t){console.log("用户确认领券",t),this.$emit("closeAd")}}};e.default=r},"23cc":function(t,e,o){"use strict";o.r(e);var a=o("b369"),i=o("a531");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("0e05");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"374c8f62",null,!1,a["a"],void 0);e["default"]=r.exports},"267e":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{staticClass:"warp"},[o("v-uni-view",{on:{click:function(e){e.stopPropagation(),arguments[0]=e=t.$handleEvent(e),t.receiveCoupon.apply(void 0,arguments)}}},[t._t("default")],2),o("tui-modal",{attrs:{show:t.confirmVisible,custom:!0,fadein:!0}},[o("v-uni-view",{staticClass:"Put-box1"},[o("v-uni-view",{staticClass:"text-align fs34 fs-bold"},[t._v("是否领取此优惠券")]),o("v-uni-view",{staticClass:"flex-display flex-sp-between"},[o("v-uni-view",{staticClass:"btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.confirmVisible=!1}}},[t._v("取消")]),o("v-uni-view",{staticClass:"btn submit",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.receive.apply(void 0,arguments)}}},[t._v("确定")])],1)],1)],1)],1)},i=[]},"295d":function(t,e,o){"use strict";var a=o("382c"),i=o.n(a);i.a},"296f":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-button",{staticClass:"u-btn u-line-1 u-fix-ios-appearance",class:["u-size-"+t.size,t.plain?"u-btn--"+t.type+"--plain":"",t.loading?"u-loading":"","circle"==t.shape?"u-round-circle":"",t.hairLine?t.showHairLineBorder:"u-btn--bold-border","u-btn--"+t.type,t.disabled?"u-btn--"+t.type+"--disabled":""],style:[t.customStyle],attrs:{id:"u-wave-btn",disabled:t.disabled,"form-type":t.formType,"open-type":t.openType,"app-parameter":t.appParameter,"hover-stop-propagation":t.hoverStopPropagation,"send-message-title":t.sendMessageTitle,"send-message-path":"sendMessagePath",lang:t.lang,"data-name":t.dataName,"session-from":t.sessionFrom,"send-message-img":t.sendMessageImg,"show-message-card":t.showMessageCard,"hover-class":t.getHoverClass,loading:t.loading},on:{getphonenumber:function(e){arguments[0]=e=t.$handleEvent(e),t.getphonenumber.apply(void 0,arguments)},getuserinfo:function(e){arguments[0]=e=t.$handleEvent(e),t.getuserinfo.apply(void 0,arguments)},error:function(e){arguments[0]=e=t.$handleEvent(e),t.error.apply(void 0,arguments)},opensetting:function(e){arguments[0]=e=t.$handleEvent(e),t.opensetting.apply(void 0,arguments)},launchapp:function(e){arguments[0]=e=t.$handleEvent(e),t.launchapp.apply(void 0,arguments)},click:function(e){e.stopPropagation(),arguments[0]=e=t.$handleEvent(e),t.click(e)}}},[t._t("default"),t.ripple?o("v-uni-view",{staticClass:"u-wave-ripple",class:[t.waveActive?"u-wave-active":""],style:{top:t.rippleTop+"px",left:t.rippleLeft+"px",width:t.fields.targetWidth+"px",height:t.fields.targetWidth+"px","background-color":t.rippleBgColor||"rgba(0, 0, 0, 0.15)"}}):t._e()],2)},i=[]},2997:function(t,e,o){var a=o("5f23");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("6cc8136c",a,!0,{sourceMap:!1,shadowMode:!1})},"2a7b":function(t,e,o){"use strict";o.r(e);var a=o("73a9"),i=o("be09");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("d822"),o("b729");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"b2f4867c",null,!1,a["a"],void 0);e["default"]=r.exports},"2ffd":function(t,e,o){"use strict";var a=o("46f3"),i=o.n(a);i.a},3211:function(t,e,o){"use strict";var a=o("b147"),i=o.n(a);i.a},3471:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var o="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!o){if(Array.isArray(t)||(o=(0,a.default)(t))||e&&t&&"number"===typeof t.length){o&&(t=o);var i=0,n=function(){};return{s:n,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:n}}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 s,r=!0,c=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return r=t.done,t},e:function(t){c=!0,s=t},f:function(){try{r||null==o["return"]||o["return"]()}finally{if(c)throw s}}}},o("01a2"),o("e39c"),o("bf0f"),o("844d"),o("18f7"),o("de6c"),o("7a76"),o("c9b5");var a=function(t){return t&&t.__esModule?t:{default:t}}(o("5d6b"))},"37a5":function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("fd3c"),o("d4b5");var i=a(o("2634")),n=a(o("2fdc")),s=a(o("3387")),r=a(o("3fbf")),c=o("83c8"),l=o("6d56"),u={name:"GoodEvaluateAndQuestion",components:{QuestionsAndAnswersList:r.default},data:function(){return{activeTab:1,problemsList:[],problemsTotal:0}},props:{commentList:{type:Array,default:function(){return[]}},productInfo:{type:Object,default:function(){return{}}}},mounted:function(){this.handleGetProblemList()},methods:{handleGetProblemList:function(){var t=this;return(0,n.default)((0,i.default)().mark((function e(){var o;return(0,i.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t.productInfo.productId){e.next=2;break}return e.abrupt("return");case 2:return e.next=4,c.request(l.getProblems,{productId:t.productInfo.productId,page:1,pageSize:2},"GET");case 4:o=e.sent,t.problemsList=o.data.list,t.problemsTotal=o.data.total;case 7:case"end":return e.stop()}}),e)})))()},handlePreviewImage:function(t,e){var o=this,a=t.map((function(t){return t=o.$baseURL+t,t}));uni.previewImage({current:a[e],urls:a})},handlePraise:s.default.debounce(function(){var t=(0,n.default)((0,i.default)().mark((function t(e,o){return(0,i.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return uni.showLoading({mask:!0,title:"提交中..."}),t.prev=1,t.next=4,c.request(l.LikeOrUnLikeComment,{commentId:e.commentId,ifLike:o},"POST");case 4:1===e.ifLike?(e.ifLike=0,e.likes--):(e.ifLike=1,e.likes++);case 5:return t.prev=5,uni.hideLoading(),t.finish(5);case 8:case"end":return t.stop()}}),t,null,[[1,,5,8]])})));return function(e,o){return t.apply(this,arguments)}}(),500),handleJumpToComments:function(){this.$jump("/pages_category_page1/goodsModule/evaluateList?commentList="+JSON.stringify(this.commentList))},handleJumpToQuestion:function(){var t=Object.assign({},this.productInfo,{questionNumber:this.problemsList.length,images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/putQuestions",t)},handleJumpAllAnswer:function(){var t=Object.assign({},this.productInfo,{images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/answerList",t)}}};e.default=u},"382c":function(t,e,o){var a=o("a48f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("075a0045",a,!0,{sourceMap:!1,shadowMode:!1})},"3be4":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.group-list[data-v-04d652ab]{padding:%?10?% %?20?% %?60?%;border-top:%?12?% solid #f8f8f8}.group-list .group-warp[data-v-04d652ab]{height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);opacity:1;border-radius:%?20?%}.group-list .title[data-v-04d652ab]{display:flex;align-items:center;position:relative;justify-content:space-between;padding:%?32?% 0 %?20?% %?30?%}.group-list .title .title-img[data-v-04d652ab]{width:%?203?%}.group-list .title .price-text[data-v-04d652ab]{padding:0 %?34?%;margin-right:%?10?%;height:%?50?%;background:linear-gradient(90deg,#c83732,#e25c44);box-shadow:0 %?6?% %?12?% rgba(233,0,0,.3);border-radius:%?26?%;font-size:%?24?%;color:#fff;text-align:center;line-height:%?50?%;margin-left:%?20?%}.group-list .title .price-text .swiper[data-v-04d652ab]{height:%?50?%}.group-list .tabs-nav[data-v-04d652ab]{padding:0 %?10?%;margin-bottom:%?20?%}.group-list .tabs-nav .ul[data-v-04d652ab]{display:flex}.group-list .tabs-nav .ul .li[data-v-04d652ab]{text-align:center;font-size:%?26?%;color:#999;position:relative;padding:12px 40px;word-break:keep-all}.group-list .tabs-nav .ul .li[data-v-04d652ab]:first-child{margin-left:0}.group-list .tabs-nav .ul .li.on[data-v-04d652ab]{color:#ffebc4}.group-list .tabs-nav .ul .li.on[data-v-04d652ab]:after{content:"";width:100%;height:%?2?%;background:#ffebc4;position:absolute;left:0;bottom:0}.group-list .tabs-item[data-v-04d652ab]{display:none}.group-list .tabs-item.on[data-v-04d652ab]{display:block}.group-list .pro-box[data-v-04d652ab]{height:%?318?%;padding:0 %?2?% %?20?%}.group-list .pro-box .pro-item-inner[data-v-04d652ab]{padding:0 %?8?%;display:flex;justify-content:center}.group-list .pro-box .pro-item[data-v-04d652ab]{width:%?219?%;background:#fff;padding:%?10?%;height:%?318?%}.group-list .pro-box .pro-item .pro-item-img[data-v-04d652ab]{width:100%;height:%?160?%}.group-list .pro-box .pro-item .pro-item-img .img[data-v-04d652ab]{width:100%;height:100%;object-fit:contain}.group-list .pro-box .pro-item .pro-item-info .name[data-v-04d652ab]{font-size:%?24?%;line-height:%?34?%;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-weight:400;margin:%?8?% 0 %?26?%}.group-list .pro-box .pro-item .pro-item-info .sku[data-v-04d652ab]{width:%?180?%;height:%?50?%;margin:0 auto;line-height:%?50?%;border:%?2?% solid #e4e5e6;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/arrow-suk-select.png) no-repeat 100%/%?60?% %?60?%}.group-list .pro-box .pro-item .pro-item-info .sku .text[data-v-04d652ab]{font-size:%?24?%;color:#999;padding-left:%?20?%;width:126px;text-overflow:ellipsis;white-space:nowrap}.group-list .swiper-dots[data-v-04d652ab]{display:flex;justify-content:center}.group-list .swiper-dots .dot[data-v-04d652ab]{display:block;width:%?24?%;height:%?4?%;background:#fff;opacity:.5;border-radius:%?2?%;margin:0 %?20?%}.group-list .swiper-dots .dot.dot-active[data-v-04d652ab]{opacity:1}.btn-buy[data-v-04d652ab]{width:%?688?%;height:%?84?%;background:linear-gradient(88deg,#c5aa7b,#ffebc4);font-size:%?28?%;color:#333;line-height:%?84?%;margin:%?30?% auto 0;text-align:center}.goosDetailshow-box .detailImg-box[data-v-04d652ab]{margin-top:%?30?%;margin-left:%?30?%;border-radius:%?10?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%;width:%?690?%}.goosDetailshow-box .detailImg-box .detailImg[data-v-04d652ab]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-04d652ab]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .color-box .skuStyle[data-v-04d652ab]{padding:%?20?% 0}.goosDetailshow-box .color-box .skuStyle[data-v-04d652ab]:nth-child(2){border-top:1px solid #f3f4f5}.goosDetailshow-box .color-box .colorName-box[data-v-04d652ab]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .color-box .colorName-box .colorName-on[data-v-04d652ab]{background-color:#ffe5d0;color:#c5aa7b;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #c5aa7b;font-size:%?26?%;text-align:center;z-index:1}.goosDetailshow-box .color-box .colorName-box .colorName[data-v-04d652ab]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%;z-index:2}.goosDetailshow-box .modelNum-box[data-v-04d652ab]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-04d652ab]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName-on[data-v-04d652ab]{background-color:#ffe4d0;color:#c5aa7b;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #c5aa7b;font-size:%?26?%;text-align:center}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName[data-v-04d652ab]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNum-box[data-v-04d652ab]{padding:%?30?% %?30?%;width:%?690?%;padding-bottom:%?140?%}.goosDetailshow-box .goodsNum-box .goodsNumber[data-v-04d652ab]{text-align:center;border:%?1?% solid #999;padding:%?3?% %?20?%}.goosDetailshow-box .goodsNum-box .subtract[data-v-04d652ab]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-right:%?-1?%}.goosDetailshow-box .goodsNum-box .add[data-v-04d652ab]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-left:%?-1?%}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-04d652ab]{width:%?343?%;height:%?80?%;background-color:#ffc300;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}.goosDetailshow-box .goosDetailbut-box .buyNowBut[data-v-04d652ab]{width:%?343?%;height:%?80?%;border-radius:0 %?40?% %?40?% 0;background-color:#ff6f00;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center}.goosDetailshow-box .submitBtn[data-v-04d652ab]{width:%?342?%;height:%?100?%;line-height:%?100?%;font-size:%?28?%;border:1px solid;border-radius:0;color:#ffebc4;background:#333;margin:%?20?% 0}',""]),t.exports=e},"3e09":function(t,e,o){var a=o("ec17");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("a261927c",a,!0,{sourceMap:!1,shadowMode:!1})},"3fbf":function(t,e,o){"use strict";o.r(e);var a=o("5396"),i=o("0352");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("295d");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"a3bbedda",null,!1,a["a"],void 0);e["default"]=r.exports},"40f9":function(t,e,o){var a=o("bdc9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("8d381f52",a,!0,{sourceMap:!1,shadowMode:!1})},"41a3":function(t,e,o){"use strict";o.r(e);var a=o("ec6f"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"41e3":function(t,e,o){"use strict";o.r(e);var a=o("ae16"),i=o("41a3");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("c432");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ad217060",null,!1,a["a"],void 0);e["default"]=r.exports},"44ac":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"content"},[o("v-uni-view",{staticClass:"evaQaTab flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"evaBtn",class:{active:1===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.activeTab=1}}},[o("v-uni-view",{staticClass:"tabTit"},[t._v("宝贝评价("+t._s(t.commentList.length)+")")])],1),o("v-uni-view",{staticClass:"qaBtn",class:{active:2===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.activeTab=2}}},[o("v-uni-view",{staticClass:"tabTit"},[t._v("商品问答("+t._s(t.problemsTotal)+")")])],1)],1),o("v-uni-view",{staticClass:"borRig-line-20"}),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===t.activeTab,expression:"activeTab === 1"}],staticClass:"evaluate-box flex-start flex-column"},[t.commentList.length>0?o("v-uni-view",{staticClass:"evaluateTag-box"},[o("v-uni-view",{staticClass:"evaluateTag-text"},[t._v("全部("+t._s(t.commentList.length)+")")])],1):t._e(),t._l(t.commentList.slice(0,2),(function(e,a){return o("v-uni-view",{key:a,staticClass:"evaluate-contentbox mar-top-30"},[o("v-uni-view",{staticClass:"evaluate-content flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"flex-items"},[o("v-uni-image",{staticClass:"user-headSmallImg",attrs:{src:t.$baseURL+e.headImage}}),o("v-uni-label",{staticClass:"fs28 mar-left-20"},[t._v(t._s(e.name))])],1),o("v-uni-label",{staticClass:"font-color-999 fs22"},[t._v(t._s(e.createTime))])],1),o("v-uni-view",{staticClass:"evaluateDes-box"},[o("v-uni-label",{staticClass:"evaluateDes"},[t._v(t._s(e.comment))])],1),e.image?o("v-uni-view",{staticClass:"item-image-box"},t._l(e.image.split(",")||[],(function(e,i){return o("v-uni-view",{key:i},[o("v-uni-image",{staticClass:"img-item",attrs:{src:t.$baseURL+e},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handlePreviewImage(t.commentList[a].images,i)}}})],1)})),1):t._e(),o("v-uni-view",{staticClass:"item-line"}),""!==e.addComment?o("v-uni-view",{staticClass:"item-like-box"},[o("v-uni-view",{staticClass:"addEvaluate"},[o("v-uni-view",[t._v("追加评价:"+t._s(e.addComment))]),e.addImages?o("v-uni-view",{staticClass:"item-image-box"},t._l(e.addImages,(function(e,i){return o("v-uni-view",{key:i},[o("v-uni-image",{staticClass:"img-item",attrs:{src:t.$baseURL+e},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handlePreviewImage(t.commentList[a].addImages,i)}}})],1)})),1):t._e()],1)],1):t._e(),o("v-uni-view",{staticClass:"like-box"},[1===e.ifLike?o("v-uni-image",{staticClass:"like-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/praiseActiveIcon.png"},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handlePraise(e,0)}}}):o("v-uni-image",{staticClass:"like-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/praiseIcon.png"},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handlePraise(e,1)}}}),o("v-uni-view",{staticClass:"like-num"},[t._v(t._s(e.likes))])],1)],1)})),t.commentList.length>0?o("v-uni-view",{staticClass:"moreBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToComments.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24"},[t._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1):t._e()],2),o("v-uni-view",{staticClass:"borRig-line-20"}),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:2===t.activeTab,expression:"activeTab === 2"}],staticClass:"questions"},[o("v-uni-view",{staticClass:"questionInfo flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"infoTit"},[t._v("宝贝好不好,问问已买过的人")]),o("v-uni-view",{staticClass:"putQuestion",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToQuestion.apply(void 0,arguments)}}},[t._v("去提问")])],1),o("v-uni-view",{staticClass:"listBox"},[o("QuestionsAndAnswersList",{attrs:{"product-info":t.productInfo,"problems-list":t.problemsList}}),t.problemsList.length>0?o("v-uni-view",{staticClass:"moreBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpAllAnswer.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24"},[t._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1):t._e()],1)],1)],1)},i=[]},4632:function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a(o("2634")),n=a(o("2fdc")),s=a(o("3471"));o("64aa"),o("fd3c"),o("e966"),o("bf0f"),o("de6c"),o("4626"),o("5ac7"),o("aa9c"),o("c223"),o("d4b5");var r=a(o("83c8")),c=a(o("6d56")),l={name:"GoodSkuSelect",data:function(){return{goodsDetailShowFlag:!1,selectedAttr:{},selectedSku:{},btnType:0,buyNum:1,aliAgingObj:{supportHanaUta:!1,selectIndex:-1,disableSelectList:[!0,!0,!0],agingMoneyList:["0.00","0.00","0.00"]}}},props:{productData:{type:Object,default:function(){return{}}},isIphone:{type:Boolean,default:function(){return!1}},collageId:{type:Number,default:function(){return 0}}},methods:{handleNumSub:function(){this.buyNum>1?this.buyNum=this.buyNum-1:uni.showToast({title:"亲!至少一件哦!",icon:"none"})},handleNumAdd:function(){this.buyNum<this.selectedSku.stockNumber?this.buyNum=this.buyNum+1:uni.showToast({title:"库存不足!",icon:"none"})},handleSelectBySkuId:function(t){if(t){var e=this.productData.map;for(var o in e)if(parseInt(e[o].skuId)===parseInt(t)){this.selectedSku=e[o],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum);var a,i=this.selectedSku["valueCodes"].split(","),n=(0,s.default)(this.productData.names);try{for(n.s();!(a=n.n()).done;){var r,c=a.value,l=(0,s.default)(c.values);try{for(l.s();!(r=l.n()).done;){var u=r.value;if(i.includes(u["valueCode"])){this.$set(this.selectedAttr,c["nameCode"],u["valueCode"]);break}}}catch(d){l.e(d)}finally{l.f()}}}catch(d){n.e(d)}finally{n.f()}}}},handleClickSkuItem:function(t,e){this.$set(this.selectedAttr,t,e);var o=[];for(var a in this.selectedAttr)o.push(this.selectedAttr[a]);var i=o.join(","),n=this.productData.map;for(var s in n)i===s&&(this.selectedSku=n[s],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum))},echoFatherRowText:function(t,e,o){var a,i=[],n=e["valueCodes"].split(","),r=t.names,c=(0,s.default)(r);try{for(c.s();!(a=c.n()).done;){var l,u=a.value,d=u.values,f=(0,s.default)(d);try{for(f.s();!(l=f.n()).done;){var p=l.value;if(n.includes(p.valueCode)){var v={skuText:""};"单款项"===p.valueCode?v["skuText"]=p["skuValue"]:v["skuText"]="".concat(p.skuName,":").concat(p.skuValue),i.push(v);break}}}catch(h){f.e(h)}finally{f.f()}}}catch(h){c.e(h)}finally{c.f()}this.$emit("getCurrentSku",{skuItem:e,currentSku:i,buyNum:o}),this.$emit("postSelectSku")},handleAddCart:function(){var t=this;return(0,n.default)((0,i.default)().mark((function e(){var o,a;return(0,i.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t.handleCheckIsLogin(),!(t.selectedSku.stockNumber<1)){e.next=3;break}return e.abrupt("return",uni.showToast({title:"库存不足",icon:"none"}));case 3:return e.prev=3,o={skuId:t.selectedSku.skuId,number:t.buyNum},e.next=7,r.default.request(c.default.ShoppingaddCart,o,"POST");case 7:t.$store.dispatch("doPointer",{eventType:2,productIds:t.productId}),a=uni.getStorageSync("allCartNum")+t.buyNum,uni.setStorageSync("allCartNum",a),t.$emit("changeCartNum",a),uni.showToast({title:"添加成功",icon:"none"}),setTimeout((function(){t.buyNum=1,t.goodsDetailShowFlag=!1}),2e3);case 13:return e.prev=13,uni.hideLoading(),e.finish(13);case 16:case"end":return e.stop()}}),e,null,[[3,,13,16]])})))()},handleBuyNow:function(){if(this.handleCheckIsLogin(),this.selectedSku.stockNumber<1)return uni.showToast({title:"库存不足",icon:"none"});if(this.buyNum>this.selectedSku.stockNumber&&0!==this.selectedSku.stockNumber)return uni.showToast({title:"已超出最大数量限制",icon:"none"});var t=[{ifWork:0,shopId:this.productData.shopId,shopName:this.productData.shopName,shopDiscountId:this.shopDiscountId>0?this.shopDiscountId:null,shopSeckillId:this.shopSeckillId>0?this.shopSeckillId:null,skus:[{productId:this.productData.productId,skuId:this.selectedSku.skuId,productName:this.productData.productName,image:this.selectedSku.image,price:this.selectedSku.price,weight:0,number:this.buyNum,SKU:"",total:this.selectedSku.price*this.buyNum,ifLogistics:1}]}];uni.setStorageSync("skuItemDTOList",t),this.buyNum=1,this.goodsDetailShowFlag=!1,uni.navigateTo({url:"../orderModule/orderConfirm?type=1"})},handleBuyWithGroup:function(t){if(this.handleCheckIsLogin(),this.selectedSku.stockNumber<1)return uni.showToast({title:"库存不足",icon:"none"});var e={number:this.buyNum,productId:this.productId,shopId:this.shopId,skuId:this.selectedSku.skuId,shopGroupWorkId:this.selectedSku.shopGroupWorkId,type:t};1!==t&&(e.collageId=this.collageId),uni.removeStorageSync("skuItemDTOList"),uni.setStorageSync("skuItemList",e),this.goodsDetailShowFlag=!1,this.buyNum=1,uni.navigateTo({url:"/pages_category_page1/orderModule/orderConfirm?type=1"})},handleCheckIsLogin:function(){var t=uni.getStorageSync("storage_key");return!(!t||t&&"{}"===JSON.stringify(t))||uni.navigateTo({url:"../../pages_category_page2/userModule/login"})},handleSelectAliAging:function(t){var e=this.aliAgingObj;e.selectIndex===t||e.disableSelectList[t]?e.selectIndex=-1:e.selectIndex=t},handleRenderAliAging:function(t,e){if(1===t.ifHuabei){var o=this.aliAgingObj;e&&e>=.03&&(o.supportHanaUta=!0,o.disableSelectList[0]=!1,o.agingMoneyList[0]=parseInt(e/3*100/100+"").toFixed(2)+""),e&&e>=.06&&(o.supportHanaUta=!1,o.disableSelectList[1]=!1,o.agingMoneyList[1]=parseInt(e/6*100/100+"").toFixed(2)+""),e&&e>=.12&&(o.supportHanaUta=!0,o.disableSelectList[2]=!1,o.agingMoneyList[2]=parseInt(e/12*100/100+"").toFixed(2)+"")}}}};e.default=l},4679:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uActionSheet:o("8d3c").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",[o("v-uni-swiper",{staticClass:"goodsImgswiper-box ",attrs:{"indicator-dots":!0,autoplay:!0}},t._l(t.productInfo.images,(function(e,a){return o("v-uni-swiper-item",{key:a},[o("v-uni-image",{staticClass:"goodsImg default-img u-skeleton-fillet",attrs:{src:t.$baseURL+e}})],1)})),1),o("v-uni-view",{staticClass:"share-box flex-items-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.shareMenuShow.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"share-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shareBut.png"}}),o("v-uni-label",{staticClass:"fs24 mar-left-5"},[t._v("分享")])],1),o("v-uni-view",{staticClass:"goodgDes-box flex-start flex-column"},[0===t.skuSelect.activityType?o("v-uni-view",{staticClass:"priceBuyNum-box flex-display u-skeleton-fillet flex-sp-between mar-left-30"},[o("v-uni-view",[o("v-uni-label",{staticClass:"fs36 font-color-C83732"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs36 fs-bold font-color-C83732 mar-left-10"},[t._v(t._s(t.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs24 font-color-999 discountsPriceLine mar-left-20"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1),o("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v(t._s(t.productInfo.users||0)+"人付款")])],1):8===t.skuSelect.activityType?o("v-uni-view",{staticClass:"sceneMarketingBox"},[o("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-CCC"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1),o("v-uni-view",{staticClass:"sceneNameBox"},[t._v(t._s(t.productInfo.sceneName))])],1):o("v-uni-view",{staticClass:"seckill-box"},[9===t.skuSelect.activityType?o("v-uni-view",{staticClass:"flex-items flex-sp-between"},[o("v-uni-view",{staticClass:"vipImg flex-items"},[o("v-uni-image",{staticClass:"vip-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/vipDetail.png",mode:""}})],1),o("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-999"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1)],1):o("v-uni-view",{staticClass:"flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"flex-column-plus"},[[2,4].includes(t.skuSelect.activityType)?o("v-uni-image",{staticClass:"seckill-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/seckillicon.png",mode:""}}):t._e(),[3,5].includes(t.skuSelect.activityType)?o("v-uni-image",{staticClass:"discount-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/discounticon.png",mode:""}}):t._e(),1===t.skuSelect.activityType?o("v-uni-image",{staticClass:"spell-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/spellicon.png",mode:""}}):t._e(),o("v-uni-view",{staticClass:"flex-row-plus flex-items mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-999"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1)],1),[1,2,3,4,5].includes(t.skuSelect.activityType)?o("v-uni-view",{staticClass:"countdown flex-column-plus"},[t.timeActiveType?o("v-uni-view",[o("v-uni-label",{staticClass:"fs28"},[t._v("距离结束剩余")]),o("v-uni-view",{staticClass:"flex-row-plus fs34 flex-items-plus mar-top-10"},[o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.day))]),o("v-uni-view",{staticClass:"font-color-999"},[t._v("天")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.hour))]),o("v-uni-view",{staticClass:"font-color-999"},[t._v(":")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.min))]),o("v-uni-view",{staticClass:"font-color-999"},[t._v(":")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.sec))])],1)],1):o("v-uni-view",[o("v-uni-label",{staticClass:"fs28 mar-right-20"},[t._v("即将开始:"+t._s(t.skuSelect.startTime))])],1)],1):t._e()],1)],1),o("v-uni-view",{staticClass:"nameContainer"},[o("v-uni-view",{staticClass:"goodsName-box overflowNoDot mar-top-30 mar-left-30 u-skeleton-fillet"},[o("v-uni-label",{staticClass:"goodsName fs32 mar-left-20 "},[t._v(t._s(t.productInfo.productName))])],1),o("v-uni-view",{staticClass:"collectBox ",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleCollect.apply(void 0,arguments)}}},[1===t.productInfo.ifCollect?o("v-uni-image",{staticClass:"store-icon ",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shoucangActive1.png"}}):o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shoucang2x.png"}}),o("v-uni-label",{staticClass:"fs22"},[t._v("收藏")])],1)],1),t.markTools.length>0||t.shopMarkTools.length>0?o("v-uni-view",{staticClass:"activity-box mar-top-10",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.couponShowClick.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v("优惠")]),o("v-uni-view",{staticClass:"activity-content mar-left-30 flex-items flex-sp-between flex-row"},[o("v-uni-view",{staticClass:"fs20 overflow",staticStyle:{width:"500rpx"}},[t._v(t._s(t.productInfo.couponSplicing))]),o("v-uni-view",{staticClass:"flex-items"},[o("v-uni-label",{staticClass:"fs24 font-color-C5AA7B"},[t._v("领券")]),o("v-uni-image",{staticClass:"coupon-arrow",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1)],1):t._e()],1),o("u-action-sheet",{attrs:{list:t.shareObj.actionList},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShareSelect.apply(void 0,arguments)}},model:{value:t.shareObj.actionShow,callback:function(e){t.$set(t.shareObj,"actionShow",e)},expression:"shareObj.actionShow"}}),o("shareSpell",{ref:"shareSpell",attrs:{url:t.shareObj.url,img:t.shareObj.image,title:t.shareObj.title},on:{shareCancel:function(e){arguments[0]=e=t.$handleEvent(e),t.shareCancel.apply(void 0,arguments)}}})],1)},n=[]},"46f3":function(t,e,o){var a=o("cdfa");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("7a70fff8",a,!0,{sourceMap:!1,shadowMode:!1})},"476e":function(t,e,o){var a=o("bd1e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("cf03b7f0",a,!0,{sourceMap:!1,shadowMode:!1})},"4ec6":function(t,e,o){"use strict";o.r(e);var a=o("516f"),i=o("b090");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("eede");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"54b06602",null,!1,a["a"],void 0);e["default"]=r.exports},"516f":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uIcon:o("3476").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{staticClass:"u-image",style:[t.wrapStyle,t.backgroundStyle],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onClick.apply(void 0,arguments)}}},[t.isError?t._e():o("v-uni-image",{staticClass:"u-image__image",style:{borderRadius:"circle"==t.shape?"50%":t.$u.addUnit(t.borderRadius)},attrs:{src:t.src,mode:t.mode,"lazy-load":t.lazyLoad},on:{error:function(e){arguments[0]=e=t.$handleEvent(e),t.onErrorHandler.apply(void 0,arguments)},load:function(e){arguments[0]=e=t.$handleEvent(e),t.onLoadHandler.apply(void 0,arguments)}}}),t.showLoading&&t.loading?o("v-uni-view",{staticClass:"u-image__loading",style:{borderRadius:"circle"==t.shape?"50%":t.$u.addUnit(t.borderRadius),backgroundColor:this.bgColor}},[t.$slots.loading?t._t("loading"):o("u-icon",{attrs:{name:t.loadingIcon,width:t.width,height:t.height}})],2):t._e(),t.showError&&t.isError&&!t.loading?o("v-uni-view",{staticClass:"u-image__error",style:{borderRadius:"circle"==t.shape?"50%":t.$u.addUnit(t.borderRadius)}},[t.$slots.error?t._t("error"):o("u-icon",{attrs:{name:t.errorIcon,width:t.width,height:t.height}})],2):t._e()],1)},n=[]},5396:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"content"},[o("v-uni-view",{staticClass:"listBox"},t._l(t.problemsList,(function(e,a){return o("v-uni-view",{key:a,staticClass:"itemBox"},[o("v-uni-view",{staticClass:"itemAsk"},[o("i",[t._v("问")]),o("span",[t._v(t._s(e.problem))])]),e.answers.length>0?o("v-uni-view",t._l(e.answers.slice(0,1),(function(a,i){return o("v-uni-view",{key:i,staticClass:"answer"},[o("v-uni-view",{staticClass:"answerBox"},[o("i",[t._v("答")]),o("span",[t._v(t._s(a.answer))])]),1===e.ifAnswer?o("v-uni-view",{staticClass:"answerBtn",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("立即回答")]):t._e()],1)})),1):o("v-uni-view",[o("v-uni-view",{staticClass:"answer"},[o("v-uni-view",{staticClass:"answerBox"},[o("i",[t._v("答")]),o("span",[t._v("暂无答复")])]),1===e.ifAnswer?o("v-uni-view",{staticClass:"answerBtn",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("立即回答")]):t._e()],1)],1),e.answers.length>1?o("v-uni-view",{staticClass:"seeAll",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("查看全部答复")]):t._e()],1)})),1)],1)},i=[]},5577:function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=a(o("3471")),n=a(o("2634")),s=a(o("2fdc"));o("e966"),o("f7a5"),o("4626"),o("fd3c"),o("bf0f"),o("2797"),o("c223"),o("dc8a"),o("aa9c"),o("de6c"),o("5c47"),o("a1c1");var r=a(o("23cc")),c=a(o("b260")),l=a(o("7b65")),u=a(o("acc3")),d=(o("a93c"),a(o("e18a"))),f=a(o("6e3a")),p=a(o("bf70")),v=o("5c4d"),h=a(o("a8ef")),g=o("83c8"),b=o("6d56"),m={components:{USkeleton:h.default,Skeleton:r.default,CouponPopup:u.default,CombinedSales:l.default,UButton:c.default,GoodEvaluateAndQuestion:d.default,GoodActivityDetail:f.default,GoodSkuSelect:p.default},data:function(){return{isFirstComeIn:!0,loading:!0,isIphone:"",returnTopFlag:!1,productId:"",shopGroupWorkId:null,topThreeCollageOrders:{},collageId:0,broadCastList:[],showGroupBuyList:!1,shopGroupWorkTicker:null,paramSkuId:null,productData:{},selectedSku:{},currentSuk:[],buyNum:1,storeId:"",commentList:[],sellDescList:"",timeActiveType:!0,btnType:1,allCartNum:0,markTools:[],shopMarkTools:[],currentActive:0,topLeft:0,pointOption:{inTime:null,data:{eventType:1,productIds:""}}}},created:function(){this.ticker&&clearInterval(this.ticker),this.allCartNum>99&&(this.allCartNum="...")},beforeDestroy:function(){},onShow:function(){},onLoad:function(t){uni.pageScrollTo({scrollTop:0,duration:0}),this.productData={logisticsPrice:0,images:["123","123","123"],productName:"....",ifCollect:1},this.selectedSku={activityType:0,originalPrice:0},t.detail&&(t=this.$getJumpParam(t)),this.isFirstComeIn=!0,this.loading=!0;var e=null;this.pointOption.inTime=(new Date).getTime(),this.isIphone=getApp().globalData.isIphone;var o=getApp().globalData.productShareItem;if(o){var a=getApp().globalData.productShareItem;this.shopId=parseInt(a.shopId),this.productId=a.productId,this.paramSkuId=a.skuId,e=parseInt(a.salesId),getApp().globalData.productShareItem=void 0}else this.shopId=parseInt(t.shopId),this.productId=t.productId,this.paramSkuId=t.skuId,e=parseInt(t.salesId);t.shopGroupWorkId&&(this.shopGroupWorkId=t.shopGroupWorkId),this.handleGetProductDetail(),e&&this.shopId&&this.bindSalesCustomer(e,this.shopId),this.allCartNum=uni.getStorageSync("allCartNum")},onUnload:function(){var t=(new Date).getTime();t-this.pointOption.inTime>=5e3&&(this.pointOption.data.productIds=this.productId,this.$store.dispatch("doPointer",this.pointOption.data)),this.shopGroupWorkTicker&&(clearInterval(this.shopGroupWorkTicker),this.shopGroupWorkTicker=null)},mounted:function(){},onPageScroll:function(t){this.returnTopFlag=t.scrollTop>600,this.topLeft=t.scrollTop},methods:{handlePageScroll:function(t){this.topLeft=t.scrollTop},handleSelectSku:function(t){this.currentSuk=t.currentSku,this.selectedSku=t.skuItem,this.buyNum=t.buyNum},selectSkuPostProcessor:function(){var t=this.selectedSku["ifEnable"];1===this.selectedSku.activityType&&0===t&&(this.topThreeCollageOrders=this.selectedSku.collageOrders.slice(0,3)),[1,2,3,4,5].includes(this.selectedSku.activityType)&&0===t&&this.$refs.goodActivityDetail.handleGetCountDownNumber(this.selectedSku.endTime),this.timeActiveType=0===t},handleGetGroupBookingRollList:function(){var t=this;return(0,s.default)((0,n.default)().mark((function e(){var o,a,i;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return a={productId:t.productId,shopGroupWorkId:null!==(o=t.shopGroupWorkId)&&void 0!==o?o:void 0},e.next=3,g.request(b.GetBroadCastList,a,"GET");case 3:i=e.sent,t.broadCastList=i.data;case 5:case"end":return e.stop()}}),e)})))()},handleGoGroupBooking:function(t){this.showGroupBuyList=!1,this.collageId=t,this.$refs.skuSelect.goodsDetailShowFlag=!0},handleSetDownTime:function(){var t=!1,e=this.productData.map;for(var o in e){var a=e[o]["collageOrders"];if(a&&a.length>0){t=!0;break}}t&&(this.shopGroupWorkTicker=setInterval((function(){for(var t in e){var o=e[t]["collageOrders"];o&&o.length>0&&o.forEach((function(t){t.time>0&&(t.time-=1e3)}))}}),1e3))},handleGetDownTime:function(t){t<=0&&(clearInterval(this.shopGroupWorkTicker),this.shopGroupWorkTicker=null,this.handleGetProductDetail());var e=(0,v.TimeFormatting)(t/1e3);return"".concat(e.hour,":").concat(e.min,":").concat(e.sec)},handleJumpToShopCart:function(){this.$jumpToTabbar("../../pages/tabbar/cart/index")},handleJumpToStore:function(){this.$jump("../store/index?storeId=".concat(this.shopId))},handleReturnTop:function(){uni.pageScrollTo({scrollTop:0,duration:300})},handleShowGoodsSkuSelect:function(t){this.collageId=0,this.$refs.skuSelect.btnType=t,this.$refs.skuSelect.goodsDetailShowFlag=!0},handleShowCoupon:function(){this.$refs.couponPopup.showActivity=!0},handleActivityEnd:function(){this.selectedSku.activityType=0,location.reload()},handleGetProductDetail:function(){var t=this;return(0,s.default)((0,n.default)().mark((function e(){var o,a,r,c,l;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.loading=!0,e.prev=1,o={shopId:t.shopId,productId:t.productId,skuId:t.paramSkuId,terminal:1},e.next=5,g.request(b.QueryProductDetail,o,"GET");case 5:for(l in a=e.sent,t.isFirstComeIn=!1,t.loading=!1,t.productData=a.data,t.markTools=a.data.markTools,console.log("平台优惠券",a.data.markTools),t.shopMarkTools=a.data.shopMarkTools,t.currentActive=0===t.markTools.length&&t.shopMarkTools.length>0?1:0,r=t.productData.map,c=Object.keys(r),1===c.length&&"单款项"===c[0]&&t.productData.names[0].values.push({skuValue:t.productData.names[0].skuName,valueCode:"单款项"}),r)r[l].image||(r[l].image=t.productData.images[0]);t.commentList=a.data.comments,t.sellDescList=a.data.text.replace(/\<img/gi,'<img style="max-width:100%;height:auto" '),t.$nextTick((0,s.default)((0,n.default)().mark((function e(){var o,a,s;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t.paramSkuId)t.$refs.skuSelect.handleSelectBySkuId(t.paramSkuId);else{o=(0,i.default)(t.productData.names);try{for(o.s();!(a=o.n()).done;)s=a.value,t.$refs.skuSelect.handleClickSkuItem(s.nameCode,s.values[0].valueCode)}catch(n){o.e(n)}finally{o.f()}}if(1!==t.productData.activityType){e.next=6;break}return t.shopGroupWorkId=t.productData.shopGroupWorkId,e.next=5,t.handleGetGroupBookingRollList();case 5:t.handleSetDownTime();case 6:return e.next=8,t.$refs.goodEvaluateAndQuestion.handleGetProblemList();case 8:case"end":return e.stop()}}),e)}))));case 20:return e.prev=20,uni.hideLoading(),e.finish(20);case 23:case"end":return e.stop()}}),e,null,[[1,,20,23]])})))()},bindSalesCustomer:function(t,e){if(!uni.getStorageSync("storage_key"))return uni.setStorageSync("salesId",t),uni.setStorageSync("shopId",e),void uni.navigateTo({url:"../../pages_category_page2/userModule/login"});g.request(b.BindSalesCustomer,{shopId:e,distributorId:t},"POST").then((function(t){console.log("分销关系绑定成功!")}))},handleOpenGroupBookingList:function(){this.topThreeCollageOrders.length>0?this.showGroupBuyList=!0:uni.showToast({title:"还没有人拼单,快去拼单吧!",icon:"none"})},kefu:function(){uni.navigateTo({url:"/pages_category_page1/customer/chatBox?shopId=".concat(this.shopId)})},flyToService:function(){return(0,s.default)((0,n.default)().mark((function t(){return(0,n.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:uni.navigateTo({url:"/pages_category_page1/customer/chatBox"});case 1:case"end":return t.stop()}}),t)})))()}}};e.default=m},5606:function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var i=a(o("c4c2")),n=o("83c8"),s=o("6d56"),r={name:"coupon-popup",components:{WxSendCoupon:i.default},props:{markTools:{type:Array,default:function(){return[]}},shopMarkTools:{type:Array,default:function(){return[]}},setTop:{type:Number,default:0},currentActive:{type:Number,default:0}},data:function(){return{showActivity:!1,isShowSuccess:!1,activeTypeFlag:0,activeTypeList:[{name:"店铺活动"}]}},methods:{activeTypeActive:function(t){console.log(t),this.activeTypeFlag=t},onActivityClose:function(){this.showActivity=!1},getDate:function(t){return t?t.split(" ")[0].split("-").join("."):""},receiveTap:function(t,e){var o,a=this;this.$showLoading("领取中..."),o=0===e?{couponId:t.couponId,shopId:this.shopId}:{shopCouponId:t.shopCouponId,shopId:this.shopId},n.request(s.ReceiveCoupon,o,"POST").then((function(t){a.isShowSuccess=!0,setTimeout((function(){a.isShowSuccess=!1}),1500)})).catch((function(t){uni.showToast({title:t.msg,icon:"none"})}))},success:function(){var t=this;this.isShowSuccess=!0,setTimeout((function(){t.isShowSuccess=!1}),1500)},closePopup:function(){this.showActivity=!1}}};e.default=r},5671:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={globalLoading:o("1abf").default,uTabs:o("2038").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{staticClass:"coupon-popup",class:t.showActivity&&"show"},[o("global-loading"),o("v-uni-view",{staticClass:"mask",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.closePopup.apply(void 0,arguments)}}}),o("v-uni-view",{staticClass:"couponShow-box",attrs:{id:"popupInner"}},[o("v-uni-view",{staticClass:"tabsbox"},[o("u-tabs",{attrs:{list:t.activeTypeList,"bar-width":"0","bar-height":"0",bold:!1,"active-color":"#2ca638","inactive-color":"#999999","is-scroll":!1,current:t.activeTypeFlag},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.activeTypeActive.apply(void 0,arguments)}}})],1),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===t.activeTypeFlag,expression:"activeTypeFlag === 1"}]},[o("v-uni-view",{staticClass:"couponShow"},[o("v-uni-view",{staticClass:"title-box"},[o("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/close.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onActivityClose.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"shopCouponBox",class:0===t.markTools.length&&"flex"},[t.markTools.length>0?o("v-uni-view",{staticClass:"list"},t._l(t.markTools,(function(e,a){return o("v-uni-view",{key:a,staticClass:"item",class:{received:1===e.state}},[o("v-uni-view",{staticClass:"info-box"},[1==e.couponType?o("v-uni-view",{staticClass:"discoun"},[o("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[t._v("¥")]),t._v(t._s(e.reduceMoney))],1):t._e(),2==e.couponType?o("v-uni-view",{staticClass:"discoun"},[t._v(t._s(e.reduceMoney)+"折")]):t._e(),o("v-uni-view",{staticClass:"info-date"},[t._v(t._s(t.getDate(e.startTime))+"-"+t._s(t.getDate(e.endTime)))]),o("v-uni-view",{staticClass:"info-condition mar-top-30"},[t._v(t._s(e.content))]),3===e.state?o("wx-send-coupon",{attrs:{couponList:[e]},on:{success:function(e){arguments[0]=e=t.$handleEvent(e),t.success.apply(void 0,arguments)}}},[3===e.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("立即领取")]):t._e()],1):t._e(),0===e.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("已领取")]):t._e(),1===e.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("已使用")]):t._e()],1)],1)})),1):o("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[o("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png"}}),o("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("你还没有优惠券哦~")])],1)],1)],1)],1),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0===t.activeTypeFlag,expression:"activeTypeFlag === 0"}]},[o("v-uni-view",{staticClass:"couponShow"},[o("v-uni-view",{staticClass:"title-box"},[o("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/close.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onActivityClose.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"shopCouponBox",class:0===t.shopMarkTools.length&&"flex"},[t.shopMarkTools.length>0?o("v-uni-view",{staticClass:"list"},t._l(t.shopMarkTools,(function(e,a){return o("v-uni-view",{key:a,staticClass:"item",class:{received:1===e.state}},[o("v-uni-view",{staticClass:"info-box"},[1===e.couponType?o("v-uni-view",{staticClass:"discoun"},[o("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[t._v("¥")]),t._v(t._s(e.reduceMoney))],1):t._e(),2===e.couponType?o("v-uni-view",{staticClass:"discoun"},[t._v(t._s(e.reduceMoney)+"折")]):t._e(),o("v-uni-view",{staticClass:"info-date"},[t._v(t._s(t.getDate(e.startTime))+"-"+t._s(t.getDate(e.endTime)))]),1===e.couponType?o("v-uni-view",{staticClass:"info-condition"},[t._v("满"+t._s(e.fullMoney)+"元减"+t._s(e.reduceMoney)+"元")]):t._e(),2===e.couponType?o("v-uni-view",{staticClass:"info-condition"},[t._v(t._s(e.reduceMoney)+"折优惠")]):t._e(),3===e.state?o("v-uni-view",{staticClass:"use-btn",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.receiveTap(e,1)}}},[t._v("立即领取")]):t._e(),0===e.state?o("v-uni-view",{staticClass:"use-btn"},[t._v("已领取")]):t._e()],1)],1)})),1):o("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[o("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png"}}),o("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("你还没有优惠券哦~")])],1)],1)],1)],1),t.isShowSuccess?o("v-uni-view",{staticClass:"receive-success"},[o("v-uni-view",{staticClass:"success-box"},[o("v-uni-image",{staticClass:"success-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/success_tu.png"}}),o("v-uni-view",{staticClass:"text"},[t._v("领取成功")])],1)],1):t._e()],1)],1)},n=[]},"5c4d":function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.TimeFormatting=void 0;function a(t){return t<10?"0"+t:t}e.TimeFormatting=function(t){var e=Math.floor(t/3600/24),o=Math.floor(t/3600%24),i=Math.floor(t/60%60),n=Math.floor(t%60);return{day:a(e),hour:a(o),min:a(i),sec:a(n)}}},"5f23":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.share[data-v-30fd92a9]{background-color:#f8f8f8;text-align:center}.share .h3[data-v-30fd92a9]{font-size:%?30?%;color:#333;line-height:%?42?%;padding:%?30?% 0;border-bottom:2px solid #f0f0f0;display:block}.share .share-list[data-v-30fd92a9]{padding:%?40?% 0 %?54?%}.share .share-list .ul[data-v-30fd92a9]{display:flex;justify-content:space-around}.share .share-list .ul .li[data-v-30fd92a9]::after{border:none}.share .share-list .ul .li .icon[data-v-30fd92a9]{display:block;width:%?92?%;height:%?92?%}.share .share-list .ul .li .label[data-v-30fd92a9]{padding-top:%?22?%;font-size:%?24?%;line-height:%?34?%;color:#333;display:block}.share .btn-close[data-v-30fd92a9]{background-color:#fff;padding:%?30?% 0;font-size:%?26?%;color:#333}.share-h5[data-v-30fd92a9]{padding:0 %?20?%;display:flex;justify-content:center}.share-h5 .text[data-v-30fd92a9]{line-height:%?100?%;font-size:30px}.share-h5 .text .icon[data-v-30fd92a9]{background-color:#333;border-radius:50%;display:inline-block;width:%?40?%;height:%?40?%;text-align:center;line-height:%?40?%;margin:0 %?10?%}.share-button[data-v-30fd92a9]::after{border:none}',""]),t.exports=e},"62ee":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goodsImgswiper-box[data-v-ec9e5e5e]{width:%?750?%;height:%?750?%}.goodsImgswiper-box .goodsImg[data-v-ec9e5e5e]{width:%?750?%;height:%?750?%}.share-box[data-v-ec9e5e5e]{width:%?200?%;height:%?60?%;background-color:#fff;border-radius:%?30?% 0 0 %?30?%;position:absolute;top:%?30?%;right:0;z-index:99}.share-box .share-img[data-v-ec9e5e5e]{width:%?36?%;height:%?36?%}.goodgDes-box[data-v-ec9e5e5e]{background-color:#fff;width:100%;padding-bottom:%?25?%}.goodgDes-box .priceBuyNum-box[data-v-ec9e5e5e]{width:%?677?%;margin-top:%?30?%}.goodgDes-box .nameContainer[data-v-ec9e5e5e]{display:flex}.goodgDes-box .nameContainer .goodsName-box[data-v-ec9e5e5e]{width:%?677?%;height:%?85?%}.goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-ec9e5e5e]{width:%?70?%;height:%?36?%}.goodgDes-box .nameContainer .collectBox[data-v-ec9e5e5e]{width:%?80?%;margin:0 %?30?% 0 %?15?%;display:flex;flex-direction:column;justify-content:center;align-items:center}.goodgDes-box .nameContainer .store-icon[data-v-ec9e5e5e]{width:%?48?%;height:%?48?%}.goodgDes-box .discounts-box[data-v-ec9e5e5e]{margin-top:%?20?%}.goodgDes-box .discounts-box .discounts-text[data-v-ec9e5e5e]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.goodgDes-box .activity-box[data-v-ec9e5e5e]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border-top:%?1?% solid #ededed}.goodgDes-box .activity-box .activity-content[data-v-ec9e5e5e]{width:%?614?%;padding-top:%?20?%}.goodgDes-box .activity-box .activity-content .activity-text[data-v-ec9e5e5e]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-ec9e5e5e]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.seckill-box[data-v-ec9e5e5e]{width:100%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/storeTop_Img.png) no-repeat 0 0;padding:%?35?% %?30?%}.seckill-box .seckill-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .vip-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .discount-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .spell-icon[data-v-ec9e5e5e]{width:%?182?%;height:%?37?%;background-size:contain;margin-bottom:%?20?%}.seckill-box .countdown[data-v-ec9e5e5e]{text-align:center}.seckill-box .countdown uni-label[data-v-ec9e5e5e]{text-align:center;color:#ccc}.seckill-box .countdown-box[data-v-ec9e5e5e]{padding:0 %?8?%;height:%?48?%;color:#ffebc4;background-color:#525252;margin:%?10?%}',""]),t.exports=e},"6a9f":function(t,e,o){"use strict";var a=o("af9b"),i=o.n(a);i.a},"6e3a":function(t,e,o){"use strict";o.r(e);var a=o("4679"),i=o("f90f");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("3211");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ec9e5e5e",null,!1,a["a"],void 0);e["default"]=r.exports},7247:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.skeleton-fade[data-v-ee51da2e]{width:100%;height:100%;background:#c2cfd6;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:blink-data-v-ee51da2e;animation-name:blink-data-v-ee51da2e;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blink-data-v-ee51da2e{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}@keyframes blink-data-v-ee51da2e{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}',""]),t.exports=e},"72e3":function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("5c47"),o("a1c1"),o("e966"),o("c223");var i=o("5c4d"),n=a(o("83c8")),s=a(o("6d56")),r=a(o("ef78")),c={name:"GoodActivityDetail",components:{shareSpell:r.default},data:function(){return{timeDifference:0,activeTimeObj:{day:"00",hour:"00",min:"00",sec:"00"},countdownInterval:null,shareObj:{url:"",image:"",title:"好友分享了一个很棒的商品",actionList:[{text:"生成分享海报"},{text:"邀请好友"}],actionShow:!1}}},props:{productInfo:{type:Object,default:function(){return{}}},skuSelect:{type:Object,default:function(){return{}}},timeActiveType:{type:Boolean,default:function(){return!1}},markTools:{type:Array,default:function(){return[]}},shopMarkTools:{type:Array,default:function(){return[]}}},methods:{handleGetCountDownNumber:function(t){t=t.substring(0,19).replace(/-/g,"/");var e=(new Date(t).getTime()-(new Date).getTime())/1e3;this.timeDifference=e,this.activeTimeObj=(0,i.TimeFormatting)(e),this.handleCountDown()},handleCountDown:function(){var t=this;this.countdownInterval||(this.countdownInterval=setInterval((function(){t.timeDifference<=0?(clearInterval(t.countdownInterval),uni.showToast({title:"活动结束",duration:2e3,icon:"none"}),t.$emit("activityEnd",0)):(t.timeDifference--,t.activeTimeObj=(0,i.TimeFormatting)(t.timeDifference))}),1e3))},couponShowClick:function(){this.$emit("couponClick")},handleCollect:function(){var t=this;0===this.productInfo.ifCollect?n.default.request(s.default.collect,{productId:parseInt(this.productInfo.productId)},"POST").then((function(e){t.productInfo.ifCollect=1,uni.showToast({title:"收藏成功",icon:"success"})})):n.default.request(s.default.cancelCollect,{ids:[this.productInfo.productId]},"PUT").then((function(e){t.productInfo.ifCollect=0,uni.showToast({title:"取消收藏成功",icon:"success"})}))},sharePoster:function(){var t=this;uni.showLoading({mask:!0,title:"请稍候..."}),n.default.request(s.default.getSharePic,{productId:this.productInfo.productId,shopId:this.productInfo.shopId,skuId:this.skuSelect.skuId,terminal:3},"GET").then((function(e){uni.hideLoading(),uni.navigateTo({url:"/pages_category_page1/distributionModule/shareProduct?shareType=2&productImage=".concat(t.productInfo.images[0],"&shopId=").concat(t.productInfo.shopId,"&productId=").concat(t.productInfo.productId,"&skuId=").concat(t.skuSelect.skuId,"&productName=").concat(t.productInfo.productName,"&price=").concat(t.productInfo.price,"&headImage=").concat(e.data.headImage,"&shareName=").concat(e.data.name,"&shareImg=").concat(e.data)})})).catch((function(t){uni.hideLoading()}))},shareMenuShow:function(){this.shareObj.actionShow=!0},shareCancel:function(){this.$refs.shareSpell.shareShow=!1},handleShareSelect:function(t){0===t?this.sharePoster():(this.shareObj.url="/pages_category_page1/goodsModule/goodsDetails?shopId="+this.productInfo.shopId+"&productId="+this.productInfo.productId+"&skuId="+this.skuSelect.skuId,this.shareObj.image=this.productInfo.images[0],this.shareObj.title="【锦江公园】好友分享了一个好物给您!".concat(this.productInfo.productName," ¥").concat(this.productInfo.price," "),this.$refs.shareSpell.shareShow=!0)}}};e.default=c},"73a9":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={globalLoading:o("1abf").default,uPopup:o("7bd4").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{staticClass:"container u-skeleton",on:{scroll:function(e){arguments[0]=e=t.$handleEvent(e),t.handlePageScroll.apply(void 0,arguments)}}},[o("global-loading"),o("v-uni-view",{},[o("v-uni-view",{staticClass:"news-box"},[o("v-uni-view",{staticClass:"news-bg"},[o("v-uni-swiper",{staticClass:"goodsImgswiper-box",attrs:{vertical:!0,circular:!0,interval:"8000",duration:"2000",autoplay:!0}},t._l(t.broadCastList,(function(e,a){return o("v-uni-swiper-item",{key:a},[o("v-uni-view",{staticClass:"news-item flex-items"},[o("v-uni-image",{staticClass:"item-avatar",attrs:{src:e.headImage}}),o("v-uni-view",{staticClass:"news-item-user"},[t._v(t._s(e.name))]),o("v-uni-view",{staticClass:"news-item-info"},[t._v(t._s(e.timeStr))]),1===e.type?o("v-uni-view",{staticClass:"news-item-info"},[t._v("给了好评")]):t._e(),2===e.type?o("v-uni-view",{staticClass:"news-item-info"},[t._v("正在拼单")]):t._e(),3===e.type?o("v-uni-view",{staticClass:"news-item-info"},[t._v("拼单成功")]):t._e(),4===e.type?o("v-uni-view",{staticClass:"news-item-info"},[t._v("下单")]):t._e()],1)],1)})),1)],1)],1),o("GoodActivityDetail",{ref:"goodActivityDetail",attrs:{"sku-select":t.selectedSku,"product-info":t.productData,"time-active-type":t.timeActiveType,"mark-tools":t.markTools,"shop-mark-tools":t.shopMarkTools},on:{activityEnd:function(e){arguments[0]=e=t.$handleEvent(e),t.handleActivityEnd.apply(void 0,arguments)},couponClick:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowCoupon.apply(void 0,arguments)}}}),o("v-uni-view",{staticClass:"express-box flex-items flex-row fs24 u-skeleton-fillet"},[o("v-uni-label",{staticClass:"fs24 font-color-999 mar-right-20 "},[t._v("发货")]),t.productData.receive&&t.productData.receive.receiveAdress?o("v-uni-image",{attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/mapIcon.png"}}):t._e(),t.productData.receive&&t.productData.receive.receiveAdress?o("v-uni-label",{staticClass:"mar-left-10 mapName mar-right-30"},[t._v(t._s(t.productData.receive.receiveAdress))]):t._e(),o("v-uni-label",[t._v("快递:¥ "+t._s(t.productData.logisticsPrice||0))])],1),""!=t.productData.combinationName?o("v-uni-view",{staticClass:"express-box flex-items flex-row fs24 u-skeleton-fillet"},[t._v("商品组合:"+t._s(t.productData.combinationName))]):t._e(),o("v-uni-view",{staticClass:"fs24 chooseSize-box flex-start",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(6)}}},[o("v-uni-view",{staticClass:"chooseSize-content flex-items flex-row flex-sp-between u-skeleton-fillet"},[o("v-uni-view",{staticClass:"flex-row-plus "},[o("v-uni-label",{staticClass:"fs26 mar-left-30 font-color-999"},[t._v("选择")]),o("v-uni-view",{staticClass:"valueBox mar-left-20 flex-items"},t._l(t.currentSuk,(function(e,a){return o("v-uni-view",{key:a,staticClass:"mar-right-10"},[t._v(t._s(e.skuText||"-"))])})),1)],1),o("v-uni-image",{staticClass:"arrow-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1),o("combined-sales",{attrs:{pid:t.productId,productData:t.productData}}),1===t.selectedSku.activityType?o("v-uni-view",{staticClass:"borRig-line-20"}):t._e(),1===t.selectedSku.activityType&&t.topThreeCollageOrders.length>0?o("v-uni-view",{staticClass:"goodsDiscount"},[o("v-uni-view",{staticClass:"questionTit mar-left-30 flex-items flex-row flex-sp-between"},[o("v-uni-label",{},[t._v("这些人正在拼单")]),o("v-uni-view",{staticClass:"allMoreBox"},[o("v-uni-view",{staticClass:"allMore",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleOpenGroupBookingList.apply(void 0,arguments)}}},[t._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1),t._l(t.topThreeCollageOrders,(function(e,a){return o("v-uni-view",{key:a,staticClass:"groupBuy"},[e.time>0?o("v-uni-view",{staticClass:"groupBuyList"},[o("v-uni-view",{staticClass:"groupBuyItem"},[o("v-uni-view",{staticClass:"leftAvatar"},[o("img",{attrs:{src:e.headImage,alt:""}}),o("span",[t._v(t._s(e.name))])]),o("v-uni-view",{staticClass:"rightInfo"},[o("v-uni-view",{staticClass:"groupBuyTime",staticStyle:{width:"70%"}},[o("v-uni-view",{staticClass:"needPeople flex-row-plus"},[t._v("还差"),o("b",[t._v(t._s(e.person)+"人")]),t._v("拼成")]),o("v-uni-view",{staticClass:"endDate"},[t._v("剩余"+t._s(t.handleGetDownTime(e.time)))])],1),o("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleGoGroupBooking(e.collageId)}}},[t._v("和Ta拼")])],1)],1)],1):t._e()],1)}))],2):t._e(),o("GoodEvaluateAndQuestion",{ref:"goodEvaluateAndQuestion",staticClass:" u-skeleton-fillet",attrs:{"product-info":t.productData,"comment-list":t.commentList}}),o("v-uni-view",{staticClass:"inStore-box flex-items flex-row flex-sp-between u-skeleton-fillet"},[o("v-uni-view",{staticClass:"flex-display flex-row"},[o("v-uni-view",[o("v-uni-image",{staticClass:"inStore-logo default-img",attrs:{src:t.$baseURL+t.productData.shopLogo},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToStore.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"flex-display flex-column mar-left-20"},[o("v-uni-label",{on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToStore.apply(void 0,arguments)}}},[t._v(t._s(t.productData.shopName))]),o("v-uni-view",{staticClass:"flex-display flex-row fs24 font-color-999 mar-top-5"},[o("v-uni-label",[t._v("商品总类:"+t._s(t.productData.classifyNumber))]),o("v-uni-label",{staticClass:"mar-left-30"},[t._v("已售:"+t._s(t.productData.number)+"件")])],1)],1)],1),o("v-uni-view",{staticClass:"inStore-but",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToStore.apply(void 0,arguments)}}},[t._v("去逛逛")])],1),o("v-uni-view",{staticClass:"goodsDetails-box u-skeleton-fillet"},[o("v-uni-view",{staticClass:"goodsDetails-title"},[o("v-uni-view",{staticClass:"goodsDetails-Line"}),o("v-uni-label",{staticClass:"goodsDetails-text"},[t._v("宝贝详情")]),o("v-uni-view",{staticClass:"goodsDetails-Line"})],1),o("v-uni-view",{staticClass:"goodsDetailsimg-box"},[o("v-uni-view",{},[o("v-uni-rich-text",{attrs:{nodes:t.sellDescList}})],1)],1)],1)],1),o("v-uni-view",{staticClass:"buygoods-box"},[o("v-uni-view",{staticClass:"buygoodsBut-box flex-row-plus",style:{height:(!0===t.isIphone?160:130)+"rpx"}},[o("v-uni-view",{staticClass:"btns_container"},[o("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToStore.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/storeIcon.png"}}),o("v-uni-label",{staticClass:"fs22"},[t._v("店铺")])],1),o("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.kefu.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/service-product-detail.png"}}),o("v-uni-label",{staticClass:"fs22"},[t._v("客服")])],1),o("v-uni-view",{staticClass:"btns flex-column-plus mar-left-10 flex-items Cart",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToShopCart.apply(void 0,arguments)}}},[t.allCartNum>0?o("v-uni-view",{staticClass:"cartAllNum"},[t._v(t._s(t.allCartNum))]):t._e(),o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/gouwuche.png"}}),o("v-uni-label",{staticClass:"fs22"},[t._v("购物车")])],1)],1),o("v-uni-view",{staticClass:"btns_container"},[0===t.productData.shelveState?o("v-uni-view",{staticClass:"flex-row-plus offShelf"},[t._v("商品已下架")]):1===t.selectedSku.activityType?o("v-uni-view",{staticClass:"flex-row-plus flex-items"},[o("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(4)}}},[t._v("单独购买")]),o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(3)}}},[t._v("我要开团")])],1):o("v-uni-view",{staticClass:"flex-row-plus flex-items"},[o("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(1)}}},[t._v("加入购物车")]),o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(2)}}},[t._v("立即购买")])],1)],1)],1)],1),o("v-uni-view",{staticClass:"returnTopService-box"},[o("v-uni-view",{staticClass:"returnTop-box flex-items-plus flex-column",style:{display:!0===t.returnTopFlag?"flex":"none"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleReturnTop.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"returnTopImg",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/backTop.png"}})],1)],1),o("GoodSkuSelect",{ref:"skuSelect",attrs:{"product-data":t.productData,"selected-sku":t.selectedSku,"collage-id":t.collageId},on:{postSelectSku:function(e){arguments[0]=e=t.$handleEvent(e),t.selectSkuPostProcessor.apply(void 0,arguments)},getCurrentSku:function(e){arguments[0]=e=t.$handleEvent(e),t.handleSelectSku.apply(void 0,arguments)},changeCartNum:function(e){arguments[0]=e=t.$handleEvent(e),function(e){return t.allCartNum=e}.apply(void 0,arguments)}}}),o("coupon-popup",{ref:"couponPopup",attrs:{markTools:t.markTools,shopMarkTools:t.shopMarkTools,setTop:t.topLeft,currentActive:0}}),o("u-popup",{staticClass:"popupDiscount",attrs:{mode:"center","border-radius":"14","close-icon-pos":"top-right","close-icon-size":"20"},model:{value:t.showGroupBuyList,callback:function(e){t.showGroupBuyList=e},expression:"showGroupBuyList"}},[o("v-uni-view",{staticClass:"popupDiscountTit"},[t._v("这些人正在拼单")]),o("v-uni-view",{staticClass:"groupBuy"},[o("v-uni-view",{staticClass:"groupBuyList"},[o("v-uni-scroll-view",{staticStyle:{height:"480upx"},attrs:{"scroll-y":!0}},t._l(t.selectedSku.collageOrders,(function(e,a){return o("v-uni-view",{key:a,staticClass:"groupBuyItem1"},[e.time>0?o("v-uni-view",{staticClass:"leftAvatar"},[o("img",{attrs:{src:e.headImage,alt:""}}),o("v-uni-view",{staticClass:"groupBuyTime"},[o("v-uni-view",{staticClass:"needPeople"},[o("span",[t._v(t._s(e.name))]),t._v("还差"),o("b",[t._v(t._s(e.person)+"人")])]),o("v-uni-view",{staticClass:"endDate"},[t._v("剩余"+t._s(t.handleGetDownTime(e.time)))])],1)],1):t._e(),e.time>0?o("v-uni-view",{staticClass:"rightInfo"},[o("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleGoGroupBooking(e.collageId)}}},[t._v("和Ta拼")])],1):t._e()],1)})),1)],1)],1)],1),o("Skeleton",{attrs:{"el-color":"#efefef","bg-color":"#fff",loading:t.isFirstComeIn&&t.loading,animation:!0}})],1)},n=[]},"7b65":function(t,e,o){"use strict";o.r(e);var a=o("8ceb"),i=o("aef3");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("8aac");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"04d652ab",null,!1,a["a"],void 0);e["default"]=r.exports},"7c49":function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa"),o("5ef2"),o("bf0f"),o("5c47");var a={name:"u-button",props:{hairLine:{type:Boolean,default:!0},type:{type:String,default:"default"},size:{type:String,default:"default"},shape:{type:String,default:"square"},plain:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},openType:{type:String,default:""},formType:{type:String,default:""},appParameter:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!1},lang:{type:String,default:"en"},sessionFrom:{type:String,default:""},sendMessageTitle:{type:String,default:""},sendMessagePath:{type:String,default:""},sendMessageImg:{type:String,default:""},showMessageCard:{type:Boolean,default:!1},hoverBgColor:{type:String,default:""},rippleBgColor:{type:String,default:""},ripple:{type:Boolean,default:!1},hoverClass:{type:String,default:""},customStyle:{type:Object,default:function(){return{}}},dataName:{type:String,default:""},throttleTime:{type:[String,Number],default:1e3}},computed:{getHoverClass:function(){if(this.loading||this.disabled||this.ripple||this.hoverClass)return"";var t;return t=this.plain?"u-"+this.type+"-plain-hover":"u-"+this.type+"-hover",t},showHairLineBorder:function(){return["primary","success","error","warning"].indexOf(this.type)>=0&&!this.plain?"":"u-hairline-border"}},data:function(){return{rippleTop:0,rippleLeft:0,fields:{},waveActive:!1}},methods:{click:function(t){var e=this;this.$u.throttle((function(){!0!==e.loading&&!0!==e.disabled&&(e.ripple&&(e.waveActive=!1,e.$nextTick((function(){this.getWaveQuery(t)}))),e.$emit("click",t))}),this.throttleTime)},getWaveQuery:function(t){var e=this;this.getElQuery().then((function(o){var a=o[0];if(a.width&&a.width&&(a.targetWidth=a.height>a.width?a.height:a.width,a.targetWidth)){e.fields=a;var i,n;i=t.touches[0].clientX,n=t.touches[0].clientY,e.rippleTop=n-a.top-a.targetWidth/2,e.rippleLeft=i-a.left-a.targetWidth/2,e.$nextTick((function(){e.waveActive=!0}))}}))},getElQuery:function(){var t=this;return new Promise((function(e){var o="";o=uni.createSelectorQuery().in(t),o.select(".u-btn").boundingClientRect(),o.exec((function(t){e(t)}))}))},getphonenumber:function(t){this.$emit("getphonenumber",t)},getuserinfo:function(t){this.$emit("getuserinfo",t)},error:function(t){this.$emit("error",t)},opensetting:function(t){this.$emit("opensetting",t)},launchapp:function(t){this.$emit("launchapp",t)}}};e.default=a},"80da":function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;a(o("a306"));var i=a(o("4ec6")),n=o("6d56"),s={components:{UImage:i.default},props:{img:{type:String,default:""},url:{type:String,dafault:""},title:{type:String,dafault:""},urlParms:{type:String,default:""}},onShareAppMessage:function(t){t.from,t.from;var e=t.target.dataset.obj;return{path:"/pages_category_page1/goodsModule/inviteSpell?".concat(e.url)}},name:"share",data:function(){return{shareShow:!1,wapShow:!1,wxShareData:{url:""}}},mounted:function(){this.wxShareData=this.url},computed:{longUrl:function(){return n.shareLink+this.url}},methods:{cancel:function(t){1===t?(this.shareShow=!1,this.$emit("shareCancel")):2===t&&(this.wapShow=!1)},wxShare:function(t){},share:function(t){switch(t){case"weixin":this.wxShare("WXSceneSession");break;case"weixinpyq":this.wxShare("WXSceneTimeline");break;case"qq":break;case"weibo":break;case"lianjie":uni.setClipboardData({data:this.title+this.longUrl,success:function(){uni.showToast({title:"复制成功"})}});break}},overShare:function(){wx.onAppRoute((function(t){var e,o=getCurrentPages(),a=o[o.length-1];a&&(e=a.data,console.log("是否重写分享方法",e.isOverShare),e.isOverShare||(e.isOverShare=!0,a.onShareAppMessage=function(){return{title:"标题",path:"/pages/nearby/index"}}))}))}}};e.default=s},8518:function(t,e,o){"use strict";o.r(e);var a=o("b3ae"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"8aac":function(t,e,o){"use strict";var a=o("ce09"),i=o.n(a);i.a},"8ca5":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-image[data-v-54b06602]{position:relative;transition:opacity .5s ease-in-out}.u-image__image[data-v-54b06602]{width:100%;height:100%}.u-image__loading[data-v-54b06602], .u-image__error[data-v-54b06602]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#909399;font-size:%?46?%}',""]),t.exports=e},"8ceb":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.selectComposeData&&t.selectComposeData.length>0?o("v-uni-view",{staticClass:"group-list"},[o("v-uni-view",{staticClass:"group-warp"},[o("v-uni-view",{staticClass:"title"},[o("v-uni-label",[o("v-uni-image",{staticClass:"title-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/combinationIcon.png",alt:"组合销售",mode:"widthFix"}})],1),o("v-uni-view",{staticClass:"price-text"},[t._v("组合价:¥"+t._s(t.composePrice))])],1),o("v-uni-view",[o("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[o("v-uni-view",{staticClass:"ul"},t._l(t.selectComposeData,(function(e,a){return o("v-uni-view",{key:a,staticClass:"li",class:t.tabIndex===a&&"on",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(a)}}},[t._v(t._s(e.composeName))])})),1)],1),t._l(t.selectComposeData,(function(e,a){return o("v-uni-view",{key:a,staticClass:"tabs-item",class:t.tabIndex===a&&"on"},[o("v-uni-swiper",{staticClass:"swiper pro-box",attrs:{"indicator-dots":!1,autoplay:!0,"display-multiple-items":e.composeProductInfoList.length<3?e.composeProductInfoList.length:3,"disable-touch":e.composeProductInfoList.length<=3},on:{change:function(e){arguments[0]=e=t.$handleEvent(e),t.swiperChange.apply(void 0,arguments)}}},t._l(e.composeProductInfoList,(function(e,a){return o("v-uni-swiper-item",{key:a,staticClass:"pro-item-warp"},[o("v-uni-view",{staticClass:"pro-item-inner"},[o("v-uni-view",{staticClass:"pro-item"},[o("v-uni-view",{staticClass:"pro-item-img"},[o("v-uni-image",{staticClass:"img",attrs:{src:e.productImage}})],1),o("v-uni-view",{staticClass:"pro-item-info"},[o("h3",{staticClass:"name"},[t._v(t._s(e.productName))]),o("v-uni-view",{staticClass:"sku",on:{click:function(o){o.stopPropagation(),arguments[0]=o=t.$handleEvent(o),t.changeSkuItemValue(e,a)}}},[o("v-uni-view",{staticClass:"text"},[t._v(t._s(e.skuItem.skuName))])],1)],1)],1)],1)],1)})),1),e.composeProductInfoList.length>3?o("v-uni-view",{staticClass:"swiper-dots"},t._l(e.composeProductInfoList.length-2,(function(e,a){return o("v-uni-text",{key:a,class:{"dot-active":t.swiperCurrent===a,dot:!0}})})),1):t._e()],1)})),o("v-uni-view",{staticClass:"btn-buy",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.doBuy.apply(void 0,arguments)}}},[t._v("立即购买")])],2)],1),o("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:t.goodsDetailShowFlag,callback:function(e){t.goodsDetailShowFlag=e},expression:"goodsDetailShowFlag"}},[o("v-uni-view",{staticClass:"goosDetailshow-box"},[o("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[o("v-uni-image",{staticClass:"detailImg",attrs:{src:t.selectedSku.image}}),o("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[o("v-uni-view",{staticClass:"font-color-C5AA7B"},[o("v-uni-label",{staticClass:"fs24"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs36 mar-left-10",domProps:{textContent:t._s(t.getPrice(t.selectedSku))}})],1),o("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[t._v("库存 "+t._s(t.selectedSku.stockNumber)+" 件")]),o("v-uni-label",{staticClass:"fs24 mar-top-20"},[t._v("已选")])],1)],1),o("v-uni-view",{staticClass:"color-box flex-column-plus"},t._l(t.skuProData.names,(function(e,a){return o("v-uni-view",{key:a,staticClass:"skuStyle"},[o("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v(t._s(e.skuName))]),o("v-uni-view",{staticClass:"colorName-box"},t._l(e.values,(function(a,i){return o("v-uni-view",{key:i,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.getselectedAttrVal(e.nameCode)==a.valueCode},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.nameCodeValueCodeClick(e.nameCode,a.valueCode,!0)}}},[t._v(t._s(a.skuValue))])],1)})),1)],1)})),1),o("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus"},[o("v-uni-button",{staticClass:"submitBtn",attrs:{type:"default"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.submitBtn()}}},[t._v("确认")])],1)],1)],1)],1):t._e()},n=[]},"8d3c":function(t,e,o){"use strict";o.r(e);var a=o("df7e"),i=o("8518");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("17ff");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"1b472f0d",null,!1,a["a"],void 0);e["default"]=r.exports},"8d3d":function(t,e,o){"use strict";o.r(e);var a=o("80da"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},"8e29":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goosDetailshow-box[data-v-b610f014]{margin-bottom:%?-5?%}.goosDetailshow-box .detailImg-box[data-v-b610f014]{margin-top:%?30?%;margin-left:%?30?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%;width:%?690?%}.goosDetailshow-box .detailImg-box .detailImg[data-v-b610f014]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-b610f014]{padding:%?30?% %?30?%;width:%?690?%}.goosDetailshow-box .color-box .colorName-box[data-v-b610f014]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .color-box .colorName-box .colorName[data-v-b610f014]{background-color:#fff;margin-left:%?30?%;padding:%?10?% %?32?%;font-size:%?26?%;border:%?2?% solid #e4e5e6;z-index:2;color:#333}.goosDetailshow-box .color-box .colorName-box .colorName-on[data-v-b610f014]{border-radius:%?6?%;background-color:#e8f2ea;color:#39a03e;margin-left:%?30?%;padding:%?10?% %?32?%;font-size:%?26?%;text-align:center;z-index:1;border:none}.goosDetailshow-box .modelNum-box[data-v-b610f014]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-b610f014]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName-on[data-v-b610f014]{background-color:#ffe4d0;color:#ff7800;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #ff7800;font-size:%?26?%;text-align:center}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName[data-v-b610f014]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNumCent[data-v-b610f014]{padding:0 %?30?%}.goosDetailshow-box .goodsNumCent .goodsNum-box[data-v-b610f014]{width:100%;padding:%?30?% 0 %?180?% 0;border-top:%?2?% solid #ededed}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum[data-v-b610f014]{height:%?50?%;display:flex;align-items:center}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .item[data-v-b610f014]{width:%?50?%;height:%?50?%;line-height:%?48?%;border:%?1?% solid #999;text-align:center}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .subtract[data-v-b610f014]{border-right:%?0?%}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .goodsNumber[data-v-b610f014]{line-height:%?50?%}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .add[data-v-b610f014]{border-left:%?0?%}.goosDetailshow-box .bottom-line[data-v-b610f014]{border-bottom:%?1?% solid #ededed}.goosDetailshow-box .huabei-box[data-v-b610f014]{padding:%?30?% %?30?%;width:%?690?%}.goosDetailshow-box .huabei-box .fenqi-box[data-v-b610f014]{margin-top:%?15?%;width:120%}.goosDetailshow-box .huabei-box .fenqi-box .huabei-item[data-v-b610f014]{display:inline-block;background:#f3f3f3;padding:%?16?% %?24?%;margin:%?5?% %?10?%;border-radius:%?15?%;text-align:center;font-size:%?7?%}.goosDetailshow-box .huabei-box .fenqi-box .huabei-item .huabei-period[data-v-b610f014]{display:block}.goosDetailshow-box .huabei-box .fenqi-box .fenqi-on[data-v-b610f014]{border:1px solid #ef7f93;color:#ef7f93}.goosDetailshow-box .huabei-box .fenqi-box .disabled[data-v-b610f014]{color:#cacaca}.goosDetailshow-box .goosDetailbut-box[data-v-b610f014]{justify-content:center}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-b610f014]{width:%?343?%;height:%?80?%;border-radius:%?40?% 0 0 %?40?%;background-color:#ffc300;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}.goosDetailshow-box .goosDetailbut-box .buyNowBut[data-v-b610f014]{width:90%;height:%?90?%;background-color:#333;font-size:%?28?%;line-height:%?90?%;text-align:center;color:#ffebc4}.skuSelectBtn[data-v-b610f014]{padding-bottom:%?30?%}.skuSelectBtn .selectBtn[data-v-b610f014]{width:%?342?%;height:%?100?%;line-height:%?100?%;text-align:center;border:%?2?% solid #39be7a;font-size:%?28?%;border-radius:%?8?%;color:#39be7a}.skuSelectBtn .selectBuyNow[data-v-b610f014]{background:#39be7a;color:#fff}.couponItemimg[data-v-b610f014]{width:%?150?%;height:%?60?%}.joinbuyBut[data-v-b610f014]{width:%?190?%;height:%?80?%;background:#333;color:#ffebc4;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}',""]),t.exports=e},"960c6":function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-btn[data-v-302d1b7a]::after{border:none}.u-btn[data-v-302d1b7a]{position:relative;border:0;display:inline-block;overflow:hidden;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 %?40?%;z-index:1;box-sizing:border-box;transition:all .15s}.u-btn--bold-border[data-v-302d1b7a]{border:1px solid #fff}.u-btn--default[data-v-302d1b7a]{color:#606266;border-color:#c0c4cc;background-color:#fff}.u-btn--primary[data-v-302d1b7a]{color:#fff;border-color:#2979ff;background-color:#2979ff}.u-btn--success[data-v-302d1b7a]{color:#fff;border-color:#19be6b;background-color:#19be6b}.u-btn--error[data-v-302d1b7a]{color:#fff;border-color:#fa3534;background-color:#fa3534}.u-btn--warning[data-v-302d1b7a]{color:#fff;border-color:#f90;background-color:#f90}.u-btn--default--disabled[data-v-302d1b7a]{color:#fff;border-color:#e4e7ed;background-color:#fff}.u-btn--primary--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#a0cfff!important;background-color:#a0cfff!important}.u-btn--success--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#71d5a1!important;background-color:#71d5a1!important}.u-btn--error--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#fab6b6!important;background-color:#fab6b6!important}.u-btn--warning--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#fcbd71!important;background-color:#fcbd71!important}.u-btn--primary--plain[data-v-302d1b7a]{color:#2979ff!important;border-color:#a0cfff!important;background-color:#ecf5ff!important}.u-btn--success--plain[data-v-302d1b7a]{color:#19be6b!important;border-color:#71d5a1!important;background-color:#dbf1e1!important}.u-btn--error--plain[data-v-302d1b7a]{color:#fa3534!important;border-color:#fab6b6!important;background-color:#fef0f0!important}.u-btn--warning--plain[data-v-302d1b7a]{color:#f90!important;border-color:#fcbd71!important;background-color:#fdf6ec!important}.u-hairline-border[data-v-302d1b7a]:after{content:" ";position:absolute;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;left:0;top:0;width:199.8%;height:199.7%;-webkit-transform:scale(.5);transform:scale(.5);border:1px solid currentColor;z-index:1}.u-wave-ripple[data-v-302d1b7a]{z-index:0;position:absolute;border-radius:100%;background-clip:padding-box;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-transform:scale(0);transform:scale(0);opacity:1;-webkit-transform-origin:center;transform-origin:center}.u-wave-ripple.u-wave-active[data-v-302d1b7a]{opacity:0;-webkit-transform:scale(2);transform:scale(2);transition:opacity 1s linear,-webkit-transform .4s linear;transition:opacity 1s linear,transform .4s linear;transition:opacity 1s linear,transform .4s linear,-webkit-transform .4s linear}.u-round-circle[data-v-302d1b7a]{border-radius:%?100?%}.u-round-circle[data-v-302d1b7a]::after{border-radius:%?100?%}.u-loading[data-v-302d1b7a]::after{background-color:hsla(0,0%,100%,.35)}.u-size-default[data-v-302d1b7a]{font-size:%?30?%;height:%?80?%;line-height:%?80?%}.u-size-medium[data-v-302d1b7a]{display:inline-flex;width:auto;font-size:%?26?%;height:%?70?%;line-height:%?70?%;padding:0 %?80?%}.u-size-mini[data-v-302d1b7a]{display:inline-flex;width:auto;font-size:%?22?%;padding-top:1px;height:%?50?%;line-height:%?50?%;padding:0 %?20?%}.u-primary-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#2b85e4!important}.u-default-plain-hover[data-v-302d1b7a]{color:#2b85e4!important;background:#ecf5ff!important}.u-success-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#18b566!important}.u-warning-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#f29100!important}.u-error-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#dd6161!important}.u-info-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#82848a!important}.u-default-hover[data-v-302d1b7a]{color:#2b85e4!important;border-color:#2b85e4!important;background-color:#ecf5ff!important}.u-primary-hover[data-v-302d1b7a]{background:#2b85e4!important;color:#fff}.u-success-hover[data-v-302d1b7a]{background:#18b566!important;color:#fff}.u-info-hover[data-v-302d1b7a]{background:#82848a!important;color:#fff}.u-warning-hover[data-v-302d1b7a]{background:#f29100!important;color:#fff}.u-error-hover[data-v-302d1b7a]{background:#dd6161!important;color:#fff}',""]),t.exports=e},"9d02":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"content"},[o("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:t.goodsDetailShowFlag,callback:function(e){t.goodsDetailShowFlag=e},expression:"goodsDetailShowFlag"}},[o("v-uni-view",{staticClass:"goosDetailshow-box"},[o("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[o("v-uni-image",{staticClass:"detailImg",attrs:{src:t.$baseURL+t.selectedSku.image}}),o("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[o("v-uni-view",{staticStyle:{color:"#f4281e"}},[o("v-uni-label",{staticClass:"fs24"},[t._v("¥")]),o("v-uni-label",{staticClass:"fs36 mar-left-10",domProps:{textContent:t._s(1===t.selectedSku.activityType&&4===t.btnType?t.selectedSku["salePrice"]:t.selectedSku.price)}})],1),o("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[t._v("库存 "+t._s(t.selectedSku.stockNumber)+" 件")]),o("v-uni-label",{staticClass:"fs24 mar-top-20"},[t._v("已选")])],1)],1),o("v-uni-view",{staticClass:"color-box flex-column-plus"},t._l(t.productData["names"],(function(e,a){return o("v-uni-view",{key:a},[e["nameCode"]?o("v-uni-label",{staticClass:"fs26 font-color-333"},[t._v(t._s(e.skuName))]):t._e(),o("v-uni-view",{staticClass:"colorName-box"},t._l(e.values,(function(a,i){return o("v-uni-view",{key:i,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.selectedAttr[e["nameCode"]]===a.valueCode},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleClickSkuItem(e["nameCode"],a.valueCode)}}},[t._v(t._s(a.skuValue))])],1)})),1)],1)})),1),o("v-uni-view",{staticClass:"goodsNumCent"},[o("v-uni-view",{staticClass:"goodsNum-box flex-row-plus flex-sp-between",class:{"bottom-line":t.aliAgingObj.supportHanaUta}},[o("v-uni-label",{staticClass:"font-color-333 fs26"},[t._v("数量")]),o("v-uni-view",{staticClass:"goodsNum"},[o("v-uni-view",{staticClass:"item subtract",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleNumSub.apply(void 0,arguments)}}},[t._v("-")]),o("v-uni-view",{staticClass:"item goodsNumber",model:{value:t.buyNum,callback:function(e){t.buyNum=e},expression:"buyNum"}},[t._v(t._s(t.buyNum))]),o("v-uni-view",{staticClass:"item add",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleNumAdd.apply(void 0,arguments)}}},[t._v("+")])],1)],1)],1),t.aliAgingObj.supportHanaUta?o("v-uni-view",{staticClass:"huabei-box flex-column-plus"},[o("v-uni-label",{staticClass:"font-color-999 fs24"},[t._v("花呗分期")]),o("v-uni-scroll-view",{staticClass:"fenqi-box",attrs:{"scroll-x":"true"}},[o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":0===t.aliAgingObj.selectIndex},{disabled:t.aliAgingObj.disableSelectList[0]}],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleSelectAliAging(0)}}},[o("v-uni-label",{staticClass:"huabei-period"},[t._v("分3期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[0])+"/期")])],1),o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":1===t.aliAgingObj.selectIndex},{disabled:t.aliAgingObj.disableSelectList[1]}],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleSelectAliAging(1)}}},[o("v-uni-label",{staticClass:"huabei-period"},[t._v("分6期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[1])+"/期")])],1),o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":2===t.aliAgingObj.selectIndex},{disabled:t.aliAgingObj.disableSelectList[2]}],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleSelectAliAging(2)}}},[o("v-uni-label",{staticClass:"huabei-period"},[t._v("分12期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[2])+"/期")])],1)],1)],1):t._e(),6===t.btnType?o("v-uni-view",{staticClass:"skuSelectBtn"},[0===t.productData.shelveState?o("v-uni-view",{staticClass:"flex-row-plus offShelf"},[t._v("商品已下架")]):1===t.selectedSku.activityType?o("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"selectJoinShop selectBtn font-color-333",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyNow.apply(void 0,arguments)}}},[t._v("单独购买")]),o("v-uni-view",{staticClass:"selectBuyNow selectBtn font-color-FFEBC4",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyWithGroup(1)}}},[t._v("我要开团")])],1):o("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"selectJoinShop selectBtn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleAddCart.apply(void 0,arguments)}}},[t._v("加入购物车")]),o("v-uni-view",{staticClass:"selectBuyNow selectBtn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyNow.apply(void 0,arguments)}}},[t._v("立即购买")])],1)],1):o("v-uni-view",[1===t.selectedSku.activityType&&0!==t.collageId?o("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[o("v-uni-view",{staticClass:"joinbuyBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyWithGroup(2)}}},[t._v("确定")])],1):1===t.selectedSku.activityType&&3===t.btnType?o("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyWithGroup(1)}}},[t._v("去拼团")])],1):o("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[1===t.btnType?o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleAddCart.apply(void 0,arguments)}}},[t._v("确认")]):o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyNow(2)}}},[t._v("确认")])],1)],1)],1)],1)],1)},n=[]},"9df7":function(t,e,o){"use strict";o.r(e);var a=o("1e4c"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},a347:function(t,e,o){"use strict";o.r(e);var a=o("ccb6"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},a48f:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.listBox[data-v-a3bbedda]{padding:0 %?30?%}.listBox .itemBox[data-v-a3bbedda]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.listBox .itemBox[data-v-a3bbedda]:last-child{border-bottom:none}.listBox .itemBox .itemAsk[data-v-a3bbedda]{display:flex;align-items:center;margin-bottom:%?42?%}.listBox .itemBox .itemAsk i[data-v-a3bbedda]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;margin-right:%?30?%;font-size:%?24?%;color:#fff;text-align:center}.listBox .itemBox .itemAsk span[data-v-a3bbedda]{font-size:%?28?%;color:#333}.listBox .itemBox .answer[data-v-a3bbedda]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.listBox .itemBox .answer .answerBox[data-v-a3bbedda]{display:flex;align-items:center}.listBox .itemBox .answer .answerBox i[data-v-a3bbedda]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;text-align:center;margin-right:%?30?%;font-size:%?24?%;color:#fff}.listBox .itemBox .answer .answerBox span[data-v-a3bbedda]{font-size:%?26?%;color:#666}.listBox .itemBox .answer .answerBtn[data-v-a3bbedda]{width:%?130?%;height:%?50?%;line-height:%?50?%;border:#333 %?2?% solid;text-align:center;color:#333;font-size:%?24?%}.listBox .itemBox .seeAll[data-v-a3bbedda]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}',""]),t.exports=e},a531:function(t,e,o){"use strict";o.r(e);var a=o("cc9a"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},a5d9:function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("dc8a"),o("fd3c"),o("aa9c"),o("bf0f"),o("de6c"),o("e966"),o("2797"),o("4626"),o("5ac7"),o("e838");var i=a(o("83c8")),n=a(o("6d56")),s={name:"combinedSales",props:{pid:{type:String,default:""},productData:{type:Object,default:function(){}}},data:function(){return{skuShowFalg:!1,tabIndex:0,swiperCurrent:0,selectComposeData:[],curProIndex:0,selectedSku:[],selectedAttr:[],skuProData:{},goodsDetailShowFlag:!1,composePrice:0}},mounted:function(){this.getSelectCompose()},methods:{tabChange:function(t){this.tabIndex=t,this.calculatePrice()},swiperChange:function(t){this.swiperCurrent=t.detail.current},getSelectCompose:function(){var t=this;i.default.request(n.default.selectCompose,{productId:this.pid},"GET").then((function(e){t.selectComposeData=e.data;for(var o=0;o<t.selectComposeData.length;o++)for(var a=t.selectComposeData[o].composeProductInfoList,i=0;i<a.length;i++)a[i].skuItem=a[i].composeSkuInfoList[0];t.calculatePrice()})).catch((function(t){}))},changeSkuItemValue:function(t,e){var o=this;this.curProIndex=e,uni.showLoading({mask:!0,title:"加载中..."}),i.default.request(n.default.QueryProductDetail,{shopId:this.productData.shopId,productId:t.productId,skuId:t.skuItem.skuId,terminal:1},"GET").then((function(e){uni.hideLoading(),o.skuProData=e.data;var a=Object.keys(o.skuProData.map);for(var i in 1===a.length&&"单款项"===a[0]&&o.skuProData.names[0].values.push({skuValue:"单款项",valueCode:"单款项"}),o.skuProData.map){var n=o.skuProData.map[i].image;n||(o.skuProData.map[i].image=o.skuProData.images[0])}o.goodsDetailShowFlag=!0,o.selectBySkuId(t.skuItem.skuId)})).catch((function(t){uni.hideLoading()}))},selectBySkuId:function(t){var e=this;if(t){var o=this.skuProData.map,a=!0;for(var i in o)if(parseInt(o[i].skuId)===parseInt(t)){var n=function(){a=!1,e.selectedSku=o[i];var t=i.split(",");return e.selectedAttr=[],e.skuProData.names.forEach((function(o){for(var a in o.values){var i=o.values[a].valueCode;if(t.includes(i)){e.nameCodeValueCodeClick(o.nameCode,i,!1);break}}})),"break"}();if("break"===n)break}if(a)for(var i in o){console.log(i,"key"),this.selectedSku=o[i];break}}},nameCodeValueCodeClick:function(t,e,o){if(this.selectedAttr[t]=e,console.log(this.selectedAttr,"this.selectedAttr"),o){var a=[];for(var i in this.selectedAttr)a.push(this.selectedAttr[i]);var n=a.join(","),s=this.skuProData.map;for(var i in s)n===i&&(this.selectedSku=s[i])}this.$forceUpdate()},submitBtn:function(){console.log(this.selectedSku,"this.selectedSku");for(var t=this.selectComposeData[this.tabIndex].composeProductInfoList[this.curProIndex],e=0;e<t.composeSkuInfoList.length;e++)t.composeSkuInfoList[e].skuId===this.selectedSku.skuId&&(this.selectedSku.skuName=t.composeSkuInfoList[e].skuName);t.skuItem=this.selectedSku,this.calculatePrice(),this.goodsDetailShowFlag=!1},calculatePrice:function(){for(var t=this.selectComposeData[this.tabIndex].composeProductInfoList,e=this.selectComposeData[this.tabIndex].composeType,o=this.selectComposeData[this.tabIndex].promote,a=0,i=0;i<t.length;i++)a+=this.getPrice(t[i].skuItem);switch(e){case 1:this.composePrice=o.toFixed(2);break;case 2:this.composePrice=(a-o).toFixed(2);break;case 3:this.composePrice=parseFloat(a*o/10).toFixed(2);break}console.log(a,this.composePrice,"total")},getPrice:function(t){return t.activityType?0===t.activityType||6===t.activityType||7===t.activityType?t.price:t.originalPrice:t.price},doBuy:function(){var t=[],e={};e["shopId"]=this.productData.shopId,e["composeId"]=this.selectComposeData[this.tabIndex].composeId,e["skus"]=[];for(var o=this.selectComposeData[this.tabIndex].composeProductInfoList,a=o.length,i=0;i<a;i++){var n={number:1};n["skuId"]=o[i].skuItem.skuId,e.skus.push(n)}t.push(e),uni.setStorageSync("skuItemDTOList",t),uni.navigateTo({url:"../../pages_category_page1/orderModule/orderConfirm?type=1"})},getselectedAttrVal:function(t){return this.selectedAttr[t]}}};e.default=s},a86e:function(t,e,o){var a=o("e3cd");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("15f7a7ca",a,!0,{sourceMap:!1,shadowMode:!1})},a8ef:function(t,e,o){"use strict";o.r(e);var a=o("e359"),i=o("a347");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("6a9f");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ee51da2e",null,!1,a["a"],void 0);e["default"]=r.exports},a93c:function(t,e,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.Services=function(t){var e=null,o=null,a=function(){var a=(0,n.default)((0,i.default)().mark((function a(){var n,c,l,u;return(0,i.default)().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return uni.showLoading({title:"加载中..."}),n=uni.getStorageSync("service_shopids")||[],c=uni.getStorageSync("service_corpIds")||[],l=uni.getStorageSync("service_urls")||[],a.prev=4,a.next=7,s.request(r.CustomerService,{},"get");case 7:u=a.sent,""===u.code&&u.data.corpId&&u.data.url&&(n.push(t),c.push(u.data.corpId),l.push(u.data.url),uni.setStorageSync("service_shopids",n),uni.setStorageSync("service_corpIds",c),uni.setStorageSync("service_urls",l),e=u.data.corpId,o=u.data.url);case 9:return a.prev=9,uni.hideLoading(),a.finish(9);case 12:case"end":return a.stop()}}),a,null,[[4,,9,12]])})));return function(){return a.apply(this,arguments)}}(),c=function(){if(!o||!e)return uni.showToast({icon:"none",title:"暂无客服~"});window.location.href=o};return a().then((function(t){return{flyToService:c}}))},o("aa9c");var i=a(o("2634")),n=a(o("2fdc")),s=o("83c8"),r=o("6d56")},acc3:function(t,e,o){"use strict";o.r(e);var a=o("5671"),i=o("e61a");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("e899");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"77339cc0",null,!1,a["a"],void 0);e["default"]=r.exports},ae16:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[o("v-uni-view",{staticClass:"tui-modal-box",class:[t.fadein||t.show?"tui-modal-normal":"tui-modal-scale",t.show?"tui-modal-show":""],style:{width:t.width,padding:t.padding,borderRadius:t.radius}},[t.custom?o("v-uni-view",[o("v-uni-view",{staticClass:"flex-end-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleClickCancel.apply(void 0,arguments)}}}),t._t("default")],2):o("v-uni-view",[t.title?o("v-uni-view",{staticClass:"tui-modal-title"},[t._v(t._s(t.title))]):t._e(),o("v-uni-view",{staticClass:"tui-modal-content",class:[t.title?"":"tui-mtop"],style:{color:t.color,fontSize:t.size+"rpx"}},[t._v(t._s(t.content))]),o("v-uni-view",{staticClass:"tui-modalBtn-box",class:[2!=t.button.length?"tui-flex-column":""]},[t._l(t.button,(function(e,a){return[o("v-uni-button",{key:a+"_0",staticClass:"tui-modal-btn",class:["tui-"+(e.type||"primary")+(e.plain?"-outline":""),2!=t.button.length?"tui-btn-width":"",t.button.length>2?"tui-mbtm":"","circle"==t.shape?"tui-circle-btn":""],attrs:{"hover-class":"tui-"+(e.plain?"outline":e.type||"primary")+"-hover","data-index":a},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleClick.apply(void 0,arguments)}}},[t._v(t._s(e.text||"确定"))])]}))],2)],1)],1),o("v-uni-view",{staticClass:"tui-modal-mask",class:[t.show?"tui-mask-show":""],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleClickCancel.apply(void 0,arguments)}}})],1)},i=[]},aea0:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={name:"QuestionsAndAnswersList",data:function(){return{}},props:{problemsList:{type:Array,default:function(){return[]}},productInfo:{type:Object,default:function(){return{}}}},methods:{handleJumpAllAnswer:function(){var t=Object.assign({},this.productInfo,{images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/answerList",t)},handleJumpAnswerByProblemId:function(t){var e=Object.assign({},this.productInfo,{questionlength:this.problemsList.length,problemId:t,img:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/qADetail",e)}}};e.default=a},aef3:function(t,e,o){"use strict";o.r(e);var a=o("a5d9"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},af9b:function(t,e,o){var a=o("7247");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("576b6343",a,!0,{sourceMap:!1,shadowMode:!1})},b090:function(t,e,o){"use strict";o.r(e);var a=o("0f6b"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},b147:function(t,e,o){var a=o("62ee");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("5a2b9c8a",a,!0,{sourceMap:!1,shadowMode:!1})},b260:function(t,e,o){"use strict";o.r(e);var a=o("296f"),i=o("1988");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("1b7f");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"302d1b7a",null,!1,a["a"],void 0);e["default"]=r.exports},b369:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.loading?o("v-uni-view",{style:{width:t.windowWinth+"px",height:t.windowHeight+"px",backgroundColor:t.bgColor,position:"absolute",left:t.left+"px",top:t.top+"px",zIndex:100,overflow:"hidden"},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[t._l(t.RectNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:[t.animation?"skeleton-fade":""],style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,position:"absolute",left:e.left-t.left+"px",top:e.top-t.top<0?e.top-t.top+t.windowHeight-80+"px":e.top-t.top+"px"}})})),t._l(t.circleNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:t.animation?"skeleton-fade":"",style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,borderRadius:e.width/2+"px",position:"absolute",left:e.left-t.left+"px",top:e.top-t.top<0?e.top-t.top+t.windowHeight-80+"px":e.top-t.top+"px"}})})),t._l(t.filletNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:t.animation?"skeleton-fade":"",style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,borderRadius:t.borderRadius+"rpx",position:"absolute",left:e.left-t.left+"px",top:e.top-t.top<0?e.top-t.top+t.windowHeight-80+"px":e.top-t.top+"px"}})}))],2):t._e()},i=[]},b3ae:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var a={name:"u-action-sheet",props:{maskCloseAble:{type:Boolean,default:!0},list:{type:Array,default:function(){return[]}},tips:{type:Object,default:function(){return{text:"",color:"",fontSize:"26"}}},cancelBtn:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},value:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:0},zIndex:{type:[String,Number],default:0},cancelText:{type:String,default:"取消"}},computed:{tipsStyle:function(){var t={};return this.tips.color&&(t.color=this.tips.color),this.tips.fontSize&&(t.fontSize=this.tips.fontSize+"rpx"),t},itemStyle:function(){var t=this;return function(e){var o={};return t.list[e].color&&(o.color=t.list[e].color),t.list[e].fontSize&&(o.fontSize=t.list[e].fontSize+"rpx"),t.list[e].disabled&&(o.color="#c0c4cc"),o}},uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},methods:{close:function(){this.popupClose(),this.$emit("close")},popupClose:function(){this.$emit("input",!1)},itemClick:function(t){this.list[t].disabled||(this.$emit("click",t),this.$emit("input",!1))}}};e.default=a},b729:function(t,e,o){"use strict";var a=o("1c84"),i=o.n(a);i.a},b7b3:function(t,e,o){var a=o("0bdb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("25966d18",a,!0,{sourceMap:!1,shadowMode:!1})},bd1e:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'.tui-modal-box[data-v-ad217060]{position:fixed;left:50%;top:50%;margin:auto;background-color:#fff;z-index:10000;transition:all .3s ease-in-out;opacity:0;box-sizing:border-box;visibility:hidden}.tui-modal-scale[data-v-ad217060]{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.tui-modal-normal[data-v-ad217060]{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.tui-modal-show[data-v-ad217060]{opacity:1;visibility:visible}.tui-modal-mask[data-v-ad217060]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;transition:all .3s ease-in-out;opacity:0;visibility:hidden}.tui-mask-show[data-v-ad217060]{visibility:visible;opacity:1}.tui-modal-title[data-v-ad217060]{text-align:center;font-size:%?34?%;color:#333;padding-top:%?20?%;font-weight:700}.tui-modal-content[data-v-ad217060]{text-align:center;color:#999;font-size:%?28?%;padding-top:%?20?%;padding-bottom:%?60?%}.tui-mtop[data-v-ad217060]{margin-top:%?30?%}.tui-mbtm[data-v-ad217060]{margin-bottom:%?30?%}.tui-modalBtn-box[data-v-ad217060]{width:100%;display:flex;align-items:center;justify-content:space-between}.tui-flex-column[data-v-ad217060]{flex-direction:column}.tui-modal-btn[data-v-ad217060]{width:46%;height:%?68?%;line-height:%?68?%;position:relative;border-radius:%?10?%;font-size:%?24?%;overflow:visible;margin-left:0;margin-right:0}.tui-modal-btn[data-v-ad217060]::after{content:"";position:absolute;width:200%;height:200%;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);transform:scale(.5);left:0;top:0;border-radius:%?20?%}.tui-btn-width[data-v-ad217060]{width:80%!important}.tui-primary[data-v-ad217060]{background:#5677fc;color:#fff}.tui-primary-hover[data-v-ad217060]{background:#4a67d6;color:#e5e5e5}.tui-primary-outline[data-v-ad217060]{color:#5677fc;background:none}.tui-primary-outline[data-v-ad217060]::after{border:1px solid #5677fc}.tui-danger[data-v-ad217060]{background:#ed3f14;color:#fff}.tui-danger-hover[data-v-ad217060]{background:#d53912;color:#e5e5e5}.tui-danger-outline[data-v-ad217060]{color:#ed3f14;background:none}.tui-danger-outline[data-v-ad217060]::after{border:1px solid #ed3f14}.tui-red[data-v-ad217060]{background:#e41f19;color:#fff}.tui-red-hover[data-v-ad217060]{background:#c51a15;color:#e5e5e5}.tui-red-outline[data-v-ad217060]{color:#e41f19;background:none}.tui-red-outline[data-v-ad217060]::after{border:1px solid #e41f19}.tui-warning[data-v-ad217060]{background:#ff7900;color:#fff}.tui-warning-hover[data-v-ad217060]{background:#e56d00;color:#e5e5e5}.tui-warning-outline[data-v-ad217060]{color:#ff7900;background:none}.tui-warning-outline[data-v-ad217060]::after{border:1px solid #ff7900}.tui-green[data-v-ad217060]{background:#19be6b;color:#fff}.tui-green-hover[data-v-ad217060]{background:#16ab60;color:#e5e5e5}.tui-green-outline[data-v-ad217060]{color:#19be6b;background:none}.tui-green-outline[data-v-ad217060]::after{border:1px solid #19be6b}.tui-white[data-v-ad217060]{background:#fff;color:#333}.tui-white-hover[data-v-ad217060]{background:#f7f7f9;color:#666}.tui-white-outline[data-v-ad217060]{color:#333;background:none}.tui-white-outline[data-v-ad217060]::after{border:1px solid #333}.tui-gray[data-v-ad217060]{background:#ededed;color:#999}.tui-gray-hover[data-v-ad217060]{background:#d5d5d5;color:#898989}.tui-gray-outline[data-v-ad217060]{color:#999;background:none}.tui-gray-outline[data-v-ad217060]::after{border:1px solid #999}.tui-outline-hover[data-v-ad217060]{opacity:.6}.tui-circle-btn[data-v-ad217060]{border-radius:%?40?%!important}.tui-circle-btn[data-v-ad217060]::after{border-radius:%?80?%!important}.img[data-v-ad217060]{width:%?30?%;height:%?30?%}',""]),t.exports=e},bdc9:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.skeleton-fade[data-v-374c8f62]{width:100%;height:100%;background:#c2cfd6;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:blink-data-v-374c8f62;animation-name:blink-data-v-374c8f62;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blink-data-v-374c8f62{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}@keyframes blink-data-v-374c8f62{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}',""]),t.exports=e},be09:function(t,e,o){"use strict";o.r(e);var a=o("5577"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},bf70:function(t,e,o){"use strict";o.r(e);var a=o("9d02"),i=o("00c9");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("0d5d");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"b610f014",null,!1,a["a"],void 0);e["default"]=r.exports},c432:function(t,e,o){"use strict";var a=o("476e"),i=o.n(a);i.a},c4c2:function(t,e,o){"use strict";o.r(e);var a=o("267e"),i=o("9df7");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);e["default"]=r.exports},cc9a:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa"),o("5c47");var a={name:"u-skeleton",props:{elColor:{type:String,default:"#e5e5e5"},bgColor:{type:String,default:"#ffffff"},animation:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:"10"},loading:{type:Boolean,default:!0}},data:function(){return{windowWinth:750,windowHeight:1500,filletNodes:[],circleNodes:[],RectNodes:[],top:0,left:0}},methods:{selecterQueryInfo:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton").boundingClientRect().exec((function(e){t.windowHeight=e[0][0].height,t.windowWinth=e[0][0].width,e[0][0].bottom=e[0][0].height,t.top=e[0][0].bottom-e[0][0].height,t.left=e[0][0].left})),this.getRectEls(),this.getCircleEls(),this.getFilletEls()},getRectEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-rect").boundingClientRect().exec((function(e){t.RectNodes=e[0]}))},getFilletEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-fillet").boundingClientRect().exec((function(e){t.filletNodes=e[0]}))},getCircleEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-circle").boundingClientRect().exec((function(e){t.circleNodes=e[0]}))}},mounted:function(){var t=uni.getSystemInfoSync();this.windowHeight=t.windowHeight,this.windowWinth=t.windowWidth,this.selecterQueryInfo()}};e.default=a},ccb6:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa"),o("5c47");var a={name:"u-skeleton",props:{elColor:{type:String,default:"#e5e5e5"},bgColor:{type:String,default:"#ffffff"},animation:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:"10"},loading:{type:Boolean,default:!0}},data:function(){return{windowWinth:750,windowHeight:1500,filletNodes:[],circleNodes:[],RectNodes:[],top:0,left:0}},methods:{selecterQueryInfo:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton").boundingClientRect().exec((function(e){t.windowHeight=e[0][0].height,t.windowWinth=e[0][0].width,t.top=e[0][0].bottom-e[0][0].height,t.left=e[0][0].left})),this.getRectEls(),this.getCircleEls(),this.getFilletEls()},getRectEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-rect").boundingClientRect().exec((function(e){t.RectNodes=e[0]}))},getFilletEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-fillet").boundingClientRect().exec((function(e){t.filletNodes=e[0]}))},getCircleEls:function(){var t=this,e="";e=uni.createSelectorQuery(),e.selectAll(".u-skeleton-circle").boundingClientRect().exec((function(e){t.circleNodes=e[0]}))}},mounted:function(){var t=uni.getSystemInfoSync();this.windowHeight=t.windowHeight,this.windowWinth=t.windowWidth,this.selecterQueryInfo()}};e.default=a},cdfa:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.evaQaTab[data-v-c98e5e7e]{height:%?82?%;line-height:%?82?%;border-bottom:#f3f4f5 solid %?2?%;font-size:%?30?%;color:#ccc}.evaQaTab .evaBtn[data-v-c98e5e7e]{width:50%;position:relative;text-align:center}.evaQaTab .evaBtn[data-v-c98e5e7e]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:0;top:%?20?%}.evaQaTab .qaBtn[data-v-c98e5e7e]{width:50%;text-align:center}.evaQaTab .tabTit[data-v-c98e5e7e]{display:inline-block;height:%?82?%;line-height:%?82?%}.evaQaTab .active[data-v-c98e5e7e]{color:#333}.evaQaTab .active .tabTit[data-v-c98e5e7e]{border-bottom:%?4?% solid #444}.questions .questionInfo[data-v-c98e5e7e]{padding:0 %?30?%;min-height:%?150?%}.questions .questionInfo .infoTit[data-v-c98e5e7e]{font-size:%?28?%}.questions .questionInfo .putQuestion[data-v-c98e5e7e]{width:%?140?%;height:%?60?%;background:#333;line-height:%?60?%;font-size:%?24?%;color:#ffebc4;padding-left:%?20?%;position:relative}.questions .questionInfo .putQuestion[data-v-c98e5e7e]:before{content:"";width:%?40?%;height:%?26?%;top:%?18?%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/arrow.png) no-repeat 50%;background-size:contain;display:block;position:absolute;right:0}.questions .listBox[data-v-c98e5e7e]{padding:0 %?30?%;border-bottom:%?20?% solid #eee}.questions .listBox .itemBox[data-v-c98e5e7e]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.questions .listBox .itemBox[data-v-c98e5e7e]:last-child{border-bottom:none}.questions .listBox .itemBox .itemAsk[data-v-c98e5e7e]{display:flex;align-items:center;margin-bottom:%?42?%}.questions .listBox .itemBox .itemAsk i[data-v-c98e5e7e]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;margin-right:%?30?%;font-size:%?24?%;color:#fff;text-align:center}.questions .listBox .itemBox .itemAsk span[data-v-c98e5e7e]{font-size:%?28?%;color:#333}.questions .listBox .itemBox .answer[data-v-c98e5e7e]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.questions .listBox .itemBox .answer .answerBox[data-v-c98e5e7e]{display:flex;align-items:center}.questions .listBox .itemBox .answer .answerBox i[data-v-c98e5e7e]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;text-align:center;margin-right:%?30?%;font-size:%?24?%;color:#fff}.questions .listBox .itemBox .answer .answerBox span[data-v-c98e5e7e]{font-size:%?26?%;color:#666}.questions .listBox .itemBox .answer .answerBtn[data-v-c98e5e7e]{width:%?130?%;height:%?50?%;line-height:%?50?%;border:#333 %?2?% solid;text-align:center;color:#333;font-size:%?24?%}.questions .listBox .itemBox .seeAll[data-v-c98e5e7e]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}.evaluate-box[data-v-c98e5e7e]{background-color:#fff;margin-top:%?20?%}.evaluate-box .evaluate[data-v-c98e5e7e]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.evaluate-box .evaluateTitle-box[data-v-c98e5e7e]{width:%?690?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%}.evaluate-box .evaluateAllArrow-icon[data-v-c98e5e7e]{width:%?18?%;height:%?24?%}.evaluate-box .evaluateTag-box[data-v-c98e5e7e]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?10?%;display:flex;flex-wrap:wrap}.evaluate-box .evaluateTag-box .evaluateTag-text[data-v-c98e5e7e]{background-color:#f4f4f4;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.evaluate-box .evaluate-contentbox[data-v-c98e5e7e]{display:flex;justify-content:center;flex-direction:column;margin-left:%?30?%;padding-bottom:%?50?%}.evaluate-box .evaluate-contentbox .evaluate-content[data-v-c98e5e7e]{width:%?670?%;display:flex;justify-content:space-between}.evaluate-box .evaluate-contentbox .evaluate-content .user-headSmallImg[data-v-c98e5e7e]{width:%?46?%;height:%?46?%;border-radius:50%}.evaluate-box .evaluate-contentbox .evaluateDes-box[data-v-c98e5e7e]{width:%?670?%;margin-top:%?30?%}.evaluate-box .evaluate-contentbox .evaluateDes-box .evaluateDes[data-v-c98e5e7e]{width:%?670?%}.evaluate-box .evaluate-contentbox .addEvaluate[data-v-c98e5e7e]{padding-top:%?30?%}.item-image-box[data-v-c98e5e7e]{width:%?700?%;display:flex;flex-direction:row;flex-wrap:wrap}.item-image-box .img-item[data-v-c98e5e7e]{width:%?223?%;height:%?223?%;border-radius:%?10?%;margin-right:%?10?%;margin-top:%?10?%}.item-line[data-v-c98e5e7e]{width:%?690?%;height:1px;background:#eee;margin-top:%?20?%}.item-like-box[data-v-c98e5e7e]{display:flex;flex-direction:row;width:%?690?%;align-items:center;justify-content:space-between}.like-box[data-v-c98e5e7e]{display:flex;flex-direction:row;padding-top:%?30?%;align-items:center;justify-content:flex-end;margin-right:%?50?%}.like-box .like-img[data-v-c98e5e7e]{width:%?48?%;height:%?48?%}.like-box .like-num[data-v-c98e5e7e]{font-size:%?28?%;font-weight:500;color:#333;margin-left:%?30?%}.moreBox[data-v-c98e5e7e]{width:%?170?%;height:%?54?%;line-height:%?54?%;margin:0 auto %?50?% auto;border:%?2?% solid #c5aa7b;color:#c5aa7b;display:flex;align-items:center;justify-content:center}.moreBox uni-image[data-v-c98e5e7e]{width:%?10?%;height:%?20?%}',""]),t.exports=e},ce09:function(t,e,o){var a=o("3be4");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("18208364",a,!0,{sourceMap:!1,shadowMode:!1})},d5d3:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uPopup:o("7bd4").default,uIcon:o("3476").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("u-popup",{attrs:{round:10,mode:"bottom"},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.cancel(1)}},model:{value:t.shareShow,callback:function(e){t.shareShow=e},expression:"shareShow"}},[a("v-uni-view",{staticClass:"share"},[a("v-uni-text",{staticClass:"h3"},[t._v("邀请好友")]),a("v-uni-view",{staticClass:"share-list"},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.share("lianjie")}}},[a("v-uni-image",{staticClass:"icon",attrs:{src:o("f21e")}}),a("v-uni-label",{staticClass:"label"},[t._v("链接")])],1)],1)],1),a("v-uni-view",{staticClass:"btn-close",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.cancel(1)}}},[t._v("取消")])],1)],1),a("u-popup",{attrs:{round:10,mode:"bottom","border-radius":10},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.cancel(2)}},model:{value:t.wapShow,callback:function(e){t.wapShow=e},expression:"wapShow"}},[a("v-uni-view",{staticClass:"share-h5"},[a("v-uni-view",{staticClass:"text"},[t._v("点击浏览器下方"),a("v-uni-view",{staticClass:"icon"},[a("u-icon",{attrs:{name:"list",color:"#fff",size:"28"}})],1),t._v("即可进行分享")],1)],1)],1)],1)},n=[]},d822:function(t,e,o){"use strict";var a=o("a86e"),i=o.n(a);i.a},ded3:function(t,e,o){var a=o("8e29");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("d7a38e12",a,!0,{sourceMap:!1,shadowMode:!1})},df7e:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("u-popup",{attrs:{mode:"bottom","border-radius":t.borderRadius,popup:!1,maskCloseAble:t.maskCloseAble,length:"auto",safeAreaInsetBottom:t.safeAreaInsetBottom,"z-index":t.uZIndex},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.popupClose.apply(void 0,arguments)}},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},[t.tips.text?o("v-uni-view",{staticClass:"u-tips u-border-bottom",style:[t.tipsStyle]},[t._v(t._s(t.tips.text))]):t._e(),t._l(t.list,(function(e,a){return[o("v-uni-view",{key:a+"_0",staticClass:"u-action-sheet-item",class:[a<t.list.length-1?"u-border-bottom":""],style:[t.itemStyle(a)],attrs:{"hover-stay-time":150},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)},click:function(e){arguments[0]=e=t.$handleEvent(e),t.itemClick(a)}}},[t._v(t._s(e.text))])]})),t.cancelBtn?o("v-uni-view",{staticClass:"u-gab"}):t._e(),t.cancelBtn?o("v-uni-view",{staticClass:"u-actionsheet-cancel u-action-sheet-item",attrs:{"hover-class":"u-hover-class","hover-stay-time":150},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)},click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[t._v(t._s(t.cancelText))]):t._e()],2)},n=[]},e18a:function(t,e,o){"use strict";o.r(e);var a=o("44ac"),i=o("e940");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("2ffd");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"c98e5e7e",null,!1,a["a"],void 0);e["default"]=r.exports},e359:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){}));var a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.loading?o("v-uni-view",{style:{width:t.windowWinth+"px",height:t.windowHeight+"px",backgroundColor:t.bgColor,position:"absolute",left:t.left+"px",top:t.top+"px",zIndex:9998,overflow:"hidden"},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[t._l(t.RectNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:[t.animation?"skeleton-fade":""],style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,position:"absolute",left:e.left-t.left+"px",top:e.top-t.top+"px"}})})),t._l(t.circleNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:t.animation?"skeleton-fade":"",style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,borderRadius:e.width/2+"px",position:"absolute",left:e.left-t.left+"px",top:e.top-t.top+"px"}})})),t._l(t.filletNodes,(function(e,a){return o("v-uni-view",{key:t.$u.guid(),class:t.animation?"skeleton-fade":"",style:{width:e.width+"px",height:e.height+"px",backgroundColor:t.elColor,borderRadius:t.borderRadius+"rpx",position:"absolute",left:e.left-t.left+"px",top:e.top-t.top+"px"}})}))],2):t._e()},i=[]},e3cd:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,".page[data-v-b2f4867c]{background-color:#f7f7f7}",""]),t.exports=e},e61a:function(t,e,o){"use strict";o.r(e);var a=o("5606"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},e899:function(t,e,o){"use strict";var a=o("3e09"),i=o.n(a);i.a},e940:function(t,e,o){"use strict";o.r(e);var a=o("37a5"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},ec17:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.coupon-popup[data-v-77339cc0]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0}.coupon-popup.show[data-v-77339cc0]{z-index:1000;opacity:1}.coupon-popup.show .couponShow-box[data-v-77339cc0]{\r\n /*transform: translate3D(0px, 0px, 0px);*/bottom:0}.coupon-popup .mask[data-v-77339cc0]{display:block;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;overflow:hidden;background-color:rgba(0,0,0,.6);z-index:1001}.coupon-popup .couponShow-box[data-v-77339cc0]{width:100%;height:auto;\r\n /*transform: translate3d(0px, 100%, 0px);*/transition:all .3s ease-in-out 0s;background-color:#fff;position:absolute;left:0;right:0;bottom:-100%;z-index:1002}.coupon-popup .couponShow-box .couponShow[data-v-77339cc0]{height:%?1000?%;z-index:333}.coupon-popup .couponShow-box .tabsbox[data-v-77339cc0]{padding:0 %?20?%}.coupon-popup .couponShow-box .tabsbox[data-v-77339cc0] .u-tab-item{height:%?100?%!important;line-height:%?100?%!important}.coupon-popup .couponShow-box .title-box .close-btn[data-v-77339cc0]{width:%?50?%;height:%?50?%;box-sizing:border-box;position:absolute;top:%?20?%;right:%?20?%}.coupon-popup .couponShow-box .shopCouponBox[data-v-77339cc0]{height:100%;overflow:auto;position:relative\r\n /*.item:last-child {*/\r\n /*margin-bottom: 100rpx;*/\r\n /*}*/}.coupon-popup .couponShow-box .shopCouponBox.flex[data-v-77339cc0]{display:flex;justify-content:center;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box[data-v-77339cc0]{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box .emptyOrder-img[data-v-77339cc0]{width:%?225?%;height:%?196?%}.coupon-popup .couponShow-box .shopCouponBox .list[data-v-77339cc0]{display:flex;flex-wrap:wrap}.coupon-popup .couponShow-box .shopCouponBox .item[data-v-77339cc0]{width:50%;height:%?291?%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/couponsIcon.png) no-repeat top;border-radius:%?10?%;margin-top:%?20?%;display:flex;flex-direction:row;position:relative;background-size:contain;padding:0 %?50?%;margin-bottom:%?30?%}.coupon-popup .couponShow-box .shopCouponBox .received[data-v-77339cc0]{background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/couponsIcon1.png) no-repeat top;background-size:contain}.coupon-popup .couponShow-box .shopCouponBox .received .discoun[data-v-77339cc0]{color:#999;padding-top:%?35?%}.coupon-popup .couponShow-box .shopCouponBox .received .use-btn[data-v-77339cc0]{height:%?48?%;border:%?2?% solid #ccc;line-height:%?48?%;text-align:center;font-size:%?24?%;font-weight:400;background-color:#ccc;color:#fff;margin:%?50?% auto 0 auto;padding:0 %?10?%}.coupon-popup .couponShow-box .shopCouponBox .discoun[data-v-77339cc0]{display:flex;flex-direction:row;align-items:baseline;font-size:%?40?%;color:#2ca637;margin:0 auto;padding-top:%?40?%}.coupon-popup .couponShow-box .shopCouponBox .discoun uni-text[data-v-77339cc0]{display:inline-block}.coupon-popup .couponShow-box .shopCouponBox .info-box[data-v-77339cc0]{width:100%;display:flex;flex-direction:column;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .info-condition[data-v-77339cc0]{font-size:%?20?%;font-weight:400;color:#999;margin:0 auto}.coupon-popup .couponShow-box .shopCouponBox .info-date[data-v-77339cc0]{font-size:%?20?%;font-family:PingFang SC;font-weight:400;color:#999;margin:%?10?% auto;line-height:%?20?%}.coupon-popup .couponShow-box .shopCouponBox .use-btn[data-v-77339cc0]{height:%?48?%;border:%?2?% solid #2ca637;line-height:%?48?%;text-align:center;font-size:%?24?%;font-weight:400;background-color:#2ca637;color:#fff;margin:%?50?% auto 0 auto;padding:0 %?10?%}.receive-success[data-v-77339cc0]{width:100%;position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:8888}.receive-success .success-box[data-v-77339cc0]{width:%?380?%;height:%?280?%;background:rgba(0,0,0,.5);border-radius:%?10?%;display:flex;flex-direction:column;align-items:center;justify-content:center}.receive-success .success-box .success-img[data-v-77339cc0]{width:%?200?%;height:%?130?%}.receive-success .success-box .text[data-v-77339cc0]{font-size:%?28?%;margin-top:%?50?%;font-weight:400;color:#fff}',""]),t.exports=e},ec6f:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var a={name:"tuiModal",props:{show:{type:Boolean,default:!1},width:{type:String,default:"80%"},padding:{type:String,default:"40rpx 40rpx"},radius:{type:String,default:"10rpx"},title:{type:String,default:""},content:{type:String,default:""},color:{type:String,default:"#000"},size:{type:Number,default:28},shape:{type:String,default:"square"},button:{type:Array,default:function(){return[{text:"取消",type:"red",plain:!0},{text:"确定",type:"red",plain:!1}]}},maskClosable:{type:Boolean,default:!0},custom:{type:Boolean,default:!1},fadein:{type:Boolean,default:!1}},data:function(){return{}},methods:{handleClick:function(t){if(this.show){var e=t.currentTarget.dataset;this.$emit("click",{index:Number(e.index)})}},handleClickCancel:function(){this.maskClosable&&this.$emit("cancel")}}};e.default=a},ecb1:function(t,e,o){"use strict";var a=o("2997"),i=o.n(a);i.a},eede:function(t,e,o){"use strict";var a=o("0e58"),i=o.n(a);i.a},ef78:function(t,e,o){"use strict";o.r(e);var a=o("d5d3"),i=o("8d3d");for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);o("ecb1");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"30fd92a9",null,!1,a["a"],void 0);e["default"]=r.exports},f21e:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAADg9JREFUeF7tXQlwVdUZ/n5ICCGJGhaJCSCr7CRkgxi2gCJ2bLFqtVSL+9K6tBW1iq1aW4utUqfW1uKC1nVUGKl1QUFFlpANBBIIi+yRfclKSCCczne5j7w977537817wD/zhhlyzn/+891z/3vOvx1BmJFSqh2AQQD6AugDoB+AngA6AjhH/52ni10JoFr/HQKwDcAmAJsBfAegXEQawmmK0trC6ACPBDAGQB6AHACxJslVD2A5gEX6r6i1H0CrAK6UaqODewOAqwEkmARwS2xqAMwF8CYfgIicaKmD2X+3FXCl1AUA7gXwcwDdzJ6MQX4VAN4A8IKI7DbYN+jmtgCulKI+fhDAjQBigpbWmo7U8f8B8IyIUO9bSpYCrpTqDeDPAK4B0NbSmYTOvAnABwAeFZEtobPzzsESwJVSXMUPA/itiR9AqzBw58sP7Z8AzLTiA2s64EqpywH8Xd/O2QWSFeNwe3mPiHxhJnPTAFdKRQN4GsBvAJjG18zJBsFLAXiOb6uIHAuiv0cXU4BRSvGA8i6ALDOECkMeBQCmiAgPViFRyIArpa4A8BaAc0OSJPw7V+mgfxaKqCEBrpTifno2gKhQhIigvscB3CIiPDgFRUEDrpS6H8Czp5G+DhRA6vVfi8jzgXZwbhcU4EqpJwH8PpgBT6M+j4sIcTBEhgFXSt3N47ChUU7fxveJyD+MTM8Q4EqpKfoHksanswTQ+PUzEXkvUDACBlwpdSmATwBwv32WmhGgLeYKEVkYCCgBAa6UogNgJYDEQJiegW0OA0gPZJ/eIuBKKRqdvgGQewYCaWTKywCMExFuHX1SIIA/BWC6kZHP4LZPisjjQQOulBoN4OsIMK2GyzOmiTdPRJb4EsjnCldK8fS4CsDgcJlNhMhRqutzr6rFH+C0+v0tQiYZbmJOExGv2HkFXCmVDGC9jc7dcAMsVHkYutFfRPa4M/IFOH18U0Md9Qzv/4aI0IfrQh6A67Ztru4zxQJo1bqgw2KQu2PaG+CzANxhlRR28C2qrMIL27djwYGDONh4DH07dMBVSV1xT88eSIqxNWjgJRG503nOLoArpRgrwlABW6Uy6yGcUAoPrN+A57Zu98oyvm1bvJU6DJOTzjdryJb48NjfV0QYA6ORO+AzdG97S4zC7u8E+9Y1ZXj9+11+ZaPV7d3hqbj2giS75jBDRE4dHE8Broef7QCQYpckZo1DsG8rLcNrFf7BdozXVgTvpw3DVfaA/j2A7iJCx0XzCldKjQfwpVkg2MVHcWUbANshV5QI5qSnYnLXrnaIytMnA0pdAH8NwE12jG7mGHeVrsWsnadU5CnWA+PjML1PbyS3j8En+/bjpR0VqG3iybuZokUwNz0NP+xquU6fLSK3ngJctwgyvprx1xFBXNl3lq3Fyzv5xrrSpM6dMC8jHTFtm/0kG+vqMLagCHsaGj1A/2/GcFx+fhcr503z7fm0JGo6XCnF+GzGUUcM3V22Dv/asdND3ks7d8JHGelo7wS2o9H62jqMKyjC3kZX0Nu3aYNlOSOQfq6l6y1HRAocgNMhbNgh2lpPZ+aWbdr2z53Gd+qIjzPTEdvWd9zouppajC0swoFG10CqAXFxKB2TC+p2i4jRW39xAE4T7DiLBjKV7Y76elz0zVI0nHCNpc/r2BEfZ6Wjgx+wHYIsPXQYowuKPOSalzEck63T51+IyGWilGoPgDqG/4Y9/XHTZjy2yTWMe1B8HEpyc/yubPeJjVpeiGWHmSLUTNN69cSzA/tbhcFRuigJeDqAFVaNYjbfySUr8dG+/S5sZ/Tvh4f7MBQ9cLptTRlerXD94N7aLQWvDBsSOBPjLYcT8J/qgZjGu7dCj0lFJfj8wEGXkV8cPBB3XdjDkDS5+YXIr3Rd4U/064PH+zFZwzK6joBH1AfznrXl+Od2HohPUmpCAhaNzIJA8MWBA7goLg6p5/jP0Vpy6DDGeNHhxRePROZ5lsakPkrAI8r2vezQYYzSwRqaEI9FI7JR19SE8YXF+O7IEe0hvOfHVrKyqhqXFpXg0DHXXcrVSV0xJz3NsqWtM36DgNO9f7HVI5nJ//pVa7C6ukZb2UeampBXWIwtR5gpcpImdemMz7IyPIYsrqzCxKISVB53dTfyLVmSk42EKMtdAPkEfK2e+WsmJpby4oquO96EhhNNGFdQjC31zWBz4Pt7XYiZAwe4yJB/uBKXF69AtRvY3H8vzslGl3ZMgLac1hHwrXpqteWjmTnA9vp65BUUY6sb2KMTE/FZdgbinPbjH+zeg1vWlHnYUnrFxmorO6W9bTvibQSce3BH7rqZmBjixVU7e2cF3t61G2U1tWgjJz+IU1OSMbVbCmLaNNtFdtbXY6wPsD/NykB8VFs8UL4BxVVVqDh61EXdOIS6ICYGS3Oy0btDB0Nyhtj4EAGnV8KW98mXsPyQ/XjFt9hxlGcDT+Jr//XILM09tuXIEe0Dub3ete2Yjoma3uZJ86nvNuN3G33nuHZpF41vRmRjYEJ8iPgZ7n6UgFMB2vZOuYtYUlmFCUUlHrrVud3t3VMwa8hgbaWOKyzWVq0zje2YCK5sgv3yjp24o2ydTyTOjYrCohFZSLPWUOVrfA1wniJYGsN2WlFVhUsKPXcNzoLc1i0FLw0drOlqqhF/YJfX1mLI4mVa0LY3SoyOwseZGbg4sdU0qKZSWuWjuaq6GhMKPffDzkDdlJKM11KHYnPdSTXirnJoHfxfpqvBau6evbh3bTl2N7iWSWHbV4YORi97dbb7c9c+mrZvC0trarQdxkG3wwc/jA/17oUpyUlQCugfH4etR+o1sHe6qZE83RTrzTp47MQJrK6p0R4U/z4kIQG9OphVgiUkRbDG9oNPaXWNdlBxB5tOAK7WSzp3cpnRoMVLUV5b5/J/BPuTFuzeIcFiXWft4GPb0Z4el9EFhR7Gf67sjzKGY2KXzi5TPdDYiC4LaapvJmcnw7u7dmNKMkuwRAxpR3tbjFf1TU1IW5qPjXUn7R0OaieCDzOH4wddvPsUc/ILUFDJJGCA7jP6H+nRmb5hI2Zs3opnB/THtN7MiIkImm6befbpzVvwyAYWaGgmOsLmtuBl4RF+dkWFBvKNKcmIpp4v34Bntp5Me+c2b88leaBKigDSzLO2OCDSluRrHzJnur17N23LZ4QeWb8RT2/hxqqZvhqRBer1CCDNAWGLi639/AUefsgP09NwZZKxQJyfrFyFOXv2umD7ZupQ3JDCkPawppMuNoqolLLciRw7fwGOujl+Zw0ZhDt6dA8YpSaltIPN+jrXXYvFzt+A5WuhIavI5TkAZ+bVE2Zx9sYne9lyFFcxMaCZBsfHoTA3x8Wy50sGeulvXF2K93Z7JBXg+/FjkWyfxS9YmJ4QkT84AGeIhOv+K1i2Pvo9v207frWOcf6u5GwH8TVk44kTmnHr0/0HPJpc1rkT5mdnmiytJexyRSTfATj1OF3hlpnPCNqPSlZ6OIA5tVGJ52F+VibiojwDeNiPetvdU89+naOjUZg70m4TazBPo5YmcBFpcg5XtjyY0x/ouRrotGU3u7l4RL/229WYt3efxyQ7RUdjYXZma1n9jIL+uojczE7OgE8E8LlRTkbb0wd5WVEJlroF4ZBPakI8Zg8bqsX47WtoxM1rSr2qkaSYdvhyRBYGxVv2QhqdVkvtJ4jIV+6A8+RgS0B+1bHjWiSr+77cITUPM1VuvkfH35JjYjRnBMMhIoQYbdTDUefWPeVkJn2wdkxkf2Mjxiwv8tji+Ru7Z2wsFmRnom+crW6xUOFgidWHHExaNamqov6oFlS5zc0R7G2G/eM6YGF2FrrFtppzKhjg/SdVkaNS6lVWLguGezB9NtXVaV4fX/5M8mTAD1d2V3tT/oKZjnsf/2mDOuAMruOG2bbivAcbG3HfuvV4Z5drVWnGav+yR3fMGHBRQGHIZiBkIg/mtzD9m9X6T5Gv1O+3WcvJxMEDYrW3oQGrqms05wTDGLhb4Qc0QukdEbneXXZfgDNBlq43S3MwIhTIQMSmWZRp3x7ZXv7KdzzAIuaBcD/bxgOBB0WERTQ96GyBGvNXCzVDmq/aV34ziM6WYDL8NIIvweQYSilluenW8LTCt4NmgvUnXos5cnoO/gIATA0/S74RYNr8xJauqmkRcH1vzl0LC0Vamq4bwU+T5sxUbyWXAtoWepu4Uoo3Sc2PwEs0rH6ODIadJCKLAxkooBXupM+v1G96ioiYhEAACLEN40avFpF5gfIxBLiuXu4C8GKgA5zm7X4hIv82MkfDgOugPwbA79fYiBAR2rbFHYmhg09LICil7tOvXDnT1AvVCO/3CeotD2qFO+n0a/Wb+1o1ZaWlxWHi32nfnioi7wfLMyTAdfUygbmoAFzjjIOVKHz7sYDPNSISUjhJyIA77dN5cdKo8MUrJMmW6nf4eNZ6MsjWFMB10Gm45tVg9ImaxtfgfMxuTn1NP+/0lgqxBzqw6cAopSYB4B03vMs4kol5h3eH7eV3zsjq1ztO0yvrR0w8gz4HRoryDtDIuN7RDfgLAfBKg+sioHgwKx7w488LTL3XUjXhfTVdpXiTSa/YzNiMcL2il2F+fxUR10h/EwB2Z2EL4E77dpZZ5U1XdK4aK+Fj/uQZZcZbEk+/S6jdsVJK8UGP1YHnfcl2pQaz5tIcAO/o16xr9WDtJFtXuA91w5uvePFpnv5jsRyzslhpOs3XY99Z+7XIrJtfg31IrQ64l9XP2uUD9W0lS7Vxe8m8QGZNMWyDP8cbwRXLtAr+eBJkahtT5Rh8w21duRUXSQcLNvv9HwMrwWQwvWMeAAAAAElFTkSuQmCC"},f3b2:function(t,e,o){var a=o("960c6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=o("967d").default;i("4cda191c",a,!0,{sourceMap:!1,shadowMode:!1})},f90f:function(t,e,o){"use strict";o.r(e);var a=o("72e3"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);e["default"]=i.a},fa0b:function(t,e,o){var a=o("c86c");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 页面左右间距 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.page[data-v-b2f4867c]{background-color:#f7f7f7}.news-box[data-v-b2f4867c]{position:fixed;left:%?20?%;top:%?200?%;z-index:9999}.news-box .news-bg[data-v-b2f4867c]{width:%?450?%;height:%?70?%;overflow:hidden}.news-box .news-bg .news-item[data-v-b2f4867c]{background:rgba(0,0,0,.75);border-radius:%?16?%;height:%?70?%;color:#fff;font-size:%?24?%;padding:0 %?20?%;width:%?450?%}.news-box .news-bg .news-item .item-avatar[data-v-b2f4867c]{width:%?50?%;height:%?50?%;border-radius:50%;margin-right:%?20?%}.tabsbox[data-v-b2f4867c]{width:100%;margin-top:%?20?%;background-color:#fff}.checkimg[data-v-b2f4867c]{width:%?40?%;height:%?40?%;margin-right:%?30?%}.container[data-v-b2f4867c]{padding-bottom:%?180?%}.container .arrow-icon[data-v-b2f4867c]{width:%?16?%;height:%?24?%;margin-right:%?25?%}.container .goodgDes-box[data-v-b2f4867c]{background-color:#fff;width:100%;padding-bottom:%?25?%}.container .goodgDes-box .priceBuyNum-box[data-v-b2f4867c]{width:%?677?%;margin-top:%?30?%}.container .goodgDes-box .nameContainer[data-v-b2f4867c]{display:flex}.container .goodgDes-box .nameContainer .goodsName-box[data-v-b2f4867c]{width:%?677?%;height:%?85?%}.container .goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-b2f4867c]{width:%?70?%;height:%?36?%}.container .goodgDes-box .nameContainer .collectBox[data-v-b2f4867c]{width:%?80?%;margin:0 %?30?% 0 %?15?%;display:flex;flex-direction:column;justify-content:center;align-items:center}.container .goodgDes-box .nameContainer .store-icon[data-v-b2f4867c]{width:%?48?%;height:%?48?%}.container .goodgDes-box .discounts-box[data-v-b2f4867c]{margin-top:%?20?%}.container .goodgDes-box .discounts-box .discounts-text[data-v-b2f4867c]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.container .goodgDes-box .activity-box[data-v-b2f4867c]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border-top:%?1?% solid #ededed}.container .goodgDes-box .activity-box .activity-content[data-v-b2f4867c]{width:%?614?%;padding-top:%?20?%}.container .goodgDes-box .activity-box .activity-content .activity-text[data-v-b2f4867c]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.container .goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-b2f4867c]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.container .express-box[data-v-b2f4867c]{height:%?100?%;background-color:#fff;padding-left:%?30?%;border-top:%?12?% solid #f8f8f8;border-bottom:%?12?% solid #f8f8f8}.container .express-box uni-image[data-v-b2f4867c]{width:%?21?%;height:%?27?%}.container .express-box .expressSite-icon[data-v-b2f4867c]{width:%?30?%;height:%?30?%}.container .express-box .mapName[data-v-b2f4867c]{position:relative}.container .express-box .mapName[data-v-b2f4867c]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:%?-16?%;top:%?5?%}.container .chooseSize-box[data-v-b2f4867c]{height:%?90?%;background-color:#fff;margin:%?10?% 0}.container .chooseSize-box .chooseSize-content[data-v-b2f4867c]{width:100%}.container .questionTit[data-v-b2f4867c]{height:%?90?%;border-bottom:%?1?% solid #eee;margin-right:%?35?%;color:#333;font-size:%?30?%}.container .questionTit .allMoreBox[data-v-b2f4867c]{display:flex;align-items:center;color:#999;font-size:%?24?%}.container .questionTit .allMoreBox .evaluateAllArrow-icon[data-v-b2f4867c]{width:%?18?%;height:%?24?%}.container .shopEvaList[data-v-b2f4867c]{display:flex;padding:%?30?%;flex-wrap:wrap;border-bottom:%?20?% solid #eee}.container .shopEvaList .shopEvaItem[data-v-b2f4867c]{padding:0 %?14?%;height:%?60?%;background:#ffe4cc;border-radius:%?6?%;line-height:%?60?%;text-align:center;font-size:%?28?%;color:#666;margin:0 %?20?% %?20?% 0}.container .storeEvaluate-box[data-v-b2f4867c]{background-color:#fff;margin-top:%?20?%}.container .storeEvaluate-box .storeEvaluate[data-v-b2f4867c]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.container .storeEvaluate-box .storeEvaluateTag-box[data-v-b2f4867c]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?30?%;display:flex;flex-wrap:wrap}.container .storeEvaluate-box .storeEvaluateTag-box .storeEvaluateTag-text[data-v-b2f4867c]{background-color:#ffe4cc;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.container .inStore-box[data-v-b2f4867c]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .inStore-box .inStore-logo[data-v-b2f4867c]{width:%?70?%;height:%?70?%}.container .inStore-box .inStore-but[data-v-b2f4867c]{width:%?140?%;height:%?60?%;line-height:%?60?%;text-align:center;font-size:%?24?%;color:#fff;background:#2ca536;\r\n /*padding-left: 20rpx;*/position:relative}.container .goodsDetails-box[data-v-b2f4867c]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .goodsDetails-box .goodsDetails-title[data-v-b2f4867c]{display:flex;flex-direction:row;align-items:center}.container .goodsDetails-box .goodsDetails-title .goodsDetails-Line[data-v-b2f4867c]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .goodsDetails-box .goodsDetails-title .goodsDetails-text[data-v-b2f4867c]{padding:0 %?22?%}.container .priceExplain-box[data-v-b2f4867c]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .priceExplain-box .priceExplain-title[data-v-b2f4867c]{display:flex;flex-direction:row;align-items:center}.container .priceExplain-box .priceExplain-title .priceExplain-Line[data-v-b2f4867c]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .priceExplain-box .priceExplain-title .priceExplain-text[data-v-b2f4867c]{padding:0 %?22?%}.container .priceExplain-box .priceExplain-dot[data-v-b2f4867c]{width:%?9?%;height:%?9?%;border:%?1?% solid #f70;border-radius:50%;background-color:#f70}.container .buygoods-box[data-v-b2f4867c]{position:fixed;bottom:%?0?%;box-sizing:border-box;z-index:999}.container .buygoods-box .groupByInfo[data-v-b2f4867c]{background:#fffbe9;padding:0 %?30?%;height:%?80?%}.container .buygoods-box .groupByInfo .groupByInfoBox[data-v-b2f4867c]{height:%?80?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByAvatar[data-v-b2f4867c]{margin-right:%?15?%}.container .buygoods-box .groupByInfo .groupByLeft img[data-v-b2f4867c]{width:%?50?%;height:%?50?%}.container .buygoods-box .groupByInfo .groupByLeft .name[data-v-b2f4867c]{font-size:%?24?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByNum[data-v-b2f4867c]{margin-right:%?10?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByTime[data-v-b2f4867c]{color:#333}.container .buygoods-box .groupByInfo .groupByBtn[data-v-b2f4867c]{height:%?60?%;background:#333;color:#ffebc4;font-size:%?14?%;line-height:%?60?%;text-align:center;padding:0 %?20?%}.container .buygoods-box .buygoodsBut-box[data-v-b2f4867c]{background-color:#fff;width:%?750?%;padding:%?20?% %?32?%;box-shadow:%?0?% %?0?% %?10?% %?1?% #ededed;box-sizing:border-box;display:flex;justify-content:space-between}.container .buygoods-box .buygoodsBut-box .btns_container[data-v-b2f4867c]{display:flex;align-items:center}.container .buygoods-box .buygoodsBut-box .btns[data-v-b2f4867c]{width:%?80?%}.container .buygoods-box .buygoodsBut-box .Cart[data-v-b2f4867c]{position:relative}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-b2f4867c]{position:absolute;width:%?30?%;height:%?30?%;line-height:%?30?%;text-align:center;font-size:%?17?%;color:#fff;background:#2ea436;border-radius:50%;opacity:1;z-index:999}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-b2f4867c]{right:%?-10?%;top:%?-6?%}.container .buygoods-box .buygoodsBut-box .store-icon[data-v-b2f4867c]{width:%?48?%;height:%?48?%}.container .buygoods-box .buygoodsBut-box .joinShopCartBut[data-v-b2f4867c]{width:%?190?%;height:%?80?%;background-color:#fff;color:#333;font-size:%?28?%;line-height:%?80?%;border:%?2?% solid #333;text-align:center;margin-left:%?40?%;box-sizing:border-box}.container .buygoods-box .buygoodsBut-box .buyNowBut[data-v-b2f4867c]{width:%?190?%;height:%?80?%;background:#2ea436;color:#fff;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?16?%}.container .buygoods-box .buygoodsBut-box .offShelf[data-v-b2f4867c]{background:#b7b7b7;border-radius:%?50?%;width:%?360?%;margin-left:%?50?%;line-height:%?80?%;height:%?80?%;justify-content:center;color:#333}.container .returnTopService-box[data-v-b2f4867c]{position:fixed;bottom:%?160?%;right:%?30?%}.container .returnTopService-box .fs16[data-v-b2f4867c]{font-size:%?16?%}.container .returnTopService-box .returnTop-box[data-v-b2f4867c]{width:%?88?%;height:%?88?%;border-radius:50%;background:#fff;opacity:.8}.container .returnTopService-box .returnTop-box .returnTopImg[data-v-b2f4867c]{width:%?58?%;height:%?58?%}.container .returnTopService-box .serviceImg-box[data-v-b2f4867c]{width:%?90?%;height:%?90?%;border-radius:50%;background-color:#fff;box-shadow:%?0?% %?0?% %?5?% %?3?% #999}.container .returnTopService-box .serviceImg-box .serviceImg[data-v-b2f4867c]{width:%?36?%;height:%?36?%;display:block;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/serviceImg.png) no-repeat 50%;background-size:contain}.container .parameterShow-box .parameter-title[data-v-b2f4867c]{width:100%;text-align:center;padding-bottom:%?36?%}.container .parameterShow-box .parameter-modle[data-v-b2f4867c]{width:%?690?%;padding-bottom:%?36?%;font-size:%?26?%}.container .parameterShow-box .parameterTruebut-box[data-v-b2f4867c]{background-color:#fff;padding:%?20?% 0}.container .parameterShow-box .parameterTruebut-box .parameterTruebut[data-v-b2f4867c]{width:%?690?%;height:%?80?%;background-image:linear-gradient(135deg,#ffa100 10%,#ff7911);color:#fff;border-radius:%?40?%;line-height:%?80?%;text-align:center;font-size:%?26?%}.container .couponShow-box .couponShow[data-v-b2f4867c]{z-index:333;height:%?1000?%}.container .couponShow-box .couponShow .couponTitle-box[data-v-b2f4867c]{width:100%}.container .couponShow-box .couponShow .coupon-title-active[data-v-b2f4867c]{color:#f70;border-bottom:%?2?% solid #f70;padding-bottom:%?30?%}.container .couponShow-box .couponShow .usableCoupon-content[data-v-b2f4867c]{padding:%?30?% 0}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box[data-v-b2f4867c]{width:%?690?%;height:%?140?%;border-radius:%?10?%;background-color:#ffe9d8}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box .immediateUse-but[data-v-b2f4867c]{color:#ff7800;border-radius:%?30?%;padding:0 %?40?%;border-left:%?3?% solid #ebd7c7;height:%?140?%;border-radius:%?60?%;line-height:%?140?%;font-weight:700}.container .succeedShow-box[data-v-b2f4867c]{position:absolute;top:%?220?%;left:%?185?%}.container .succeedShow-box .succeedShow[data-v-b2f4867c]{background-color:#7f7f7f;width:%?380?%;height:%?280?%;border-radius:%?10?%;opacity:.8}.container .succeedShow-box .succeedShow .couponSucceedImg[data-v-b2f4867c]{width:%?200?%;height:%?130?%}.activity-box[data-v-b2f4867c]{display:flex;flex-direction:column;width:100%;height:100%}.activity-box .title-box[data-v-b2f4867c]{width:100%;height:%?100?%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;border-bottom:solid 1px #eee}.activity-coupon-box[data-v-b2f4867c]{display:flex;flex-direction:column;width:100%;overflow:auto;flex:1}.content-box[data-v-b2f4867c]{width:100%;box-sizing:border-box;display:flex;flex-direction:column;padding:%?30?%}.tag-box[data-v-b2f4867c]{width:100%;box-sizing:border-box;height:%?80?%;line-height:%?80?%;font-size:%?28?%;font-weight:500;color:#ff7911}.label-lingqu[data-v-b2f4867c]{width:100%;font-weight:500;color:#333}.coupon-item[data-v-b2f4867c]{width:%?690?%;height:%?120?%;border-radius:%?10?%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:%?20?%;flex-shrink:0;background-color:#ffe9d8}.money-box[data-v-b2f4867c]{width:%?160?%;box-sizing:border-box;padding-left:%?30?%;font-weight:500;color:#ff7911}.info-box[data-v-b2f4867c]{display:flex;flex-direction:column;align-items:flex-start;color:#ff7911}.receive-btn[data-v-b2f4867c]{width:%?200?%;height:%?120?%;background:#ffe9d8;box-shadow:0 0 %?5?% 0 hsla(0,0%,40%,.35);line-height:%?120?%;text-align:center;font-size:%?28?%;font-weight:700;color:#ff7911;border-bottom-right-radius:%?10?%;border-top-right-radius:%?10?%;border-top-left-radius:%?120?%;border-bottom-left-radius:%?120?%}.received[data-v-b2f4867c]{background:#f1f1f1;color:#999}.canvas-box[data-v-b2f4867c]{display:block;position:absolute;top:%?100?%}.sceneMarketingBox[data-v-b2f4867c]{width:100%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png) no-repeat 50%;padding:%?20?% %?30?%;background-size:cover;display:flex;justify-content:space-between;align-items:center}.sceneMarketingBox .sceneNameBox[data-v-b2f4867c]{width:%?220?%;text-align:center;color:#c83732;font-size:%?20?%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem[data-v-b2f4867c]{padding:0 %?30?%;height:%?116?%;display:flex;align-items:center;justify-content:space-between;border-bottom:%?1?% solid #eee}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar[data-v-b2f4867c]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar img[data-v-b2f4867c]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo[data-v-b2f4867c]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople[data-v-b2f4867c]{font-size:%?28?%;color:#333;margin-bottom:%?10?%;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople b[data-v-b2f4867c]{color:#c5aa7b;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .endDate[data-v-b2f4867c]{color:#666}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyBtn[data-v-b2f4867c]{width:%?140?%;height:%?60?%;line-height:%?60?%;background:#333;text-align:center;color:#ffebc4;font-size:%?24?%}.popupDiscount[data-v-b2f4867c]{padding-bottom:%?70?%}.popupDiscount .popupDiscountTit[data-v-b2f4867c]{font-size:%?36?%;color:#333;height:%?105?%;line-height:%?105?%;text-align:center;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy[data-v-b2f4867c]{padding-bottom:%?80?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1[data-v-b2f4867c]{padding:0 %?30?%;height:%?116?%;display:flex;align-items:center;justify-content:space-between;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar[data-v-b2f4867c]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar img[data-v-b2f4867c]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime[data-v-b2f4867c]{margin-right:%?80?%;margin-bottom:%?10?%;width:%?320?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople[data-v-b2f4867c]{font-size:%?26?%;color:#333}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople span[data-v-b2f4867c]{color:#333;padding-right:%?10?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople b[data-v-b2f4867c]{color:#c5aa7b;font-weight:400}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .endDate[data-v-b2f4867c]{color:#333;opacity:.7;font-size:%?24?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo[data-v-b2f4867c]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo .groupBuyBtn[data-v-b2f4867c]{width:%?140?%;height:%?70?%;line-height:%?70?%;background:#333;text-align:center;color:#ffebc4;font-weight:400}.combination[data-v-b2f4867c]{padding:0 %?20?%}.combination .combinationList[data-v-b2f4867c]{width:100%;height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);border-radius:%?20?%}.combination .combinationList .combinationTitle[data-v-b2f4867c]{padding:%?32?% %?20?% 0 %?30?%}.combination .combinationList .combinationTitle uni-image[data-v-b2f4867c]{width:%?211?%;height:%?33?%}.combination .combinationList .combinationTitle .combinationPrice[data-v-b2f4867c]{padding:0 20px;height:%?50?%;background:linear-gradient(90deg,#c83732,#e25c44);box-shadow:0 %?6?% %?12?% rgba(233,0,0,.3);border-radius:%?26?%;line-height:%?50?%;text-align:center;color:#fff;opacity:.8}.combination .combinationList .buyBtn[data-v-b2f4867c]{width:96%;height:%?84?%;line-height:%?84?%;border:%?2?% solid transparent;background:linear-gradient(88deg,#c5aa7b,#ffebc4);text-align:center;color:#333;margin:0 auto}',""]),t.exports=e}}]); | ||
| 2 | \ No newline at end of file | 0 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-goodsModule-goodsDetails.dd46e652.js
0 → 100644
| 1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-goodsModule-goodsDetails"],{"00c9":function(e,t,o){"use strict";o.r(t);var a=o("4632"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"031e":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.i,".page[data-v-4ee1eba8]{background-color:#f7f7f7}",""]),e.exports=t},"0352":function(e,t,o){"use strict";o.r(t);var a=o("aea0"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"0ac4":function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={globalLoading:o("1abf").default,uPopup:o("7bd4").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",{staticClass:"container u-skeleton",on:{scroll:function(t){arguments[0]=t=e.$handleEvent(t),e.handlePageScroll.apply(void 0,arguments)}}},[o("global-loading"),o("v-uni-view",{},[o("v-uni-view",{staticClass:"news-box"},[o("v-uni-view",{staticClass:"news-bg"},[o("v-uni-swiper",{staticClass:"goodsImgswiper-box",attrs:{vertical:!0,circular:!0,interval:"8000",duration:"2000",autoplay:!0}},e._l(e.broadCastList,(function(t,a){return o("v-uni-swiper-item",{key:a},[o("v-uni-view",{staticClass:"news-item flex-items"},[o("v-uni-image",{staticClass:"item-avatar",attrs:{src:t.headImage}}),o("v-uni-view",{staticClass:"news-item-user"},[e._v(e._s(t.name))]),o("v-uni-view",{staticClass:"news-item-info"},[e._v(e._s(t.timeStr))]),1===t.type?o("v-uni-view",{staticClass:"news-item-info"},[e._v("给了好评")]):e._e(),2===t.type?o("v-uni-view",{staticClass:"news-item-info"},[e._v("正在拼单")]):e._e(),3===t.type?o("v-uni-view",{staticClass:"news-item-info"},[e._v("拼单成功")]):e._e(),4===t.type?o("v-uni-view",{staticClass:"news-item-info"},[e._v("下单")]):e._e()],1)],1)})),1)],1)],1),o("GoodActivityDetail",{ref:"goodActivityDetail",attrs:{"sku-select":e.selectedSku,"product-info":e.productData,"time-active-type":e.timeActiveType,"mark-tools":e.markTools,"shop-mark-tools":e.shopMarkTools},on:{activityEnd:function(t){arguments[0]=t=e.$handleEvent(t),e.handleActivityEnd.apply(void 0,arguments)},couponClick:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowCoupon.apply(void 0,arguments)}}}),o("v-uni-view",{staticClass:"express-box flex-items flex-row fs24 u-skeleton-fillet"},[o("v-uni-label",{staticClass:"fs24 font-color-999 mar-right-20 "},[e._v("发货")]),e.productData.receive&&e.productData.receive.receiveAdress?o("v-uni-image",{attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/mapIcon.png"}}):e._e(),e.productData.receive&&e.productData.receive.receiveAdress?o("v-uni-label",{staticClass:"mar-left-10 mapName mar-right-30"},[e._v(e._s(e.productData.receive.receiveAdress))]):e._e(),o("v-uni-label",[e._v("快递:¥ "+e._s(e.productData.logisticsPrice||0))])],1),""!=e.productData.combinationName?o("v-uni-view",{staticClass:" flex-row fs24 u-skeleton-fillet",staticStyle:{padding:"10px 15px"}},[o("v-uni-label",{staticClass:"fs24 font-color-999 mar-right-20 "},[e._v("商品组合")]),o("v-uni-view",{staticStyle:{"margin-top":"10px"}},[o("v-uni-scroll-view",{attrs:{"scroll-x":"true","scroll-left":"120"},on:{right:function(t){arguments[0]=t=e.$handleEvent(t),e.right.apply(void 0,arguments)},scroll:function(t){arguments[0]=t=e.$handleEvent(t),e.scroll.apply(void 0,arguments)}}},[o("v-uni-view",{staticClass:"scroll-list",staticStyle:{"flex-direction":"row"}},e._l(e.zuheList,(function(t,a){return o("v-uni-view",{key:a,staticClass:"scroll-list__goods-item",class:[9===a&&"scroll-list__goods-item--no-margin-right"]},[o("v-uni-image",{staticClass:"scroll-list__goods-item__image",attrs:{src:e.$baseURL+t.imgurl}}),o("v-uni-view",{staticClass:"scroll-list__goods-item__title"},[e._v(e._s(t.name))])],1)})),1)],1)],1)],1):e._e(),o("v-uni-view",{staticClass:"fs24 chooseSize-box flex-start",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowGoodsSkuSelect(6)}}},[o("v-uni-view",{staticClass:"chooseSize-content flex-items flex-row flex-sp-between u-skeleton-fillet"},[o("v-uni-view",{staticClass:"flex-row-plus "},[o("v-uni-label",{staticClass:"fs26 mar-left-30 font-color-999"},[e._v("选择")]),o("v-uni-view",{staticClass:"valueBox mar-left-20 flex-items"},e._l(e.currentSuk,(function(t,a){return o("v-uni-view",{key:a,staticClass:"mar-right-10"},[e._v(e._s(t.skuText||"-"))])})),1)],1),o("v-uni-image",{staticClass:"arrow-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1),o("combined-sales",{attrs:{pid:e.productId,productData:e.productData}}),1===e.selectedSku.activityType?o("v-uni-view",{staticClass:"borRig-line-20"}):e._e(),1===e.selectedSku.activityType&&e.topThreeCollageOrders.length>0?o("v-uni-view",{staticClass:"goodsDiscount"},[o("v-uni-view",{staticClass:"questionTit mar-left-30 flex-items flex-row flex-sp-between"},[o("v-uni-label",{},[e._v("这些人正在拼单")]),o("v-uni-view",{staticClass:"allMoreBox"},[o("v-uni-view",{staticClass:"allMore",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleOpenGroupBookingList.apply(void 0,arguments)}}},[e._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1),e._l(e.topThreeCollageOrders,(function(t,a){return o("v-uni-view",{key:a,staticClass:"groupBuy"},[t.time>0?o("v-uni-view",{staticClass:"groupBuyList"},[o("v-uni-view",{staticClass:"groupBuyItem"},[o("v-uni-view",{staticClass:"leftAvatar"},[o("img",{attrs:{src:t.headImage,alt:""}}),o("span",[e._v(e._s(t.name))])]),o("v-uni-view",{staticClass:"rightInfo"},[o("v-uni-view",{staticClass:"groupBuyTime",staticStyle:{width:"70%"}},[o("v-uni-view",{staticClass:"needPeople flex-row-plus"},[e._v("还差"),o("b",[e._v(e._s(t.person)+"人")]),e._v("拼成")]),o("v-uni-view",{staticClass:"endDate"},[e._v("剩余"+e._s(e.handleGetDownTime(t.time)))])],1),o("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleGoGroupBooking(t.collageId)}}},[e._v("和Ta拼")])],1)],1)],1):e._e()],1)}))],2):e._e(),o("GoodEvaluateAndQuestion",{ref:"goodEvaluateAndQuestion",staticClass:" u-skeleton-fillet",attrs:{"product-info":e.productData,"comment-list":e.commentList}}),o("v-uni-view",{staticClass:"inStore-box flex-items flex-row flex-sp-between u-skeleton-fillet"},[o("v-uni-view",{staticClass:"flex-display flex-row"},[o("v-uni-view",[o("v-uni-image",{staticClass:"inStore-logo default-img",attrs:{src:e.$baseURL+e.productData.shopLogo},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToStore.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"flex-display flex-column mar-left-20"},[o("v-uni-label",{on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToStore.apply(void 0,arguments)}}},[e._v(e._s(e.productData.shopName))]),o("v-uni-view",{staticClass:"flex-display flex-row fs24 font-color-999 mar-top-5"},[o("v-uni-label",[e._v("商品总类:"+e._s(e.productData.classifyNumber))]),o("v-uni-label",{staticClass:"mar-left-30"},[e._v("已售:"+e._s(e.productData.number)+"件")])],1)],1)],1),o("v-uni-view",{staticClass:"inStore-but",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToStore.apply(void 0,arguments)}}},[e._v("去逛逛")])],1),o("v-uni-view",{staticClass:"goodsDetails-box u-skeleton-fillet"},[o("v-uni-view",{staticClass:"goodsDetails-title"},[o("v-uni-view",{staticClass:"goodsDetails-Line"}),o("v-uni-label",{staticClass:"goodsDetails-text"},[e._v("宝贝详情")]),o("v-uni-view",{staticClass:"goodsDetails-Line"})],1),o("v-uni-view",{staticClass:"goodsDetailsimg-box"},[o("v-uni-view",{},[o("v-uni-rich-text",{attrs:{nodes:e.sellDescList}})],1)],1)],1)],1),o("v-uni-view",{staticClass:"buygoods-box"},[o("v-uni-view",{staticClass:"buygoodsBut-box flex-row-plus",style:{height:(!0===e.isIphone?160:130)+"rpx"}},[o("v-uni-view",{staticClass:"btns_container"},[o("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToStore.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/storeIcon.png"}}),o("v-uni-label",{staticClass:"fs22"},[e._v("店铺")])],1),o("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.kefu.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/service-product-detail.png"}}),o("v-uni-label",{staticClass:"fs22"},[e._v("客服")])],1),o("v-uni-view",{staticClass:"btns flex-column-plus mar-left-10 flex-items Cart",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToShopCart.apply(void 0,arguments)}}},[e.allCartNum>0?o("v-uni-view",{staticClass:"cartAllNum"},[e._v(e._s(e.allCartNum))]):e._e(),o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/gouwuche.png"}}),o("v-uni-label",{staticClass:"fs22"},[e._v("购物车")])],1)],1),o("v-uni-view",{staticClass:"btns_container"},[0===e.productData.shelveState?o("v-uni-view",{staticClass:"flex-row-plus offShelf"},[e._v("商品已下架")]):1===e.selectedSku.activityType?o("v-uni-view",{staticClass:"flex-row-plus flex-items"},[o("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowGoodsSkuSelect(4)}}},[e._v("单独购买")]),o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowGoodsSkuSelect(3)}}},[e._v("我要开团")])],1):o("v-uni-view",{staticClass:"flex-row-plus flex-items"},[o("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowGoodsSkuSelect(1)}}},[e._v("加入购物车")]),o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShowGoodsSkuSelect(2)}}},[e._v("立即购买")])],1)],1)],1)],1),o("v-uni-view",{staticClass:"returnTopService-box"},[o("v-uni-view",{staticClass:"returnTop-box flex-items-plus flex-column",style:{display:!0===e.returnTopFlag?"flex":"none"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleReturnTop.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"returnTopImg",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/backTop.png"}})],1)],1),o("GoodSkuSelect",{ref:"skuSelect",attrs:{"product-data":e.productData,"selected-sku":e.selectedSku,"collage-id":e.collageId},on:{postSelectSku:function(t){arguments[0]=t=e.$handleEvent(t),e.selectSkuPostProcessor.apply(void 0,arguments)},getCurrentSku:function(t){arguments[0]=t=e.$handleEvent(t),e.handleSelectSku.apply(void 0,arguments)},changeCartNum:function(t){arguments[0]=t=e.$handleEvent(t),function(t){return e.allCartNum=t}.apply(void 0,arguments)}}}),o("coupon-popup",{ref:"couponPopup",attrs:{markTools:e.markTools,shopMarkTools:e.shopMarkTools,setTop:e.topLeft,currentActive:0}}),o("u-popup",{staticClass:"popupDiscount",attrs:{mode:"center","border-radius":"14","close-icon-pos":"top-right","close-icon-size":"20"},model:{value:e.showGroupBuyList,callback:function(t){e.showGroupBuyList=t},expression:"showGroupBuyList"}},[o("v-uni-view",{staticClass:"popupDiscountTit"},[e._v("这些人正在拼单")]),o("v-uni-view",{staticClass:"groupBuy"},[o("v-uni-view",{staticClass:"groupBuyList"},[o("v-uni-scroll-view",{staticStyle:{height:"480upx"},attrs:{"scroll-y":!0}},e._l(e.selectedSku.collageOrders,(function(t,a){return o("v-uni-view",{key:a,staticClass:"groupBuyItem1"},[t.time>0?o("v-uni-view",{staticClass:"leftAvatar"},[o("img",{attrs:{src:t.headImage,alt:""}}),o("v-uni-view",{staticClass:"groupBuyTime"},[o("v-uni-view",{staticClass:"needPeople"},[o("span",[e._v(e._s(t.name))]),e._v("还差"),o("b",[e._v(e._s(t.person)+"人")])]),o("v-uni-view",{staticClass:"endDate"},[e._v("剩余"+e._s(e.handleGetDownTime(t.time)))])],1)],1):e._e(),t.time>0?o("v-uni-view",{staticClass:"rightInfo"},[o("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleGoGroupBooking(t.collageId)}}},[e._v("和Ta拼")])],1):e._e()],1)})),1)],1)],1)],1),o("Skeleton",{attrs:{"el-color":"#efefef","bg-color":"#fff",loading:e.isFirstComeIn&&e.loading,animation:!0}})],1)},n=[]},"0bdb":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-tips[data-v-1b472f0d]{font-size:%?26?%;text-align:center;padding:%?34?% 0;line-height:1;color:#909399}.u-action-sheet-item[data-v-1b472f0d]{display:flex;line-height:1;justify-content:center;align-items:center;font-size:%?34?%;padding:%?34?% 0}.u-gab[data-v-1b472f0d]{height:%?12?%;background-color:#eaeaec}.u-actionsheet-cancel[data-v-1b472f0d]{color:#303133}',""]),e.exports=t},"0d5d":function(e,t,o){"use strict";var a=o("ded3"),i=o.n(a);i.a},"0e05":function(e,t,o){"use strict";var a=o("40f9"),i=o.n(a);i.a},"0e58":function(e,t,o){var a=o("8ca5");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("36d39522",a,!0,{sourceMap:!1,shadowMode:!1})},"0f6b":function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa");var a={name:"u-image",props:{src:{type:String,default:""},mode:{type:String,default:"aspectFill"},width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"auto"},shape:{type:String,default:"square"},borderRadius:{type:[String,Number],default:0},lazyLoad:{type:Boolean,default:!0},showMenuByLongpress:{type:Boolean,default:!0},loadingIcon:{type:String,default:"photo"},errorIcon:{type:String,default:"error-circle"},showLoading:{type:Boolean,default:!0},showError:{type:Boolean,default:!0},fade:{type:Boolean,default:!0},webp:{type:Boolean,default:!1},duration:{type:[String,Number],default:500},bgColor:{type:String,default:"#f3f4f6"}},data:function(){return{isError:!1,loading:!0,opacity:1,durationTime:this.duration,backgroundStyle:{}}},watch:{src:function(e){this.isError=!e}},computed:{wrapStyle:function(){var e={};return e.width=this.$u.addUnit(this.width),e.height=this.$u.addUnit(this.height),e.borderRadius="circle"==this.shape?"50%":this.$u.addUnit(this.borderRadius),e.overflow=this.borderRadius>0?"hidden":"visible",this.fade&&(e.opacity=this.opacity,e.transition="opacity ".concat(Number(this.durationTime)/1e3,"s ease-in-out")),e}},methods:{onClick:function(){this.$emit("click")},onErrorHandler:function(){this.loading=!1,this.isError=!0,this.$emit("error")},onLoadHandler:function(){var e=this;if(this.loading=!1,this.isError=!1,this.$emit("load"),!this.fade)return this.removeBgColor();this.opacity=0,this.durationTime=0,setTimeout((function(){e.durationTime=e.duration,e.opacity=1,setTimeout((function(){e.removeBgColor()}),e.durationTime)}),50)},removeBgColor:function(){this.backgroundStyle={backgroundColor:"transparent"}}}};t.default=a},"17ff":function(e,t,o){"use strict";var a=o("b7b3"),i=o.n(a);i.a},1988:function(e,t,o){"use strict";o.r(t);var a=o("7c49"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"1b7f":function(e,t,o){"use strict";var a=o("f3b2"),i=o.n(a);i.a},"1e4c":function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("bf0f"),o("2797"),o("aa9c"),o("d4b5");var i=a(o("41e3")),n=o("83c8"),s=o("6d56"),r={name:"wxSendCoupon",components:{tuiModal:i.default},props:{couponList:{type:Array,default:function(){return[]}},isExchange:{type:Boolean,default:!1}},data:function(){return{cParams:"",confirmVisible:!1,successList:[]}},mounted:function(){var e=this,t=[];this.couponList.forEach((function(o){o.cardId&&t.push(o.cardId),e.successList.push(o)}))},methods:{buildParam4Plug:function(e){var t=this;n.request(s.buildParam4Plug,e,"POST").then((function(e){t.cParams=e.data})).catch((function(e){}))},receiveCoupon:function(){var e=this;if(this.successList.length>0){var t=uni.getStorageSync("storage_key"),o=t.token;if(o)if(this.isExchange){var a={couponId:this.couponList[0].couponId,source:3};n.request(s.exchangeCoupon,a,"POST").then((function(t){e.$emit("success")}))}else if(1===this.couponList.length&&this.couponList[0].ifCredit)uni.navigateTo({url:"../integral/exchangeDetail?data=".concat(JSON.stringify(this.couponList[0]))});else{var i=[];this.successList.forEach((function(e){i.push({couponId:e.couponId,couponCode:e.couponCode,source:1})})),n.request(s.takeBatchCoupon,i,"POST").then((function(t){"200"===t.code&&(uni.showToast({title:"领取成功"}),e.$emit("success"),e.cParams||e.$emit("closeAd"))})).catch((function(e){"200"!==e.data.code&&uni.showToast({title:e.data.message,icon:"none"})}))}else uni.showToast({title:"请先登录",icon:"none"}),uni.navigateTo({url:"/pages_category_page2/userModule/login"})}else this.$emit("closeAd")},sendcoupon:function(e){var t=this;console.log("领取了微信卡券",e);var o=e.detail.errcode,a=e.detail.send_coupon_result;switch(o){case"OK":break;case"PARAM_ERROR":console.log("参数错误,请开发者查看msg中具体的错误信息并进行修复处理");break;case"USER_NOT_EXISTS":console.log("登录态获取失效");break;case"USER_GET_FAILED":console.log("登录态获取失败");break;case"SIGN_ERROR":console.log("签名错误");break;case"SYSTEMERROR":console.log("发券超时");break;case"FREQUENCY_LIMITED":console.log("发券频率过高");break}"OK"===o?(a.forEach((function(e){var o="";switch(t.couponList.forEach((function(a){e.stock_id===a.cardId&&(o=a.activityName,"SUCCESS"===e.code&&(a.couponCode=e.coupon_code,t.successList.push(a)))})),e.code){case"FAILED":console.log("该张券发券失败,查看message中的具体错误信息");break;case"NOTENOUGH":uni.showToast({title:o+"优惠券已被领取完",icon:"none"}),console.log("总预算用完");break;case"DAYLIMIT":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户达到单天限领");break;case"NATURELIMIT":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户自然人限领");break;case"MAXQUOTA":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户领取张数达到上限");break;case"DUPREQUEST":uni.showToast({title:o+"优惠券领取张数已达到上限",icon:"none"}),console.log("已通过该发券凭证给用户发券");break;case"NOTRUNNING":console.log("批次状态非运营中");break;case"EXPIRED":uni.showToast({title:o+"优惠券已过期",icon:"none"}),console.log("该批次已过期");break;case"NOTMONEY":console.log("账户余额不足");break;case"USERLIMIT":console.log("用户已超限领额度");break;case"FREQUENCYLIMIT":console.log("超过频率限制");break}})),this.receiveCoupon()):this.$emit("closeAd")},userconfirm:function(e){console.log("用户确认领券",e),this.$emit("closeAd")}}};t.default=r},"23cc":function(e,t,o){"use strict";o.r(t);var a=o("b369"),i=o("a531");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("0e05");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"374c8f62",null,!1,a["a"],void 0);t["default"]=r.exports},"267e":function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",{staticClass:"warp"},[o("v-uni-view",{on:{click:function(t){t.stopPropagation(),arguments[0]=t=e.$handleEvent(t),e.receiveCoupon.apply(void 0,arguments)}}},[e._t("default")],2),o("tui-modal",{attrs:{show:e.confirmVisible,custom:!0,fadein:!0}},[o("v-uni-view",{staticClass:"Put-box1"},[o("v-uni-view",{staticClass:"text-align fs34 fs-bold"},[e._v("是否领取此优惠券")]),o("v-uni-view",{staticClass:"flex-display flex-sp-between"},[o("v-uni-view",{staticClass:"btn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.confirmVisible=!1}}},[e._v("取消")]),o("v-uni-view",{staticClass:"btn submit",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.receive.apply(void 0,arguments)}}},[e._v("确定")])],1)],1)],1)],1)},i=[]},"295d":function(e,t,o){"use strict";var a=o("382c"),i=o.n(a);i.a},"296f":function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-button",{staticClass:"u-btn u-line-1 u-fix-ios-appearance",class:["u-size-"+e.size,e.plain?"u-btn--"+e.type+"--plain":"",e.loading?"u-loading":"","circle"==e.shape?"u-round-circle":"",e.hairLine?e.showHairLineBorder:"u-btn--bold-border","u-btn--"+e.type,e.disabled?"u-btn--"+e.type+"--disabled":""],style:[e.customStyle],attrs:{id:"u-wave-btn",disabled:e.disabled,"form-type":e.formType,"open-type":e.openType,"app-parameter":e.appParameter,"hover-stop-propagation":e.hoverStopPropagation,"send-message-title":e.sendMessageTitle,"send-message-path":"sendMessagePath",lang:e.lang,"data-name":e.dataName,"session-from":e.sessionFrom,"send-message-img":e.sendMessageImg,"show-message-card":e.showMessageCard,"hover-class":e.getHoverClass,loading:e.loading},on:{getphonenumber:function(t){arguments[0]=t=e.$handleEvent(t),e.getphonenumber.apply(void 0,arguments)},getuserinfo:function(t){arguments[0]=t=e.$handleEvent(t),e.getuserinfo.apply(void 0,arguments)},error:function(t){arguments[0]=t=e.$handleEvent(t),e.error.apply(void 0,arguments)},opensetting:function(t){arguments[0]=t=e.$handleEvent(t),e.opensetting.apply(void 0,arguments)},launchapp:function(t){arguments[0]=t=e.$handleEvent(t),e.launchapp.apply(void 0,arguments)},click:function(t){t.stopPropagation(),arguments[0]=t=e.$handleEvent(t),e.click(t)}}},[e._t("default"),e.ripple?o("v-uni-view",{staticClass:"u-wave-ripple",class:[e.waveActive?"u-wave-active":""],style:{top:e.rippleTop+"px",left:e.rippleLeft+"px",width:e.fields.targetWidth+"px",height:e.fields.targetWidth+"px","background-color":e.rippleBgColor||"rgba(0, 0, 0, 0.15)"}}):e._e()],2)},i=[]},2997:function(e,t,o){var a=o("5f23");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("6cc8136c",a,!0,{sourceMap:!1,shadowMode:!1})},"2a7b":function(e,t,o){"use strict";o.r(t);var a=o("0ac4"),i=o("be09");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("4c83"),o("443c");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"4ee1eba8",null,!1,a["a"],void 0);t["default"]=r.exports},"2ffd":function(e,t,o){"use strict";var a=o("46f3"),i=o.n(a);i.a},3211:function(e,t,o){"use strict";var a=o("b147"),i=o.n(a);i.a},3471:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var o="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!o){if(Array.isArray(e)||(o=(0,a.default)(e))||t&&e&&"number"===typeof e.length){o&&(e=o);var i=0,n=function(){};return{s:n,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:n}}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 s,r=!0,l=!1;return{s:function(){o=o.call(e)},n:function(){var e=o.next();return r=e.done,e},e:function(e){l=!0,s=e},f:function(){try{r||null==o["return"]||o["return"]()}finally{if(l)throw s}}}},o("01a2"),o("e39c"),o("bf0f"),o("844d"),o("18f7"),o("de6c"),o("7a76"),o("c9b5");var a=function(e){return e&&e.__esModule?e:{default:e}}(o("5d6b"))},"34fe":function(e,t,o){var a=o("031e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("3e6b2521",a,!0,{sourceMap:!1,shadowMode:!1})},"37a5":function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("fd3c"),o("d4b5");var i=a(o("2634")),n=a(o("2fdc")),s=a(o("3387")),r=a(o("3fbf")),l=o("83c8"),c=o("6d56"),u={name:"GoodEvaluateAndQuestion",components:{QuestionsAndAnswersList:r.default},data:function(){return{activeTab:1,problemsList:[],problemsTotal:0}},props:{commentList:{type:Array,default:function(){return[]}},productInfo:{type:Object,default:function(){return{}}}},mounted:function(){this.handleGetProblemList()},methods:{handleGetProblemList:function(){var e=this;return(0,n.default)((0,i.default)().mark((function t(){var o;return(0,i.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e.productInfo.productId){t.next=2;break}return t.abrupt("return");case 2:return t.next=4,l.request(c.getProblems,{productId:e.productInfo.productId,page:1,pageSize:2},"GET");case 4:o=t.sent,e.problemsList=o.data.list,e.problemsTotal=o.data.total;case 7:case"end":return t.stop()}}),t)})))()},handlePreviewImage:function(e,t){var o=this,a=e.map((function(e){return e=o.$baseURL+e,e}));uni.previewImage({current:a[t],urls:a})},handlePraise:s.default.debounce(function(){var e=(0,n.default)((0,i.default)().mark((function e(t,o){return(0,i.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return uni.showLoading({mask:!0,title:"提交中..."}),e.prev=1,e.next=4,l.request(c.LikeOrUnLikeComment,{commentId:t.commentId,ifLike:o},"POST");case 4:1===t.ifLike?(t.ifLike=0,t.likes--):(t.ifLike=1,t.likes++);case 5:return e.prev=5,uni.hideLoading(),e.finish(5);case 8:case"end":return e.stop()}}),e,null,[[1,,5,8]])})));return function(t,o){return e.apply(this,arguments)}}(),500),handleJumpToComments:function(){this.$jump("/pages_category_page1/goodsModule/evaluateList?commentList="+JSON.stringify(this.commentList))},handleJumpToQuestion:function(){var e=Object.assign({},this.productInfo,{questionNumber:this.problemsList.length,images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/putQuestions",e)},handleJumpAllAnswer:function(){var e=Object.assign({},this.productInfo,{images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/answerList",e)}}};t.default=u},"382c":function(e,t,o){var a=o("a48f");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("075a0045",a,!0,{sourceMap:!1,shadowMode:!1})},"3be4":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.group-list[data-v-04d652ab]{padding:%?10?% %?20?% %?60?%;border-top:%?12?% solid #f8f8f8}.group-list .group-warp[data-v-04d652ab]{height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);opacity:1;border-radius:%?20?%}.group-list .title[data-v-04d652ab]{display:flex;align-items:center;position:relative;justify-content:space-between;padding:%?32?% 0 %?20?% %?30?%}.group-list .title .title-img[data-v-04d652ab]{width:%?203?%}.group-list .title .price-text[data-v-04d652ab]{padding:0 %?34?%;margin-right:%?10?%;height:%?50?%;background:linear-gradient(90deg,#c83732,#e25c44);box-shadow:0 %?6?% %?12?% rgba(233,0,0,.3);border-radius:%?26?%;font-size:%?24?%;color:#fff;text-align:center;line-height:%?50?%;margin-left:%?20?%}.group-list .title .price-text .swiper[data-v-04d652ab]{height:%?50?%}.group-list .tabs-nav[data-v-04d652ab]{padding:0 %?10?%;margin-bottom:%?20?%}.group-list .tabs-nav .ul[data-v-04d652ab]{display:flex}.group-list .tabs-nav .ul .li[data-v-04d652ab]{text-align:center;font-size:%?26?%;color:#999;position:relative;padding:12px 40px;word-break:keep-all}.group-list .tabs-nav .ul .li[data-v-04d652ab]:first-child{margin-left:0}.group-list .tabs-nav .ul .li.on[data-v-04d652ab]{color:#ffebc4}.group-list .tabs-nav .ul .li.on[data-v-04d652ab]:after{content:"";width:100%;height:%?2?%;background:#ffebc4;position:absolute;left:0;bottom:0}.group-list .tabs-item[data-v-04d652ab]{display:none}.group-list .tabs-item.on[data-v-04d652ab]{display:block}.group-list .pro-box[data-v-04d652ab]{height:%?318?%;padding:0 %?2?% %?20?%}.group-list .pro-box .pro-item-inner[data-v-04d652ab]{padding:0 %?8?%;display:flex;justify-content:center}.group-list .pro-box .pro-item[data-v-04d652ab]{width:%?219?%;background:#fff;padding:%?10?%;height:%?318?%}.group-list .pro-box .pro-item .pro-item-img[data-v-04d652ab]{width:100%;height:%?160?%}.group-list .pro-box .pro-item .pro-item-img .img[data-v-04d652ab]{width:100%;height:100%;object-fit:contain}.group-list .pro-box .pro-item .pro-item-info .name[data-v-04d652ab]{font-size:%?24?%;line-height:%?34?%;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-weight:400;margin:%?8?% 0 %?26?%}.group-list .pro-box .pro-item .pro-item-info .sku[data-v-04d652ab]{width:%?180?%;height:%?50?%;margin:0 auto;line-height:%?50?%;border:%?2?% solid #e4e5e6;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/arrow-suk-select.png) no-repeat 100%/%?60?% %?60?%}.group-list .pro-box .pro-item .pro-item-info .sku .text[data-v-04d652ab]{font-size:%?24?%;color:#999;padding-left:%?20?%;width:126px;text-overflow:ellipsis;white-space:nowrap}.group-list .swiper-dots[data-v-04d652ab]{display:flex;justify-content:center}.group-list .swiper-dots .dot[data-v-04d652ab]{display:block;width:%?24?%;height:%?4?%;background:#fff;opacity:.5;border-radius:%?2?%;margin:0 %?20?%}.group-list .swiper-dots .dot.dot-active[data-v-04d652ab]{opacity:1}.btn-buy[data-v-04d652ab]{width:%?688?%;height:%?84?%;background:linear-gradient(88deg,#c5aa7b,#ffebc4);font-size:%?28?%;color:#333;line-height:%?84?%;margin:%?30?% auto 0;text-align:center}.goosDetailshow-box .detailImg-box[data-v-04d652ab]{margin-top:%?30?%;margin-left:%?30?%;border-radius:%?10?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%;width:%?690?%}.goosDetailshow-box .detailImg-box .detailImg[data-v-04d652ab]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-04d652ab]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .color-box .skuStyle[data-v-04d652ab]{padding:%?20?% 0}.goosDetailshow-box .color-box .skuStyle[data-v-04d652ab]:nth-child(2){border-top:1px solid #f3f4f5}.goosDetailshow-box .color-box .colorName-box[data-v-04d652ab]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .color-box .colorName-box .colorName-on[data-v-04d652ab]{background-color:#ffe5d0;color:#c5aa7b;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #c5aa7b;font-size:%?26?%;text-align:center;z-index:1}.goosDetailshow-box .color-box .colorName-box .colorName[data-v-04d652ab]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%;z-index:2}.goosDetailshow-box .modelNum-box[data-v-04d652ab]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-04d652ab]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName-on[data-v-04d652ab]{background-color:#ffe4d0;color:#c5aa7b;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #c5aa7b;font-size:%?26?%;text-align:center}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName[data-v-04d652ab]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNum-box[data-v-04d652ab]{padding:%?30?% %?30?%;width:%?690?%;padding-bottom:%?140?%}.goosDetailshow-box .goodsNum-box .goodsNumber[data-v-04d652ab]{text-align:center;border:%?1?% solid #999;padding:%?3?% %?20?%}.goosDetailshow-box .goodsNum-box .subtract[data-v-04d652ab]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-right:%?-1?%}.goosDetailshow-box .goodsNum-box .add[data-v-04d652ab]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-left:%?-1?%}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-04d652ab]{width:%?343?%;height:%?80?%;background-color:#ffc300;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}.goosDetailshow-box .goosDetailbut-box .buyNowBut[data-v-04d652ab]{width:%?343?%;height:%?80?%;border-radius:0 %?40?% %?40?% 0;background-color:#ff6f00;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center}.goosDetailshow-box .submitBtn[data-v-04d652ab]{width:%?342?%;height:%?100?%;line-height:%?100?%;font-size:%?28?%;border:1px solid;border-radius:0;color:#ffebc4;background:#333;margin:%?20?% 0}',""]),e.exports=t},"3e09":function(e,t,o){var a=o("ec17");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("a261927c",a,!0,{sourceMap:!1,shadowMode:!1})},"3fbf":function(e,t,o){"use strict";o.r(t);var a=o("5396"),i=o("0352");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("295d");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"a3bbedda",null,!1,a["a"],void 0);t["default"]=r.exports},"40f9":function(e,t,o){var a=o("bdc9");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("8d381f52",a,!0,{sourceMap:!1,shadowMode:!1})},"41a3":function(e,t,o){"use strict";o.r(t);var a=o("ec6f"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"41e3":function(e,t,o){"use strict";o.r(t);var a=o("ae16"),i=o("41a3");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("c432");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ad217060",null,!1,a["a"],void 0);t["default"]=r.exports},"443c":function(e,t,o){"use strict";var a=o("d7a8"),i=o.n(a);i.a},"44ac":function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"content"},[o("v-uni-view",{staticClass:"evaQaTab flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"evaBtn",class:{active:1===e.activeTab},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.activeTab=1}}},[o("v-uni-view",{staticClass:"tabTit"},[e._v("宝贝评价("+e._s(e.commentList.length)+")")])],1),o("v-uni-view",{staticClass:"qaBtn",class:{active:2===e.activeTab},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.activeTab=2}}},[o("v-uni-view",{staticClass:"tabTit"},[e._v("商品问答("+e._s(e.problemsTotal)+")")])],1)],1),o("v-uni-view",{staticClass:"borRig-line-20"}),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===e.activeTab,expression:"activeTab === 1"}],staticClass:"evaluate-box flex-start flex-column"},[e.commentList.length>0?o("v-uni-view",{staticClass:"evaluateTag-box"},[o("v-uni-view",{staticClass:"evaluateTag-text"},[e._v("全部("+e._s(e.commentList.length)+")")])],1):e._e(),e._l(e.commentList.slice(0,2),(function(t,a){return o("v-uni-view",{key:a,staticClass:"evaluate-contentbox mar-top-30"},[o("v-uni-view",{staticClass:"evaluate-content flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"flex-items"},[o("v-uni-image",{staticClass:"user-headSmallImg",attrs:{src:e.$baseURL+t.headImage}}),o("v-uni-label",{staticClass:"fs28 mar-left-20"},[e._v(e._s(t.name))])],1),o("v-uni-label",{staticClass:"font-color-999 fs22"},[e._v(e._s(t.createTime))])],1),o("v-uni-view",{staticClass:"evaluateDes-box"},[o("v-uni-label",{staticClass:"evaluateDes"},[e._v(e._s(t.comment))])],1),t.image?o("v-uni-view",{staticClass:"item-image-box"},e._l(t.image.split(",")||[],(function(t,i){return o("v-uni-view",{key:i},[o("v-uni-image",{staticClass:"img-item",attrs:{src:e.$baseURL+t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handlePreviewImage(e.commentList[a].images,i)}}})],1)})),1):e._e(),o("v-uni-view",{staticClass:"item-line"}),""!==t.addComment?o("v-uni-view",{staticClass:"item-like-box"},[o("v-uni-view",{staticClass:"addEvaluate"},[o("v-uni-view",[e._v("追加评价:"+e._s(t.addComment))]),t.addImages?o("v-uni-view",{staticClass:"item-image-box"},e._l(t.addImages,(function(t,i){return o("v-uni-view",{key:i},[o("v-uni-image",{staticClass:"img-item",attrs:{src:e.$baseURL+t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handlePreviewImage(e.commentList[a].addImages,i)}}})],1)})),1):e._e()],1)],1):e._e(),o("v-uni-view",{staticClass:"like-box"},[1===t.ifLike?o("v-uni-image",{staticClass:"like-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/praiseActiveIcon.png"},on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handlePraise(t,0)}}}):o("v-uni-image",{staticClass:"like-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/praiseIcon.png"},on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handlePraise(t,1)}}}),o("v-uni-view",{staticClass:"like-num"},[e._v(e._s(t.likes))])],1)],1)})),e.commentList.length>0?o("v-uni-view",{staticClass:"moreBox",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToComments.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24"},[e._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1):e._e()],2),o("v-uni-view",{staticClass:"borRig-line-20"}),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:2===e.activeTab,expression:"activeTab === 2"}],staticClass:"questions"},[o("v-uni-view",{staticClass:"questionInfo flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"infoTit"},[e._v("宝贝好不好,问问已买过的人")]),o("v-uni-view",{staticClass:"putQuestion",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpToQuestion.apply(void 0,arguments)}}},[e._v("去提问")])],1),o("v-uni-view",{staticClass:"listBox"},[o("QuestionsAndAnswersList",{attrs:{"product-info":e.productInfo,"problems-list":e.problemsList}}),e.problemsList.length>0?o("v-uni-view",{staticClass:"moreBox",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleJumpAllAnswer.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24"},[e._v("查看全部")]),o("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1):e._e()],1)],1)],1)},i=[]},4632:function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(o("2634")),n=a(o("2fdc")),s=a(o("3471"));o("64aa"),o("fd3c"),o("e966"),o("bf0f"),o("de6c"),o("4626"),o("5ac7"),o("aa9c"),o("c223"),o("d4b5");var r=a(o("83c8")),l=a(o("6d56")),c={name:"GoodSkuSelect",data:function(){return{goodsDetailShowFlag:!1,selectedAttr:{},selectedSku:{},btnType:0,buyNum:1,aliAgingObj:{supportHanaUta:!1,selectIndex:-1,disableSelectList:[!0,!0,!0],agingMoneyList:["0.00","0.00","0.00"]}}},props:{productData:{type:Object,default:function(){return{}}},isIphone:{type:Boolean,default:function(){return!1}},collageId:{type:Number,default:function(){return 0}}},methods:{handleNumSub:function(){this.buyNum>1?this.buyNum=this.buyNum-1:uni.showToast({title:"亲!至少一件哦!",icon:"none"})},handleNumAdd:function(){this.buyNum<this.selectedSku.stockNumber?this.buyNum=this.buyNum+1:uni.showToast({title:"库存不足!",icon:"none"})},handleSelectBySkuId:function(e){if(e){var t=this.productData.map;for(var o in t)if(parseInt(t[o].skuId)===parseInt(e)){this.selectedSku=t[o],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum);var a,i=this.selectedSku["valueCodes"].split(","),n=(0,s.default)(this.productData.names);try{for(n.s();!(a=n.n()).done;){var r,l=a.value,c=(0,s.default)(l.values);try{for(c.s();!(r=c.n()).done;){var u=r.value;if(i.includes(u["valueCode"])){this.$set(this.selectedAttr,l["nameCode"],u["valueCode"]);break}}}catch(d){c.e(d)}finally{c.f()}}}catch(d){n.e(d)}finally{n.f()}}}},handleClickSkuItem:function(e,t){this.$set(this.selectedAttr,e,t);var o=[];for(var a in this.selectedAttr)o.push(this.selectedAttr[a]);var i=o.join(","),n=this.productData.map;for(var s in n)i===s&&(this.selectedSku=n[s],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum))},echoFatherRowText:function(e,t,o){var a,i=[],n=t["valueCodes"].split(","),r=e.names,l=(0,s.default)(r);try{for(l.s();!(a=l.n()).done;){var c,u=a.value,d=u.values,p=(0,s.default)(d);try{for(p.s();!(c=p.n()).done;){var f=c.value;if(n.includes(f.valueCode)){var v={skuText:""};"单款项"===f.valueCode?v["skuText"]=f["skuValue"]:v["skuText"]="".concat(f.skuName,":").concat(f.skuValue),i.push(v);break}}}catch(h){p.e(h)}finally{p.f()}}}catch(h){l.e(h)}finally{l.f()}this.$emit("getCurrentSku",{skuItem:t,currentSku:i,buyNum:o}),this.$emit("postSelectSku")},handleAddCart:function(){var e=this;return(0,n.default)((0,i.default)().mark((function t(){var o,a;return(0,i.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e.handleCheckIsLogin(),!(e.selectedSku.stockNumber<1)){t.next=3;break}return t.abrupt("return",uni.showToast({title:"库存不足",icon:"none"}));case 3:return t.prev=3,o={skuId:e.selectedSku.skuId,number:e.buyNum},t.next=7,r.default.request(l.default.ShoppingaddCart,o,"POST");case 7:e.$store.dispatch("doPointer",{eventType:2,productIds:e.productId}),a=uni.getStorageSync("allCartNum")+e.buyNum,uni.setStorageSync("allCartNum",a),e.$emit("changeCartNum",a),uni.showToast({title:"添加成功",icon:"none"}),setTimeout((function(){e.buyNum=1,e.goodsDetailShowFlag=!1}),2e3);case 13:return t.prev=13,uni.hideLoading(),t.finish(13);case 16:case"end":return t.stop()}}),t,null,[[3,,13,16]])})))()},handleBuyNow:function(){if(this.handleCheckIsLogin(),this.selectedSku.stockNumber<1)return uni.showToast({title:"库存不足",icon:"none"});if(this.buyNum>this.selectedSku.stockNumber&&0!==this.selectedSku.stockNumber)return uni.showToast({title:"已超出最大数量限制",icon:"none"});var e=[{ifWork:0,shopId:this.productData.shopId,shopName:this.productData.shopName,shopDiscountId:this.shopDiscountId>0?this.shopDiscountId:null,shopSeckillId:this.shopSeckillId>0?this.shopSeckillId:null,skus:[{productId:this.productData.productId,skuId:this.selectedSku.skuId,productName:this.productData.productName,image:this.selectedSku.image,price:this.selectedSku.price,weight:0,number:this.buyNum,SKU:"",total:this.selectedSku.price*this.buyNum,ifLogistics:1}]}];uni.setStorageSync("skuItemDTOList",e),this.buyNum=1,this.goodsDetailShowFlag=!1,uni.navigateTo({url:"../orderModule/orderConfirm?type=1"})},handleBuyWithGroup:function(e){if(this.handleCheckIsLogin(),this.selectedSku.stockNumber<1)return uni.showToast({title:"库存不足",icon:"none"});var t={number:this.buyNum,productId:this.productId,shopId:this.shopId,skuId:this.selectedSku.skuId,shopGroupWorkId:this.selectedSku.shopGroupWorkId,type:e};1!==e&&(t.collageId=this.collageId),uni.removeStorageSync("skuItemDTOList"),uni.setStorageSync("skuItemList",t),this.goodsDetailShowFlag=!1,this.buyNum=1,uni.navigateTo({url:"/pages_category_page1/orderModule/orderConfirm?type=1"})},handleCheckIsLogin:function(){var e=uni.getStorageSync("storage_key");return!(!e||e&&"{}"===JSON.stringify(e))||uni.navigateTo({url:"../../pages_category_page2/userModule/login"})},handleSelectAliAging:function(e){var t=this.aliAgingObj;t.selectIndex===e||t.disableSelectList[e]?t.selectIndex=-1:t.selectIndex=e},handleRenderAliAging:function(e,t){if(1===e.ifHuabei){var o=this.aliAgingObj;t&&t>=.03&&(o.supportHanaUta=!0,o.disableSelectList[0]=!1,o.agingMoneyList[0]=parseInt(t/3*100/100+"").toFixed(2)+""),t&&t>=.06&&(o.supportHanaUta=!1,o.disableSelectList[1]=!1,o.agingMoneyList[1]=parseInt(t/6*100/100+"").toFixed(2)+""),t&&t>=.12&&(o.supportHanaUta=!0,o.disableSelectList[2]=!1,o.agingMoneyList[2]=parseInt(t/12*100/100+"").toFixed(2)+"")}}}};t.default=c},4679:function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uActionSheet:o("8d3c").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",[o("v-uni-swiper",{staticClass:"goodsImgswiper-box ",attrs:{"indicator-dots":!0,autoplay:!0}},e._l(e.productInfo.images,(function(t,a){return o("v-uni-swiper-item",{key:a},[o("v-uni-image",{staticClass:"goodsImg default-img u-skeleton-fillet",attrs:{src:e.$baseURL+t}})],1)})),1),o("v-uni-view",{staticClass:"share-box flex-items-plus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.shareMenuShow.apply(void 0,arguments)}}},[o("v-uni-image",{staticClass:"share-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shareBut.png"}}),o("v-uni-label",{staticClass:"fs24 mar-left-5"},[e._v("分享")])],1),o("v-uni-view",{staticClass:"goodgDes-box flex-start flex-column"},[0===e.skuSelect.activityType?o("v-uni-view",{staticClass:"priceBuyNum-box flex-display u-skeleton-fillet flex-sp-between mar-left-30"},[o("v-uni-view",[o("v-uni-label",{staticClass:"fs36 font-color-C83732"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs36 fs-bold font-color-C83732 mar-left-10"},[e._v(e._s(e.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs24 font-color-999 discountsPriceLine mar-left-20"},[e._v("¥\n "+e._s(e.skuSelect.originalPrice||0))])],1),o("v-uni-label",{staticClass:"fs24 font-color-999"},[e._v(e._s(e.productInfo.users||0)+"人付款")])],1):8===e.skuSelect.activityType?o("v-uni-view",{staticClass:"sceneMarketingBox"},[o("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[e._v(e._s(e.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-CCC"},[e._v("¥\n "+e._s(e.skuSelect.originalPrice||0))])],1),o("v-uni-view",{staticClass:"sceneNameBox"},[e._v(e._s(e.productInfo.sceneName))])],1):o("v-uni-view",{staticClass:"seckill-box"},[9===e.skuSelect.activityType?o("v-uni-view",{staticClass:"flex-items flex-sp-between"},[o("v-uni-view",{staticClass:"vipImg flex-items"},[o("v-uni-image",{staticClass:"vip-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/vipDetail.png",mode:""}})],1),o("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[e._v(e._s(e.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-999"},[e._v("¥\n "+e._s(e.skuSelect.originalPrice||0))])],1)],1):o("v-uni-view",{staticClass:"flex-items flex-row flex-sp-between"},[o("v-uni-view",{staticClass:"flex-column-plus"},[[2,4].includes(e.skuSelect.activityType)?o("v-uni-image",{staticClass:"seckill-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/seckillicon.png",mode:""}}):e._e(),[3,5].includes(e.skuSelect.activityType)?o("v-uni-image",{staticClass:"discount-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/discounticon.png",mode:""}}):e._e(),1===e.skuSelect.activityType?o("v-uni-image",{staticClass:"spell-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/spellicon.png",mode:""}}):e._e(),o("v-uni-view",{staticClass:"flex-row-plus flex-items mar-top-10"},[o("v-uni-label",{staticClass:"fs30 font-color-FFF"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[e._v(e._s(e.skuSelect.price||0))]),o("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-999"},[e._v("¥\n "+e._s(e.skuSelect.originalPrice||0))])],1)],1),[1,2,3,4,5].includes(e.skuSelect.activityType)?o("v-uni-view",{staticClass:"countdown flex-column-plus"},[e.timeActiveType?o("v-uni-view",[o("v-uni-label",{staticClass:"fs28"},[e._v("距离结束剩余")]),o("v-uni-view",{staticClass:"flex-row-plus fs34 flex-items-plus mar-top-10"},[o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[e._v(e._s(e.activeTimeObj.day))]),o("v-uni-view",{staticClass:"font-color-999"},[e._v("天")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[e._v(e._s(e.activeTimeObj.hour))]),o("v-uni-view",{staticClass:"font-color-999"},[e._v(":")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[e._v(e._s(e.activeTimeObj.min))]),o("v-uni-view",{staticClass:"font-color-999"},[e._v(":")]),o("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[e._v(e._s(e.activeTimeObj.sec))])],1)],1):o("v-uni-view",[o("v-uni-label",{staticClass:"fs28 mar-right-20"},[e._v("即将开始:"+e._s(e.skuSelect.startTime))])],1)],1):e._e()],1)],1),o("v-uni-view",{staticClass:"nameContainer"},[o("v-uni-view",{staticClass:"goodsName-box overflowNoDot mar-top-30 mar-left-30 u-skeleton-fillet"},[o("v-uni-label",{staticClass:"goodsName fs32 mar-left-20 "},[e._v(e._s(e.productInfo.productName))])],1),o("v-uni-view",{staticClass:"collectBox ",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleCollect.apply(void 0,arguments)}}},[1===e.productInfo.ifCollect?o("v-uni-image",{staticClass:"store-icon ",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shoucangActive1.png"}}):o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/shoucang2x.png"}}),o("v-uni-label",{staticClass:"fs22"},[e._v("收藏")])],1)],1),e.markTools.length>0||e.shopMarkTools.length>0?o("v-uni-view",{staticClass:"activity-box mar-top-10",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.couponShowClick.apply(void 0,arguments)}}},[o("v-uni-label",{staticClass:"fs24 font-color-999"},[e._v("优惠")]),o("v-uni-view",{staticClass:"activity-content mar-left-30 flex-items flex-sp-between flex-row"},[o("v-uni-view",{staticClass:"fs20 overflow",staticStyle:{width:"500rpx"}},[e._v(e._s(e.productInfo.couponSplicing))]),o("v-uni-view",{staticClass:"flex-items"},[o("v-uni-label",{staticClass:"fs24 font-color-C5AA7B"},[e._v("领券")]),o("v-uni-image",{staticClass:"coupon-arrow",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//user/arrow.png"}})],1)],1)],1):e._e()],1),o("u-action-sheet",{attrs:{list:e.shareObj.actionList},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleShareSelect.apply(void 0,arguments)}},model:{value:e.shareObj.actionShow,callback:function(t){e.$set(e.shareObj,"actionShow",t)},expression:"shareObj.actionShow"}}),o("shareSpell",{ref:"shareSpell",attrs:{url:e.shareObj.url,img:e.shareObj.image,title:e.shareObj.title},on:{shareCancel:function(t){arguments[0]=t=e.$handleEvent(t),e.shareCancel.apply(void 0,arguments)}}})],1)},n=[]},"46f3":function(e,t,o){var a=o("cdfa");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("7a70fff8",a,!0,{sourceMap:!1,shadowMode:!1})},"476e":function(e,t,o){var a=o("bd1e");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("cf03b7f0",a,!0,{sourceMap:!1,shadowMode:!1})},"4c83":function(e,t,o){"use strict";var a=o("34fe"),i=o.n(a);i.a},"4ec6":function(e,t,o){"use strict";o.r(t);var a=o("516f"),i=o("b090");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("eede");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"54b06602",null,!1,a["a"],void 0);t["default"]=r.exports},5119:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\r\n/* 横向轮播 */.scroll-list[data-v-4ee1eba8]{\r\n /* @include flex(column); */display:flex;padding:0 %?0?% %?40?% %?10?%;white-space:nowrap}.scroll-list__goods-item[data-v-4ee1eba8]{margin-right:%?20?%;width:40%}.scroll-list__goods-item__image[data-v-4ee1eba8]{width:150px;height:150px;border-radius:%?10?%}.scroll-list__goods-item__title[data-v-4ee1eba8]{font-size:%?24?%;padding-left:%?4?%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scroll-list__goods-item__text[data-v-4ee1eba8]{font-size:10px;margin-top:5px;font-weight:500}.scroll-list__show-more[data-v-4ee1eba8]{background-color:#fff0f0;border-radius:3px;padding:3px 6px;\r\n /* @include flex(column); */display:flex;align-items:center}.scroll-list__show-more__text[data-v-4ee1eba8]{font-size:12px;width:12px;color:#c44a51;line-height:16px}.page[data-v-4ee1eba8]{background-color:#f7f7f7}.news-box[data-v-4ee1eba8]{position:fixed;left:%?20?%;top:%?200?%;z-index:9999}.news-box .news-bg[data-v-4ee1eba8]{width:%?450?%;height:%?70?%;overflow:hidden}.news-box .news-bg .news-item[data-v-4ee1eba8]{background:rgba(0,0,0,.75);border-radius:%?16?%;height:%?70?%;color:#fff;font-size:%?24?%;padding:0 %?20?%;width:%?450?%}.news-box .news-bg .news-item .item-avatar[data-v-4ee1eba8]{width:%?50?%;height:%?50?%;border-radius:50%;margin-right:%?20?%}.tabsbox[data-v-4ee1eba8]{width:100%;margin-top:%?20?%;background-color:#fff}.checkimg[data-v-4ee1eba8]{width:%?40?%;height:%?40?%;margin-right:%?30?%}.container[data-v-4ee1eba8]{padding-bottom:%?180?%}.container .arrow-icon[data-v-4ee1eba8]{width:%?16?%;height:%?24?%;margin-right:%?25?%}.container .goodgDes-box[data-v-4ee1eba8]{background-color:#fff;width:100%;padding-bottom:%?25?%}.container .goodgDes-box .priceBuyNum-box[data-v-4ee1eba8]{width:%?677?%;margin-top:%?30?%}.container .goodgDes-box .nameContainer[data-v-4ee1eba8]{display:flex}.container .goodgDes-box .nameContainer .goodsName-box[data-v-4ee1eba8]{width:%?677?%;height:%?85?%}.container .goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-4ee1eba8]{width:%?70?%;height:%?36?%}.container .goodgDes-box .nameContainer .collectBox[data-v-4ee1eba8]{width:%?80?%;margin:0 %?30?% 0 %?15?%;display:flex;flex-direction:column;justify-content:center;align-items:center}.container .goodgDes-box .nameContainer .store-icon[data-v-4ee1eba8]{width:%?48?%;height:%?48?%}.container .goodgDes-box .discounts-box[data-v-4ee1eba8]{margin-top:%?20?%}.container .goodgDes-box .discounts-box .discounts-text[data-v-4ee1eba8]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.container .goodgDes-box .activity-box[data-v-4ee1eba8]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border-top:%?1?% solid #ededed}.container .goodgDes-box .activity-box .activity-content[data-v-4ee1eba8]{width:%?614?%;padding-top:%?20?%}.container .goodgDes-box .activity-box .activity-content .activity-text[data-v-4ee1eba8]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.container .goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-4ee1eba8]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.container .express-box[data-v-4ee1eba8]{height:%?100?%;background-color:#fff;padding-left:%?30?%;border-top:%?12?% solid #f8f8f8;border-bottom:%?12?% solid #f8f8f8}.container .express-box uni-image[data-v-4ee1eba8]{width:%?21?%;height:%?27?%}.container .express-box .expressSite-icon[data-v-4ee1eba8]{width:%?30?%;height:%?30?%}.container .express-box .mapName[data-v-4ee1eba8]{position:relative}.container .express-box .mapName[data-v-4ee1eba8]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:%?-16?%;top:%?5?%}.container .chooseSize-box[data-v-4ee1eba8]{height:%?90?%;background-color:#fff;margin:%?10?% 0}.container .chooseSize-box .chooseSize-content[data-v-4ee1eba8]{width:100%}.container .questionTit[data-v-4ee1eba8]{height:%?90?%;border-bottom:%?1?% solid #eee;margin-right:%?35?%;color:#333;font-size:%?30?%}.container .questionTit .allMoreBox[data-v-4ee1eba8]{display:flex;align-items:center;color:#999;font-size:%?24?%}.container .questionTit .allMoreBox .evaluateAllArrow-icon[data-v-4ee1eba8]{width:%?18?%;height:%?24?%}.container .shopEvaList[data-v-4ee1eba8]{display:flex;padding:%?30?%;flex-wrap:wrap;border-bottom:%?20?% solid #eee}.container .shopEvaList .shopEvaItem[data-v-4ee1eba8]{padding:0 %?14?%;height:%?60?%;background:#ffe4cc;border-radius:%?6?%;line-height:%?60?%;text-align:center;font-size:%?28?%;color:#666;margin:0 %?20?% %?20?% 0}.container .storeEvaluate-box[data-v-4ee1eba8]{background-color:#fff;margin-top:%?20?%}.container .storeEvaluate-box .storeEvaluate[data-v-4ee1eba8]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.container .storeEvaluate-box .storeEvaluateTag-box[data-v-4ee1eba8]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?30?%;display:flex;flex-wrap:wrap}.container .storeEvaluate-box .storeEvaluateTag-box .storeEvaluateTag-text[data-v-4ee1eba8]{background-color:#ffe4cc;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.container .inStore-box[data-v-4ee1eba8]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .inStore-box .inStore-logo[data-v-4ee1eba8]{width:%?70?%;height:%?70?%}.container .inStore-box .inStore-but[data-v-4ee1eba8]{width:%?140?%;height:%?60?%;line-height:%?60?%;text-align:center;font-size:%?24?%;color:#fff;background:#2ca536;\r\n /*padding-left: 20rpx;*/position:relative}.container .goodsDetails-box[data-v-4ee1eba8]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .goodsDetails-box .goodsDetails-title[data-v-4ee1eba8]{display:flex;flex-direction:row;align-items:center}.container .goodsDetails-box .goodsDetails-title .goodsDetails-Line[data-v-4ee1eba8]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .goodsDetails-box .goodsDetails-title .goodsDetails-text[data-v-4ee1eba8]{padding:0 %?22?%}.container .priceExplain-box[data-v-4ee1eba8]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .priceExplain-box .priceExplain-title[data-v-4ee1eba8]{display:flex;flex-direction:row;align-items:center}.container .priceExplain-box .priceExplain-title .priceExplain-Line[data-v-4ee1eba8]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .priceExplain-box .priceExplain-title .priceExplain-text[data-v-4ee1eba8]{padding:0 %?22?%}.container .priceExplain-box .priceExplain-dot[data-v-4ee1eba8]{width:%?9?%;height:%?9?%;border:%?1?% solid #f70;border-radius:50%;background-color:#f70}.container .buygoods-box[data-v-4ee1eba8]{position:fixed;bottom:%?0?%;box-sizing:border-box;z-index:999}.container .buygoods-box .groupByInfo[data-v-4ee1eba8]{background:#fffbe9;padding:0 %?30?%;height:%?80?%}.container .buygoods-box .groupByInfo .groupByInfoBox[data-v-4ee1eba8]{height:%?80?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByAvatar[data-v-4ee1eba8]{margin-right:%?15?%}.container .buygoods-box .groupByInfo .groupByLeft img[data-v-4ee1eba8]{width:%?50?%;height:%?50?%}.container .buygoods-box .groupByInfo .groupByLeft .name[data-v-4ee1eba8]{font-size:%?24?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByNum[data-v-4ee1eba8]{margin-right:%?10?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByTime[data-v-4ee1eba8]{color:#333}.container .buygoods-box .groupByInfo .groupByBtn[data-v-4ee1eba8]{height:%?60?%;background:#333;color:#ffebc4;font-size:%?14?%;line-height:%?60?%;text-align:center;padding:0 %?20?%}.container .buygoods-box .buygoodsBut-box[data-v-4ee1eba8]{background-color:#fff;width:%?750?%;padding:%?20?% %?32?%;box-shadow:%?0?% %?0?% %?10?% %?1?% #ededed;box-sizing:border-box;display:flex;justify-content:space-between}.container .buygoods-box .buygoodsBut-box .btns_container[data-v-4ee1eba8]{display:flex;align-items:center}.container .buygoods-box .buygoodsBut-box .btns[data-v-4ee1eba8]{width:%?80?%}.container .buygoods-box .buygoodsBut-box .Cart[data-v-4ee1eba8]{position:relative}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-4ee1eba8]{position:absolute;width:%?30?%;height:%?30?%;line-height:%?30?%;text-align:center;font-size:%?17?%;color:#fff;background:#2ea436;border-radius:50%;opacity:1;z-index:999}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-4ee1eba8]{right:%?-10?%;top:%?-6?%}.container .buygoods-box .buygoodsBut-box .store-icon[data-v-4ee1eba8]{width:%?48?%;height:%?48?%}.container .buygoods-box .buygoodsBut-box .joinShopCartBut[data-v-4ee1eba8]{width:%?190?%;height:%?80?%;background-color:#fff;color:#333;font-size:%?28?%;line-height:%?80?%;border:%?2?% solid #333;text-align:center;margin-left:%?40?%;box-sizing:border-box}.container .buygoods-box .buygoodsBut-box .buyNowBut[data-v-4ee1eba8]{width:%?190?%;height:%?80?%;background:#2ea436;color:#fff;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?16?%}.container .buygoods-box .buygoodsBut-box .offShelf[data-v-4ee1eba8]{background:#b7b7b7;border-radius:%?50?%;width:%?360?%;margin-left:%?50?%;line-height:%?80?%;height:%?80?%;justify-content:center;color:#333}.container .returnTopService-box[data-v-4ee1eba8]{position:fixed;bottom:%?160?%;right:%?30?%}.container .returnTopService-box .fs16[data-v-4ee1eba8]{font-size:%?16?%}.container .returnTopService-box .returnTop-box[data-v-4ee1eba8]{width:%?88?%;height:%?88?%;border-radius:50%;background:#fff;opacity:.8}.container .returnTopService-box .returnTop-box .returnTopImg[data-v-4ee1eba8]{width:%?58?%;height:%?58?%}.container .returnTopService-box .serviceImg-box[data-v-4ee1eba8]{width:%?90?%;height:%?90?%;border-radius:50%;background-color:#fff;box-shadow:%?0?% %?0?% %?5?% %?3?% #999}.container .returnTopService-box .serviceImg-box .serviceImg[data-v-4ee1eba8]{width:%?36?%;height:%?36?%;display:block;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/serviceImg.png) no-repeat 50%;background-size:contain}.container .parameterShow-box .parameter-title[data-v-4ee1eba8]{width:100%;text-align:center;padding-bottom:%?36?%}.container .parameterShow-box .parameter-modle[data-v-4ee1eba8]{width:%?690?%;padding-bottom:%?36?%;font-size:%?26?%}.container .parameterShow-box .parameterTruebut-box[data-v-4ee1eba8]{background-color:#fff;padding:%?20?% 0}.container .parameterShow-box .parameterTruebut-box .parameterTruebut[data-v-4ee1eba8]{width:%?690?%;height:%?80?%;background-image:linear-gradient(135deg,#ffa100 10%,#ff7911);color:#fff;border-radius:%?40?%;line-height:%?80?%;text-align:center;font-size:%?26?%}.container .couponShow-box .couponShow[data-v-4ee1eba8]{z-index:333;height:%?1000?%}.container .couponShow-box .couponShow .couponTitle-box[data-v-4ee1eba8]{width:100%}.container .couponShow-box .couponShow .coupon-title-active[data-v-4ee1eba8]{color:#f70;border-bottom:%?2?% solid #f70;padding-bottom:%?30?%}.container .couponShow-box .couponShow .usableCoupon-content[data-v-4ee1eba8]{padding:%?30?% 0}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box[data-v-4ee1eba8]{width:%?690?%;height:%?140?%;border-radius:%?10?%;background-color:#ffe9d8}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box .immediateUse-but[data-v-4ee1eba8]{color:#ff7800;border-radius:%?30?%;padding:0 %?40?%;border-left:%?3?% solid #ebd7c7;height:%?140?%;border-radius:%?60?%;line-height:%?140?%;font-weight:700}.container .succeedShow-box[data-v-4ee1eba8]{position:absolute;top:%?220?%;left:%?185?%}.container .succeedShow-box .succeedShow[data-v-4ee1eba8]{background-color:#7f7f7f;width:%?380?%;height:%?280?%;border-radius:%?10?%;opacity:.8}.container .succeedShow-box .succeedShow .couponSucceedImg[data-v-4ee1eba8]{width:%?200?%;height:%?130?%}.activity-box[data-v-4ee1eba8]{display:flex;flex-direction:column;width:100%;height:100%}.activity-box .title-box[data-v-4ee1eba8]{width:100%;height:%?100?%;display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;border-bottom:solid 1px #eee}.activity-coupon-box[data-v-4ee1eba8]{display:flex;flex-direction:column;width:100%;overflow:auto;flex:1}.content-box[data-v-4ee1eba8]{width:100%;box-sizing:border-box;display:flex;flex-direction:column;padding:%?30?%}.tag-box[data-v-4ee1eba8]{width:100%;box-sizing:border-box;height:%?80?%;line-height:%?80?%;font-size:%?28?%;font-weight:500;color:#ff7911}.label-lingqu[data-v-4ee1eba8]{width:100%;font-weight:500;color:#333}.coupon-item[data-v-4ee1eba8]{width:%?690?%;height:%?120?%;border-radius:%?10?%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:%?20?%;flex-shrink:0;background-color:#ffe9d8}.money-box[data-v-4ee1eba8]{width:%?160?%;box-sizing:border-box;padding-left:%?30?%;font-weight:500;color:#ff7911}.info-box[data-v-4ee1eba8]{display:flex;flex-direction:column;align-items:flex-start;color:#ff7911}.receive-btn[data-v-4ee1eba8]{width:%?200?%;height:%?120?%;background:#ffe9d8;box-shadow:0 0 %?5?% 0 hsla(0,0%,40%,.35);line-height:%?120?%;text-align:center;font-size:%?28?%;font-weight:700;color:#ff7911;border-bottom-right-radius:%?10?%;border-top-right-radius:%?10?%;border-top-left-radius:%?120?%;border-bottom-left-radius:%?120?%}.received[data-v-4ee1eba8]{background:#f1f1f1;color:#999}.canvas-box[data-v-4ee1eba8]{display:block;position:absolute;top:%?100?%}.sceneMarketingBox[data-v-4ee1eba8]{width:100%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/5f85fe4782e34c10b15b04f76c571d12_sceneMarketingDetailsIcon.png) no-repeat 50%;padding:%?20?% %?30?%;background-size:cover;display:flex;justify-content:space-between;align-items:center}.sceneMarketingBox .sceneNameBox[data-v-4ee1eba8]{width:%?220?%;text-align:center;color:#c83732;font-size:%?20?%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem[data-v-4ee1eba8]{padding:0 %?30?%;height:%?116?%;display:flex;align-items:center;justify-content:space-between;border-bottom:%?1?% solid #eee}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar[data-v-4ee1eba8]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar img[data-v-4ee1eba8]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo[data-v-4ee1eba8]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople[data-v-4ee1eba8]{font-size:%?28?%;color:#333;margin-bottom:%?10?%;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople b[data-v-4ee1eba8]{color:#c5aa7b;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .endDate[data-v-4ee1eba8]{color:#666}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyBtn[data-v-4ee1eba8]{width:%?140?%;height:%?60?%;line-height:%?60?%;background:#333;text-align:center;color:#ffebc4;font-size:%?24?%}.popupDiscount[data-v-4ee1eba8]{padding-bottom:%?70?%}.popupDiscount .popupDiscountTit[data-v-4ee1eba8]{font-size:%?36?%;color:#333;height:%?105?%;line-height:%?105?%;text-align:center;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy[data-v-4ee1eba8]{padding-bottom:%?80?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1[data-v-4ee1eba8]{padding:0 %?30?%;height:%?116?%;display:flex;align-items:center;justify-content:space-between;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar[data-v-4ee1eba8]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar img[data-v-4ee1eba8]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime[data-v-4ee1eba8]{margin-right:%?80?%;margin-bottom:%?10?%;width:%?320?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople[data-v-4ee1eba8]{font-size:%?26?%;color:#333}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople span[data-v-4ee1eba8]{color:#333;padding-right:%?10?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople b[data-v-4ee1eba8]{color:#c5aa7b;font-weight:400}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .endDate[data-v-4ee1eba8]{color:#333;opacity:.7;font-size:%?24?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo[data-v-4ee1eba8]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo .groupBuyBtn[data-v-4ee1eba8]{width:%?140?%;height:%?70?%;line-height:%?70?%;background:#333;text-align:center;color:#ffebc4;font-weight:400}.combination[data-v-4ee1eba8]{padding:0 %?20?%}.combination .combinationList[data-v-4ee1eba8]{width:100%;height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);border-radius:%?20?%}.combination .combinationList .combinationTitle[data-v-4ee1eba8]{padding:%?32?% %?20?% 0 %?30?%}.combination .combinationList .combinationTitle uni-image[data-v-4ee1eba8]{width:%?211?%;height:%?33?%}.combination .combinationList .combinationTitle .combinationPrice[data-v-4ee1eba8]{padding:0 20px;height:%?50?%;background:linear-gradient(90deg,#c83732,#e25c44);box-shadow:0 %?6?% %?12?% rgba(233,0,0,.3);border-radius:%?26?%;line-height:%?50?%;text-align:center;color:#fff;opacity:.8}.combination .combinationList .buyBtn[data-v-4ee1eba8]{width:96%;height:%?84?%;line-height:%?84?%;border:%?2?% solid transparent;background:linear-gradient(88deg,#c5aa7b,#ffebc4);text-align:center;color:#333;margin:0 auto}',""]),e.exports=t},"516f":function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uIcon:o("3476").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",{staticClass:"u-image",style:[e.wrapStyle,e.backgroundStyle],on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.onClick.apply(void 0,arguments)}}},[e.isError?e._e():o("v-uni-image",{staticClass:"u-image__image",style:{borderRadius:"circle"==e.shape?"50%":e.$u.addUnit(e.borderRadius)},attrs:{src:e.src,mode:e.mode,"lazy-load":e.lazyLoad},on:{error:function(t){arguments[0]=t=e.$handleEvent(t),e.onErrorHandler.apply(void 0,arguments)},load:function(t){arguments[0]=t=e.$handleEvent(t),e.onLoadHandler.apply(void 0,arguments)}}}),e.showLoading&&e.loading?o("v-uni-view",{staticClass:"u-image__loading",style:{borderRadius:"circle"==e.shape?"50%":e.$u.addUnit(e.borderRadius),backgroundColor:this.bgColor}},[e.$slots.loading?e._t("loading"):o("u-icon",{attrs:{name:e.loadingIcon,width:e.width,height:e.height}})],2):e._e(),e.showError&&e.isError&&!e.loading?o("v-uni-view",{staticClass:"u-image__error",style:{borderRadius:"circle"==e.shape?"50%":e.$u.addUnit(e.borderRadius)}},[e.$slots.error?e._t("error"):o("u-icon",{attrs:{name:e.errorIcon,width:e.width,height:e.height}})],2):e._e()],1)},n=[]},5396:function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"content"},[o("v-uni-view",{staticClass:"listBox"},e._l(e.problemsList,(function(t,a){return o("v-uni-view",{key:a,staticClass:"itemBox"},[o("v-uni-view",{staticClass:"itemAsk"},[o("i",[e._v("问")]),o("span",[e._v(e._s(t.problem))])]),t.answers.length>0?o("v-uni-view",e._l(t.answers.slice(0,1),(function(a,i){return o("v-uni-view",{key:i,staticClass:"answer"},[o("v-uni-view",{staticClass:"answerBox"},[o("i",[e._v("答")]),o("span",[e._v(e._s(a.answer))])]),1===t.ifAnswer?o("v-uni-view",{staticClass:"answerBtn",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleJumpAnswerByProblemId(t.problemId)}}},[e._v("立即回答")]):e._e()],1)})),1):o("v-uni-view",[o("v-uni-view",{staticClass:"answer"},[o("v-uni-view",{staticClass:"answerBox"},[o("i",[e._v("答")]),o("span",[e._v("暂无答复")])]),1===t.ifAnswer?o("v-uni-view",{staticClass:"answerBtn",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleJumpAnswerByProblemId(t.problemId)}}},[e._v("立即回答")]):e._e()],1)],1),t.answers.length>1?o("v-uni-view",{staticClass:"seeAll",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleJumpAnswerByProblemId(t.problemId)}}},[e._v("查看全部答复")]):e._e()],1)})),1)],1)},i=[]},5577:function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(o("3471")),n=a(o("2634")),s=a(o("2fdc"));o("e966"),o("f7a5"),o("4626"),o("fd3c"),o("bf0f"),o("2797"),o("c223"),o("dc8a"),o("aa9c"),o("de6c"),o("5c47"),o("a1c1");var r=a(o("23cc")),l=a(o("b260")),c=a(o("7b65")),u=a(o("acc3")),d=(o("a93c"),a(o("e18a"))),p=a(o("6e3a")),f=a(o("bf70")),v=o("5c4d"),h=a(o("a8ef")),g=o("83c8"),b=o("6d56"),m={components:{USkeleton:h.default,Skeleton:r.default,CouponPopup:u.default,CombinedSales:c.default,UButton:l.default,GoodEvaluateAndQuestion:d.default,GoodActivityDetail:p.default,GoodSkuSelect:f.default},data:function(){return{isFirstComeIn:!0,loading:!0,isIphone:"",returnTopFlag:!1,productId:"",shopGroupWorkId:null,topThreeCollageOrders:{},collageId:0,broadCastList:[],showGroupBuyList:!1,shopGroupWorkTicker:null,paramSkuId:null,productData:{},selectedSku:{},currentSuk:[],buyNum:1,storeId:"",commentList:[],sellDescList:"",timeActiveType:!0,btnType:1,allCartNum:0,markTools:[],shopMarkTools:[],currentActive:0,topLeft:0,pointOption:{inTime:null,data:{eventType:1,productIds:""}},zuheList:[]}},created:function(){this.ticker&&clearInterval(this.ticker),this.allCartNum>99&&(this.allCartNum="...")},beforeDestroy:function(){},onShow:function(){},onLoad:function(e){uni.pageScrollTo({scrollTop:0,duration:0}),this.productData={logisticsPrice:0,images:["123","123","123"],productName:"....",ifCollect:1},this.selectedSku={activityType:0,originalPrice:0},e.detail&&(e=this.$getJumpParam(e)),this.isFirstComeIn=!0,this.loading=!0;var t=null;this.pointOption.inTime=(new Date).getTime(),this.isIphone=getApp().globalData.isIphone;var o=getApp().globalData.productShareItem;if(o){var a=getApp().globalData.productShareItem;this.shopId=parseInt(a.shopId),this.productId=a.productId,this.paramSkuId=a.skuId,t=parseInt(a.salesId),getApp().globalData.productShareItem=void 0}else this.shopId=parseInt(e.shopId),this.productId=e.productId,this.paramSkuId=e.skuId,t=parseInt(e.salesId);e.shopGroupWorkId&&(this.shopGroupWorkId=e.shopGroupWorkId),this.handleGetProductDetail(),t&&this.shopId&&this.bindSalesCustomer(t,this.shopId),this.allCartNum=uni.getStorageSync("allCartNum")},onUnload:function(){var e=(new Date).getTime();e-this.pointOption.inTime>=5e3&&(this.pointOption.data.productIds=this.productId,this.$store.dispatch("doPointer",this.pointOption.data)),this.shopGroupWorkTicker&&(clearInterval(this.shopGroupWorkTicker),this.shopGroupWorkTicker=null)},mounted:function(){},onPageScroll:function(e){this.returnTopFlag=e.scrollTop>600,this.topLeft=e.scrollTop},methods:{handlePageScroll:function(e){this.topLeft=e.scrollTop},handleSelectSku:function(e){this.currentSuk=e.currentSku,this.selectedSku=e.skuItem,this.buyNum=e.buyNum},selectSkuPostProcessor:function(){var e=this.selectedSku["ifEnable"];1===this.selectedSku.activityType&&0===e&&(this.topThreeCollageOrders=this.selectedSku.collageOrders.slice(0,3)),[1,2,3,4,5].includes(this.selectedSku.activityType)&&0===e&&this.$refs.goodActivityDetail.handleGetCountDownNumber(this.selectedSku.endTime),this.timeActiveType=0===e},handleGetGroupBookingRollList:function(){var e=this;return(0,s.default)((0,n.default)().mark((function t(){var o,a,i;return(0,n.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return a={productId:e.productId,shopGroupWorkId:null!==(o=e.shopGroupWorkId)&&void 0!==o?o:void 0},t.next=3,g.request(b.GetBroadCastList,a,"GET");case 3:i=t.sent,e.broadCastList=i.data;case 5:case"end":return t.stop()}}),t)})))()},handleGoGroupBooking:function(e){this.showGroupBuyList=!1,this.collageId=e,this.$refs.skuSelect.goodsDetailShowFlag=!0},handleSetDownTime:function(){var e=!1,t=this.productData.map;for(var o in t){var a=t[o]["collageOrders"];if(a&&a.length>0){e=!0;break}}e&&(this.shopGroupWorkTicker=setInterval((function(){for(var e in t){var o=t[e]["collageOrders"];o&&o.length>0&&o.forEach((function(e){e.time>0&&(e.time-=1e3)}))}}),1e3))},handleGetDownTime:function(e){e<=0&&(clearInterval(this.shopGroupWorkTicker),this.shopGroupWorkTicker=null,this.handleGetProductDetail());var t=(0,v.TimeFormatting)(e/1e3);return"".concat(t.hour,":").concat(t.min,":").concat(t.sec)},handleJumpToShopCart:function(){this.$jumpToTabbar("../../pages/tabbar/cart/index")},handleJumpToStore:function(){this.$jump("../store/index?storeId=".concat(this.shopId))},handleReturnTop:function(){uni.pageScrollTo({scrollTop:0,duration:300})},handleShowGoodsSkuSelect:function(e){this.collageId=0,this.$refs.skuSelect.btnType=e,this.$refs.skuSelect.goodsDetailShowFlag=!0},handleShowCoupon:function(){this.$refs.couponPopup.showActivity=!0},handleActivityEnd:function(){this.selectedSku.activityType=0,location.reload()},handleGetProductDetail:function(){var e=this;return(0,s.default)((0,n.default)().mark((function t(){var o,a,r,l,c;return(0,n.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return e.loading=!0,t.prev=1,o={shopId:e.shopId,productId:e.productId,skuId:e.paramSkuId,terminal:1},t.next=5,g.request(b.QueryProductDetail,o,"GET");case 5:for(c in a=t.sent,e.isFirstComeIn=!1,e.loading=!1,e.productData=a.data,e.markTools=a.data.markTools,console.log("平台优惠券",a.data.markTools),e.shopMarkTools=a.data.shopMarkTools,e.currentActive=0===e.markTools.length&&e.shopMarkTools.length>0?1:0,r=e.productData.map,l=Object.keys(r),1===l.length&&"单款项"===l[0]&&e.productData.names[0].values.push({skuValue:e.productData.names[0].skuName,valueCode:"单款项"}),r)r[c].image||(r[c].image=e.productData.images[0]);e.commentList=a.data.comments,e.sellDescList=a.data.text.replace(/\<img/gi,'<img style="max-width:100%;height:auto" '),e.$nextTick((0,s.default)((0,n.default)().mark((function t(){var o,a,s,r,l,c,u,d;return(0,n.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(e.paramSkuId)e.$refs.skuSelect.handleSelectBySkuId(e.paramSkuId);else{o=(0,i.default)(e.productData.names);try{for(o.s();!(a=o.n()).done;)s=a.value,e.$refs.skuSelect.handleClickSkuItem(s.nameCode,s.values[0].valueCode)}catch(n){o.e(n)}finally{o.f()}}if(1!==e.productData.activityType){t.next=6;break}return e.shopGroupWorkId=e.productData.shopGroupWorkId,t.next=5,e.handleGetGroupBookingRollList();case 5:e.handleSetDownTime();case 6:for(r=e.productData.combinationName.split("+&"),l=e.productData.productImage.split("+&"),c=Math.min(r.length,l.length),u=0;u<c;u++)d={name:r[u],imgurl:l[u]},e.zuheList.push(d);return t.next=12,e.$refs.goodEvaluateAndQuestion.handleGetProblemList();case 12:case"end":return t.stop()}}),t)}))));case 20:return t.prev=20,uni.hideLoading(),t.finish(20);case 23:case"end":return t.stop()}}),t,null,[[1,,20,23]])})))()},bindSalesCustomer:function(e,t){if(!uni.getStorageSync("storage_key"))return uni.setStorageSync("salesId",e),uni.setStorageSync("shopId",t),void uni.navigateTo({url:"../../pages_category_page2/userModule/login"});g.request(b.BindSalesCustomer,{shopId:t,distributorId:e},"POST").then((function(e){console.log("分销关系绑定成功!")}))},handleOpenGroupBookingList:function(){this.topThreeCollageOrders.length>0?this.showGroupBuyList=!0:uni.showToast({title:"还没有人拼单,快去拼单吧!",icon:"none"})},kefu:function(){uni.navigateTo({url:"/pages_category_page1/customer/chatBox?shopId=".concat(this.shopId)})},flyToService:function(){return(0,s.default)((0,n.default)().mark((function e(){return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:uni.navigateTo({url:"/pages_category_page1/customer/chatBox"});case 1:case"end":return e.stop()}}),e)})))()}}};t.default=m},5606:function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa");var i=a(o("c4c2")),n=o("83c8"),s=o("6d56"),r={name:"coupon-popup",components:{WxSendCoupon:i.default},props:{markTools:{type:Array,default:function(){return[]}},shopMarkTools:{type:Array,default:function(){return[]}},setTop:{type:Number,default:0},currentActive:{type:Number,default:0}},data:function(){return{showActivity:!1,isShowSuccess:!1,activeTypeFlag:0,activeTypeList:[{name:"店铺活动"}]}},methods:{activeTypeActive:function(e){console.log(e),this.activeTypeFlag=e},onActivityClose:function(){this.showActivity=!1},getDate:function(e){return e?e.split(" ")[0].split("-").join("."):""},receiveTap:function(e,t){var o,a=this;this.$showLoading("领取中..."),o=0===t?{couponId:e.couponId,shopId:this.shopId}:{shopCouponId:e.shopCouponId,shopId:this.shopId},n.request(s.ReceiveCoupon,o,"POST").then((function(e){a.isShowSuccess=!0,setTimeout((function(){a.isShowSuccess=!1}),1500)})).catch((function(e){uni.showToast({title:e.msg,icon:"none"})}))},success:function(){var e=this;this.isShowSuccess=!0,setTimeout((function(){e.isShowSuccess=!1}),1500)},closePopup:function(){this.showActivity=!1}}};t.default=r},5671:function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={globalLoading:o("1abf").default,uTabs:o("2038").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",{staticClass:"coupon-popup",class:e.showActivity&&"show"},[o("global-loading"),o("v-uni-view",{staticClass:"mask",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.closePopup.apply(void 0,arguments)}}}),o("v-uni-view",{staticClass:"couponShow-box",attrs:{id:"popupInner"}},[o("v-uni-view",{staticClass:"tabsbox"},[o("u-tabs",{attrs:{list:e.activeTypeList,"bar-width":"0","bar-height":"0",bold:!1,"active-color":"#2ca638","inactive-color":"#999999","is-scroll":!1,current:e.activeTypeFlag},on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.activeTypeActive.apply(void 0,arguments)}}})],1),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===e.activeTypeFlag,expression:"activeTypeFlag === 1"}]},[o("v-uni-view",{staticClass:"couponShow"},[o("v-uni-view",{staticClass:"title-box"},[o("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/close.png"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.onActivityClose.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"shopCouponBox",class:0===e.markTools.length&&"flex"},[e.markTools.length>0?o("v-uni-view",{staticClass:"list"},e._l(e.markTools,(function(t,a){return o("v-uni-view",{key:a,staticClass:"item",class:{received:1===t.state}},[o("v-uni-view",{staticClass:"info-box"},[1==t.couponType?o("v-uni-view",{staticClass:"discoun"},[o("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[e._v("¥")]),e._v(e._s(t.reduceMoney))],1):e._e(),2==t.couponType?o("v-uni-view",{staticClass:"discoun"},[e._v(e._s(t.reduceMoney)+"折")]):e._e(),o("v-uni-view",{staticClass:"info-date"},[e._v(e._s(e.getDate(t.startTime))+"-"+e._s(e.getDate(t.endTime)))]),o("v-uni-view",{staticClass:"info-condition mar-top-30"},[e._v(e._s(t.content))]),3===t.state?o("wx-send-coupon",{attrs:{couponList:[t]},on:{success:function(t){arguments[0]=t=e.$handleEvent(t),e.success.apply(void 0,arguments)}}},[3===t.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[e._v("立即领取")]):e._e()],1):e._e(),0===t.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[e._v("已领取")]):e._e(),1===t.state?o("v-uni-view",{staticClass:"use-btn mar-top-10"},[e._v("已使用")]):e._e()],1)],1)})),1):o("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[o("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png"}}),o("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[e._v("你还没有优惠券哦~")])],1)],1)],1)],1),o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0===e.activeTypeFlag,expression:"activeTypeFlag === 0"}]},[o("v-uni-view",{staticClass:"couponShow"},[o("v-uni-view",{staticClass:"title-box"},[o("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/close.png"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.onActivityClose.apply(void 0,arguments)}}})],1),o("v-uni-view",{staticClass:"shopCouponBox",class:0===e.shopMarkTools.length&&"flex"},[e.shopMarkTools.length>0?o("v-uni-view",{staticClass:"list"},e._l(e.shopMarkTools,(function(t,a){return o("v-uni-view",{key:a,staticClass:"item",class:{received:1===t.state}},[o("v-uni-view",{staticClass:"info-box"},[1===t.couponType?o("v-uni-view",{staticClass:"discoun"},[o("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[e._v("¥")]),e._v(e._s(t.reduceMoney))],1):e._e(),2===t.couponType?o("v-uni-view",{staticClass:"discoun"},[e._v(e._s(t.reduceMoney)+"折")]):e._e(),o("v-uni-view",{staticClass:"info-date"},[e._v(e._s(e.getDate(t.startTime))+"-"+e._s(e.getDate(t.endTime)))]),1===t.couponType?o("v-uni-view",{staticClass:"info-condition"},[e._v("满"+e._s(t.fullMoney)+"元减"+e._s(t.reduceMoney)+"元")]):e._e(),2===t.couponType?o("v-uni-view",{staticClass:"info-condition"},[e._v(e._s(t.reduceMoney)+"折优惠")]):e._e(),3===t.state?o("v-uni-view",{staticClass:"use-btn",on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.receiveTap(t,1)}}},[e._v("立即领取")]):e._e(),0===t.state?o("v-uni-view",{staticClass:"use-btn"},[e._v("已领取")]):e._e()],1)],1)})),1):o("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[o("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/img//bgnull.png"}}),o("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[e._v("你还没有优惠券哦~")])],1)],1)],1)],1),e.isShowSuccess?o("v-uni-view",{staticClass:"receive-success"},[o("v-uni-view",{staticClass:"success-box"},[o("v-uni-image",{staticClass:"success-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/success_tu.png"}}),o("v-uni-view",{staticClass:"text"},[e._v("领取成功")])],1)],1):e._e()],1)],1)},n=[]},"5c4d":function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.TimeFormatting=void 0;function a(e){return e<10?"0"+e:e}t.TimeFormatting=function(e){var t=Math.floor(e/3600/24),o=Math.floor(e/3600%24),i=Math.floor(e/60%60),n=Math.floor(e%60);return{day:a(t),hour:a(o),min:a(i),sec:a(n)}}},"5f23":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.share[data-v-30fd92a9]{background-color:#f8f8f8;text-align:center}.share .h3[data-v-30fd92a9]{font-size:%?30?%;color:#333;line-height:%?42?%;padding:%?30?% 0;border-bottom:2px solid #f0f0f0;display:block}.share .share-list[data-v-30fd92a9]{padding:%?40?% 0 %?54?%}.share .share-list .ul[data-v-30fd92a9]{display:flex;justify-content:space-around}.share .share-list .ul .li[data-v-30fd92a9]::after{border:none}.share .share-list .ul .li .icon[data-v-30fd92a9]{display:block;width:%?92?%;height:%?92?%}.share .share-list .ul .li .label[data-v-30fd92a9]{padding-top:%?22?%;font-size:%?24?%;line-height:%?34?%;color:#333;display:block}.share .btn-close[data-v-30fd92a9]{background-color:#fff;padding:%?30?% 0;font-size:%?26?%;color:#333}.share-h5[data-v-30fd92a9]{padding:0 %?20?%;display:flex;justify-content:center}.share-h5 .text[data-v-30fd92a9]{line-height:%?100?%;font-size:30px}.share-h5 .text .icon[data-v-30fd92a9]{background-color:#333;border-radius:50%;display:inline-block;width:%?40?%;height:%?40?%;text-align:center;line-height:%?40?%;margin:0 %?10?%}.share-button[data-v-30fd92a9]::after{border:none}',""]),e.exports=t},"62ee":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goodsImgswiper-box[data-v-ec9e5e5e]{width:%?750?%;height:%?750?%}.goodsImgswiper-box .goodsImg[data-v-ec9e5e5e]{width:%?750?%;height:%?750?%}.share-box[data-v-ec9e5e5e]{width:%?200?%;height:%?60?%;background-color:#fff;border-radius:%?30?% 0 0 %?30?%;position:absolute;top:%?30?%;right:0;z-index:99}.share-box .share-img[data-v-ec9e5e5e]{width:%?36?%;height:%?36?%}.goodgDes-box[data-v-ec9e5e5e]{background-color:#fff;width:100%;padding-bottom:%?25?%}.goodgDes-box .priceBuyNum-box[data-v-ec9e5e5e]{width:%?677?%;margin-top:%?30?%}.goodgDes-box .nameContainer[data-v-ec9e5e5e]{display:flex}.goodgDes-box .nameContainer .goodsName-box[data-v-ec9e5e5e]{width:%?677?%;height:%?85?%}.goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-ec9e5e5e]{width:%?70?%;height:%?36?%}.goodgDes-box .nameContainer .collectBox[data-v-ec9e5e5e]{width:%?80?%;margin:0 %?30?% 0 %?15?%;display:flex;flex-direction:column;justify-content:center;align-items:center}.goodgDes-box .nameContainer .store-icon[data-v-ec9e5e5e]{width:%?48?%;height:%?48?%}.goodgDes-box .discounts-box[data-v-ec9e5e5e]{margin-top:%?20?%}.goodgDes-box .discounts-box .discounts-text[data-v-ec9e5e5e]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.goodgDes-box .activity-box[data-v-ec9e5e5e]{display:flex;flex-direction:row;justify-content:center;align-items:flex-end;border-top:%?1?% solid #ededed}.goodgDes-box .activity-box .activity-content[data-v-ec9e5e5e]{width:%?614?%;padding-top:%?20?%}.goodgDes-box .activity-box .activity-content .activity-text[data-v-ec9e5e5e]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-ec9e5e5e]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.seckill-box[data-v-ec9e5e5e]{width:100%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/storeTop_Img.png) no-repeat 0 0;padding:%?35?% %?30?%}.seckill-box .seckill-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .vip-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .discount-icon[data-v-ec9e5e5e]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .spell-icon[data-v-ec9e5e5e]{width:%?182?%;height:%?37?%;background-size:contain;margin-bottom:%?20?%}.seckill-box .countdown[data-v-ec9e5e5e]{text-align:center}.seckill-box .countdown uni-label[data-v-ec9e5e5e]{text-align:center;color:#ccc}.seckill-box .countdown-box[data-v-ec9e5e5e]{padding:0 %?8?%;height:%?48?%;color:#ffebc4;background-color:#525252;margin:%?10?%}',""]),e.exports=t},"6a9f":function(e,t,o){"use strict";var a=o("af9b"),i=o.n(a);i.a},"6e3a":function(e,t,o){"use strict";o.r(t);var a=o("4679"),i=o("f90f");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("3211");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ec9e5e5e",null,!1,a["a"],void 0);t["default"]=r.exports},7247:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.skeleton-fade[data-v-ee51da2e]{width:100%;height:100%;background:#c2cfd6;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:blink-data-v-ee51da2e;animation-name:blink-data-v-ee51da2e;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blink-data-v-ee51da2e{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}@keyframes blink-data-v-ee51da2e{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}',""]),e.exports=t},"72e3":function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("5c47"),o("a1c1"),o("e966"),o("c223");var i=o("5c4d"),n=a(o("83c8")),s=a(o("6d56")),r=a(o("ef78")),l={name:"GoodActivityDetail",components:{shareSpell:r.default},data:function(){return{timeDifference:0,activeTimeObj:{day:"00",hour:"00",min:"00",sec:"00"},countdownInterval:null,shareObj:{url:"",image:"",title:"好友分享了一个很棒的商品",actionList:[{text:"生成分享海报"},{text:"邀请好友"}],actionShow:!1}}},props:{productInfo:{type:Object,default:function(){return{}}},skuSelect:{type:Object,default:function(){return{}}},timeActiveType:{type:Boolean,default:function(){return!1}},markTools:{type:Array,default:function(){return[]}},shopMarkTools:{type:Array,default:function(){return[]}}},methods:{handleGetCountDownNumber:function(e){e=e.substring(0,19).replace(/-/g,"/");var t=(new Date(e).getTime()-(new Date).getTime())/1e3;this.timeDifference=t,this.activeTimeObj=(0,i.TimeFormatting)(t),this.handleCountDown()},handleCountDown:function(){var e=this;this.countdownInterval||(this.countdownInterval=setInterval((function(){e.timeDifference<=0?(clearInterval(e.countdownInterval),uni.showToast({title:"活动结束",duration:2e3,icon:"none"}),e.$emit("activityEnd",0)):(e.timeDifference--,e.activeTimeObj=(0,i.TimeFormatting)(e.timeDifference))}),1e3))},couponShowClick:function(){this.$emit("couponClick")},handleCollect:function(){var e=this;0===this.productInfo.ifCollect?n.default.request(s.default.collect,{productId:parseInt(this.productInfo.productId)},"POST").then((function(t){e.productInfo.ifCollect=1,uni.showToast({title:"收藏成功",icon:"success"})})):n.default.request(s.default.cancelCollect,{ids:[this.productInfo.productId]},"PUT").then((function(t){e.productInfo.ifCollect=0,uni.showToast({title:"取消收藏成功",icon:"success"})}))},sharePoster:function(){var e=this;uni.showLoading({mask:!0,title:"请稍候..."}),n.default.request(s.default.getSharePic,{productId:this.productInfo.productId,shopId:this.productInfo.shopId,skuId:this.skuSelect.skuId,terminal:3},"GET").then((function(t){uni.hideLoading(),uni.navigateTo({url:"/pages_category_page1/distributionModule/shareProduct?shareType=2&productImage=".concat(e.productInfo.images[0],"&shopId=").concat(e.productInfo.shopId,"&productId=").concat(e.productInfo.productId,"&skuId=").concat(e.skuSelect.skuId,"&productName=").concat(e.productInfo.productName,"&price=").concat(e.productInfo.price,"&headImage=").concat(t.data.headImage,"&shareName=").concat(t.data.name,"&shareImg=").concat(t.data)})})).catch((function(e){uni.hideLoading()}))},shareMenuShow:function(){this.shareObj.actionShow=!0},shareCancel:function(){this.$refs.shareSpell.shareShow=!1},handleShareSelect:function(e){0===e?this.sharePoster():(this.shareObj.url="/pages_category_page1/goodsModule/goodsDetails?shopId="+this.productInfo.shopId+"&productId="+this.productInfo.productId+"&skuId="+this.skuSelect.skuId,this.shareObj.image=this.productInfo.images[0],this.shareObj.title="【锦江公园】好友分享了一个好物给您!".concat(this.productInfo.productName," ¥").concat(this.productInfo.price," "),this.$refs.shareSpell.shareShow=!0)}}};t.default=l},"7b65":function(e,t,o){"use strict";o.r(t);var a=o("8ceb"),i=o("aef3");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("8aac");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"04d652ab",null,!1,a["a"],void 0);t["default"]=r.exports},"7c49":function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa"),o("5ef2"),o("bf0f"),o("5c47");var a={name:"u-button",props:{hairLine:{type:Boolean,default:!0},type:{type:String,default:"default"},size:{type:String,default:"default"},shape:{type:String,default:"square"},plain:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},openType:{type:String,default:""},formType:{type:String,default:""},appParameter:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!1},lang:{type:String,default:"en"},sessionFrom:{type:String,default:""},sendMessageTitle:{type:String,default:""},sendMessagePath:{type:String,default:""},sendMessageImg:{type:String,default:""},showMessageCard:{type:Boolean,default:!1},hoverBgColor:{type:String,default:""},rippleBgColor:{type:String,default:""},ripple:{type:Boolean,default:!1},hoverClass:{type:String,default:""},customStyle:{type:Object,default:function(){return{}}},dataName:{type:String,default:""},throttleTime:{type:[String,Number],default:1e3}},computed:{getHoverClass:function(){if(this.loading||this.disabled||this.ripple||this.hoverClass)return"";var e;return e=this.plain?"u-"+this.type+"-plain-hover":"u-"+this.type+"-hover",e},showHairLineBorder:function(){return["primary","success","error","warning"].indexOf(this.type)>=0&&!this.plain?"":"u-hairline-border"}},data:function(){return{rippleTop:0,rippleLeft:0,fields:{},waveActive:!1}},methods:{click:function(e){var t=this;this.$u.throttle((function(){!0!==t.loading&&!0!==t.disabled&&(t.ripple&&(t.waveActive=!1,t.$nextTick((function(){this.getWaveQuery(e)}))),t.$emit("click",e))}),this.throttleTime)},getWaveQuery:function(e){var t=this;this.getElQuery().then((function(o){var a=o[0];if(a.width&&a.width&&(a.targetWidth=a.height>a.width?a.height:a.width,a.targetWidth)){t.fields=a;var i,n;i=e.touches[0].clientX,n=e.touches[0].clientY,t.rippleTop=n-a.top-a.targetWidth/2,t.rippleLeft=i-a.left-a.targetWidth/2,t.$nextTick((function(){t.waveActive=!0}))}}))},getElQuery:function(){var e=this;return new Promise((function(t){var o="";o=uni.createSelectorQuery().in(e),o.select(".u-btn").boundingClientRect(),o.exec((function(e){t(e)}))}))},getphonenumber:function(e){this.$emit("getphonenumber",e)},getuserinfo:function(e){this.$emit("getuserinfo",e)},error:function(e){this.$emit("error",e)},opensetting:function(e){this.$emit("opensetting",e)},launchapp:function(e){this.$emit("launchapp",e)}}};t.default=a},"80da":function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;a(o("a306"));var i=a(o("4ec6")),n=o("6d56"),s={components:{UImage:i.default},props:{img:{type:String,default:""},url:{type:String,dafault:""},title:{type:String,dafault:""},urlParms:{type:String,default:""}},onShareAppMessage:function(e){e.from,e.from;var t=e.target.dataset.obj;return{path:"/pages_category_page1/goodsModule/inviteSpell?".concat(t.url)}},name:"share",data:function(){return{shareShow:!1,wapShow:!1,wxShareData:{url:""}}},mounted:function(){this.wxShareData=this.url},computed:{longUrl:function(){return n.shareLink+this.url}},methods:{cancel:function(e){1===e?(this.shareShow=!1,this.$emit("shareCancel")):2===e&&(this.wapShow=!1)},wxShare:function(e){},share:function(e){switch(e){case"weixin":this.wxShare("WXSceneSession");break;case"weixinpyq":this.wxShare("WXSceneTimeline");break;case"qq":break;case"weibo":break;case"lianjie":uni.setClipboardData({data:this.title+this.longUrl,success:function(){uni.showToast({title:"复制成功"})}});break}},overShare:function(){wx.onAppRoute((function(e){var t,o=getCurrentPages(),a=o[o.length-1];a&&(t=a.data,console.log("是否重写分享方法",t.isOverShare),t.isOverShare||(t.isOverShare=!0,a.onShareAppMessage=function(){return{title:"标题",path:"/pages/nearby/index"}}))}))}}};t.default=s},8518:function(e,t,o){"use strict";o.r(t);var a=o("b3ae"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"8aac":function(e,t,o){"use strict";var a=o("ce09"),i=o.n(a);i.a},"8ca5":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-image[data-v-54b06602]{position:relative;transition:opacity .5s ease-in-out}.u-image__image[data-v-54b06602]{width:100%;height:100%}.u-image__loading[data-v-54b06602], .u-image__error[data-v-54b06602]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#909399;font-size:%?46?%}',""]),e.exports=t},"8ceb":function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.selectComposeData&&e.selectComposeData.length>0?o("v-uni-view",{staticClass:"group-list"},[o("v-uni-view",{staticClass:"group-warp"},[o("v-uni-view",{staticClass:"title"},[o("v-uni-label",[o("v-uni-image",{staticClass:"title-img",attrs:{src:"https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/combinationIcon.png",alt:"组合销售",mode:"widthFix"}})],1),o("v-uni-view",{staticClass:"price-text"},[e._v("组合价:¥"+e._s(e.composePrice))])],1),o("v-uni-view",[o("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[o("v-uni-view",{staticClass:"ul"},e._l(e.selectComposeData,(function(t,a){return o("v-uni-view",{key:a,staticClass:"li",class:e.tabIndex===a&&"on",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.tabChange(a)}}},[e._v(e._s(t.composeName))])})),1)],1),e._l(e.selectComposeData,(function(t,a){return o("v-uni-view",{key:a,staticClass:"tabs-item",class:e.tabIndex===a&&"on"},[o("v-uni-swiper",{staticClass:"swiper pro-box",attrs:{"indicator-dots":!1,autoplay:!0,"display-multiple-items":t.composeProductInfoList.length<3?t.composeProductInfoList.length:3,"disable-touch":t.composeProductInfoList.length<=3},on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.swiperChange.apply(void 0,arguments)}}},e._l(t.composeProductInfoList,(function(t,a){return o("v-uni-swiper-item",{key:a,staticClass:"pro-item-warp"},[o("v-uni-view",{staticClass:"pro-item-inner"},[o("v-uni-view",{staticClass:"pro-item"},[o("v-uni-view",{staticClass:"pro-item-img"},[o("v-uni-image",{staticClass:"img",attrs:{src:t.productImage}})],1),o("v-uni-view",{staticClass:"pro-item-info"},[o("h3",{staticClass:"name"},[e._v(e._s(t.productName))]),o("v-uni-view",{staticClass:"sku",on:{click:function(o){o.stopPropagation(),arguments[0]=o=e.$handleEvent(o),e.changeSkuItemValue(t,a)}}},[o("v-uni-view",{staticClass:"text"},[e._v(e._s(t.skuItem.skuName))])],1)],1)],1)],1)],1)})),1),t.composeProductInfoList.length>3?o("v-uni-view",{staticClass:"swiper-dots"},e._l(t.composeProductInfoList.length-2,(function(t,a){return o("v-uni-text",{key:a,class:{"dot-active":e.swiperCurrent===a,dot:!0}})})),1):e._e()],1)})),o("v-uni-view",{staticClass:"btn-buy",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.doBuy.apply(void 0,arguments)}}},[e._v("立即购买")])],2)],1),o("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:e.goodsDetailShowFlag,callback:function(t){e.goodsDetailShowFlag=t},expression:"goodsDetailShowFlag"}},[o("v-uni-view",{staticClass:"goosDetailshow-box"},[o("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[o("v-uni-image",{staticClass:"detailImg",attrs:{src:e.selectedSku.image}}),o("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[o("v-uni-view",{staticClass:"font-color-C5AA7B"},[o("v-uni-label",{staticClass:"fs24"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs36 mar-left-10",domProps:{textContent:e._s(e.getPrice(e.selectedSku))}})],1),o("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[e._v("库存 "+e._s(e.selectedSku.stockNumber)+" 件")]),o("v-uni-label",{staticClass:"fs24 mar-top-20"},[e._v("已选")])],1)],1),o("v-uni-view",{staticClass:"color-box flex-column-plus"},e._l(e.skuProData.names,(function(t,a){return o("v-uni-view",{key:a,staticClass:"skuStyle"},[o("v-uni-label",{staticClass:"fs24 font-color-999"},[e._v(e._s(t.skuName))]),o("v-uni-view",{staticClass:"colorName-box"},e._l(t.values,(function(a,i){return o("v-uni-view",{key:i,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":e.getselectedAttrVal(t.nameCode)==a.valueCode},on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.nameCodeValueCodeClick(t.nameCode,a.valueCode,!0)}}},[e._v(e._s(a.skuValue))])],1)})),1)],1)})),1),o("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus"},[o("v-uni-button",{staticClass:"submitBtn",attrs:{type:"default"},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.submitBtn()}}},[e._v("确认")])],1)],1)],1)],1):e._e()},n=[]},"8d3c":function(e,t,o){"use strict";o.r(t);var a=o("df7e"),i=o("8518");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("17ff");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"1b472f0d",null,!1,a["a"],void 0);t["default"]=r.exports},"8d3d":function(e,t,o){"use strict";o.r(t);var a=o("80da"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},"8e29":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.goosDetailshow-box[data-v-b610f014]{margin-bottom:%?-5?%}.goosDetailshow-box .detailImg-box[data-v-b610f014]{margin-top:%?30?%;margin-left:%?30?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%;width:%?690?%}.goosDetailshow-box .detailImg-box .detailImg[data-v-b610f014]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-b610f014]{padding:%?30?% %?30?%;width:%?690?%}.goosDetailshow-box .color-box .colorName-box[data-v-b610f014]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .color-box .colorName-box .colorName[data-v-b610f014]{background-color:#fff;margin-left:%?30?%;padding:%?10?% %?32?%;font-size:%?26?%;border:%?2?% solid #e4e5e6;z-index:2;color:#333}.goosDetailshow-box .color-box .colorName-box .colorName-on[data-v-b610f014]{border-radius:%?6?%;background-color:#e8f2ea;color:#39a03e;margin-left:%?30?%;padding:%?10?% %?32?%;font-size:%?26?%;text-align:center;z-index:1;border:none}.goosDetailshow-box .modelNum-box[data-v-b610f014]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-b610f014]{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:%?30?%;margin-left:%?-30?%}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName-on[data-v-b610f014]{background-color:#ffe4d0;color:#ff7800;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;border:%?1?% solid #ff7800;font-size:%?26?%;text-align:center}.goosDetailshow-box .modelNum-box .modelNumName-box .modelNumName[data-v-b610f014]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNumCent[data-v-b610f014]{padding:0 %?30?%}.goosDetailshow-box .goodsNumCent .goodsNum-box[data-v-b610f014]{width:100%;padding:%?30?% 0 %?180?% 0;border-top:%?2?% solid #ededed}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum[data-v-b610f014]{height:%?50?%;display:flex;align-items:center}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .item[data-v-b610f014]{width:%?50?%;height:%?50?%;line-height:%?48?%;border:%?1?% solid #999;text-align:center}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .subtract[data-v-b610f014]{border-right:%?0?%}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .goodsNumber[data-v-b610f014]{line-height:%?50?%}.goosDetailshow-box .goodsNumCent .goodsNum-box .goodsNum .add[data-v-b610f014]{border-left:%?0?%}.goosDetailshow-box .bottom-line[data-v-b610f014]{border-bottom:%?1?% solid #ededed}.goosDetailshow-box .huabei-box[data-v-b610f014]{padding:%?30?% %?30?%;width:%?690?%}.goosDetailshow-box .huabei-box .fenqi-box[data-v-b610f014]{margin-top:%?15?%;width:120%}.goosDetailshow-box .huabei-box .fenqi-box .huabei-item[data-v-b610f014]{display:inline-block;background:#f3f3f3;padding:%?16?% %?24?%;margin:%?5?% %?10?%;border-radius:%?15?%;text-align:center;font-size:%?7?%}.goosDetailshow-box .huabei-box .fenqi-box .huabei-item .huabei-period[data-v-b610f014]{display:block}.goosDetailshow-box .huabei-box .fenqi-box .fenqi-on[data-v-b610f014]{border:1px solid #ef7f93;color:#ef7f93}.goosDetailshow-box .huabei-box .fenqi-box .disabled[data-v-b610f014]{color:#cacaca}.goosDetailshow-box .goosDetailbut-box[data-v-b610f014]{justify-content:center}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-b610f014]{width:%?343?%;height:%?80?%;border-radius:%?40?% 0 0 %?40?%;background-color:#ffc300;color:#fffefe;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}.goosDetailshow-box .goosDetailbut-box .buyNowBut[data-v-b610f014]{width:90%;height:%?90?%;background-color:#333;font-size:%?28?%;line-height:%?90?%;text-align:center;color:#ffebc4}.skuSelectBtn[data-v-b610f014]{padding-bottom:%?30?%}.skuSelectBtn .selectBtn[data-v-b610f014]{width:%?342?%;height:%?100?%;line-height:%?100?%;text-align:center;border:%?2?% solid #39be7a;font-size:%?28?%;border-radius:%?8?%;color:#39be7a}.skuSelectBtn .selectBuyNow[data-v-b610f014]{background:#39be7a;color:#fff}.couponItemimg[data-v-b610f014]{width:%?150?%;height:%?60?%}.joinbuyBut[data-v-b610f014]{width:%?190?%;height:%?80?%;background:#333;color:#ffebc4;font-size:%?28?%;line-height:%?80?%;text-align:center;margin-left:%?30?%}',""]),e.exports=t},"960c6":function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-btn[data-v-302d1b7a]::after{border:none}.u-btn[data-v-302d1b7a]{position:relative;border:0;display:inline-block;overflow:hidden;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 %?40?%;z-index:1;box-sizing:border-box;transition:all .15s}.u-btn--bold-border[data-v-302d1b7a]{border:1px solid #fff}.u-btn--default[data-v-302d1b7a]{color:#606266;border-color:#c0c4cc;background-color:#fff}.u-btn--primary[data-v-302d1b7a]{color:#fff;border-color:#2979ff;background-color:#2979ff}.u-btn--success[data-v-302d1b7a]{color:#fff;border-color:#19be6b;background-color:#19be6b}.u-btn--error[data-v-302d1b7a]{color:#fff;border-color:#fa3534;background-color:#fa3534}.u-btn--warning[data-v-302d1b7a]{color:#fff;border-color:#f90;background-color:#f90}.u-btn--default--disabled[data-v-302d1b7a]{color:#fff;border-color:#e4e7ed;background-color:#fff}.u-btn--primary--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#a0cfff!important;background-color:#a0cfff!important}.u-btn--success--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#71d5a1!important;background-color:#71d5a1!important}.u-btn--error--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#fab6b6!important;background-color:#fab6b6!important}.u-btn--warning--disabled[data-v-302d1b7a]{color:#fff!important;border-color:#fcbd71!important;background-color:#fcbd71!important}.u-btn--primary--plain[data-v-302d1b7a]{color:#2979ff!important;border-color:#a0cfff!important;background-color:#ecf5ff!important}.u-btn--success--plain[data-v-302d1b7a]{color:#19be6b!important;border-color:#71d5a1!important;background-color:#dbf1e1!important}.u-btn--error--plain[data-v-302d1b7a]{color:#fa3534!important;border-color:#fab6b6!important;background-color:#fef0f0!important}.u-btn--warning--plain[data-v-302d1b7a]{color:#f90!important;border-color:#fcbd71!important;background-color:#fdf6ec!important}.u-hairline-border[data-v-302d1b7a]:after{content:" ";position:absolute;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;left:0;top:0;width:199.8%;height:199.7%;-webkit-transform:scale(.5);transform:scale(.5);border:1px solid currentColor;z-index:1}.u-wave-ripple[data-v-302d1b7a]{z-index:0;position:absolute;border-radius:100%;background-clip:padding-box;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-transform:scale(0);transform:scale(0);opacity:1;-webkit-transform-origin:center;transform-origin:center}.u-wave-ripple.u-wave-active[data-v-302d1b7a]{opacity:0;-webkit-transform:scale(2);transform:scale(2);transition:opacity 1s linear,-webkit-transform .4s linear;transition:opacity 1s linear,transform .4s linear;transition:opacity 1s linear,transform .4s linear,-webkit-transform .4s linear}.u-round-circle[data-v-302d1b7a]{border-radius:%?100?%}.u-round-circle[data-v-302d1b7a]::after{border-radius:%?100?%}.u-loading[data-v-302d1b7a]::after{background-color:hsla(0,0%,100%,.35)}.u-size-default[data-v-302d1b7a]{font-size:%?30?%;height:%?80?%;line-height:%?80?%}.u-size-medium[data-v-302d1b7a]{display:inline-flex;width:auto;font-size:%?26?%;height:%?70?%;line-height:%?70?%;padding:0 %?80?%}.u-size-mini[data-v-302d1b7a]{display:inline-flex;width:auto;font-size:%?22?%;padding-top:1px;height:%?50?%;line-height:%?50?%;padding:0 %?20?%}.u-primary-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#2b85e4!important}.u-default-plain-hover[data-v-302d1b7a]{color:#2b85e4!important;background:#ecf5ff!important}.u-success-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#18b566!important}.u-warning-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#f29100!important}.u-error-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#dd6161!important}.u-info-plain-hover[data-v-302d1b7a]{color:#fff!important;background:#82848a!important}.u-default-hover[data-v-302d1b7a]{color:#2b85e4!important;border-color:#2b85e4!important;background-color:#ecf5ff!important}.u-primary-hover[data-v-302d1b7a]{background:#2b85e4!important;color:#fff}.u-success-hover[data-v-302d1b7a]{background:#18b566!important;color:#fff}.u-info-hover[data-v-302d1b7a]{background:#82848a!important;color:#fff}.u-warning-hover[data-v-302d1b7a]{background:#f29100!important;color:#fff}.u-error-hover[data-v-302d1b7a]{background:#dd6161!important;color:#fff}',""]),e.exports=t},"9d02":function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"content"},[o("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:e.goodsDetailShowFlag,callback:function(t){e.goodsDetailShowFlag=t},expression:"goodsDetailShowFlag"}},[o("v-uni-view",{staticClass:"goosDetailshow-box"},[o("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[o("v-uni-image",{staticClass:"detailImg",attrs:{src:e.$baseURL+e.selectedSku.image}}),o("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[o("v-uni-view",{staticStyle:{color:"#f4281e"}},[o("v-uni-label",{staticClass:"fs24"},[e._v("¥")]),o("v-uni-label",{staticClass:"fs36 mar-left-10",domProps:{textContent:e._s(1===e.selectedSku.activityType&&4===e.btnType?e.selectedSku["salePrice"]:e.selectedSku.price)}})],1),o("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[e._v("库存 "+e._s(e.selectedSku.stockNumber)+" 件")]),o("v-uni-label",{staticClass:"fs24 mar-top-20"},[e._v("已选")])],1)],1),o("v-uni-view",{staticClass:"color-box flex-column-plus"},e._l(e.productData["names"],(function(t,a){return o("v-uni-view",{key:a},[t["nameCode"]?o("v-uni-label",{staticClass:"fs26 font-color-333"},[e._v(e._s(t.skuName))]):e._e(),o("v-uni-view",{staticClass:"colorName-box"},e._l(t.values,(function(a,i){return o("v-uni-view",{key:i,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":e.selectedAttr[t["nameCode"]]===a.valueCode},on:{click:function(o){arguments[0]=o=e.$handleEvent(o),e.handleClickSkuItem(t["nameCode"],a.valueCode)}}},[e._v(e._s(a.skuValue))])],1)})),1)],1)})),1),o("v-uni-view",{staticClass:"goodsNumCent"},[o("v-uni-view",{staticClass:"goodsNum-box flex-row-plus flex-sp-between",class:{"bottom-line":e.aliAgingObj.supportHanaUta}},[o("v-uni-label",{staticClass:"font-color-333 fs26"},[e._v("数量")]),o("v-uni-view",{staticClass:"goodsNum"},[o("v-uni-view",{staticClass:"item subtract",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleNumSub.apply(void 0,arguments)}}},[e._v("-")]),o("v-uni-view",{staticClass:"item goodsNumber",model:{value:e.buyNum,callback:function(t){e.buyNum=t},expression:"buyNum"}},[e._v(e._s(e.buyNum))]),o("v-uni-view",{staticClass:"item add",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleNumAdd.apply(void 0,arguments)}}},[e._v("+")])],1)],1)],1),e.aliAgingObj.supportHanaUta?o("v-uni-view",{staticClass:"huabei-box flex-column-plus"},[o("v-uni-label",{staticClass:"font-color-999 fs24"},[e._v("花呗分期")]),o("v-uni-scroll-view",{staticClass:"fenqi-box",attrs:{"scroll-x":"true"}},[o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":0===e.aliAgingObj.selectIndex},{disabled:e.aliAgingObj.disableSelectList[0]}],on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleSelectAliAging(0)}}},[o("v-uni-label",{staticClass:"huabei-period"},[e._v("分3期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[e._v("¥"+e._s(e.aliAgingObj.agingMoneyList[0])+"/期")])],1),o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":1===e.aliAgingObj.selectIndex},{disabled:e.aliAgingObj.disableSelectList[1]}],on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleSelectAliAging(1)}}},[o("v-uni-label",{staticClass:"huabei-period"},[e._v("分6期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[e._v("¥"+e._s(e.aliAgingObj.agingMoneyList[1])+"/期")])],1),o("v-uni-view",{staticClass:"huabei-item",class:[{"fenqi-on":2===e.aliAgingObj.selectIndex},{disabled:e.aliAgingObj.disableSelectList[2]}],on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleSelectAliAging(2)}}},[o("v-uni-label",{staticClass:"huabei-period"},[e._v("分12期(含手续费)")]),o("v-uni-label",{staticClass:"huabei-money"},[e._v("¥"+e._s(e.aliAgingObj.agingMoneyList[2])+"/期")])],1)],1)],1):e._e(),6===e.btnType?o("v-uni-view",{staticClass:"skuSelectBtn"},[0===e.productData.shelveState?o("v-uni-view",{staticClass:"flex-row-plus offShelf"},[e._v("商品已下架")]):1===e.selectedSku.activityType?o("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"selectJoinShop selectBtn font-color-333",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyNow.apply(void 0,arguments)}}},[e._v("单独购买")]),o("v-uni-view",{staticClass:"selectBuyNow selectBtn font-color-FFEBC4",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyWithGroup(1)}}},[e._v("我要开团")])],1):o("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[o("v-uni-view",{staticClass:"selectJoinShop selectBtn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleAddCart.apply(void 0,arguments)}}},[e._v("加入购物车")]),o("v-uni-view",{staticClass:"selectBuyNow selectBtn",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyNow.apply(void 0,arguments)}}},[e._v("立即购买")])],1)],1):o("v-uni-view",[1===e.selectedSku.activityType&&0!==e.collageId?o("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus",style:{"padding-bottom":(!0===e.isIphone?60:20)+"rpx"}},[o("v-uni-view",{staticClass:"joinbuyBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyWithGroup(2)}}},[e._v("确定")])],1):1===e.selectedSku.activityType&&3===e.btnType?o("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===e.isIphone?60:20)+"rpx"}},[o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyWithGroup(1)}}},[e._v("去拼团")])],1):o("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===e.isIphone?60:20)+"rpx"}},[1===e.btnType?o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleAddCart.apply(void 0,arguments)}}},[e._v("确认")]):o("v-uni-view",{staticClass:"buyNowBut",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleBuyNow(2)}}},[e._v("确认")])],1)],1)],1)],1)],1)},n=[]},"9df7":function(e,t,o){"use strict";o.r(t);var a=o("1e4c"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},a347:function(e,t,o){"use strict";o.r(t);var a=o("ccb6"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},a48f:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.listBox[data-v-a3bbedda]{padding:0 %?30?%}.listBox .itemBox[data-v-a3bbedda]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.listBox .itemBox[data-v-a3bbedda]:last-child{border-bottom:none}.listBox .itemBox .itemAsk[data-v-a3bbedda]{display:flex;align-items:center;margin-bottom:%?42?%}.listBox .itemBox .itemAsk i[data-v-a3bbedda]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;margin-right:%?30?%;font-size:%?24?%;color:#fff;text-align:center}.listBox .itemBox .itemAsk span[data-v-a3bbedda]{font-size:%?28?%;color:#333}.listBox .itemBox .answer[data-v-a3bbedda]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.listBox .itemBox .answer .answerBox[data-v-a3bbedda]{display:flex;align-items:center}.listBox .itemBox .answer .answerBox i[data-v-a3bbedda]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;text-align:center;margin-right:%?30?%;font-size:%?24?%;color:#fff}.listBox .itemBox .answer .answerBox span[data-v-a3bbedda]{font-size:%?26?%;color:#666}.listBox .itemBox .answer .answerBtn[data-v-a3bbedda]{width:%?130?%;height:%?50?%;line-height:%?50?%;border:#333 %?2?% solid;text-align:center;color:#333;font-size:%?24?%}.listBox .itemBox .seeAll[data-v-a3bbedda]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}',""]),e.exports=t},a531:function(e,t,o){"use strict";o.r(t);var a=o("cc9a"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},a5d9:function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("dc8a"),o("fd3c"),o("aa9c"),o("bf0f"),o("de6c"),o("e966"),o("2797"),o("4626"),o("5ac7"),o("e838");var i=a(o("83c8")),n=a(o("6d56")),s={name:"combinedSales",props:{pid:{type:String,default:""},productData:{type:Object,default:function(){}}},data:function(){return{skuShowFalg:!1,tabIndex:0,swiperCurrent:0,selectComposeData:[],curProIndex:0,selectedSku:[],selectedAttr:[],skuProData:{},goodsDetailShowFlag:!1,composePrice:0}},mounted:function(){this.getSelectCompose()},methods:{tabChange:function(e){this.tabIndex=e,this.calculatePrice()},swiperChange:function(e){this.swiperCurrent=e.detail.current},getSelectCompose:function(){var e=this;i.default.request(n.default.selectCompose,{productId:this.pid},"GET").then((function(t){e.selectComposeData=t.data;for(var o=0;o<e.selectComposeData.length;o++)for(var a=e.selectComposeData[o].composeProductInfoList,i=0;i<a.length;i++)a[i].skuItem=a[i].composeSkuInfoList[0];e.calculatePrice()})).catch((function(e){}))},changeSkuItemValue:function(e,t){var o=this;this.curProIndex=t,uni.showLoading({mask:!0,title:"加载中..."}),i.default.request(n.default.QueryProductDetail,{shopId:this.productData.shopId,productId:e.productId,skuId:e.skuItem.skuId,terminal:1},"GET").then((function(t){uni.hideLoading(),o.skuProData=t.data;var a=Object.keys(o.skuProData.map);for(var i in 1===a.length&&"单款项"===a[0]&&o.skuProData.names[0].values.push({skuValue:"单款项",valueCode:"单款项"}),o.skuProData.map){var n=o.skuProData.map[i].image;n||(o.skuProData.map[i].image=o.skuProData.images[0])}o.goodsDetailShowFlag=!0,o.selectBySkuId(e.skuItem.skuId)})).catch((function(e){uni.hideLoading()}))},selectBySkuId:function(e){var t=this;if(e){var o=this.skuProData.map,a=!0;for(var i in o)if(parseInt(o[i].skuId)===parseInt(e)){var n=function(){a=!1,t.selectedSku=o[i];var e=i.split(",");return t.selectedAttr=[],t.skuProData.names.forEach((function(o){for(var a in o.values){var i=o.values[a].valueCode;if(e.includes(i)){t.nameCodeValueCodeClick(o.nameCode,i,!1);break}}})),"break"}();if("break"===n)break}if(a)for(var i in o){console.log(i,"key"),this.selectedSku=o[i];break}}},nameCodeValueCodeClick:function(e,t,o){if(this.selectedAttr[e]=t,console.log(this.selectedAttr,"this.selectedAttr"),o){var a=[];for(var i in this.selectedAttr)a.push(this.selectedAttr[i]);var n=a.join(","),s=this.skuProData.map;for(var i in s)n===i&&(this.selectedSku=s[i])}this.$forceUpdate()},submitBtn:function(){console.log(this.selectedSku,"this.selectedSku");for(var e=this.selectComposeData[this.tabIndex].composeProductInfoList[this.curProIndex],t=0;t<e.composeSkuInfoList.length;t++)e.composeSkuInfoList[t].skuId===this.selectedSku.skuId&&(this.selectedSku.skuName=e.composeSkuInfoList[t].skuName);e.skuItem=this.selectedSku,this.calculatePrice(),this.goodsDetailShowFlag=!1},calculatePrice:function(){for(var e=this.selectComposeData[this.tabIndex].composeProductInfoList,t=this.selectComposeData[this.tabIndex].composeType,o=this.selectComposeData[this.tabIndex].promote,a=0,i=0;i<e.length;i++)a+=this.getPrice(e[i].skuItem);switch(t){case 1:this.composePrice=o.toFixed(2);break;case 2:this.composePrice=(a-o).toFixed(2);break;case 3:this.composePrice=parseFloat(a*o/10).toFixed(2);break}console.log(a,this.composePrice,"total")},getPrice:function(e){return e.activityType?0===e.activityType||6===e.activityType||7===e.activityType?e.price:e.originalPrice:e.price},doBuy:function(){var e=[],t={};t["shopId"]=this.productData.shopId,t["composeId"]=this.selectComposeData[this.tabIndex].composeId,t["skus"]=[];for(var o=this.selectComposeData[this.tabIndex].composeProductInfoList,a=o.length,i=0;i<a;i++){var n={number:1};n["skuId"]=o[i].skuItem.skuId,t.skus.push(n)}e.push(t),uni.setStorageSync("skuItemDTOList",e),uni.navigateTo({url:"../../pages_category_page1/orderModule/orderConfirm?type=1"})},getselectedAttrVal:function(e){return this.selectedAttr[e]}}};t.default=s},a8ef:function(e,t,o){"use strict";o.r(t);var a=o("e359"),i=o("a347");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("6a9f");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"ee51da2e",null,!1,a["a"],void 0);t["default"]=r.exports},a93c:function(e,t,o){"use strict";o("6a54");var a=o("f5bd").default;Object.defineProperty(t,"__esModule",{value:!0}),t.Services=function(e){var t=null,o=null,a=function(){var a=(0,n.default)((0,i.default)().mark((function a(){var n,l,c,u;return(0,i.default)().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return uni.showLoading({title:"加载中..."}),n=uni.getStorageSync("service_shopids")||[],l=uni.getStorageSync("service_corpIds")||[],c=uni.getStorageSync("service_urls")||[],a.prev=4,a.next=7,s.request(r.CustomerService,{},"get");case 7:u=a.sent,""===u.code&&u.data.corpId&&u.data.url&&(n.push(e),l.push(u.data.corpId),c.push(u.data.url),uni.setStorageSync("service_shopids",n),uni.setStorageSync("service_corpIds",l),uni.setStorageSync("service_urls",c),t=u.data.corpId,o=u.data.url);case 9:return a.prev=9,uni.hideLoading(),a.finish(9);case 12:case"end":return a.stop()}}),a,null,[[4,,9,12]])})));return function(){return a.apply(this,arguments)}}(),l=function(){if(!o||!t)return uni.showToast({icon:"none",title:"暂无客服~"});window.location.href=o};return a().then((function(e){return{flyToService:l}}))},o("aa9c");var i=a(o("2634")),n=a(o("2fdc")),s=o("83c8"),r=o("6d56")},acc3:function(e,t,o){"use strict";o.r(t);var a=o("5671"),i=o("e61a");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("e899");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"77339cc0",null,!1,a["a"],void 0);t["default"]=r.exports},ae16:function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("v-uni-view",{on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)}}},[o("v-uni-view",{staticClass:"tui-modal-box",class:[e.fadein||e.show?"tui-modal-normal":"tui-modal-scale",e.show?"tui-modal-show":""],style:{width:e.width,padding:e.padding,borderRadius:e.radius}},[e.custom?o("v-uni-view",[o("v-uni-view",{staticClass:"flex-end-plus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleClickCancel.apply(void 0,arguments)}}}),e._t("default")],2):o("v-uni-view",[e.title?o("v-uni-view",{staticClass:"tui-modal-title"},[e._v(e._s(e.title))]):e._e(),o("v-uni-view",{staticClass:"tui-modal-content",class:[e.title?"":"tui-mtop"],style:{color:e.color,fontSize:e.size+"rpx"}},[e._v(e._s(e.content))]),o("v-uni-view",{staticClass:"tui-modalBtn-box",class:[2!=e.button.length?"tui-flex-column":""]},[e._l(e.button,(function(t,a){return[o("v-uni-button",{key:a+"_0",staticClass:"tui-modal-btn",class:["tui-"+(t.type||"primary")+(t.plain?"-outline":""),2!=e.button.length?"tui-btn-width":"",e.button.length>2?"tui-mbtm":"","circle"==e.shape?"tui-circle-btn":""],attrs:{"hover-class":"tui-"+(t.plain?"outline":t.type||"primary")+"-hover","data-index":a},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleClick.apply(void 0,arguments)}}},[e._v(e._s(t.text||"确定"))])]}))],2)],1)],1),o("v-uni-view",{staticClass:"tui-modal-mask",class:[e.show?"tui-mask-show":""],on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.handleClickCancel.apply(void 0,arguments)}}})],1)},i=[]},aea0:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={name:"QuestionsAndAnswersList",data:function(){return{}},props:{problemsList:{type:Array,default:function(){return[]}},productInfo:{type:Object,default:function(){return{}}}},methods:{handleJumpAllAnswer:function(){var e=Object.assign({},this.productInfo,{images:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/answerList",e)},handleJumpAnswerByProblemId:function(e){var t=Object.assign({},this.productInfo,{questionlength:this.problemsList.length,problemId:e,img:this.productInfo.images[0]});this.$jump("/pages_category_page1/goodsModule/qADetail",t)}}};t.default=a},aef3:function(e,t,o){"use strict";o.r(t);var a=o("a5d9"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},af9b:function(e,t,o){var a=o("7247");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("576b6343",a,!0,{sourceMap:!1,shadowMode:!1})},b090:function(e,t,o){"use strict";o.r(t);var a=o("0f6b"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},b147:function(e,t,o){var a=o("62ee");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("5a2b9c8a",a,!0,{sourceMap:!1,shadowMode:!1})},b260:function(e,t,o){"use strict";o.r(t);var a=o("296f"),i=o("1988");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("1b7f");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"302d1b7a",null,!1,a["a"],void 0);t["default"]=r.exports},b369:function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.loading?o("v-uni-view",{style:{width:e.windowWinth+"px",height:e.windowHeight+"px",backgroundColor:e.bgColor,position:"absolute",left:e.left+"px",top:e.top+"px",zIndex:100,overflow:"hidden"},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)}}},[e._l(e.RectNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:[e.animation?"skeleton-fade":""],style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,position:"absolute",left:t.left-e.left+"px",top:t.top-e.top<0?t.top-e.top+e.windowHeight-80+"px":t.top-e.top+"px"}})})),e._l(e.circleNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:e.animation?"skeleton-fade":"",style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,borderRadius:t.width/2+"px",position:"absolute",left:t.left-e.left+"px",top:t.top-e.top<0?t.top-e.top+e.windowHeight-80+"px":t.top-e.top+"px"}})})),e._l(e.filletNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:e.animation?"skeleton-fade":"",style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,borderRadius:e.borderRadius+"rpx",position:"absolute",left:t.left-e.left+"px",top:t.top-e.top<0?t.top-e.top+e.windowHeight-80+"px":t.top-e.top+"px"}})}))],2):e._e()},i=[]},b3ae:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa");var a={name:"u-action-sheet",props:{maskCloseAble:{type:Boolean,default:!0},list:{type:Array,default:function(){return[]}},tips:{type:Object,default:function(){return{text:"",color:"",fontSize:"26"}}},cancelBtn:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},value:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:0},zIndex:{type:[String,Number],default:0},cancelText:{type:String,default:"取消"}},computed:{tipsStyle:function(){var e={};return this.tips.color&&(e.color=this.tips.color),this.tips.fontSize&&(e.fontSize=this.tips.fontSize+"rpx"),e},itemStyle:function(){var e=this;return function(t){var o={};return e.list[t].color&&(o.color=e.list[t].color),e.list[t].fontSize&&(o.fontSize=e.list[t].fontSize+"rpx"),e.list[t].disabled&&(o.color="#c0c4cc"),o}},uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},methods:{close:function(){this.popupClose(),this.$emit("close")},popupClose:function(){this.$emit("input",!1)},itemClick:function(e){this.list[e].disabled||(this.$emit("click",e),this.$emit("input",!1))}}};t.default=a},b7b3:function(e,t,o){var a=o("0bdb");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("25966d18",a,!0,{sourceMap:!1,shadowMode:!1})},bd1e:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.i,'.tui-modal-box[data-v-ad217060]{position:fixed;left:50%;top:50%;margin:auto;background-color:#fff;z-index:10000;transition:all .3s ease-in-out;opacity:0;box-sizing:border-box;visibility:hidden}.tui-modal-scale[data-v-ad217060]{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.tui-modal-normal[data-v-ad217060]{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.tui-modal-show[data-v-ad217060]{opacity:1;visibility:visible}.tui-modal-mask[data-v-ad217060]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;transition:all .3s ease-in-out;opacity:0;visibility:hidden}.tui-mask-show[data-v-ad217060]{visibility:visible;opacity:1}.tui-modal-title[data-v-ad217060]{text-align:center;font-size:%?34?%;color:#333;padding-top:%?20?%;font-weight:700}.tui-modal-content[data-v-ad217060]{text-align:center;color:#999;font-size:%?28?%;padding-top:%?20?%;padding-bottom:%?60?%}.tui-mtop[data-v-ad217060]{margin-top:%?30?%}.tui-mbtm[data-v-ad217060]{margin-bottom:%?30?%}.tui-modalBtn-box[data-v-ad217060]{width:100%;display:flex;align-items:center;justify-content:space-between}.tui-flex-column[data-v-ad217060]{flex-direction:column}.tui-modal-btn[data-v-ad217060]{width:46%;height:%?68?%;line-height:%?68?%;position:relative;border-radius:%?10?%;font-size:%?24?%;overflow:visible;margin-left:0;margin-right:0}.tui-modal-btn[data-v-ad217060]::after{content:"";position:absolute;width:200%;height:200%;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(.5);transform:scale(.5);left:0;top:0;border-radius:%?20?%}.tui-btn-width[data-v-ad217060]{width:80%!important}.tui-primary[data-v-ad217060]{background:#5677fc;color:#fff}.tui-primary-hover[data-v-ad217060]{background:#4a67d6;color:#e5e5e5}.tui-primary-outline[data-v-ad217060]{color:#5677fc;background:none}.tui-primary-outline[data-v-ad217060]::after{border:1px solid #5677fc}.tui-danger[data-v-ad217060]{background:#ed3f14;color:#fff}.tui-danger-hover[data-v-ad217060]{background:#d53912;color:#e5e5e5}.tui-danger-outline[data-v-ad217060]{color:#ed3f14;background:none}.tui-danger-outline[data-v-ad217060]::after{border:1px solid #ed3f14}.tui-red[data-v-ad217060]{background:#e41f19;color:#fff}.tui-red-hover[data-v-ad217060]{background:#c51a15;color:#e5e5e5}.tui-red-outline[data-v-ad217060]{color:#e41f19;background:none}.tui-red-outline[data-v-ad217060]::after{border:1px solid #e41f19}.tui-warning[data-v-ad217060]{background:#ff7900;color:#fff}.tui-warning-hover[data-v-ad217060]{background:#e56d00;color:#e5e5e5}.tui-warning-outline[data-v-ad217060]{color:#ff7900;background:none}.tui-warning-outline[data-v-ad217060]::after{border:1px solid #ff7900}.tui-green[data-v-ad217060]{background:#19be6b;color:#fff}.tui-green-hover[data-v-ad217060]{background:#16ab60;color:#e5e5e5}.tui-green-outline[data-v-ad217060]{color:#19be6b;background:none}.tui-green-outline[data-v-ad217060]::after{border:1px solid #19be6b}.tui-white[data-v-ad217060]{background:#fff;color:#333}.tui-white-hover[data-v-ad217060]{background:#f7f7f9;color:#666}.tui-white-outline[data-v-ad217060]{color:#333;background:none}.tui-white-outline[data-v-ad217060]::after{border:1px solid #333}.tui-gray[data-v-ad217060]{background:#ededed;color:#999}.tui-gray-hover[data-v-ad217060]{background:#d5d5d5;color:#898989}.tui-gray-outline[data-v-ad217060]{color:#999;background:none}.tui-gray-outline[data-v-ad217060]::after{border:1px solid #999}.tui-outline-hover[data-v-ad217060]{opacity:.6}.tui-circle-btn[data-v-ad217060]{border-radius:%?40?%!important}.tui-circle-btn[data-v-ad217060]::after{border-radius:%?80?%!important}.img[data-v-ad217060]{width:%?30?%;height:%?30?%}',""]),e.exports=t},bdc9:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.skeleton-fade[data-v-374c8f62]{width:100%;height:100%;background:#c2cfd6;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:blink-data-v-374c8f62;animation-name:blink-data-v-374c8f62;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blink-data-v-374c8f62{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}@keyframes blink-data-v-374c8f62{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}',""]),e.exports=t},be09:function(e,t,o){"use strict";o.r(t);var a=o("5577"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},bf70:function(e,t,o){"use strict";o.r(t);var a=o("9d02"),i=o("00c9");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("0d5d");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"b610f014",null,!1,a["a"],void 0);t["default"]=r.exports},c432:function(e,t,o){"use strict";var a=o("476e"),i=o.n(a);i.a},c4c2:function(e,t,o){"use strict";o.r(t);var a=o("267e"),i=o("9df7");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);t["default"]=r.exports},cc9a:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa"),o("5c47");var a={name:"u-skeleton",props:{elColor:{type:String,default:"#e5e5e5"},bgColor:{type:String,default:"#ffffff"},animation:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:"10"},loading:{type:Boolean,default:!0}},data:function(){return{windowWinth:750,windowHeight:1500,filletNodes:[],circleNodes:[],RectNodes:[],top:0,left:0}},methods:{selecterQueryInfo:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton").boundingClientRect().exec((function(t){e.windowHeight=t[0][0].height,e.windowWinth=t[0][0].width,t[0][0].bottom=t[0][0].height,e.top=t[0][0].bottom-t[0][0].height,e.left=t[0][0].left})),this.getRectEls(),this.getCircleEls(),this.getFilletEls()},getRectEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-rect").boundingClientRect().exec((function(t){e.RectNodes=t[0]}))},getFilletEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-fillet").boundingClientRect().exec((function(t){e.filletNodes=t[0]}))},getCircleEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-circle").boundingClientRect().exec((function(t){e.circleNodes=t[0]}))}},mounted:function(){var e=uni.getSystemInfoSync();this.windowHeight=e.windowHeight,this.windowWinth=e.windowWidth,this.selecterQueryInfo()}};t.default=a},ccb6:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa"),o("5c47");var a={name:"u-skeleton",props:{elColor:{type:String,default:"#e5e5e5"},bgColor:{type:String,default:"#ffffff"},animation:{type:Boolean,default:!1},borderRadius:{type:[String,Number],default:"10"},loading:{type:Boolean,default:!0}},data:function(){return{windowWinth:750,windowHeight:1500,filletNodes:[],circleNodes:[],RectNodes:[],top:0,left:0}},methods:{selecterQueryInfo:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton").boundingClientRect().exec((function(t){e.windowHeight=t[0][0].height,e.windowWinth=t[0][0].width,e.top=t[0][0].bottom-t[0][0].height,e.left=t[0][0].left})),this.getRectEls(),this.getCircleEls(),this.getFilletEls()},getRectEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-rect").boundingClientRect().exec((function(t){e.RectNodes=t[0]}))},getFilletEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-fillet").boundingClientRect().exec((function(t){e.filletNodes=t[0]}))},getCircleEls:function(){var e=this,t="";t=uni.createSelectorQuery(),t.selectAll(".u-skeleton-circle").boundingClientRect().exec((function(t){e.circleNodes=t[0]}))}},mounted:function(){var e=uni.getSystemInfoSync();this.windowHeight=e.windowHeight,this.windowWinth=e.windowWidth,this.selecterQueryInfo()}};t.default=a},cdfa:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.evaQaTab[data-v-c98e5e7e]{height:%?82?%;line-height:%?82?%;border-bottom:#f3f4f5 solid %?2?%;font-size:%?30?%;color:#ccc}.evaQaTab .evaBtn[data-v-c98e5e7e]{width:50%;position:relative;text-align:center}.evaQaTab .evaBtn[data-v-c98e5e7e]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:0;top:%?20?%}.evaQaTab .qaBtn[data-v-c98e5e7e]{width:50%;text-align:center}.evaQaTab .tabTit[data-v-c98e5e7e]{display:inline-block;height:%?82?%;line-height:%?82?%}.evaQaTab .active[data-v-c98e5e7e]{color:#333}.evaQaTab .active .tabTit[data-v-c98e5e7e]{border-bottom:%?4?% solid #444}.questions .questionInfo[data-v-c98e5e7e]{padding:0 %?30?%;min-height:%?150?%}.questions .questionInfo .infoTit[data-v-c98e5e7e]{font-size:%?28?%}.questions .questionInfo .putQuestion[data-v-c98e5e7e]{width:%?140?%;height:%?60?%;background:#333;line-height:%?60?%;font-size:%?24?%;color:#ffebc4;padding-left:%?20?%;position:relative}.questions .questionInfo .putQuestion[data-v-c98e5e7e]:before{content:"";width:%?40?%;height:%?26?%;top:%?18?%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/arrow.png) no-repeat 50%;background-size:contain;display:block;position:absolute;right:0}.questions .listBox[data-v-c98e5e7e]{padding:0 %?30?%;border-bottom:%?20?% solid #eee}.questions .listBox .itemBox[data-v-c98e5e7e]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.questions .listBox .itemBox[data-v-c98e5e7e]:last-child{border-bottom:none}.questions .listBox .itemBox .itemAsk[data-v-c98e5e7e]{display:flex;align-items:center;margin-bottom:%?42?%}.questions .listBox .itemBox .itemAsk i[data-v-c98e5e7e]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;margin-right:%?30?%;font-size:%?24?%;color:#fff;text-align:center}.questions .listBox .itemBox .itemAsk span[data-v-c98e5e7e]{font-size:%?28?%;color:#333}.questions .listBox .itemBox .answer[data-v-c98e5e7e]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.questions .listBox .itemBox .answer .answerBox[data-v-c98e5e7e]{display:flex;align-items:center}.questions .listBox .itemBox .answer .answerBox i[data-v-c98e5e7e]{font-style:normal;width:%?38?%;height:%?38?%;line-height:%?38?%;background:#c5aa7b;display:block;text-align:center;margin-right:%?30?%;font-size:%?24?%;color:#fff}.questions .listBox .itemBox .answer .answerBox span[data-v-c98e5e7e]{font-size:%?26?%;color:#666}.questions .listBox .itemBox .answer .answerBtn[data-v-c98e5e7e]{width:%?130?%;height:%?50?%;line-height:%?50?%;border:#333 %?2?% solid;text-align:center;color:#333;font-size:%?24?%}.questions .listBox .itemBox .seeAll[data-v-c98e5e7e]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}.evaluate-box[data-v-c98e5e7e]{background-color:#fff;margin-top:%?20?%}.evaluate-box .evaluate[data-v-c98e5e7e]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.evaluate-box .evaluateTitle-box[data-v-c98e5e7e]{width:%?690?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%}.evaluate-box .evaluateAllArrow-icon[data-v-c98e5e7e]{width:%?18?%;height:%?24?%}.evaluate-box .evaluateTag-box[data-v-c98e5e7e]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?10?%;display:flex;flex-wrap:wrap}.evaluate-box .evaluateTag-box .evaluateTag-text[data-v-c98e5e7e]{background-color:#f4f4f4;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.evaluate-box .evaluate-contentbox[data-v-c98e5e7e]{display:flex;justify-content:center;flex-direction:column;margin-left:%?30?%;padding-bottom:%?50?%}.evaluate-box .evaluate-contentbox .evaluate-content[data-v-c98e5e7e]{width:%?670?%;display:flex;justify-content:space-between}.evaluate-box .evaluate-contentbox .evaluate-content .user-headSmallImg[data-v-c98e5e7e]{width:%?46?%;height:%?46?%;border-radius:50%}.evaluate-box .evaluate-contentbox .evaluateDes-box[data-v-c98e5e7e]{width:%?670?%;margin-top:%?30?%}.evaluate-box .evaluate-contentbox .evaluateDes-box .evaluateDes[data-v-c98e5e7e]{width:%?670?%}.evaluate-box .evaluate-contentbox .addEvaluate[data-v-c98e5e7e]{padding-top:%?30?%}.item-image-box[data-v-c98e5e7e]{width:%?700?%;display:flex;flex-direction:row;flex-wrap:wrap}.item-image-box .img-item[data-v-c98e5e7e]{width:%?223?%;height:%?223?%;border-radius:%?10?%;margin-right:%?10?%;margin-top:%?10?%}.item-line[data-v-c98e5e7e]{width:%?690?%;height:1px;background:#eee;margin-top:%?20?%}.item-like-box[data-v-c98e5e7e]{display:flex;flex-direction:row;width:%?690?%;align-items:center;justify-content:space-between}.like-box[data-v-c98e5e7e]{display:flex;flex-direction:row;padding-top:%?30?%;align-items:center;justify-content:flex-end;margin-right:%?50?%}.like-box .like-img[data-v-c98e5e7e]{width:%?48?%;height:%?48?%}.like-box .like-num[data-v-c98e5e7e]{font-size:%?28?%;font-weight:500;color:#333;margin-left:%?30?%}.moreBox[data-v-c98e5e7e]{width:%?170?%;height:%?54?%;line-height:%?54?%;margin:0 auto %?50?% auto;border:%?2?% solid #c5aa7b;color:#c5aa7b;display:flex;align-items:center;justify-content:center}.moreBox uni-image[data-v-c98e5e7e]{width:%?10?%;height:%?20?%}',""]),e.exports=t},ce09:function(e,t,o){var a=o("3be4");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("18208364",a,!0,{sourceMap:!1,shadowMode:!1})},d5d3:function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uPopup:o("7bd4").default,uIcon:o("3476").default},i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("u-popup",{attrs:{round:10,mode:"bottom"},on:{close:function(t){arguments[0]=t=e.$handleEvent(t),e.cancel(1)}},model:{value:e.shareShow,callback:function(t){e.shareShow=t},expression:"shareShow"}},[a("v-uni-view",{staticClass:"share"},[a("v-uni-text",{staticClass:"h3"},[e._v("邀请好友")]),a("v-uni-view",{staticClass:"share-list"},[a("v-uni-view",{staticClass:"ul"},[a("v-uni-view",{staticClass:"li",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.share("lianjie")}}},[a("v-uni-image",{staticClass:"icon",attrs:{src:o("f21e")}}),a("v-uni-label",{staticClass:"label"},[e._v("链接")])],1)],1)],1),a("v-uni-view",{staticClass:"btn-close",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.cancel(1)}}},[e._v("取消")])],1)],1),a("u-popup",{attrs:{round:10,mode:"bottom","border-radius":10},on:{close:function(t){arguments[0]=t=e.$handleEvent(t),e.cancel(2)}},model:{value:e.wapShow,callback:function(t){e.wapShow=t},expression:"wapShow"}},[a("v-uni-view",{staticClass:"share-h5"},[a("v-uni-view",{staticClass:"text"},[e._v("点击浏览器下方"),a("v-uni-view",{staticClass:"icon"},[a("u-icon",{attrs:{name:"list",color:"#fff",size:"28"}})],1),e._v("即可进行分享")],1)],1)],1)],1)},n=[]},d7a8:function(e,t,o){var a=o("5119");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("3239489d",a,!0,{sourceMap:!1,shadowMode:!1})},ded3:function(e,t,o){var a=o("8e29");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("d7a38e12",a,!0,{sourceMap:!1,shadowMode:!1})},df7e:function(e,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return n})),o.d(t,"a",(function(){return a}));var a={uPopup:o("7bd4").default},i=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("u-popup",{attrs:{mode:"bottom","border-radius":e.borderRadius,popup:!1,maskCloseAble:e.maskCloseAble,length:"auto",safeAreaInsetBottom:e.safeAreaInsetBottom,"z-index":e.uZIndex},on:{close:function(t){arguments[0]=t=e.$handleEvent(t),e.popupClose.apply(void 0,arguments)}},model:{value:e.value,callback:function(t){e.value=t},expression:"value"}},[e.tips.text?o("v-uni-view",{staticClass:"u-tips u-border-bottom",style:[e.tipsStyle]},[e._v(e._s(e.tips.text))]):e._e(),e._l(e.list,(function(t,a){return[o("v-uni-view",{key:a+"_0",staticClass:"u-action-sheet-item",class:[a<e.list.length-1?"u-border-bottom":""],style:[e.itemStyle(a)],attrs:{"hover-stay-time":150},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)},click:function(t){arguments[0]=t=e.$handleEvent(t),e.itemClick(a)}}},[e._v(e._s(t.text))])]})),e.cancelBtn?o("v-uni-view",{staticClass:"u-gab"}):e._e(),e.cancelBtn?o("v-uni-view",{staticClass:"u-actionsheet-cancel u-action-sheet-item",attrs:{"hover-class":"u-hover-class","hover-stay-time":150},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)},click:function(t){arguments[0]=t=e.$handleEvent(t),e.close.apply(void 0,arguments)}}},[e._v(e._s(e.cancelText))]):e._e()],2)},n=[]},e18a:function(e,t,o){"use strict";o.r(t);var a=o("44ac"),i=o("e940");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("2ffd");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"c98e5e7e",null,!1,a["a"],void 0);t["default"]=r.exports},e359:function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){}));var a=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.loading?o("v-uni-view",{style:{width:e.windowWinth+"px",height:e.windowHeight+"px",backgroundColor:e.bgColor,position:"absolute",left:e.left+"px",top:e.top+"px",zIndex:9998,overflow:"hidden"},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)}}},[e._l(e.RectNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:[e.animation?"skeleton-fade":""],style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,position:"absolute",left:t.left-e.left+"px",top:t.top-e.top+"px"}})})),e._l(e.circleNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:e.animation?"skeleton-fade":"",style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,borderRadius:t.width/2+"px",position:"absolute",left:t.left-e.left+"px",top:t.top-e.top+"px"}})})),e._l(e.filletNodes,(function(t,a){return o("v-uni-view",{key:e.$u.guid(),class:e.animation?"skeleton-fade":"",style:{width:t.width+"px",height:t.height+"px",backgroundColor:e.elColor,borderRadius:e.borderRadius+"rpx",position:"absolute",left:t.left-e.left+"px",top:t.top-e.top+"px"}})}))],2):e._e()},i=[]},e61a:function(e,t,o){"use strict";o.r(t);var a=o("5606"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},e899:function(e,t,o){"use strict";var a=o("3e09"),i=o.n(a);i.a},e940:function(e,t,o){"use strict";o.r(t);var a=o("37a5"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a},ec17:function(e,t,o){var a=o("c86c");t=a(!1),t.push([e.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/* 文字尺寸 */\r\n/*文字颜色*/\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.coupon-popup[data-v-77339cc0]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0}.coupon-popup.show[data-v-77339cc0]{z-index:1000;opacity:1}.coupon-popup.show .couponShow-box[data-v-77339cc0]{\r\n /*transform: translate3D(0px, 0px, 0px);*/bottom:0}.coupon-popup .mask[data-v-77339cc0]{display:block;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;overflow:hidden;background-color:rgba(0,0,0,.6);z-index:1001}.coupon-popup .couponShow-box[data-v-77339cc0]{width:100%;height:auto;\r\n /*transform: translate3d(0px, 100%, 0px);*/transition:all .3s ease-in-out 0s;background-color:#fff;position:absolute;left:0;right:0;bottom:-100%;z-index:1002}.coupon-popup .couponShow-box .couponShow[data-v-77339cc0]{height:%?1000?%;z-index:333}.coupon-popup .couponShow-box .tabsbox[data-v-77339cc0]{padding:0 %?20?%}.coupon-popup .couponShow-box .tabsbox[data-v-77339cc0] .u-tab-item{height:%?100?%!important;line-height:%?100?%!important}.coupon-popup .couponShow-box .title-box .close-btn[data-v-77339cc0]{width:%?50?%;height:%?50?%;box-sizing:border-box;position:absolute;top:%?20?%;right:%?20?%}.coupon-popup .couponShow-box .shopCouponBox[data-v-77339cc0]{height:100%;overflow:auto;position:relative\r\n /*.item:last-child {*/\r\n /*margin-bottom: 100rpx;*/\r\n /*}*/}.coupon-popup .couponShow-box .shopCouponBox.flex[data-v-77339cc0]{display:flex;justify-content:center;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box[data-v-77339cc0]{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box .emptyOrder-img[data-v-77339cc0]{width:%?225?%;height:%?196?%}.coupon-popup .couponShow-box .shopCouponBox .list[data-v-77339cc0]{display:flex;flex-wrap:wrap}.coupon-popup .couponShow-box .shopCouponBox .item[data-v-77339cc0]{width:50%;height:%?291?%;background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/couponsIcon.png) no-repeat top;border-radius:%?10?%;margin-top:%?20?%;display:flex;flex-direction:row;position:relative;background-size:contain;padding:0 %?50?%;margin-bottom:%?30?%}.coupon-popup .couponShow-box .shopCouponBox .received[data-v-77339cc0]{background:url(https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/file/static/images/couponsIcon1.png) no-repeat top;background-size:contain}.coupon-popup .couponShow-box .shopCouponBox .received .discoun[data-v-77339cc0]{color:#999;padding-top:%?35?%}.coupon-popup .couponShow-box .shopCouponBox .received .use-btn[data-v-77339cc0]{height:%?48?%;border:%?2?% solid #ccc;line-height:%?48?%;text-align:center;font-size:%?24?%;font-weight:400;background-color:#ccc;color:#fff;margin:%?50?% auto 0 auto;padding:0 %?10?%}.coupon-popup .couponShow-box .shopCouponBox .discoun[data-v-77339cc0]{display:flex;flex-direction:row;align-items:baseline;font-size:%?40?%;color:#2ca637;margin:0 auto;padding-top:%?40?%}.coupon-popup .couponShow-box .shopCouponBox .discoun uni-text[data-v-77339cc0]{display:inline-block}.coupon-popup .couponShow-box .shopCouponBox .info-box[data-v-77339cc0]{width:100%;display:flex;flex-direction:column;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .info-condition[data-v-77339cc0]{font-size:%?20?%;font-weight:400;color:#999;margin:0 auto}.coupon-popup .couponShow-box .shopCouponBox .info-date[data-v-77339cc0]{font-size:%?20?%;font-family:PingFang SC;font-weight:400;color:#999;margin:%?10?% auto;line-height:%?20?%}.coupon-popup .couponShow-box .shopCouponBox .use-btn[data-v-77339cc0]{height:%?48?%;border:%?2?% solid #2ca637;line-height:%?48?%;text-align:center;font-size:%?24?%;font-weight:400;background-color:#2ca637;color:#fff;margin:%?50?% auto 0 auto;padding:0 %?10?%}.receive-success[data-v-77339cc0]{width:100%;position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:8888}.receive-success .success-box[data-v-77339cc0]{width:%?380?%;height:%?280?%;background:rgba(0,0,0,.5);border-radius:%?10?%;display:flex;flex-direction:column;align-items:center;justify-content:center}.receive-success .success-box .success-img[data-v-77339cc0]{width:%?200?%;height:%?130?%}.receive-success .success-box .text[data-v-77339cc0]{font-size:%?28?%;margin-top:%?50?%;font-weight:400;color:#fff}',""]),e.exports=t},ec6f:function(e,t,o){"use strict";o("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,o("64aa");var a={name:"tuiModal",props:{show:{type:Boolean,default:!1},width:{type:String,default:"80%"},padding:{type:String,default:"40rpx 40rpx"},radius:{type:String,default:"10rpx"},title:{type:String,default:""},content:{type:String,default:""},color:{type:String,default:"#000"},size:{type:Number,default:28},shape:{type:String,default:"square"},button:{type:Array,default:function(){return[{text:"取消",type:"red",plain:!0},{text:"确定",type:"red",plain:!1}]}},maskClosable:{type:Boolean,default:!0},custom:{type:Boolean,default:!1},fadein:{type:Boolean,default:!1}},data:function(){return{}},methods:{handleClick:function(e){if(this.show){var t=e.currentTarget.dataset;this.$emit("click",{index:Number(t.index)})}},handleClickCancel:function(){this.maskClosable&&this.$emit("cancel")}}};t.default=a},ecb1:function(e,t,o){"use strict";var a=o("2997"),i=o.n(a);i.a},eede:function(e,t,o){"use strict";var a=o("0e58"),i=o.n(a);i.a},ef78:function(e,t,o){"use strict";o.r(t);var a=o("d5d3"),i=o("8d3d");for(var n in i)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return i[e]}))}(n);o("ecb1");var s=o("828b"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"30fd92a9",null,!1,a["a"],void 0);t["default"]=r.exports},f21e:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAADg9JREFUeF7tXQlwVdUZ/n5ICCGJGhaJCSCr7CRkgxi2gCJ2bLFqtVSL+9K6tBW1iq1aW4utUqfW1uKC1nVUGKl1QUFFlpANBBIIi+yRfclKSCCczne5j7w977537817wD/zhhlyzn/+891z/3vOvx1BmJFSqh2AQQD6AugDoB+AngA6AjhH/52ni10JoFr/HQKwDcAmAJsBfAegXEQawmmK0trC6ACPBDAGQB6AHACxJslVD2A5gEX6r6i1H0CrAK6UaqODewOAqwEkmARwS2xqAMwF8CYfgIicaKmD2X+3FXCl1AUA7gXwcwDdzJ6MQX4VAN4A8IKI7DbYN+jmtgCulKI+fhDAjQBigpbWmo7U8f8B8IyIUO9bSpYCrpTqDeDPAK4B0NbSmYTOvAnABwAeFZEtobPzzsESwJVSXMUPA/itiR9AqzBw58sP7Z8AzLTiA2s64EqpywH8Xd/O2QWSFeNwe3mPiHxhJnPTAFdKRQN4GsBvAJjG18zJBsFLAXiOb6uIHAuiv0cXU4BRSvGA8i6ALDOECkMeBQCmiAgPViFRyIArpa4A8BaAc0OSJPw7V+mgfxaKqCEBrpTifno2gKhQhIigvscB3CIiPDgFRUEDrpS6H8Czp5G+DhRA6vVfi8jzgXZwbhcU4EqpJwH8PpgBT6M+j4sIcTBEhgFXSt3N47ChUU7fxveJyD+MTM8Q4EqpKfoHksanswTQ+PUzEXkvUDACBlwpdSmATwBwv32WmhGgLeYKEVkYCCgBAa6UogNgJYDEQJiegW0OA0gPZJ/eIuBKKRqdvgGQewYCaWTKywCMExFuHX1SIIA/BWC6kZHP4LZPisjjQQOulBoN4OsIMK2GyzOmiTdPRJb4EsjnCldK8fS4CsDgcJlNhMhRqutzr6rFH+C0+v0tQiYZbmJOExGv2HkFXCmVDGC9jc7dcAMsVHkYutFfRPa4M/IFOH18U0Md9Qzv/4aI0IfrQh6A67Ztru4zxQJo1bqgw2KQu2PaG+CzANxhlRR28C2qrMIL27djwYGDONh4DH07dMBVSV1xT88eSIqxNWjgJRG503nOLoArpRgrwlABW6Uy6yGcUAoPrN+A57Zu98oyvm1bvJU6DJOTzjdryJb48NjfV0QYA6ORO+AzdG97S4zC7u8E+9Y1ZXj9+11+ZaPV7d3hqbj2giS75jBDRE4dHE8Broef7QCQYpckZo1DsG8rLcNrFf7BdozXVgTvpw3DVfaA/j2A7iJCx0XzCldKjQfwpVkg2MVHcWUbANshV5QI5qSnYnLXrnaIytMnA0pdAH8NwE12jG7mGHeVrsWsnadU5CnWA+PjML1PbyS3j8En+/bjpR0VqG3iybuZokUwNz0NP+xquU6fLSK3ngJctwgyvprx1xFBXNl3lq3Fyzv5xrrSpM6dMC8jHTFtm/0kG+vqMLagCHsaGj1A/2/GcFx+fhcr503z7fm0JGo6XCnF+GzGUUcM3V22Dv/asdND3ks7d8JHGelo7wS2o9H62jqMKyjC3kZX0Nu3aYNlOSOQfq6l6y1HRAocgNMhbNgh2lpPZ+aWbdr2z53Gd+qIjzPTEdvWd9zouppajC0swoFG10CqAXFxKB2TC+p2i4jRW39xAE4T7DiLBjKV7Y76elz0zVI0nHCNpc/r2BEfZ6Wjgx+wHYIsPXQYowuKPOSalzEck63T51+IyGWilGoPgDqG/4Y9/XHTZjy2yTWMe1B8HEpyc/yubPeJjVpeiGWHmSLUTNN69cSzA/tbhcFRuigJeDqAFVaNYjbfySUr8dG+/S5sZ/Tvh4f7MBQ9cLptTRlerXD94N7aLQWvDBsSOBPjLYcT8J/qgZjGu7dCj0lFJfj8wEGXkV8cPBB3XdjDkDS5+YXIr3Rd4U/064PH+zFZwzK6joBH1AfznrXl+Od2HohPUmpCAhaNzIJA8MWBA7goLg6p5/jP0Vpy6DDGeNHhxRePROZ5lsakPkrAI8r2vezQYYzSwRqaEI9FI7JR19SE8YXF+O7IEe0hvOfHVrKyqhqXFpXg0DHXXcrVSV0xJz3NsqWtM36DgNO9f7HVI5nJ//pVa7C6ukZb2UeampBXWIwtR5gpcpImdemMz7IyPIYsrqzCxKISVB53dTfyLVmSk42EKMtdAPkEfK2e+WsmJpby4oquO96EhhNNGFdQjC31zWBz4Pt7XYiZAwe4yJB/uBKXF69AtRvY3H8vzslGl3ZMgLac1hHwrXpqteWjmTnA9vp65BUUY6sb2KMTE/FZdgbinPbjH+zeg1vWlHnYUnrFxmorO6W9bTvibQSce3BH7rqZmBjixVU7e2cF3t61G2U1tWgjJz+IU1OSMbVbCmLaNNtFdtbXY6wPsD/NykB8VFs8UL4BxVVVqDh61EXdOIS6ICYGS3Oy0btDB0Nyhtj4EAGnV8KW98mXsPyQ/XjFt9hxlGcDT+Jr//XILM09tuXIEe0Dub3ete2Yjoma3uZJ86nvNuN3G33nuHZpF41vRmRjYEJ8iPgZ7n6UgFMB2vZOuYtYUlmFCUUlHrrVud3t3VMwa8hgbaWOKyzWVq0zje2YCK5sgv3yjp24o2ydTyTOjYrCohFZSLPWUOVrfA1wniJYGsN2WlFVhUsKPXcNzoLc1i0FLw0drOlqqhF/YJfX1mLI4mVa0LY3SoyOwseZGbg4sdU0qKZSWuWjuaq6GhMKPffDzkDdlJKM11KHYnPdSTXirnJoHfxfpqvBau6evbh3bTl2N7iWSWHbV4YORi97dbb7c9c+mrZvC0trarQdxkG3wwc/jA/17oUpyUlQCugfH4etR+o1sHe6qZE83RTrzTp47MQJrK6p0R4U/z4kIQG9OphVgiUkRbDG9oNPaXWNdlBxB5tOAK7WSzp3cpnRoMVLUV5b5/J/BPuTFuzeIcFiXWft4GPb0Z4el9EFhR7Gf67sjzKGY2KXzi5TPdDYiC4LaapvJmcnw7u7dmNKMkuwRAxpR3tbjFf1TU1IW5qPjXUn7R0OaieCDzOH4wddvPsUc/ILUFDJJGCA7jP6H+nRmb5hI2Zs3opnB/THtN7MiIkImm6befbpzVvwyAYWaGgmOsLmtuBl4RF+dkWFBvKNKcmIpp4v34Bntp5Me+c2b88leaBKigDSzLO2OCDSluRrHzJnur17N23LZ4QeWb8RT2/hxqqZvhqRBer1CCDNAWGLi639/AUefsgP09NwZZKxQJyfrFyFOXv2umD7ZupQ3JDCkPawppMuNoqolLLciRw7fwGOujl+Zw0ZhDt6dA8YpSaltIPN+jrXXYvFzt+A5WuhIavI5TkAZ+bVE2Zx9sYne9lyFFcxMaCZBsfHoTA3x8Wy50sGeulvXF2K93Z7JBXg+/FjkWyfxS9YmJ4QkT84AGeIhOv+K1i2Pvo9v207frWOcf6u5GwH8TVk44kTmnHr0/0HPJpc1rkT5mdnmiytJexyRSTfATj1OF3hlpnPCNqPSlZ6OIA5tVGJ52F+VibiojwDeNiPetvdU89+naOjUZg70m4TazBPo5YmcBFpcg5XtjyY0x/ouRrotGU3u7l4RL/229WYt3efxyQ7RUdjYXZma1n9jIL+uojczE7OgE8E8LlRTkbb0wd5WVEJlroF4ZBPakI8Zg8bqsX47WtoxM1rSr2qkaSYdvhyRBYGxVv2QhqdVkvtJ4jIV+6A8+RgS0B+1bHjWiSr+77cITUPM1VuvkfH35JjYjRnBMMhIoQYbdTDUefWPeVkJn2wdkxkf2Mjxiwv8tji+Ru7Z2wsFmRnom+crW6xUOFgidWHHExaNamqov6oFlS5zc0R7G2G/eM6YGF2FrrFtppzKhjg/SdVkaNS6lVWLguGezB9NtXVaV4fX/5M8mTAD1d2V3tT/oKZjnsf/2mDOuAMruOG2bbivAcbG3HfuvV4Z5drVWnGav+yR3fMGHBRQGHIZiBkIg/mtzD9m9X6T5Gv1O+3WcvJxMEDYrW3oQGrqms05wTDGLhb4Qc0QukdEbneXXZfgDNBlq43S3MwIhTIQMSmWZRp3x7ZXv7KdzzAIuaBcD/bxgOBB0WERTQ96GyBGvNXCzVDmq/aV34ziM6WYDL8NIIvweQYSilluenW8LTCt4NmgvUnXos5cnoO/gIATA0/S74RYNr8xJauqmkRcH1vzl0LC0Vamq4bwU+T5sxUbyWXAtoWepu4Uoo3Sc2PwEs0rH6ODIadJCKLAxkooBXupM+v1G96ioiYhEAACLEN40avFpF5gfIxBLiuXu4C8GKgA5zm7X4hIv82MkfDgOugPwbA79fYiBAR2rbFHYmhg09LICil7tOvXDnT1AvVCO/3CeotD2qFO+n0a/Wb+1o1ZaWlxWHi32nfnioi7wfLMyTAdfUygbmoAFzjjIOVKHz7sYDPNSISUjhJyIA77dN5cdKo8MUrJMmW6nf4eNZ6MsjWFMB10Gm45tVg9ImaxtfgfMxuTn1NP+/0lgqxBzqw6cAopSYB4B03vMs4kol5h3eH7eV3zsjq1ztO0yvrR0w8gz4HRoryDtDIuN7RDfgLAfBKg+sioHgwKx7w488LTL3XUjXhfTVdpXiTSa/YzNiMcL2il2F+fxUR10h/EwB2Z2EL4E77dpZZ5U1XdK4aK+Fj/uQZZcZbEk+/S6jdsVJK8UGP1YHnfcl2pQaz5tIcAO/o16xr9WDtJFtXuA91w5uvePFpnv5jsRyzslhpOs3XY99Z+7XIrJtfg31IrQ64l9XP2uUD9W0lS7Vxe8m8QGZNMWyDP8cbwRXLtAr+eBJkahtT5Rh8w21duRUXSQcLNvv9HwMrwWQwvWMeAAAAAElFTkSuQmCC"},f3b2:function(e,t,o){var a=o("960c6");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var i=o("967d").default;i("4cda191c",a,!0,{sourceMap:!1,shadowMode:!1})},f90f:function(e,t,o){"use strict";o.r(t);var a=o("72e3"),i=o.n(a);for(var n in a)["default"].indexOf(n)<0&&function(e){o.d(t,e,(function(){return a[e]}))}(n);t["default"]=i.a}}]); | ||
| 0 | \ No newline at end of file | 2 | \ No newline at end of file |
lvdao-miniapp/pages.json
| @@ -597,6 +597,27 @@ | @@ -597,6 +597,27 @@ | ||
| 597 | "navigationBarTitleText": "详情", | 597 | "navigationBarTitleText": "详情", |
| 598 | "navigationBarBackgroundColor": "#FFFFFF" | 598 | "navigationBarBackgroundColor": "#FFFFFF" |
| 599 | } | 599 | } |
| 600 | + }, | ||
| 601 | + { | ||
| 602 | + "path": "PunchInAct/PunchInAct", | ||
| 603 | + "style": { | ||
| 604 | + "navigationBarTitleText": "打卡活动", | ||
| 605 | + "navigationBarBackgroundColor": "#FFFFFF" | ||
| 606 | + } | ||
| 607 | + }, | ||
| 608 | + { | ||
| 609 | + "path": "PunchInAct/PunchInDetails", | ||
| 610 | + "style": { | ||
| 611 | + "navigationBarTitleText": "活动详情", | ||
| 612 | + "navigationBarBackgroundColor": "#FFFFFF" | ||
| 613 | + } | ||
| 614 | + }, | ||
| 615 | + { | ||
| 616 | + "path": "PunchInAct/PunchInSetting", | ||
| 617 | + "style": { | ||
| 618 | + "navigationBarTitleText": "活动设置", | ||
| 619 | + "navigationBarBackgroundColor": "#FFFFFF" | ||
| 620 | + } | ||
| 600 | } | 621 | } |
| 601 | ] | 622 | ] |
| 602 | }], | 623 | }], |
lvdao-miniapp/pages/accepting/accepting.vue
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | <view class="record-list"> | 4 | <view class="record-list"> |
| 5 | <view class="good-item"> | 5 | <view class="good-item"> |
| 6 | <view class="img"> | 6 | <view class="img"> |
| 7 | - <u-image width="100%" height="100%" border-radius="10" :src="record.cereBasicInformationShop&&record.cereBasicInformationShop.displayMainImage?imgurl + record.cereBasicInformationShop.displayMainImage:record.cereBasicInformationVenue&&record.cereBasicInformationVenue.displayImage?imgurl + record.cereBasicInformationVenue.displayImage:record.cereAdvertisingInformation&&record.cereAdvertisingInformation.locationDiagram?imgurl + record.cereAdvertisingInformation.locationDiagram:''"></u-image> | 7 | + <u-image width="100%" height="100%" border-radius="10" :src="record.cereBasicInformationShop&&record.cereBasicInformationShop.displayMainImage?getFirstImage(record.cereBasicInformationShop.displayMainImage):record.cereBasicInformationVenue&&record.cereBasicInformationVenue.displayImage?getFirstImage(record.cereBasicInformationVenue.displayImage):record.cereAdvertisingInformation&&record.cereAdvertisingInformation.locationDiagram?getFirstImage(record.cereAdvertisingInformation.locationDiagram):''"></u-image> |
| 8 | </view> | 8 | </view> |
| 9 | <view class="info"> | 9 | <view class="info"> |
| 10 | <view class="title">{{ | 10 | <view class="title">{{ |
| @@ -168,6 +168,12 @@ | @@ -168,6 +168,12 @@ | ||
| 168 | }) | 168 | }) |
| 169 | }, | 169 | }, |
| 170 | methods: { | 170 | methods: { |
| 171 | + getFirstImage(record) { | ||
| 172 | + let imageUrl = ''; | ||
| 173 | + const images = record.split(','); | ||
| 174 | + imageUrl = images[0] | ||
| 175 | + return this.imgurl + imageUrl; | ||
| 176 | + }, | ||
| 171 | Zhicheck(){ | 177 | Zhicheck(){ |
| 172 | let payList ={ | 178 | let payList ={ |
| 173 | additional: "附加交易授权", | 179 | additional: "附加交易授权", |
lvdao-miniapp/pagesA/PunchInAct/PunchInAct.vue
0 → 100644
| 1 | +<template> | ||
| 2 | + <view class="container"> | ||
| 3 | + <view class="header"> | ||
| 4 | + <view :class="clkIndex == index?'participate-record-btn join-btn': 'participate-record-btn'" | ||
| 5 | + v-for="(item,index) in canIndex" @click="clkItem(index)">{{item}}</view> | ||
| 6 | + <!-- <view class="participate-record-btn join-btn">我来参与</view> --> | ||
| 7 | + </view> | ||
| 8 | + <view class="screen-list"> | ||
| 9 | + <view class="list" @click="show = true"> | ||
| 10 | + <text>状态</text> | ||
| 11 | + <image :src="$imgUrl('/down.png')"></image> | ||
| 12 | + <u-select v-model="show" :list="areList" | ||
| 13 | + @confirm="(v) => {queryChange('belongingRegion', v)}"></u-select> | ||
| 14 | + </view> | ||
| 15 | + </view> | ||
| 16 | + <view class="goods-data"> | ||
| 17 | + <view v-if="activityList.length == 0" style="padding: 50rpx 0;text-align: center;">暂无数据</view> | ||
| 18 | + <view class="goods-list"> | ||
| 19 | + <view class="list" v-for="(item,index) in activityList" :key="index" @click="reconciliationdetail(item)"> | ||
| 20 | + <view class="thumb"> | ||
| 21 | + <u-image width="25vw" height="25vw" border-radius="20" | ||
| 22 | + :src="$img + (item.imageUrl)"></u-image> | ||
| 23 | + <view class="state"> | ||
| 24 | + {{item.status == 1?'待审核':item.status == 2?'审核通过':'已驳回'}} | ||
| 25 | + </view> | ||
| 26 | + </view> | ||
| 27 | + <view class="item"> | ||
| 28 | + <view class="title"> | ||
| 29 | + <text class="one-omit">{{item.title}}</text> | ||
| 30 | + </view> | ||
| 31 | + <view class="times margin gray"> | ||
| 32 | + <text class="one-omit">{{item.startTime}} 至 {{item.endTime}}</text> | ||
| 33 | + </view> | ||
| 34 | + <view class="location margin" style="color: #3D3D3D;"> | ||
| 35 | + <text class="one-omit">{{item.location}}</text> | ||
| 36 | + </view> | ||
| 37 | + <view class="type gray"> | ||
| 38 | + <view class="one-omit"> | ||
| 39 | + <text>{{item.type}}</text> | ||
| 40 | + <text style="margin-left: 10px;">{{item.participantNum}}人参与</text> | ||
| 41 | + </view> | ||
| 42 | + <view style="background: #31AA6A;color: #fff;padding: 3px 5px;">活动记录</view> | ||
| 43 | + </view> | ||
| 44 | + </view> | ||
| 45 | + </view> | ||
| 46 | + </view> | ||
| 47 | + </view> | ||
| 48 | + </view> | ||
| 49 | +</template> | ||
| 50 | + | ||
| 51 | +<script> | ||
| 52 | + export default { | ||
| 53 | + data() { | ||
| 54 | + return { | ||
| 55 | + activityList: [{ | ||
| 56 | + id:1, | ||
| 57 | + imageUrl: '/zsfwzxt/sp/bf83d7f7-6b30-494b-9d67-d56198d4612d-1.jpg', // 示例图片地址,需替换为实际地址 | ||
| 58 | + title: '这里有标题这里有标题这里有标题', | ||
| 59 | + startTime: '2024-1-1', | ||
| 60 | + endTime: '2024-1-5', | ||
| 61 | + location: '锦江绿道', | ||
| 62 | + type: '打卡集字', | ||
| 63 | + participantNum: 20, | ||
| 64 | + status: '1', | ||
| 65 | + hasRecord: false | ||
| 66 | + }, | ||
| 67 | + { | ||
| 68 | + id:2, | ||
| 69 | + imageUrl: '/zsfwzxt/sp/bf83d7f7-6b30-494b-9d67-d56198d4612d-1.jpg', | ||
| 70 | + title: '这里有标题这里有标题这里有标题', | ||
| 71 | + startTime: '2024-1-1', | ||
| 72 | + endTime: '2024-1-5', | ||
| 73 | + location: '锦江绿道', | ||
| 74 | + type: '打卡集字', | ||
| 75 | + participantNum: 20, | ||
| 76 | + status: '2', | ||
| 77 | + hasRecord: true | ||
| 78 | + }, | ||
| 79 | + // 可继续添加更多活动数据项 | ||
| 80 | + ], | ||
| 81 | + canIndex: ['参与记录', '我来参与'], | ||
| 82 | + clkIndex: 0, | ||
| 83 | + areList: [{ | ||
| 84 | + label: '待审核', | ||
| 85 | + value: '1' | ||
| 86 | + }, | ||
| 87 | + { | ||
| 88 | + label: '审核通过', | ||
| 89 | + value: '2' | ||
| 90 | + }, | ||
| 91 | + { | ||
| 92 | + label: '已驳回', | ||
| 93 | + value: '3' | ||
| 94 | + }, | ||
| 95 | + ], | ||
| 96 | + show1: false, | ||
| 97 | + show: false, | ||
| 98 | + query:{ | ||
| 99 | + pageNumber: 0, | ||
| 100 | + pageSize: 10, | ||
| 101 | + } | ||
| 102 | + | ||
| 103 | + } | ||
| 104 | + }, | ||
| 105 | + onLoad(option) { | ||
| 106 | + | ||
| 107 | + }, | ||
| 108 | + onReady() {}, | ||
| 109 | + mounted() { | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + }, | ||
| 113 | + methods: { | ||
| 114 | + // 查询 | ||
| 115 | + search() { | ||
| 116 | + // this.$http.sendRequest('/cereBasicInformationShop/queryByPage', 'POST', this.query, 1).then(res => { | ||
| 117 | + // //成功回调 | ||
| 118 | + // this.tableData = res.data.data.content | ||
| 119 | + // }) | ||
| 120 | + }, | ||
| 121 | + clkItem(index) { | ||
| 122 | + this.clkIndex = index | ||
| 123 | + }, | ||
| 124 | + queryChange(key, val) { | ||
| 125 | + this.query[`${key}`] = val[0].value; | ||
| 126 | + this.search() | ||
| 127 | + }, | ||
| 128 | + reconciliationdetail(item){ | ||
| 129 | + if(!uni.getStorageSync('user').phone){ | ||
| 130 | + uni.showToast({ | ||
| 131 | + icon: 'none', | ||
| 132 | + title: '请登录', | ||
| 133 | + duration: 2000 | ||
| 134 | + }); | ||
| 135 | + setTimeout(() => { | ||
| 136 | + uni.navigateTo({ | ||
| 137 | + url: '/pages/login/login' | ||
| 138 | + }) | ||
| 139 | + }, 2000) | ||
| 140 | + return | ||
| 141 | + } | ||
| 142 | + let items = JSON.stringify(item) | ||
| 143 | + uni.navigateTo({ | ||
| 144 | + url: `/pagesA/PunchInAct/PunchInDetails?item=${encodeURIComponent(items)}` | ||
| 145 | + }) | ||
| 146 | + } | ||
| 147 | + } | ||
| 148 | + }; | ||
| 149 | +</script> | ||
| 150 | + | ||
| 151 | +<style scoped lang="scss"> | ||
| 152 | + .container { | ||
| 153 | + padding: 10px; | ||
| 154 | + } | ||
| 155 | + | ||
| 156 | + .header { | ||
| 157 | + display: flex; | ||
| 158 | + justify-content: space-between; | ||
| 159 | + align-items: center; | ||
| 160 | + margin-bottom: 10px; | ||
| 161 | + background-color: #fff; | ||
| 162 | + padding: 5px 6px; | ||
| 163 | + border-radius: 5px; | ||
| 164 | + } | ||
| 165 | + | ||
| 166 | + .participate-record-btn { | ||
| 167 | + width: 50%; | ||
| 168 | + padding: 5px; | ||
| 169 | + text-align: center; | ||
| 170 | + font-weight: bold; | ||
| 171 | + color: #7C7C7C; | ||
| 172 | + border-radius: 5px; | ||
| 173 | + } | ||
| 174 | + | ||
| 175 | + .join-btn { | ||
| 176 | + color: #fff; | ||
| 177 | + background-color: #0FBB59; | ||
| 178 | + } | ||
| 179 | + | ||
| 180 | + .screen-list { | ||
| 181 | + display: flex; | ||
| 182 | + align-items: center; | ||
| 183 | + width: 100%; | ||
| 184 | + margin: 40rpx 0; | ||
| 185 | + padding: 0 20rpx; | ||
| 186 | + | ||
| 187 | + .zidong { | ||
| 188 | + width: 160rpx; | ||
| 189 | + background-color: #19be6b; | ||
| 190 | + color: #fff; | ||
| 191 | + padding: 10rpx; | ||
| 192 | + border-radius: 30rpx; | ||
| 193 | + font-size: 24rpx; | ||
| 194 | + text-align: center; | ||
| 195 | + } | ||
| 196 | + | ||
| 197 | + .list { | ||
| 198 | + display: flex; | ||
| 199 | + justify-content: center; | ||
| 200 | + align-items: center; | ||
| 201 | + width: 25%; | ||
| 202 | + height: 100%; | ||
| 203 | + | ||
| 204 | + text { | ||
| 205 | + font-size: 26rpx; | ||
| 206 | + color: #555555; | ||
| 207 | + } | ||
| 208 | + | ||
| 209 | + image { | ||
| 210 | + width: 30rpx; | ||
| 211 | + height: 30rpx; | ||
| 212 | + margin-left: 10rpx; | ||
| 213 | + } | ||
| 214 | + } | ||
| 215 | + | ||
| 216 | + .action { | ||
| 217 | + text { | ||
| 218 | + color: $base; | ||
| 219 | + } | ||
| 220 | + } | ||
| 221 | + } | ||
| 222 | + | ||
| 223 | + .activity-item { | ||
| 224 | + display: flex; | ||
| 225 | + margin-bottom: 10px; | ||
| 226 | + background-color: #fff; | ||
| 227 | + border-radius: 5px; | ||
| 228 | + overflow: hidden; | ||
| 229 | + } | ||
| 230 | + | ||
| 231 | + .activity-item-image { | ||
| 232 | + width: 120px; | ||
| 233 | + height: 120px; | ||
| 234 | + position: relative; | ||
| 235 | + } | ||
| 236 | + | ||
| 237 | + .activity-item-image image { | ||
| 238 | + width: 100%; | ||
| 239 | + height: 100%; | ||
| 240 | + } | ||
| 241 | + | ||
| 242 | + .activity-item-status { | ||
| 243 | + position: absolute; | ||
| 244 | + bottom: 0; | ||
| 245 | + left: 0; | ||
| 246 | + background-color: green; | ||
| 247 | + color: white; | ||
| 248 | + padding: 5px; | ||
| 249 | + } | ||
| 250 | + | ||
| 251 | + .activity-item-info { | ||
| 252 | + padding: 10px; | ||
| 253 | + flex: 1; | ||
| 254 | + } | ||
| 255 | + | ||
| 256 | + .activity-item-title { | ||
| 257 | + font-size: 16px; | ||
| 258 | + margin-bottom: 5px; | ||
| 259 | + } | ||
| 260 | + | ||
| 261 | + .activity-item-time { | ||
| 262 | + font-size: 14px; | ||
| 263 | + color: #666; | ||
| 264 | + margin-bottom: 5px; | ||
| 265 | + } | ||
| 266 | + | ||
| 267 | + .activity-item-location { | ||
| 268 | + font-size: 14px; | ||
| 269 | + color: #666; | ||
| 270 | + margin-bottom: 5px; | ||
| 271 | + } | ||
| 272 | + | ||
| 273 | + .activity-item-type { | ||
| 274 | + font-size: 14px; | ||
| 275 | + color: #666; | ||
| 276 | + } | ||
| 277 | + | ||
| 278 | + .activity-record-btn { | ||
| 279 | + width: 100px; | ||
| 280 | + margin-top: 5px; | ||
| 281 | + } | ||
| 282 | + .goods-data{ | ||
| 283 | + width: 100%; | ||
| 284 | + .goods-list{ | ||
| 285 | + width: 100%; | ||
| 286 | + padding: 0 25rpx; | ||
| 287 | + .list{ | ||
| 288 | + display: flex; | ||
| 289 | + margin-bottom: 20rpx; | ||
| 290 | + background-color: #fff; | ||
| 291 | + padding: 14rpx; | ||
| 292 | + border-radius: 14rpx; | ||
| 293 | + .thumb{ | ||
| 294 | + display: flex; | ||
| 295 | + align-items: center; | ||
| 296 | + // width: 36%; | ||
| 297 | + width: 25vw; | ||
| 298 | + position: relative; | ||
| 299 | + image{ | ||
| 300 | + width: 230rpx; | ||
| 301 | + height: 230rpx; | ||
| 302 | + border-radius: 10rpx; | ||
| 303 | + } | ||
| 304 | + .state{ | ||
| 305 | + position: absolute; | ||
| 306 | + padding: 2px 7px; | ||
| 307 | + color: #fff; | ||
| 308 | + bottom: 3px; | ||
| 309 | + left: 22%; | ||
| 310 | + background-color: rgba(#0FBB59,0.5); | ||
| 311 | + font-size: 12px; | ||
| 312 | + border-radius: 5px; | ||
| 313 | + } | ||
| 314 | + } | ||
| 315 | + .item{ | ||
| 316 | + width: 66%; | ||
| 317 | + margin-left: 4%; | ||
| 318 | + .title{ | ||
| 319 | + display: flex; | ||
| 320 | + align-items: center; | ||
| 321 | + width: 100%; | ||
| 322 | + text{ | ||
| 323 | + font-size: 30rpx; | ||
| 324 | + font-weight: bold; | ||
| 325 | + color: #222222; | ||
| 326 | + } | ||
| 327 | + } | ||
| 328 | + .type{ | ||
| 329 | + display: flex; | ||
| 330 | + justify-content: space-between; | ||
| 331 | + } | ||
| 332 | + } | ||
| 333 | + } | ||
| 334 | + } | ||
| 335 | + } | ||
| 336 | + .gray{ | ||
| 337 | + color: #888D9C; | ||
| 338 | + } | ||
| 339 | + .margin{ | ||
| 340 | + margin: 5px 0; | ||
| 341 | + } | ||
| 342 | +</style> | ||
| 0 | \ No newline at end of file | 343 | \ No newline at end of file |
lvdao-miniapp/pagesA/PunchInAct/PunchInDetails.vue
0 → 100644
| 1 | +<template> | ||
| 2 | + <view class="page"> | ||
| 3 | + <view class="page-info"> | ||
| 4 | + <view class="banner"> | ||
| 5 | + <view class="banner-info-item"> | ||
| 6 | + <image :src="imgurl+tableData.imageUrl" style="width: 100%; height: 100vw; border-radius: 10rpx;"></image> | ||
| 7 | + </view> | ||
| 8 | + <view class="title" style="margin-top: 20rpx;">{{tableData.title}}</view> | ||
| 9 | + <view style="width: 100%;height: 1px; background-color: #D8D8D8;margin: 20rpx 0 ;"></view> | ||
| 10 | + <view class="title" style="margin-top: 20rpx;display:flex;" > | ||
| 11 | + <view style="font-size: 12px;padding:2px 8px;border: 1px solid #0FBB59; color: #0FBB59;margin:0 5px; border-radius: 10px;font-weight: 300;" v-for="(item,index) in list">{{item}}</view> | ||
| 12 | + </view> | ||
| 13 | + <view> | ||
| 14 | + {{tableData.startTime}} 至 {{tableData.endTime}} | ||
| 15 | + </view> | ||
| 16 | + <view style="margin-top: 10rpx;"> | ||
| 17 | + {{tableData.location}} | ||
| 18 | + </view> | ||
| 19 | + </view> | ||
| 20 | + <view class="info-box"> | ||
| 21 | + <view class="title">规则介绍</view> | ||
| 22 | + <view class="" style="color: #888D9C; margin-top: 10px;"> | ||
| 23 | + 啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦 | ||
| 24 | + </view> | ||
| 25 | + | ||
| 26 | + </view> | ||
| 27 | + </view> | ||
| 28 | + | ||
| 29 | + | ||
| 30 | + <!-- 底部 --> | ||
| 31 | + <view style="height: 125rpx;"></view> | ||
| 32 | + <view class="page-footer"> | ||
| 33 | + <view class="footer-btn"> | ||
| 34 | + <u-button type="success" @click="baoShow">我要参与</u-button> | ||
| 35 | + </view> | ||
| 36 | + | ||
| 37 | + </view> | ||
| 38 | + <u-popup class="userForm" v-model="joinShow" mode="center" border-radius="20" :closeable="true" width="90%" > | ||
| 39 | + <view style="padding: 30rpx;"> | ||
| 40 | + <u-form class="form-box" :model="form" ref="uForm" :label-width="120" > | ||
| 41 | + <view style="padding: 10rpx;"> | ||
| 42 | + <view class="title">请填写您的报名信息</view> | ||
| 43 | + <u-form-item label="*姓名"><u-input v-model="form.userName" /></u-form-item> | ||
| 44 | + <u-form-item label="*电话"><u-input v-model="form.userPhone" /></u-form-item> | ||
| 45 | + <u-button type="success" @click="submit">提交</u-button> | ||
| 46 | + </view> | ||
| 47 | + </u-form> | ||
| 48 | + </view> | ||
| 49 | + </u-popup> | ||
| 50 | + <u-toast ref="uToast" /> | ||
| 51 | + </view> | ||
| 52 | +</template> | ||
| 53 | + | ||
| 54 | +<script> | ||
| 55 | + | ||
| 56 | +export default { | ||
| 57 | + data() { | ||
| 58 | + return { | ||
| 59 | + tableData:{}, | ||
| 60 | + list:['标签','标签','标签'], | ||
| 61 | + swiperList: [ | ||
| 62 | + { | ||
| 63 | + id: 0, | ||
| 64 | + type: 'image', | ||
| 65 | + url: this.$imgUrl('/img/1.jpg') | ||
| 66 | + } | ||
| 67 | + ], | ||
| 68 | + joinShow: false, | ||
| 69 | + form: { | ||
| 70 | + activityId:'', | ||
| 71 | + userId:'', | ||
| 72 | + createTime:'', | ||
| 73 | + createUser:'', | ||
| 74 | + userName: '', | ||
| 75 | + userPhone: '', | ||
| 76 | + }, | ||
| 77 | + pagesize: { | ||
| 78 | + id:null, | ||
| 79 | + }, | ||
| 80 | + imgurl:'' | ||
| 81 | + }; | ||
| 82 | + }, | ||
| 83 | + onLoad(option){ | ||
| 84 | + this.imgurl = this.$img | ||
| 85 | + let ce = decodeURIComponent(option.item) | ||
| 86 | + let data = JSON.parse(ce) | ||
| 87 | + console.log(data) | ||
| 88 | + this.tableData = data | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + }, | ||
| 92 | + methods: { | ||
| 93 | + baoShow(){ | ||
| 94 | + uni.navigateTo({ | ||
| 95 | + url: `/pagesA/PunchInAct/PunchInSetting?ids=${this.tableData.id}` | ||
| 96 | + }) | ||
| 97 | + }, | ||
| 98 | + submit() { | ||
| 99 | + if (!this.form.userName) { | ||
| 100 | + uni.showToast({ | ||
| 101 | + icon: 'none', | ||
| 102 | + title: '请输入姓名' | ||
| 103 | + }); | ||
| 104 | + return | ||
| 105 | + } | ||
| 106 | + | ||
| 107 | + | ||
| 108 | + if (!this.form.userPhone) { | ||
| 109 | + uni.showToast({ | ||
| 110 | + icon: 'none', | ||
| 111 | + title: '请输入联系电话' | ||
| 112 | + }); | ||
| 113 | + return | ||
| 114 | + } | ||
| 115 | + this.form.createTime = this.getCurrentDateTime() | ||
| 116 | + this.$http.sendRequest('/cereEventRegistration/add', 'POST',this.form,1).then(res => { | ||
| 117 | + | ||
| 118 | + // uni.showToast({ | ||
| 119 | + // title: res.data.message, | ||
| 120 | + // duration: 2000, | ||
| 121 | + | ||
| 122 | + // }) | ||
| 123 | + this.$refs.uToast.show({ | ||
| 124 | + title: res.data.message, | ||
| 125 | + url: '/pages/home/home' | ||
| 126 | + }) | ||
| 127 | + // uni.switchTab({ | ||
| 128 | + // url: '/pages/home/home' | ||
| 129 | + // }) | ||
| 130 | + }) | ||
| 131 | + this.joinShow = false | ||
| 132 | + | ||
| 133 | + | ||
| 134 | + }, | ||
| 135 | + leaseAdd(){ | ||
| 136 | + uni.navigateTo({ | ||
| 137 | + url: '/pages/leaseAdd/leaseAdd' | ||
| 138 | + }) | ||
| 139 | + }, | ||
| 140 | + getCurrentDateTime() { | ||
| 141 | + const now = new Date(); | ||
| 142 | + const year = now.getFullYear(); | ||
| 143 | + const month = String(now.getMonth() + 1).padStart(2, '0'); // 月份是从0开始的,所以需要+1 | ||
| 144 | + const day = String(now.getDate()).padStart(2, '0'); | ||
| 145 | + const hours = String(now.getHours()).padStart(2, '0'); | ||
| 146 | + const minutes = String(now.getMinutes()).padStart(2, '0'); | ||
| 147 | + const seconds = String(now.getSeconds()).padStart(2, '0'); | ||
| 148 | + | ||
| 149 | + return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; | ||
| 150 | + }, | ||
| 151 | + } | ||
| 152 | +}; | ||
| 153 | +</script> | ||
| 154 | + | ||
| 155 | +<style scoped lang="scss"> | ||
| 156 | +.page { | ||
| 157 | + position: relative; | ||
| 158 | + width: 100%; | ||
| 159 | + // height: 100%; | ||
| 160 | + overflow-x: hidden; | ||
| 161 | + // overflow-y: auto; | ||
| 162 | +} | ||
| 163 | +.page-info { | ||
| 164 | + width: 100%; | ||
| 165 | + padding: 24rpx; | ||
| 166 | +} | ||
| 167 | +// 活动详情 | ||
| 168 | +.banner { | ||
| 169 | + width: 100%; | ||
| 170 | + margin-top: 10rpx; | ||
| 171 | + border-radius: 30rpx; | ||
| 172 | + background-color: #fff; | ||
| 173 | + padding: 24rpx 30rpx; | ||
| 174 | + color: #888D9C; | ||
| 175 | + .title { | ||
| 176 | + font-weight: 700; | ||
| 177 | + color: #3D3D3D; | ||
| 178 | + font-size: 34rpx; | ||
| 179 | + margin-bottom: 30rpx; | ||
| 180 | + } | ||
| 181 | + .banner-info-top { | ||
| 182 | + display: flex; | ||
| 183 | + align-items: center; | ||
| 184 | + justify-content: space-between; | ||
| 185 | + margin-bottom: 30rpx; | ||
| 186 | + | ||
| 187 | + } | ||
| 188 | + .times{ | ||
| 189 | + white-space: nowrap; /* 不换行 */ | ||
| 190 | + overflow: hidden; /* 隐藏超出部分 */ | ||
| 191 | + text-overflow: ellipsis; /* 显示省略号 */ | ||
| 192 | + width:70%; | ||
| 193 | + } | ||
| 194 | +} | ||
| 195 | +// 活动信息 | ||
| 196 | +.info-box { | ||
| 197 | + margin-top: 30rpx; | ||
| 198 | + background-color:#fff; | ||
| 199 | + padding:10px; | ||
| 200 | + border-radius: 30rpx; | ||
| 201 | + .title { | ||
| 202 | + font-weight: 700; | ||
| 203 | + color: #3D3D3D; | ||
| 204 | + font-size: 34rpx; | ||
| 205 | + margin-bottom: 10rpx; | ||
| 206 | + } | ||
| 207 | + .info-item { | ||
| 208 | + font-size: 26rpx; | ||
| 209 | + line-height: 50rpx; | ||
| 210 | + } | ||
| 211 | +} | ||
| 212 | + | ||
| 213 | +/* 底部 */ | ||
| 214 | +.page-footer{ | ||
| 215 | + position: fixed; | ||
| 216 | + left: 0; | ||
| 217 | + bottom: 0; | ||
| 218 | + // display: flex; | ||
| 219 | + // align-items: center; | ||
| 220 | + // justify-content: center; | ||
| 221 | + width: 100%; | ||
| 222 | + height: 125rpx; | ||
| 223 | + background-color: #FFFFFF; | ||
| 224 | + padding-bottom: constant(safe-area-inset-bottom); | ||
| 225 | + padding-bottom: env(safe-area-inset-bottom); | ||
| 226 | + .footer-btn { | ||
| 227 | + padding: 0 20px; | ||
| 228 | + margin-top: 20rpx; | ||
| 229 | + } | ||
| 230 | + .footer-service { | ||
| 231 | + display: flex; | ||
| 232 | + flex-direction: column; | ||
| 233 | + align-items: center; | ||
| 234 | + text { | ||
| 235 | + margin-top: 6rpx; | ||
| 236 | + line-height: 42rpx; | ||
| 237 | + } | ||
| 238 | + } | ||
| 239 | +} | ||
| 240 | + | ||
| 241 | +.userForm { | ||
| 242 | + margin: 0 40rpx ; | ||
| 243 | + .form-box { | ||
| 244 | + padding: 18rpx 30rpx; | ||
| 245 | + | ||
| 246 | + } | ||
| 247 | + .title { | ||
| 248 | + font-size: 32rpx; | ||
| 249 | + font-weight: 700; | ||
| 250 | + } | ||
| 251 | +} | ||
| 252 | +</style> |
lvdao-miniapp/pagesA/PunchInAct/PunchInSetting.vue
0 → 100644
| 1 | +<template> | ||
| 2 | + <view class="page"> | ||
| 3 | + <view class="page-info"> | ||
| 4 | + <view class="info-box"> | ||
| 5 | + <view class="title">参与时间</view> | ||
| 6 | + <radio-group v-model="participateTimeType"> | ||
| 7 | + <label class="radio-label" v-for="(item, index) in timeOptions" :key="index"> | ||
| 8 | + <radio :value="item.value" :color="item.value === 'sync' ? '#4CD964' : '#C8C9CC'"></radio> | ||
| 9 | + <view class="radio-text">{{ item.label }}</view> | ||
| 10 | + </label> | ||
| 11 | + </radio-group> | ||
| 12 | + </view> | ||
| 13 | + <view class="info-box"> | ||
| 14 | + <view class="title">奖品设置</view> | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + </view> | ||
| 18 | + <view class="info-box"> | ||
| 19 | + <view class="title">规则介绍</view> | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + </view> | ||
| 23 | + </view> | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + <!-- 底部 --> | ||
| 27 | + <view style="height: 125rpx;"></view> | ||
| 28 | + <view class="page-footer"> | ||
| 29 | + <view class="footer-btn"> | ||
| 30 | + <u-button type="success" @click="baoShow">我要参与</u-button> | ||
| 31 | + </view> | ||
| 32 | + | ||
| 33 | + </view> | ||
| 34 | + <u-popup class="userForm" v-model="joinShow" mode="center" border-radius="20" :closeable="true" width="90%"> | ||
| 35 | + <view style="padding: 30rpx;"> | ||
| 36 | + <u-form class="form-box" :model="form" ref="uForm" :label-width="120"> | ||
| 37 | + <view style="padding: 10rpx;"> | ||
| 38 | + <view class="title">请填写您的报名信息</view> | ||
| 39 | + <u-form-item label="*姓名"><u-input v-model="form.userName" /></u-form-item> | ||
| 40 | + <u-form-item label="*电话"><u-input v-model="form.userPhone" /></u-form-item> | ||
| 41 | + <u-button type="success" @click="submit">提交</u-button> | ||
| 42 | + </view> | ||
| 43 | + </u-form> | ||
| 44 | + </view> | ||
| 45 | + </u-popup> | ||
| 46 | + <u-toast ref="uToast" /> | ||
| 47 | + </view> | ||
| 48 | +</template> | ||
| 49 | + | ||
| 50 | +<script> | ||
| 51 | + export default { | ||
| 52 | + data() { | ||
| 53 | + return { | ||
| 54 | + tableData: {}, | ||
| 55 | + list: ['标签', '标签', '标签'], | ||
| 56 | + participateTimeType: 'sync', // 默认选中同步活动周期 | ||
| 57 | + timeOptions: [{ | ||
| 58 | + value: 'sync', | ||
| 59 | + label: '同步活动周期' | ||
| 60 | + }, | ||
| 61 | + { | ||
| 62 | + value: 'custom', | ||
| 63 | + label: '自定义时间' | ||
| 64 | + } | ||
| 65 | + ], | ||
| 66 | + joinShow: false, | ||
| 67 | + form: { | ||
| 68 | + activityId: '', | ||
| 69 | + userId: '', | ||
| 70 | + createTime: '', | ||
| 71 | + createUser: '', | ||
| 72 | + userName: '', | ||
| 73 | + userPhone: '', | ||
| 74 | + }, | ||
| 75 | + pagesize: { | ||
| 76 | + id: null, | ||
| 77 | + }, | ||
| 78 | + imgurl: '' | ||
| 79 | + }; | ||
| 80 | + }, | ||
| 81 | + onLoad(option) { | ||
| 82 | + this.imgurl = this.$img | ||
| 83 | + this.pagesize.id = option.ids | ||
| 84 | + | ||
| 85 | + this.tableData = { | ||
| 86 | + id: 1, | ||
| 87 | + imageUrl: '/zsfwzxt/sp/bf83d7f7-6b30-494b-9d67-d56198d4612d-1.jpg', // 示例图片地址,需替换为实际地址 | ||
| 88 | + title: '这里有标题这里有标题这里有标题', | ||
| 89 | + startTime: '2024-1-1', | ||
| 90 | + endTime: '2024-1-5', | ||
| 91 | + location: '锦江绿道', | ||
| 92 | + type: '打卡集字', | ||
| 93 | + participantNum: 20, | ||
| 94 | + status: '1', | ||
| 95 | + hasRecord: false | ||
| 96 | + } | ||
| 97 | + | ||
| 98 | + | ||
| 99 | + }, | ||
| 100 | + methods: { | ||
| 101 | + baoShow() { | ||
| 102 | + uni.navigateTo({ | ||
| 103 | + url: `/pagesA/PunchInAct/PunchInSetting?ids=${this.tableData.id}` | ||
| 104 | + }) | ||
| 105 | + }, | ||
| 106 | + submit() { | ||
| 107 | + if (!this.form.userName) { | ||
| 108 | + uni.showToast({ | ||
| 109 | + icon: 'none', | ||
| 110 | + title: '请输入姓名' | ||
| 111 | + }); | ||
| 112 | + return | ||
| 113 | + } | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + if (!this.form.userPhone) { | ||
| 117 | + uni.showToast({ | ||
| 118 | + icon: 'none', | ||
| 119 | + title: '请输入联系电话' | ||
| 120 | + }); | ||
| 121 | + return | ||
| 122 | + } | ||
| 123 | + this.form.createTime = this.getCurrentDateTime() | ||
| 124 | + this.$http.sendRequest('/cereEventRegistration/add', 'POST', this.form, 1).then(res => { | ||
| 125 | + | ||
| 126 | + // uni.showToast({ | ||
| 127 | + // title: res.data.message, | ||
| 128 | + // duration: 2000, | ||
| 129 | + | ||
| 130 | + // }) | ||
| 131 | + this.$refs.uToast.show({ | ||
| 132 | + title: res.data.message, | ||
| 133 | + url: '/pages/home/home' | ||
| 134 | + }) | ||
| 135 | + // uni.switchTab({ | ||
| 136 | + // url: '/pages/home/home' | ||
| 137 | + // }) | ||
| 138 | + }) | ||
| 139 | + this.joinShow = false | ||
| 140 | + | ||
| 141 | + | ||
| 142 | + }, | ||
| 143 | + leaseAdd() { | ||
| 144 | + uni.navigateTo({ | ||
| 145 | + url: '/pages/leaseAdd/leaseAdd' | ||
| 146 | + }) | ||
| 147 | + }, | ||
| 148 | + getCurrentDateTime() { | ||
| 149 | + const now = new Date(); | ||
| 150 | + const year = now.getFullYear(); | ||
| 151 | + const month = String(now.getMonth() + 1).padStart(2, '0'); // 月份是从0开始的,所以需要+1 | ||
| 152 | + const day = String(now.getDate()).padStart(2, '0'); | ||
| 153 | + const hours = String(now.getHours()).padStart(2, '0'); | ||
| 154 | + const minutes = String(now.getMinutes()).padStart(2, '0'); | ||
| 155 | + const seconds = String(now.getSeconds()).padStart(2, '0'); | ||
| 156 | + | ||
| 157 | + return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; | ||
| 158 | + }, | ||
| 159 | + } | ||
| 160 | + }; | ||
| 161 | +</script> | ||
| 162 | + | ||
| 163 | +<style scoped lang="scss"> | ||
| 164 | + .page { | ||
| 165 | + position: relative; | ||
| 166 | + width: 100%; | ||
| 167 | + // height: 100%; | ||
| 168 | + overflow-x: hidden; | ||
| 169 | + // overflow-y: auto; | ||
| 170 | + } | ||
| 171 | + | ||
| 172 | + .page-info { | ||
| 173 | + width: 100%; | ||
| 174 | + padding: 24rpx; | ||
| 175 | + } | ||
| 176 | + | ||
| 177 | + // 活动详情 | ||
| 178 | + .banner { | ||
| 179 | + width: 100%; | ||
| 180 | + margin-top: 10rpx; | ||
| 181 | + border-radius: 30rpx; | ||
| 182 | + background-color: #fff; | ||
| 183 | + padding: 24rpx 30rpx; | ||
| 184 | + color: #888D9C; | ||
| 185 | + | ||
| 186 | + .title { | ||
| 187 | + font-weight: 700; | ||
| 188 | + color: #3D3D3D; | ||
| 189 | + font-size: 34rpx; | ||
| 190 | + margin-bottom: 30rpx; | ||
| 191 | + } | ||
| 192 | + | ||
| 193 | + .banner-info-top { | ||
| 194 | + display: flex; | ||
| 195 | + align-items: center; | ||
| 196 | + justify-content: space-between; | ||
| 197 | + margin-bottom: 30rpx; | ||
| 198 | + | ||
| 199 | + } | ||
| 200 | + | ||
| 201 | + .times { | ||
| 202 | + white-space: nowrap; | ||
| 203 | + /* 不换行 */ | ||
| 204 | + overflow: hidden; | ||
| 205 | + /* 隐藏超出部分 */ | ||
| 206 | + text-overflow: ellipsis; | ||
| 207 | + /* 显示省略号 */ | ||
| 208 | + width: 70%; | ||
| 209 | + } | ||
| 210 | + } | ||
| 211 | + | ||
| 212 | + // 活动信息 | ||
| 213 | + .info-box { | ||
| 214 | + margin-top: 30rpx; | ||
| 215 | + background-color: #fff; | ||
| 216 | + padding: 10px; | ||
| 217 | + border-radius: 30rpx; | ||
| 218 | + | ||
| 219 | + .title { | ||
| 220 | + font-weight: 700; | ||
| 221 | + color: #3D3D3D; | ||
| 222 | + font-size: 34rpx; | ||
| 223 | + margin-bottom: 10rpx; | ||
| 224 | + } | ||
| 225 | + | ||
| 226 | + .info-item { | ||
| 227 | + font-size: 26rpx; | ||
| 228 | + line-height: 50rpx; | ||
| 229 | + } | ||
| 230 | + } | ||
| 231 | + | ||
| 232 | + /* 底部 */ | ||
| 233 | + .page-footer { | ||
| 234 | + position: fixed; | ||
| 235 | + left: 0; | ||
| 236 | + bottom: 0; | ||
| 237 | + // display: flex; | ||
| 238 | + // align-items: center; | ||
| 239 | + // justify-content: center; | ||
| 240 | + width: 100%; | ||
| 241 | + height: 125rpx; | ||
| 242 | + background-color: #FFFFFF; | ||
| 243 | + padding-bottom: constant(safe-area-inset-bottom); | ||
| 244 | + padding-bottom: env(safe-area-inset-bottom); | ||
| 245 | + | ||
| 246 | + .footer-btn { | ||
| 247 | + padding: 0 20px; | ||
| 248 | + margin-top: 20rpx; | ||
| 249 | + } | ||
| 250 | + | ||
| 251 | + .footer-service { | ||
| 252 | + display: flex; | ||
| 253 | + flex-direction: column; | ||
| 254 | + align-items: center; | ||
| 255 | + | ||
| 256 | + text { | ||
| 257 | + margin-top: 6rpx; | ||
| 258 | + line-height: 42rpx; | ||
| 259 | + } | ||
| 260 | + } | ||
| 261 | + } | ||
| 262 | + | ||
| 263 | + .userForm { | ||
| 264 | + margin: 0 40rpx; | ||
| 265 | + | ||
| 266 | + .form-box { | ||
| 267 | + padding: 18rpx 30rpx; | ||
| 268 | + | ||
| 269 | + } | ||
| 270 | + | ||
| 271 | + .title { | ||
| 272 | + font-size: 32rpx; | ||
| 273 | + font-weight: 700; | ||
| 274 | + } | ||
| 275 | + } | ||
| 276 | + .participate-time-container { | ||
| 277 | + background-color: #fff; | ||
| 278 | + border-radius: 10px; | ||
| 279 | + padding: 15px; | ||
| 280 | + margin-bottom: 15px; | ||
| 281 | + } | ||
| 282 | + | ||
| 283 | + .section-title { | ||
| 284 | + font-size: 18px; | ||
| 285 | + font-weight: bold; | ||
| 286 | + margin-bottom: 15px; | ||
| 287 | + } | ||
| 288 | + | ||
| 289 | + .radio-label { | ||
| 290 | + display: flex; | ||
| 291 | + align-items: center; | ||
| 292 | + margin-bottom: 10px; | ||
| 293 | + } | ||
| 294 | + | ||
| 295 | + .radio-text { | ||
| 296 | + margin-left: 10px; | ||
| 297 | + font-size: 16px; | ||
| 298 | + color: #333; | ||
| 299 | + } | ||
| 300 | + | ||
| 301 | + .tip-text { | ||
| 302 | + font-size: 14px; | ||
| 303 | + color: #999; | ||
| 304 | + margin-top: 5px; | ||
| 305 | + } | ||
| 306 | +</style> | ||
| 0 | \ No newline at end of file | 307 | \ No newline at end of file |
lvdao-miniapp/utils/request.js
| 1 | 1 | ||
| 2 | // let hostall = window.location.href; | 2 | // let hostall = window.location.href; |
| 3 | // let c1 = hostall.split('cdwlMall')[0]; | 3 | // let c1 = hostall.split('cdwlMall')[0]; |
| 4 | -let c1 = 'https://jy.scjysm.asia:18086/' | ||
| 5 | -// let c1 = 'https://zhgw-uat.028wlkj.com/' | 4 | +// let c1 = 'https://jy.scjysm.asia:18086/' |
| 5 | +let c1 = 'https://zhgw-uat.028wlkj.com/' | ||
| 6 | //封装request请求 | 6 | //封装request请求 |
| 7 | const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | 7 | const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { |
| 8 | //判断header提交数据类型 | 8 | //判断header提交数据类型 |
| @@ -21,7 +21,7 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | @@ -21,7 +21,7 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | ||
| 21 | // bases = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' + url; | 21 | // bases = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' + url; |
| 22 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url; | 22 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url; |
| 23 | 23 | ||
| 24 | - bases = 'http://128.10.249.9:9003'+ url; | 24 | + // bases = 'http://128.10.249.9:9003'+ url; |
| 25 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; | 25 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; |
| 26 | 26 | ||
| 27 | bases = c1 + 'cdwlMall/meserver/admin-server' + url; | 27 | bases = c1 + 'cdwlMall/meserver/admin-server' + url; |
| @@ -30,8 +30,8 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | @@ -30,8 +30,8 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | ||
| 30 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url; | 30 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url; |
| 31 | // bases = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' + url; | 31 | // bases = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api' + url; |
| 32 | // bases = 'http://128.10.249.22:9003:9007' + url; | 32 | // bases = 'http://128.10.249.22:9003:9007' + url; |
| 33 | - bases = 'http://128.10.249.9:9007' + url; | ||
| 34 | - // bases = c1 + 'cdwlMall/meserver/api' + url; | 33 | + // bases = 'http://128.10.249.9:9007' + url; |
| 34 | + bases = c1 + 'cdwlMall/meserver/api' + url; | ||
| 35 | 35 | ||
| 36 | }else{ | 36 | }else{ |
| 37 | // bases = 'http://128.10.249.22:9004' + url; | 37 | // bases = 'http://128.10.249.22:9004' + url; |
| @@ -39,7 +39,7 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | @@ -39,7 +39,7 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { | ||
| 39 | // bases = 'http://172.16.61.123/cdwlMall/business-server' + url; | 39 | // bases = 'http://172.16.61.123/cdwlMall/business-server' + url; |
| 40 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url; | 40 | // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url; |
| 41 | // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url; | 41 | // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url; |
| 42 | - bases = 'http://128.10.249.9:9004' + url; | 42 | + // bases = 'http://128.10.249.9:9004' + url; |
| 43 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; | 43 | // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; |
| 44 | bases = c1 + 'cdwlMall/business-server' + url; | 44 | bases = c1 + 'cdwlMall/business-server' + url; |
| 45 | 45 |
merchant-web-master/dist.zip
No preview for this file type
settled-merchant-master/dist.zip
No preview for this file type