Commit 57b010a37495f645db06754e484b436e7a2c5dd0
1 parent
30e87ab7
最新1
Showing
29 changed files
with
610 additions
and
507 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 | 17 | if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { |
| 18 | 18 | |
| 19 | 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 | 22 | // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; |
| 23 | 23 | |
| 24 | 24 | |
| 25 | - // baseURL = 'http://128.10.249.25:9003'; | |
| 25 | + baseURL = 'http://128.10.249.46:9003'; | |
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | } else { | ... | ... |
admin-web-master/src/utils/request2.js
| ... | ... | @@ -20,7 +20,7 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost |
| 20 | 20 | // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server'; |
| 21 | 21 | // baseURL = 'http://172.16.61.125:9004'; |
| 22 | 22 | // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; |
| 23 | - baseURL = 'http://128.10.249.25'; | |
| 23 | + baseURL = 'http://128.10.249.46:9004'; | |
| 24 | 24 | } else { |
| 25 | 25 | console.error('---------------------') |
| 26 | 26 | console.error(hostall) | ... | ... |
admin-web-master/src/views/customer/yixiang/index.vue
| ... | ... | @@ -28,6 +28,9 @@ |
| 28 | 28 | <el-table-column label="意向区域" prop="belongingRegion" min-width="150" show-overflow-tooltip> |
| 29 | 29 | </el-table-column> |
| 30 | 30 | <el-table-column label="租金周期" prop="leaseTerm" min-width="150" show-overflow-tooltip> |
| 31 | + <template slot-scope="scope"> | |
| 32 | + {{scope.row.leaseTerm!=''?scope.row.leaseTerm:'-'}} | |
| 33 | + </template> | |
| 31 | 34 | </el-table-column> |
| 32 | 35 | <el-table-column label="租金价格" prop="rentalPrice" min-width="150" show-overflow-tooltip> |
| 33 | 36 | </el-table-column> |
| ... | ... | @@ -108,9 +111,11 @@ |
| 108 | 111 | <el-option label="0-100" value="0-100" /> |
| 109 | 112 | <el-option label="100-200" value="100-200" /> |
| 110 | 113 | <el-option label="200-300" value="200-300" /> |
| 114 | + <el-option label="300-400" value="400-500" /> | |
| 115 | + <el-option label="500以上" value="500-1000000" /> | |
| 111 | 116 | </el-select> |
| 112 | 117 | </el-form-item> |
| 113 | - <el-form-item label="租金周期" prop="resources.cereRentalPolicies.leaseTerm"> | |
| 118 | + <el-form-item label="租金周期" > | |
| 114 | 119 | <el-select v-model="pipeiSel.resources.cereRentalPolicies.leaseTerm" style="width: 100%;"> |
| 115 | 120 | <el-option label="年" value="年" /> |
| 116 | 121 | <el-option label="季" value="季" /> | ... | ... |
admin-web-master/src/views/online/transaction/index.vue
| 1 | 1 | <template> |
| 2 | - <div style="padding: 10px;"> | |
| 3 | - <div | |
| 4 | - style="font-weight: bold;font-size: 14px;background-color:#fff;padding: 20px;display:flex;justify-content: space-between;align-items: center"> | |
| 5 | - <div>交易流量监控</div> | |
| 6 | - <el-form :inline="true" label-position="left"> | |
| 7 | - <el-form-item label="选择日期"> | |
| 8 | - <el-date-picker v-model="Time" type="daterange" value-format="yyyy-MM-dd" style="width: 240px;margin-top:5px" | |
| 9 | - range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" > | |
| 10 | - </el-date-picker> | |
| 11 | - </el-form-item> | |
| 12 | -<el-form-item> | |
| 13 | - <el-button | |
| 14 | - style="background-color: #3F9B6A;color: #fff;" | |
| 15 | - @click="onSubmit" | |
| 16 | - >查询 | |
| 17 | - </el-button> | |
| 18 | - <el-button | |
| 19 | - class="buttonHover" | |
| 20 | - style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" | |
| 21 | - @click="resetting" | |
| 22 | - >重置 | |
| 23 | - </el-button> | |
| 24 | - </el-form-item> | |
| 25 | - </el-form> | |
| 26 | - </div> | |
| 27 | - <div class="zhuti"> | |
| 28 | - <div class="card_tree"> | |
| 29 | - <div class="card_title">总销售额(元)</div> | |
| 30 | - <div class="card_body">{{rules.totalSales}}</div> | |
| 31 | - | |
| 32 | - <!-- <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 2 | + <div style="padding: 10px;"> | |
| 3 | + <div | |
| 4 | + style="font-weight: bold;font-size: 14px;background-color:#fff;padding: 20px;display:flex;justify-content: space-between;align-items: center"> | |
| 5 | + <div>交易流量监控</div> | |
| 6 | + <el-form :inline="true" label-position="left"> | |
| 7 | + <el-form-item label="选择日期"> | |
| 8 | + <el-date-picker v-model="Time" type="daterange" value-format="yyyy-MM-dd" | |
| 9 | + style="width: 240px;margin-top:5px" range-separator="至" start-placeholder="开始日期" | |
| 10 | + end-placeholder="结束日期"> | |
| 11 | + </el-date-picker> | |
| 12 | + </el-form-item> | |
| 13 | + <el-form-item> | |
| 14 | + <el-button style="background-color: #3F9B6A;color: #fff;" @click="onSubmit">查询 | |
| 15 | + </el-button> | |
| 16 | + <el-button class="buttonHover" | |
| 17 | + style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;" @click="resetting">重置 | |
| 18 | + </el-button> | |
| 19 | + </el-form-item> | |
| 20 | + </el-form> | |
| 21 | + </div> | |
| 22 | + <div class="zhuti"> | |
| 23 | + <div class="card_tree"> | |
| 24 | + <div class="card_title">总销售额(元)</div> | |
| 25 | + <div class="card_body">{{rules.totalSales}}</div> | |
| 26 | + | |
| 27 | + <!-- <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 33 | 28 | <div style="font-size: 12px;line-height:100px;display:flex;"> |
| 34 | 29 | <div style="color:#B0B0B0;">周同比</div> |
| 35 | 30 | <div style="color:#A8D889"><i class="el-icon-caret-top"></i>12%</div> |
| ... | ... | @@ -40,441 +35,511 @@ |
| 40 | 35 | </div> |
| 41 | 36 | </div> --> |
| 42 | 37 | |
| 43 | - <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 44 | - <div class="card_foot">日均销售额 ¥{{rules.averageSalesRevenue}} | |
| 45 | - </div> | |
| 46 | - </div> | |
| 47 | - <div class="card_tree"> | |
| 48 | - <div class="card_title">交易笔数</div> | |
| 49 | - <div class="card_body">{{rules.transactions}}</div> | |
| 50 | - <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 51 | - <div ref="jiaonum" style="width:100%;height:80px"></div> | |
| 52 | - </div> | |
| 53 | - <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 54 | - <div class="card_foot">日交易量 {{rules.tradingDailyVolume}} | |
| 55 | - | |
| 56 | - </div> | |
| 57 | - </div> | |
| 58 | - <div class="card_tree"> | |
| 59 | - <div class="card_title">交易金额(元)</div> | |
| 60 | - <div class="card_body">{{rules.totalSales}}</div> | |
| 61 | - <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 62 | - <div ref="jiaomoney" style="width:100%;height:80px"></div> | |
| 63 | - </div> | |
| 64 | - <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 65 | - <!-- <div class="card_foot"> | |
| 38 | + <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 39 | + <div class="card_foot">日均销售额 ¥{{rules.averageSalesRevenue}} | |
| 40 | + </div> | |
| 41 | + </div> | |
| 42 | + <div class="card_tree"> | |
| 43 | + <div class="card_title">交易笔数</div> | |
| 44 | + <div class="card_body">{{rules.transactions}}</div> | |
| 45 | + <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 46 | + <div ref="jiaonum" style="width:100%;height:400px"></div> | |
| 47 | + </div> | |
| 48 | + <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 49 | + <div class="card_foot">日交易量 {{rules.tradingDailyVolume}} | |
| 50 | + | |
| 51 | + </div> | |
| 52 | + </div> | |
| 53 | + <div class="card_tree"> | |
| 54 | + <div class="card_title">交易金额(元)</div> | |
| 55 | + <div class="card_body">{{rules.totalSales}}</div> | |
| 56 | + <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 57 | + <div ref="jiaomoney" style="width:100%;height:400px"></div> | |
| 58 | + </div> | |
| 59 | + <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 60 | + <!-- <div class="card_foot"> | |
| 66 | 61 | 大额率 60% |
| 67 | 62 | </div> --> |
| 68 | - </div> | |
| 69 | -<div class="card_tree" style="margin-right: 0;"> | |
| 70 | - <div class="card_title">交易成功率</div> | |
| 71 | - <div class="card_body">{{rules.transactionSuccessRate}}%</div> | |
| 72 | - <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 73 | - <div style="width:100%;height:15px;position: relative;background-color: #F1F2F5;margin-top: 65px;"> | |
| 63 | + </div> | |
| 64 | + <div class="card_tree" style="margin-right: 0;"> | |
| 65 | + <div class="card_title">交易成功率</div> | |
| 66 | + <!-- <div class="card_body">{{rules.transactionsNumber}}</div> --> | |
| 67 | + <div style="display:flex;justify-content: space-between;" class="card_tu"> | |
| 68 | + <div ref="jiaolv" style="width:100%;height:400px"></div> | |
| 69 | + <!-- <div style="width:100%;height:15px;position: relative;background-color: #F1F2F5;margin-top: 65px;"> | |
| 74 | 70 | <div style="position: absolute;top: 0;left: 0;background-color: #448EF7;height:15px;" :style="`width:${rules.transactionSuccessRate?rules.transactionSuccessRate:0}%`"></div> |
| 75 | - </div> | |
| 76 | - </div> | |
| 77 | - <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 78 | - </div> | |
| 71 | + </div> --> | |
| 72 | + </div> | |
| 73 | + <div style="background-color: #F4F4F4;height: 2px;margin:20px 0 10px 0"></div> | |
| 74 | + </div> | |
| 79 | 75 | |
| 80 | 76 | |
| 81 | 77 | |
| 82 | 78 | |
| 83 | - <div> | |
| 79 | + <div> | |
| 84 | 80 | |
| 85 | 81 | |
| 86 | 82 | |
| 87 | 83 | |
| 88 | - </div> | |
| 89 | - </div> | |
| 84 | + </div> | |
| 85 | + </div> | |
| 90 | 86 | |
| 91 | - </div> | |
| 87 | + </div> | |
| 92 | 88 | </template> |
| 93 | 89 | |
| 94 | 90 | <script> |
| 95 | - import {transactionTrafficMonitoring} from '../../../api/online.js' | |
| 96 | - import * as echarts from 'echarts'; | |
| 97 | - export default { | |
| 98 | - data() { | |
| 99 | - return { | |
| 100 | - rules: {}, | |
| 101 | - currentPage: 1, | |
| 102 | - total: 100, | |
| 103 | - flag: false, | |
| 104 | - pageSize: 10, | |
| 105 | - activeName: 'zfb', | |
| 106 | - tabTitle: '', | |
| 107 | - jiaosucc:78, | |
| 108 | - tableData: [{ | |
| 109 | - date: '3', | |
| 110 | - name: '345', | |
| 111 | - times: '2024.3.15', | |
| 112 | - time: '2024.3.18', | |
| 113 | - zhuti: '4', | |
| 114 | - zt: '未审核', | |
| 115 | - address: '789' | |
| 116 | - }], | |
| 117 | - pageindex:{ | |
| 118 | - startTime:"2020-01-01", | |
| 119 | - endTime:"" | |
| 120 | - }, | |
| 121 | - Time:[] | |
| 122 | - } | |
| 123 | - }, | |
| 124 | - computed: {}, | |
| 125 | - created() { | |
| 126 | - | |
| 127 | - }, | |
| 128 | - mounted() { | |
| 129 | - const now = new Date(); | |
| 130 | - const year = now.getFullYear(); | |
| 131 | - const month = String(now.getMonth() + 1).padStart(2, '0') | |
| 132 | - const day = String(now.getDate()).padStart(2, '0') | |
| 133 | - this.pageindex.endTime= `${year}-${month}-${day}` | |
| 134 | - this.getAll() | |
| 135 | - }, | |
| 136 | - methods: { | |
| 137 | - getAll(){ | |
| 138 | - transactionTrafficMonitoring(this.pageindex).then(res=>{ | |
| 139 | - this.rules = res.data | |
| 140 | - if(res.data.consumerTrendsRes){ | |
| 141 | - this.jiaoNum(res.data.consumerTrendsRes) | |
| 142 | - this.jiaoMoney(res.data.consumerTrendsRes) | |
| 143 | - }else{ | |
| 144 | - let data =[] | |
| 145 | - this.jiaoNum(data) | |
| 146 | - this.jiaoMoney(data) | |
| 147 | - } | |
| 148 | - | |
| 149 | - }) | |
| 150 | - | |
| 151 | - }, | |
| 152 | - handleClick(tab, event) { | |
| 153 | - this.tabTitle = tab.name | |
| 154 | - }, | |
| 155 | - | |
| 156 | - jiaoMoney(datas){ | |
| 157 | - let Dom = this.$refs.jiaomoney | |
| 158 | - let myChart = echarts.init(Dom) | |
| 159 | - let processedData = datas.map(item => ({ | |
| 160 | - name: item.time, | |
| 161 | - value: item.money | |
| 162 | - })) | |
| 163 | - let option = { | |
| 164 | - grid: { | |
| 165 | - left: '0', | |
| 166 | - right: '0', | |
| 167 | - bottom: '0', | |
| 168 | - top: '0', | |
| 169 | - // grid 区域是否包含坐标轴的刻度标签 | |
| 170 | - containLabel: false | |
| 171 | - }, | |
| 172 | - xAxis: { | |
| 173 | - show: false, | |
| 174 | - type: 'category', | |
| 175 | - data: processedData.map(item => item.name), | |
| 176 | - }, | |
| 177 | - yAxis: { | |
| 178 | - show: false, | |
| 179 | - type: 'value' | |
| 180 | - }, | |
| 181 | - series: [ | |
| 182 | - { | |
| 183 | - itemStyle: { | |
| 184 | - color: '#2D8BD2' | |
| 185 | - }, | |
| 186 | - data: processedData.map(item => item.value), | |
| 187 | - type: 'bar', | |
| 188 | - // 柱状图宽度 | |
| 189 | - // barWidth: 10 | |
| 190 | - } | |
| 191 | - ] | |
| 192 | -} | |
| 193 | - option && myChart.setOption(option) | |
| 194 | - }, | |
| 195 | - jiaoNum(datas){ | |
| 196 | - | |
| 197 | - let Dom = this.$refs.jiaonum | |
| 198 | - let myChart = echarts.init(Dom) | |
| 199 | -let processedData = datas.map(item => ({ | |
| 200 | - name: item.time, | |
| 201 | - value: item.count | |
| 202 | -})) | |
| 203 | - let option = { | |
| 204 | - tooltip: { | |
| 205 | - trigger: 'axis', | |
| 206 | - position: function (pt) { | |
| 207 | - return [pt[0], '10%']; | |
| 208 | - } | |
| 209 | - }, | |
| 210 | - xAxis: { | |
| 211 | - type: 'category', | |
| 212 | - boundaryGap: false, | |
| 213 | - data: processedData.map(item => item.name), | |
| 214 | - show: true | |
| 215 | - }, | |
| 216 | - yAxis: { | |
| 217 | - show: false, | |
| 218 | - axisLine: { | |
| 219 | - show: false | |
| 220 | - }, | |
| 221 | - axisTick: { | |
| 222 | - show: false | |
| 223 | - }, | |
| 224 | - splitLine: { | |
| 225 | - show: false | |
| 226 | - } | |
| 227 | - }, | |
| 228 | - series: [ | |
| 229 | - { | |
| 230 | - name: '交易数', | |
| 231 | - type: 'line', | |
| 232 | - symbol: 'none', | |
| 233 | - sampling: 'lttb', | |
| 234 | - itemStyle: { | |
| 235 | - color: 'rgb(255, 70, 131)' | |
| 236 | - }, | |
| 237 | - areaStyle: { | |
| 238 | - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ | |
| 239 | - { | |
| 240 | - offset: 0, | |
| 241 | - color: 'rgb(255, 158, 68)' | |
| 242 | - }, | |
| 243 | - { | |
| 244 | - offset: 1, | |
| 245 | - color: 'rgb(255, 70, 131)' | |
| 246 | - } | |
| 247 | - ]) | |
| 248 | - }, | |
| 249 | - data: processedData.map(item => item.value) | |
| 250 | - } | |
| 251 | - ] | |
| 252 | - | |
| 253 | - } | |
| 254 | - option && myChart.setOption(option) | |
| 255 | - }, | |
| 256 | - onSubmit() { | |
| 257 | - if(this.Time.length!=0){ | |
| 258 | - this.pageindex.startTime = this.Time[0] | |
| 259 | - this.pageindex.endTime = this.Time[1] | |
| 260 | - this.getAll() | |
| 261 | - } | |
| 262 | - }, | |
| 263 | - resetting(){ | |
| 264 | - this.pageindex= { | |
| 265 | - startTime:"2020-01-01", | |
| 266 | - } | |
| 267 | - const now = new Date(); | |
| 268 | - const year = now.getFullYear(); | |
| 269 | - const month = String(now.getMonth() + 1).padStart(2, '0') | |
| 270 | - const day = String(now.getDate()).padStart(2, '0') | |
| 271 | - this.pageindex.endTime= `${year}-${month}-${day}` | |
| 272 | - this.Time=[] | |
| 273 | - this.getAll() | |
| 274 | - }, | |
| 275 | - | |
| 276 | - } | |
| 277 | - } | |
| 91 | + import { | |
| 92 | + transactionTrafficMonitoring | |
| 93 | + } from '../../../api/online.js' | |
| 94 | + import * as echarts from 'echarts'; | |
| 95 | + export default { | |
| 96 | + data() { | |
| 97 | + return { | |
| 98 | + rules: {}, | |
| 99 | + currentPage: 1, | |
| 100 | + total: 100, | |
| 101 | + flag: false, | |
| 102 | + pageSize: 10, | |
| 103 | + activeName: 'zfb', | |
| 104 | + tabTitle: '', | |
| 105 | + jiaosucc: 78, | |
| 106 | + tableData: [{ | |
| 107 | + date: '3', | |
| 108 | + name: '345', | |
| 109 | + times: '2024.3.15', | |
| 110 | + time: '2024.3.18', | |
| 111 | + zhuti: '4', | |
| 112 | + zt: '未审核', | |
| 113 | + address: '789' | |
| 114 | + }], | |
| 115 | + pageindex: { | |
| 116 | + startTime: "2020-01-01", | |
| 117 | + endTime: "" | |
| 118 | + }, | |
| 119 | + Time: [] | |
| 120 | + } | |
| 121 | + }, | |
| 122 | + computed: {}, | |
| 123 | + created() { | |
| 124 | + | |
| 125 | + }, | |
| 126 | + mounted() { | |
| 127 | + this.getDateRange() | |
| 128 | + this.getAll() | |
| 129 | + }, | |
| 130 | + methods: { | |
| 131 | + getAll() { | |
| 132 | + transactionTrafficMonitoring(this.pageindex).then(res => { | |
| 133 | + this.rules = res.data | |
| 134 | + if (res.data.consumerTrendsRes) { | |
| 135 | + this.jiaoNum(res.data.consumerTrendsRes) | |
| 136 | + this.jiaoMoney(res.data.consumerTrendsRes) | |
| 137 | + this.jiaoyilv(res.data.transactionSuccessRate) | |
| 138 | + } else { | |
| 139 | + let data = [] | |
| 140 | + this.jiaoNum(data) | |
| 141 | + this.jiaoMoney(data) | |
| 142 | + this.jiaoyilv(data) | |
| 143 | + } | |
| 144 | + | |
| 145 | + }) | |
| 146 | + | |
| 147 | + }, | |
| 148 | + handleClick(tab, event) { | |
| 149 | + this.tabTitle = tab.name | |
| 150 | + }, | |
| 151 | + | |
| 152 | + jiaoMoney(datas) { | |
| 153 | + let Dom = this.$refs.jiaomoney | |
| 154 | + let myChart = echarts.init(Dom) | |
| 155 | + | |
| 156 | + datas.sort((a, b) => { | |
| 157 | + const timeA = new Date(a.time); | |
| 158 | + const timeB = new Date(b.time); | |
| 159 | + return timeA - timeB; | |
| 160 | + }) | |
| 161 | + const productNames = datas.map(item => item.time) | |
| 162 | + const salesData = datas.map(item => item.money) | |
| 163 | + const option = { | |
| 164 | + tooltip: { | |
| 165 | + trigger: 'axis', | |
| 166 | + axisPointer: { | |
| 167 | + type: 'shadow' | |
| 168 | + } | |
| 169 | + }, | |
| 170 | + xAxis: { | |
| 171 | + type: 'category', | |
| 172 | + data: productNames, | |
| 173 | + }, | |
| 174 | + yAxis: { | |
| 175 | + type: 'value', | |
| 176 | + name: '销售金额' | |
| 177 | + }, | |
| 178 | + series: [{ | |
| 179 | + color: '#3f9b6a', | |
| 180 | + name: '销售金额', | |
| 181 | + type: 'bar', | |
| 182 | + data: salesData, | |
| 183 | + }] | |
| 184 | + }; | |
| 185 | + option && myChart.setOption(option) | |
| 186 | + window.addEventListener('resize', function() { | |
| 187 | + myChart.resize(); | |
| 188 | + }) | |
| 189 | + }, | |
| 190 | + jiaoNum(datas) { | |
| 191 | + | |
| 192 | + let Dom = this.$refs.jiaonum | |
| 193 | + let myChart = echarts.init(Dom) | |
| 194 | + datas.sort((a, b) => { | |
| 195 | + const timeA = new Date(a.time); | |
| 196 | + const timeB = new Date(b.time); | |
| 197 | + return timeA - timeB; | |
| 198 | + }) | |
| 199 | + const productNames = datas.map(item => item.time) | |
| 200 | + const salesData = datas.map(item => item.count) | |
| 201 | + let option = { | |
| 202 | + tooltip: { | |
| 203 | + trigger: 'axis', | |
| 204 | + position: function(pt) { | |
| 205 | + return [pt[0], '10%']; | |
| 206 | + } | |
| 207 | + }, | |
| 208 | + xAxis: { | |
| 209 | + type: 'category', | |
| 210 | + boundaryGap: false, | |
| 211 | + data: productNames, | |
| 212 | + show: true | |
| 213 | + }, | |
| 214 | + yAxis: { | |
| 215 | + show: true, // 显示 Y 轴 | |
| 216 | + name: '交易数', // 添加 Y 轴名称 | |
| 217 | + axisLine: { | |
| 218 | + show: true // 显示 Y 轴轴线 | |
| 219 | + }, | |
| 220 | + axisTick: { | |
| 221 | + show: true // 显示 Y 轴刻度 | |
| 222 | + }, | |
| 223 | + splitLine: { | |
| 224 | + show: true // 显示 Y 轴分割线 | |
| 225 | + }, | |
| 226 | + axisLabel: { | |
| 227 | + formatter: '{value}' // 格式化 Y 轴标签 | |
| 228 | + } | |
| 229 | + }, | |
| 230 | + series: [{ | |
| 231 | + name: '交易数', | |
| 232 | + type: 'line', | |
| 233 | + symbol: 'none', | |
| 234 | + sampling: 'lttb', | |
| 235 | + itemStyle: { | |
| 236 | + color: '#3f9b6a', | |
| 237 | + }, | |
| 238 | + areaStyle: { | |
| 239 | + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ | |
| 240 | + offset: 0, | |
| 241 | + color: 'rgb(49, 169, 16)' | |
| 242 | + }, | |
| 243 | + { | |
| 244 | + offset: 1, | |
| 245 | + color: 'rgb(49, 169, 16)' | |
| 246 | + } | |
| 247 | + ]) | |
| 248 | + }, | |
| 249 | + data: salesData, | |
| 250 | + }] | |
| 251 | + | |
| 252 | + } | |
| 253 | + option && myChart.setOption(option) | |
| 254 | + window.addEventListener('resize', () => { | |
| 255 | + myChart.resize(); | |
| 256 | + }); | |
| 257 | + }, | |
| 258 | + jiaoyilv(datas) { | |
| 259 | + const chartDom = this.$refs.jiaolv; | |
| 260 | + const myChart = echarts.init(chartDom); | |
| 261 | + datas.sort((a, b) => { | |
| 262 | + const timeA = new Date(a.createDate); | |
| 263 | + const timeB = new Date(b.createDate); | |
| 264 | + return timeA - timeB; | |
| 265 | + }) | |
| 266 | + const dates = datas.map(item => item.createDate) | |
| 267 | + const successRates = datas.map(item => item.successRate) | |
| 268 | + // const dates = transactionData.map(item => item.date); | |
| 269 | + // const successRates = transactionData.map(item => item.successRate * 100); | |
| 270 | + const option = { | |
| 271 | + tooltip: { | |
| 272 | + trigger: 'axis', | |
| 273 | + axisPointer: { | |
| 274 | + type: 'shadow' | |
| 275 | + }, | |
| 276 | + formatter: '{b}<br/>交易成功率: {c}%' | |
| 277 | + }, | |
| 278 | + xAxis: { | |
| 279 | + type: 'category', | |
| 280 | + data: dates | |
| 281 | + }, | |
| 282 | + yAxis: { | |
| 283 | + type: 'value', | |
| 284 | + name: '成功率(%)', | |
| 285 | + min: 0, | |
| 286 | + max: 100, | |
| 287 | + axisLabel: { | |
| 288 | + formatter: '{value}%' | |
| 289 | + } | |
| 290 | + }, | |
| 291 | + series: [{ | |
| 292 | + name: '成功率', | |
| 293 | + type: 'bar', | |
| 294 | + data: successRates, | |
| 295 | + color: '#3f9b6a', | |
| 296 | + | |
| 297 | + // label: { | |
| 298 | + // show: true, | |
| 299 | + // position: 'top', | |
| 300 | + // formatter: '{c}%' | |
| 301 | + // } | |
| 302 | + }] | |
| 303 | + }; | |
| 304 | + | |
| 305 | + myChart.setOption(option); | |
| 306 | + window.addEventListener('resize', () => { | |
| 307 | + myChart.resize(); | |
| 308 | + }); | |
| 309 | + | |
| 310 | + }, | |
| 311 | + getDateRange() { | |
| 312 | + // 获取当前日期 | |
| 313 | + const currentDate = new Date(); | |
| 314 | + this.pageindex.endTime = this.formatDate(currentDate); | |
| 315 | + | |
| 316 | + // 计算 30 天前的日期 | |
| 317 | + const thirtyDaysAgo = new Date(); | |
| 318 | + thirtyDaysAgo.setDate(currentDate.getDate() - 30); | |
| 319 | + this.pageindex.startTime = this.formatDate(thirtyDaysAgo); | |
| 320 | + }, | |
| 321 | + formatDate(date) { | |
| 322 | + const year = date.getFullYear(); | |
| 323 | + const month = String(date.getMonth() + 1).padStart(2, '0'); | |
| 324 | + const day = String(date.getDate()).padStart(2, '0'); | |
| 325 | + return `${year}-${month}-${day}`; | |
| 326 | + }, | |
| 327 | + onSubmit() { | |
| 328 | + if (this.Time.length != 0) { | |
| 329 | + this.pageindex.startTime = this.Time[0] | |
| 330 | + this.pageindex.endTime = this.Time[1] | |
| 331 | + this.getAll() | |
| 332 | + } | |
| 333 | + }, | |
| 334 | + resetting() { | |
| 335 | + this.getDateRange() | |
| 336 | + const now = new Date(); | |
| 337 | + const year = now.getFullYear(); | |
| 338 | + const month = String(now.getMonth() + 1).padStart(2, '0') | |
| 339 | + const day = String(now.getDate()).padStart(2, '0') | |
| 340 | + this.pageindex.endTime = `${year}-${month}-${day}` | |
| 341 | + this.Time = [] | |
| 342 | + this.getAll() | |
| 343 | + }, | |
| 344 | + | |
| 345 | + } | |
| 346 | + } | |
| 278 | 347 | </script> |
| 279 | 348 | |
| 280 | 349 | <style scoped> |
| 281 | - .zhuti { | |
| 282 | - margin-top: 20px; | |
| 283 | - /* padding: 10px 20px 20px 20px; */ | |
| 284 | - /* background-color: #Fff; */ | |
| 285 | - min-height: calc(100vh - 50px - 20px); | |
| 286 | - position: relative; | |
| 287 | - } | |
| 288 | - | |
| 289 | - /deep/ .el-form-item__content { | |
| 290 | - line-height: 0; | |
| 291 | - } | |
| 292 | - | |
| 293 | - .tableBtn { | |
| 294 | - display: inline-block; | |
| 295 | - margin-right: 10px; | |
| 296 | - } | |
| 297 | - | |
| 298 | - ::v-deep .formSearch { | |
| 299 | - position: relative; | |
| 300 | - margin: 20px 0; | |
| 301 | - display: flex; | |
| 302 | - width: 100%; | |
| 303 | - height: 30px; | |
| 304 | - font-size: 12px; | |
| 305 | - justify-content: space-between; | |
| 306 | - | |
| 307 | - .el-form-item__label { | |
| 308 | - line-height: 28px; | |
| 309 | - font-size: 12px; | |
| 310 | - color: #000; | |
| 311 | - font-weight: 100; | |
| 312 | - } | |
| 313 | - } | |
| 314 | - | |
| 315 | - .greens { | |
| 316 | - color: #3F9B6A; | |
| 317 | - } | |
| 318 | - | |
| 319 | - /deep/ .el-table__row { | |
| 320 | - font-size: 12px; | |
| 321 | - } | |
| 322 | - | |
| 323 | - .fenye { | |
| 324 | - margin-top: 20px; | |
| 325 | - display: flex; | |
| 326 | - justify-content: flex-start; | |
| 327 | - position: relative; | |
| 328 | - } | |
| 329 | - | |
| 330 | - /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { | |
| 331 | - background-color: #3F9B6A; | |
| 332 | - } | |
| 333 | - | |
| 334 | - .el-row { | |
| 335 | - margin-bottom: 20px; | |
| 336 | - } | |
| 337 | - | |
| 338 | - :last-child { | |
| 339 | - margin-bottom: 0; | |
| 340 | - } | |
| 341 | - | |
| 342 | - .el-col { | |
| 343 | - border-radius: 4px; | |
| 344 | - } | |
| 345 | - | |
| 346 | - .bg-purple-dark { | |
| 347 | - background: #99a9bf; | |
| 348 | - } | |
| 349 | - | |
| 350 | - .bg-purple { | |
| 351 | - background: #d3dce6; | |
| 352 | - } | |
| 353 | - | |
| 354 | - .bg-purple-light { | |
| 355 | - background: #e5e9f2; | |
| 356 | - } | |
| 357 | - | |
| 358 | - .grid-content { | |
| 359 | - border-radius: 4px; | |
| 360 | - min-height: 36px; | |
| 361 | - } | |
| 362 | - | |
| 363 | - .row-bg { | |
| 364 | - padding: 10px 0; | |
| 365 | - background-color: #f9fafc; | |
| 366 | - } | |
| 367 | - | |
| 368 | - /deep/ .bg-purple[data-v-0e3fe4ec] { | |
| 369 | - background: #fff; | |
| 370 | - height: 50px; | |
| 371 | - } | |
| 372 | - | |
| 373 | - /deep/ .el-form--label-top .el-form-item__label { | |
| 374 | - padding: 0; | |
| 375 | - } | |
| 376 | - | |
| 377 | - .demo-input-suffix { | |
| 378 | - display: flex; | |
| 379 | - margin-right: 20px; | |
| 380 | - } | |
| 381 | - | |
| 382 | - .pagination { | |
| 383 | - text-align: right; | |
| 384 | - line-height: 20px; | |
| 385 | - } | |
| 386 | - | |
| 387 | - /deep/ .el-pagination__total { | |
| 388 | - margin-top: 4px; | |
| 389 | - } | |
| 390 | - | |
| 391 | - /deep/ .btn-prev { | |
| 392 | - position: absolute; | |
| 393 | - top: 4px; | |
| 394 | - right: 266px; | |
| 395 | - } | |
| 396 | - | |
| 397 | - /deep/ .el-pager { | |
| 398 | - position: absolute; | |
| 399 | - top: 4px; | |
| 400 | - right: 40px; | |
| 401 | - } | |
| 402 | - | |
| 403 | - /deep/ .btn-next { | |
| 404 | - position: absolute; | |
| 405 | - top: 4px; | |
| 406 | - right: 10px; | |
| 407 | - } | |
| 408 | - | |
| 409 | - ::v-deep .btn .el-button:focus, | |
| 410 | - .el-button:hover { | |
| 411 | - border: 1px solid #3F9B6A; | |
| 412 | - } | |
| 413 | - | |
| 414 | - ::v-deep .el-select .el-input.is-focus .el-input__inner { | |
| 415 | - border-color: #3F9B6A | |
| 416 | - } | |
| 417 | - | |
| 418 | - ::v-deep .dialog_css_Xq { | |
| 419 | - .el-dialog__header { | |
| 420 | - background-color: #fafafa; | |
| 421 | - | |
| 422 | - } | |
| 423 | - | |
| 424 | - .el-dialog__title { | |
| 425 | - color: #000 | |
| 426 | - } | |
| 427 | - } | |
| 428 | - | |
| 429 | - ::v-deep .el-tabs__item.is-active { | |
| 430 | - color: #3F9B6A; | |
| 431 | - } | |
| 432 | - | |
| 433 | - ::v-deep .el-tabs__active-bar { | |
| 434 | - background-color: #3F9B6A; | |
| 435 | - | |
| 436 | - } | |
| 437 | - | |
| 438 | - .card_tree { | |
| 439 | - padding: 20px 20px 10px 20px; | |
| 440 | - margin: 0 0 20px 0; | |
| 441 | - background-color: #fff; | |
| 442 | - width: 100%; | |
| 443 | - | |
| 444 | - .card_title { | |
| 445 | - color: #B0B0B0; | |
| 446 | - } | |
| 447 | - | |
| 448 | - .card_body { | |
| 449 | - font-size: 24px; | |
| 450 | - margin-top: 10px; | |
| 451 | - font-weight: 600; | |
| 452 | - } | |
| 453 | - | |
| 454 | - .card_tu { | |
| 455 | - height: 80px; | |
| 456 | - } | |
| 457 | - | |
| 458 | - .card_foot { | |
| 459 | - color: #B0B0B0; | |
| 460 | - } | |
| 461 | - } | |
| 462 | - | |
| 463 | - .card_liuliang { | |
| 464 | - margin-top: 20px; | |
| 465 | - | |
| 466 | - margin-right: 20px; | |
| 467 | - display: flex; | |
| 468 | - | |
| 469 | - .card_title { | |
| 470 | - color: #B0B0B0; | |
| 471 | - font-size: 12px; | |
| 472 | - padding: 15px 0; | |
| 473 | - } | |
| 474 | - | |
| 475 | - .card_body { | |
| 476 | - font-size: 24px; | |
| 477 | - font-weight: 600; | |
| 478 | - } | |
| 479 | - } | |
| 480 | -</style> | |
| 350 | + .zhuti { | |
| 351 | + margin-top: 20px; | |
| 352 | + /* padding: 10px 20px 20px 20px; */ | |
| 353 | + /* background-color: #Fff; */ | |
| 354 | + min-height: calc(100vh - 50px - 20px); | |
| 355 | + position: relative; | |
| 356 | + } | |
| 357 | + | |
| 358 | + /deep/ .el-form-item__content { | |
| 359 | + line-height: 0; | |
| 360 | + } | |
| 361 | + | |
| 362 | + .tableBtn { | |
| 363 | + display: inline-block; | |
| 364 | + margin-right: 10px; | |
| 365 | + } | |
| 366 | + | |
| 367 | + ::v-deep .formSearch { | |
| 368 | + position: relative; | |
| 369 | + margin: 20px 0; | |
| 370 | + display: flex; | |
| 371 | + width: 100%; | |
| 372 | + height: 30px; | |
| 373 | + font-size: 12px; | |
| 374 | + justify-content: space-between; | |
| 375 | + | |
| 376 | + .el-form-item__label { | |
| 377 | + line-height: 28px; | |
| 378 | + font-size: 12px; | |
| 379 | + color: #000; | |
| 380 | + font-weight: 100; | |
| 381 | + } | |
| 382 | + } | |
| 383 | + | |
| 384 | + .greens { | |
| 385 | + color: #3F9B6A; | |
| 386 | + } | |
| 387 | + | |
| 388 | + /deep/ .el-table__row { | |
| 389 | + font-size: 12px; | |
| 390 | + } | |
| 391 | + | |
| 392 | + .fenye { | |
| 393 | + margin-top: 20px; | |
| 394 | + display: flex; | |
| 395 | + justify-content: flex-start; | |
| 396 | + position: relative; | |
| 397 | + } | |
| 398 | + | |
| 399 | + /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { | |
| 400 | + background-color: #3F9B6A; | |
| 401 | + } | |
| 402 | + | |
| 403 | + .el-row { | |
| 404 | + margin-bottom: 20px; | |
| 405 | + } | |
| 406 | + | |
| 407 | + :last-child { | |
| 408 | + margin-bottom: 0; | |
| 409 | + } | |
| 410 | + | |
| 411 | + .el-col { | |
| 412 | + border-radius: 4px; | |
| 413 | + } | |
| 414 | + | |
| 415 | + .bg-purple-dark { | |
| 416 | + background: #99a9bf; | |
| 417 | + } | |
| 418 | + | |
| 419 | + .bg-purple { | |
| 420 | + background: #d3dce6; | |
| 421 | + } | |
| 422 | + | |
| 423 | + .bg-purple-light { | |
| 424 | + background: #e5e9f2; | |
| 425 | + } | |
| 426 | + | |
| 427 | + .grid-content { | |
| 428 | + border-radius: 4px; | |
| 429 | + min-height: 36px; | |
| 430 | + } | |
| 431 | + | |
| 432 | + .row-bg { | |
| 433 | + padding: 10px 0; | |
| 434 | + background-color: #f9fafc; | |
| 435 | + } | |
| 436 | + | |
| 437 | + /deep/ .bg-purple[data-v-0e3fe4ec] { | |
| 438 | + background: #fff; | |
| 439 | + height: 50px; | |
| 440 | + } | |
| 441 | + | |
| 442 | + /deep/ .el-form--label-top .el-form-item__label { | |
| 443 | + padding: 0; | |
| 444 | + } | |
| 445 | + | |
| 446 | + .demo-input-suffix { | |
| 447 | + display: flex; | |
| 448 | + margin-right: 20px; | |
| 449 | + } | |
| 450 | + | |
| 451 | + .pagination { | |
| 452 | + text-align: right; | |
| 453 | + line-height: 20px; | |
| 454 | + } | |
| 455 | + | |
| 456 | + /deep/ .el-pagination__total { | |
| 457 | + margin-top: 4px; | |
| 458 | + } | |
| 459 | + | |
| 460 | + /deep/ .btn-prev { | |
| 461 | + position: absolute; | |
| 462 | + top: 4px; | |
| 463 | + right: 266px; | |
| 464 | + } | |
| 465 | + | |
| 466 | + /deep/ .el-pager { | |
| 467 | + position: absolute; | |
| 468 | + top: 4px; | |
| 469 | + right: 40px; | |
| 470 | + } | |
| 471 | + | |
| 472 | + /deep/ .btn-next { | |
| 473 | + position: absolute; | |
| 474 | + top: 4px; | |
| 475 | + right: 10px; | |
| 476 | + } | |
| 477 | + | |
| 478 | + ::v-deep .btn .el-button:focus, | |
| 479 | + .el-button:hover { | |
| 480 | + border: 1px solid #3F9B6A; | |
| 481 | + } | |
| 482 | + | |
| 483 | + ::v-deep .el-select .el-input.is-focus .el-input__inner { | |
| 484 | + border-color: #3F9B6A | |
| 485 | + } | |
| 486 | + | |
| 487 | + ::v-deep .dialog_css_Xq { | |
| 488 | + .el-dialog__header { | |
| 489 | + background-color: #fafafa; | |
| 490 | + | |
| 491 | + } | |
| 492 | + | |
| 493 | + .el-dialog__title { | |
| 494 | + color: #000 | |
| 495 | + } | |
| 496 | + } | |
| 497 | + | |
| 498 | + ::v-deep .el-tabs__item.is-active { | |
| 499 | + color: #3F9B6A; | |
| 500 | + } | |
| 501 | + | |
| 502 | + ::v-deep .el-tabs__active-bar { | |
| 503 | + background-color: #3F9B6A; | |
| 504 | + | |
| 505 | + } | |
| 506 | + | |
| 507 | + .card_tree { | |
| 508 | + padding: 20px 20px 10px 20px; | |
| 509 | + margin: 0 0 20px 0; | |
| 510 | + background-color: #fff; | |
| 511 | + width: 100%; | |
| 512 | + | |
| 513 | + .card_title { | |
| 514 | + /* color: #B0B0B0; */ | |
| 515 | + } | |
| 516 | + | |
| 517 | + .card_body { | |
| 518 | + font-size: 24px; | |
| 519 | + margin-top: 10px; | |
| 520 | + font-weight: 600; | |
| 521 | + } | |
| 522 | + | |
| 523 | + .card_foot { | |
| 524 | + color: #B0B0B0; | |
| 525 | + } | |
| 526 | + } | |
| 527 | + | |
| 528 | + .card_liuliang { | |
| 529 | + margin-top: 20px; | |
| 530 | + | |
| 531 | + margin-right: 20px; | |
| 532 | + display: flex; | |
| 533 | + | |
| 534 | + .card_title { | |
| 535 | + color: #B0B0B0; | |
| 536 | + font-size: 12px; | |
| 537 | + padding: 15px 0; | |
| 538 | + } | |
| 539 | + | |
| 540 | + .card_body { | |
| 541 | + font-size: 24px; | |
| 542 | + font-weight: 600; | |
| 543 | + } | |
| 544 | + } | |
| 545 | +</style> | |
| 481 | 546 | \ No newline at end of file | ... | ... |
admin-web-master/src/views/serve/salesStatistics.vue
| ... | ... | @@ -113,6 +113,7 @@ |
| 113 | 113 | mounted() { |
| 114 | 114 | this.getAll() |
| 115 | 115 | this.getShop() |
| 116 | + | |
| 116 | 117 | }, |
| 117 | 118 | |
| 118 | 119 | methods: { |
| ... | ... | @@ -278,9 +279,16 @@ |
| 278 | 279 | window.addEventListener('resize', () => myChart.resize()); |
| 279 | 280 | }, |
| 280 | 281 | charDam3(val) { |
| 282 | + console.log(val) | |
| 283 | + | |
| 281 | 284 | let Dom = this.$refs.shop1TJ |
| 282 | 285 | let myChart = echarts.init(Dom) |
| 283 | - const productNames = val.map(item => item.saleDay) | |
| 286 | + val.sort((a, b) => { | |
| 287 | + const timeA = new Date(a.saleDay); | |
| 288 | + const timeB = new Date(b.saleDay); | |
| 289 | + return timeA - timeB; | |
| 290 | + }) | |
| 291 | + let productNames =val.map(item => item.saleDay) | |
| 284 | 292 | // const salesData = val.map(item => item.price) |
| 285 | 293 | let option = { |
| 286 | 294 | legend: {}, |
| ... | ... | @@ -356,7 +364,7 @@ |
| 356 | 364 | }, |
| 357 | 365 | |
| 358 | 366 | series: [{ |
| 359 | - name: '商品销售占比', | |
| 367 | + name: '品牌销售占比', | |
| 360 | 368 | type: 'pie', |
| 361 | 369 | radius: ['40%', '70%'], |
| 362 | 370 | avoidLabelOverlap: false, |
| ... | ... | @@ -389,20 +397,30 @@ |
| 389 | 397 | this.charDam1(res.data.cereSalesReportingToHotProductVOS) |
| 390 | 398 | this.charDam(res.data.cereSalesReportingToProportionGoodsSoldVOS) |
| 391 | 399 | this.charDam5(res.data.cereSalesReportingToProportionBrandSalesVOS) |
| 392 | - this.charDam3(res.data.cereSalesReportingToSalesTrendVOS[0]) | |
| 400 | + this.charDam3(res.data.cereSalesReportingToSalesTrendVOS) | |
| 401 | + | |
| 393 | 402 | }, |
| 394 | 403 | getShop(){ |
| 404 | + let arr = [] | |
| 395 | 405 | contractGetAllnew(this.heindex).then(shopList=>{ |
| 396 | 406 | let listType = shopList.data.content |
| 397 | 407 | listType.map((item,index)=>{ |
| 398 | - | |
| 399 | - this.$set(this.listType, index, item.cereBasicInformationShop) | |
| 408 | + arr.push(item.cereBasicInformationShop) | |
| 409 | + // this.$set(this.listType, index, item.cereBasicInformationShop) | |
| 400 | 410 | }) |
| 401 | - }) | |
| 402 | - | |
| 403 | - // this.$forceUpdate() | |
| 404 | - | |
| 405 | - | |
| 411 | + const uniqueArray = arr.reduce((acc, current) => { | |
| 412 | + | |
| 413 | + const existing = acc.find(item => item.shopName === current.shopName); | |
| 414 | + | |
| 415 | + if (!existing) { | |
| 416 | + acc.push(current); | |
| 417 | + this.$set(this.listType, this.listType.length,current) | |
| 418 | + } | |
| 419 | + | |
| 420 | + return acc; | |
| 421 | + }, []); | |
| 422 | + | |
| 423 | + }) | |
| 406 | 424 | }, |
| 407 | 425 | |
| 408 | 426 | } | ... | ... |
admin-web-master/src/views/shopbus/businessList/index.vue
| ... | ... | @@ -486,7 +486,7 @@ |
| 486 | 486 | v-else |
| 487 | 487 | placeholder="请选择" |
| 488 | 488 | > |
| 489 | - <el-option label="身份证" :value="6" /> | |
| 489 | + <el-option label="身份证" value="6" /> | |
| 490 | 490 | |
| 491 | 491 | </el-select> |
| 492 | 492 | </el-form-item> |
| ... | ... | @@ -566,12 +566,12 @@ |
| 566 | 566 | <el-form-item |
| 567 | 567 | label="密码" |
| 568 | 568 | prop="shopPassword" |
| 569 | + v-if="!disabled && userState ==0" | |
| 569 | 570 | > |
| 570 | - <div v-if="disabled">{{passShow?ruleForm.shopPassword:'*********'}} <span style="margin-left:20px;" @click="passShow=!passShow"><i class="el-icon-view"></i></span></div> | |
| 571 | + <!-- <div v-if="disabled">{{passShow?ruleForm.shopPassword:'*********'}} <span style="margin-left:20px;" @click="passShow=!passShow"><i class="el-icon-view"></i></span></div> --> | |
| 571 | 572 | <el-input |
| 572 | 573 | v-model="ruleForm.shopPassword" |
| 573 | 574 | type="password" |
| 574 | - v-else | |
| 575 | 575 | maxlength="20" |
| 576 | 576 | placeholder="请输入" |
| 577 | 577 | /> |
| ... | ... | @@ -1112,6 +1112,7 @@ export default { |
| 1112 | 1112 | this.ruleForm.cardEndTime = this.ruleForm.validityEndDate |
| 1113 | 1113 | this.ruleForm.cardPositive = this.ruleForm.cardPhotoFront |
| 1114 | 1114 | this.ruleForm.cardSide = this.ruleForm.cardPhotoBack |
| 1115 | + delete this.ruleForm.shopPassword | |
| 1115 | 1116 | updateIndividual(this.ruleForm).then(res => { |
| 1116 | 1117 | if (res.code === '') { |
| 1117 | 1118 | this.$message({ |
| ... | ... | @@ -1135,6 +1136,7 @@ export default { |
| 1135 | 1136 | this.ruleForm.cardEndTime = this.ruleForm.validityEndDate |
| 1136 | 1137 | this.ruleForm.cardPositive = this.ruleForm.cardPhotoFront |
| 1137 | 1138 | this.ruleForm.cardSide = this.ruleForm.cardPhotoBack |
| 1139 | + delete this.ruleForm.shopPassword | |
| 1138 | 1140 | updateEnterprise(this.ruleForm).then(res => { |
| 1139 | 1141 | |
| 1140 | 1142 | if (res.code === '') { | ... | ... |
admin-web-master/src/views/shopbus/settlement/addSettlement.vue
| ... | ... | @@ -133,7 +133,7 @@ |
| 133 | 133 | |
| 134 | 134 | </el-form-item> |
| 135 | 135 | <el-form-item label="证件类型" prop="certificateType"> |
| 136 | - <div >{{shopDetails.certificateType}}</div> | |
| 136 | + <div >{{shopDetails.certificateType=='6'?'身份证':''}}</div> | |
| 137 | 137 | |
| 138 | 138 | </el-form-item> |
| 139 | 139 | <el-form-item label="身份证号码" prop="idCardNum"> |
| ... | ... | @@ -181,13 +181,13 @@ |
| 181 | 181 | |
| 182 | 182 | |
| 183 | 183 | </el-form-item> |
| 184 | - <el-form-item | |
| 184 | + <!-- <el-form-item | |
| 185 | 185 | label="密码" |
| 186 | 186 | prop="shopPassword" |
| 187 | 187 | > |
| 188 | 188 | <div >{{mimaShow?shopDetails.shopPassword:'**********'}} <span style="margin-left: 20px;" @click="mimaShow=!mimaShow"><i class="el-icon-view"></i></span></div> |
| 189 | 189 | |
| 190 | - </el-form-item> | |
| 190 | + </el-form-item> --> | |
| 191 | 191 | </el-form> |
| 192 | 192 | </el-tab-pane> |
| 193 | 193 | ... | ... |
ceres-uniapp-master/config/api.js
| 1 | 1 | |
| 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' | |
| 4 | -const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' | |
| 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' | |
| 4 | +// const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' | |
| 5 | 5 | // const DOMAIN_PREFIXPING = 'http://128.10.249.26:9003' |
| 6 | 6 | // const DOMAIN_PREFIX = 'http://128.10.249.26:9007' |
| 7 | 7 | // const DOMAIN_PREFIXPING = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server' |
| ... | ... | @@ -9,10 +9,10 @@ const TIAOZHUAN = 'https://jy.scjysm.asia:18086/cdwlMall/' |
| 9 | 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/customer/chatBox.vue
ceres-uniapp-master/unpackage/dist/build/web.zip
No preview for this file type
ceres-uniapp-master/unpackage/dist/build/web/index.html
| 1 | 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.fabaab73.js></script></body></html> | |
| 3 | 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.1413974e.js></script></body></html> | |
| 4 | 4 | \ No newline at end of file | ... | ... |
ceres-uniapp-master/unpackage/dist/build/web/static/js/index.fabaab73.js renamed to ceres-uniapp-master/unpackage/dist/build/web/static/js/index.1413974e.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":"5a56f50f","pages-tabbar-category-index":"4e7d934f","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"3431fe49","pages_category_page1-orderModule-paySuccessful":"0024b4b8","pages-tabbar-index-index~pages_category_page1-store-index":"f35f7088","pages-tabbar-index-index":"746cc927","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"4ff98278","pages-tabbar-user-index":"b1815acb","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":"0d7d2067","pages_category_page1-distributionModule-recruit":"077add14","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":"8b4a01a3","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"2131473d","pages_category_page1-orderModule-index":"9d9a3918","pages_category_page1-goodsModule-combination":"cf85fb5d","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"70719004","pages_category_page1-orderModule-afterSaleApplyRefund":"6f152d92","pages_category_page1-orderModule-afterSaleApplyRetund":"ec5e0bde","pages_category_page1-goodsModule-inviteSpell":"def7e381","pages_category_page1-orderModule-orderDetails":"16f3035b","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"0aa7575d","pages_category_page1-orderModule-orderConfirm":"af1e8a96","pages_category_page2-orderModule-refundDetails":"0f67968c","pages_category_page2-orderModule-returnDetails":"bae5e2a7","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"cd836e1c","pages_category_page2-userModule-addAddress":"8944632f","pages_category_page2-userModule-personalDetails":"e85ff931","pages_category_page2-userModule-withdraw":"65e44609","pages_category_page1-goodsModule-evaluate":"0b738a60","pages_category_page1-orderModule-Intervene":"2993d8e1","pages_category_page1-orderModule-addLogistics":"b878a1ca","pages_category_page1-orderModule-platformJoin":"088c2452","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"9c86f6c0","pages_category_page1-orderModule-afterSaleApply":"a069e6ad","pages_category_page1-question-question":"dbdb3558","pages_category_page2-userModule-login":"fae4eb38","pages_category_page1-activity":"56b5fa29","pages_category_page1-coupon-list":"ed1ad38b","pages_category_page1-coupon-product":"d8998edd","pages_category_page1-customer-chatBox":"4fcbfa8d","pages_category_page1-discount-discount":"a2b3a75c","pages_category_page1-discount-platformDiscount":"f5221da0","pages_category_page1-discount-spikeList":"f7f6c7c4","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"4ddf8b06","pages_category_page1-distributionModule-commodity":"e1e3a32a","pages_category_page1-distributionModule-invite":"d1aaf2d9","pages_category_page1-distributionModule-promotion":"b1c2dc61","pages_category_page1-distributionModule-distributionOrder":"9ebd98ca","pages_category_page1-distributionModule-index":"3d89aa39","pages_category_page1-distributionModule-salesIndex":"54ee226d","pages_category_page1-distributionModule-shareProduct":"5985b3ab","pages_category_page1-distributionModule-totalAward":"76901fdf","pages_category_page1-distributionModule-unliquidated":"e114bd56","pages_category_page2-userModule-collection":"66d2816f","pages_category_page2-userModule-questionList":"97185b04","pages_category_page1-distributionModule-totalClient":"2b17cad3","pages_category_page1-distributionModule-totalPersonnel":"48ddea2b","pages_category_page1-goodsModule-addEvaluate":"dc22a6fe","pages_category_page1-goodsModule-answerList":"759ae8f3","pages_category_page1-goodsModule-canvasGoods":"e518e1b8","pages_category_page1-goodsModule-couponShopList":"589d56b7","pages_category_page1-goodsModule-evaSuccessful":"96da32c7","pages_category_page1-goodsModule-evaluateDetails":"91f004c7","pages_category_page1-goodsModule-evaluateList":"67cb36fa","pages_category_page1-goodsModule-goodsList":"bfaf8f2d","pages_category_page1-goodsModule-invitePoster":"f0ce2ba6","pages_category_page1-goodsModule-putQuestions":"0595d0f8","pages_category_page1-goodsModule-qADetail":"270265c8","pages_category_page1-goodsModule-userEvaluate":"eeed5845","pages_category_page1-homeModule-special":"6dee6c13","pages_category_page1-integral-exchangeDetail":"e2409d1d","pages_category_page1-integral-index":"d8911ed7","pages_category_page1-integral-sign":"52ffd3e1","pages_category_page1-linkOthers-index":"e0488fe0","pages_category_page1-memberCenter-activityList":"320d306e","pages_category_page1-memberCenter-index":"e1a21b61","pages_category_page1-memberCenter-memberSign":"28a6f281","pages_category_page1-orderModule-logisticsInfo":"17baada8","pages_category_page1-procedure-procedure":"486a99d2","pages_category_page1-procedure-procedureList":"a55d8e42","pages_category_page1-question-succe":"2328230d","pages_category_page1-search-index-index":"13cc6bb0","pages_category_page2-channelCoupon-index":"1aeb838f","pages_category_page2-livePage-index":"be235c66","pages_category_page2-orderModule-afterSale":"ba0c8dcd","pages_category_page2-userModule-accountLogin":"e338adca","pages_category_page2-userModule-addBankcard":"bd2b966d","pages_category_page2-userModule-address":"3f2fc709","pages_category_page2-userModule-bankcard":"98050332","pages_category_page2-userModule-bindPhone":"781d7787","pages_category_page2-userModule-coupon":"6484eaed","pages_category_page2-userModule-footprintList":"90e5b651","pages_category_page2-userModule-memberAccount":"677f3352","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"596c73dd","pages_category_page2-userModule-messageCenter":"49897c7a","pages_category_page2-userModule-messageDetail":"bd413358","pages_category_page2-userModule-mobilePhone":"8d656608","pages_category_page2-userModule-protocol":"48d081bb","pages_category_page2-userModule-register":"8b24d718","pages_category_page2-userModule-unsubscribe":"e5b83cb5","pages_category_page2-userModule-unsubscribeCode":"3ae5bc72"}[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=a("4550").default;a("c223");var o="".concat(window.location.protocol,"//").concat(window.location.host),r="".concat(o,"/cdwlMall/meserver/admin-server"),i="".concat(o,"/cdwlMall/meserver/api"),g="".concat(o,"/cdwlMall/"),u=i,p=r;e.exports=n({terminal:2,SettledMerchantPrefix:g+"settled-merchant",shareLink:g+"meh5",verification:u+"/app/verification",Login:u+"/app/login",WxLogin:u+"/app/wxLogin",AlipayLogin:u+"/app/alipayLogin",GetSessionKey:u+"/app/getSessionKey",SetWxPhone:u+"/app/setWxPhone",UpdateWxPhone:u+"/app/updateWxPhone",UpdateAliPhone:u+"/app/updateAliPhone",WxAppLogin:u+"/app/wxAppLogin",delUser:u+"/user/delUser/",LiveRoomes:u+"/canvas/selectLiveList",SubScribeLive:u+"/live/subscribeLive",CustomerService:u+"/kf/getAppletKf",FindCategoryListByDepth:u+"/classify/getFirstClassify",SelectHotSearch:u+"/app/selectHotSearch",GetClaasifyProducts:u+"/classify/getClaasifyProducts",SearchHistory:u+"/app/getHistory",GgetSearchProducts:u+"/app/getSearchProducts",DeleteSearch:u+"/app/deleteSearch",Getindexdata:u+"/app/index",GetremenList:u+"/product/getRandomSortProduct",QueryProductDetail:u+"/product/getById",QueryProductSku:u+"/product/getProducts",getCouponProducts:u+"/coupon/getCouponProducts",QueryMemberAddres:u+"/receive/getAll",AddresAdd:u+"/receive/save",AddresDelete:u+"/receive/delete",AddresUpdate:u+"/receive/update",receiveGetInfo:u+"/receive/getById",Comment:u+"/order/addComment",AdditionalComment:u+"/order/addToComment",MyCommentList:u+"/comment/getAll",LikeOrUnLikeComment:u+"/comment/like",GetDistributor:u+"/distributor/getDistributor",FindCouponList:u+"/coupon/getCoupons",MemberAccountWithdraw:u+"/distributor/save",GetUser:u+"/user/getUser",UpdateUser:u+"/user/update",GetStore:u+"/shop/getShopProducts",GetStoreShopClassify:u+"/shop/getShopClassify",GetShopBanner:u+"/shop/getShopBanner",getShopIndex:u+"/shop/getIndex",AddBusinessBuyerUser:u+"/shop/addBusinessBuyerUser",getShopSeckillIndex:u+"/seckill/getIndex",QueryBankcardList:u+"/bank/getAll",SaveBankcard:u+"/bank/save",UpdateBankcard:u+"/bank/update",DelMemberBankcard:u+"/bank/delete",GetByIdBankcard:u+"/bank/getById",FindOrderList:u+"/order/getAll",Settlement:u+"/order/getSettlement",PlaceOrder:u+"/order/submit",GetOrderDetail:u+"/order/getById",CancelOrder:u+"/order/cancel",DelOrder:u+"/order/delete",ShippingTrace:u+"/order/getDilevery",payOrder:u+"/order/pay",gotoPay:u+"/order/gotoPay",paySuccess:u+"/order/paySuccess",gotoAppPay:u+"/order/gotoAppPay",gotoH5Pay:u+"/order/gotoH5Pay",ConfirmReceive:u+"/order/confirm",Orderrefund:u+"/order/refund",ReasonEnums:u+"/after/getReasonSelect",ApplyReturnMoney:u+"/after/submit",GetHuabeiConfig:u+"/order/getHuabeiConfig",GetRefundMoney:u+"/after/getReturnPrice",Gethu:u+"/order/handleWxLog",Wenlv:u+"/order/greenwayAggregatePayment",ShoppingaddCart:u+"/cart/addCart",ShoppingCart:u+"/cart/getCart",UpdateNumberCart:u+"/cart/updateNumber",DeleteCart:u+"/cart/delete",SelectedCart:u+"/cart/selected",UpdateSkuCart:u+"/cart/updateSku",getCoupons:u+"/canvas/getCoupons",ReceiveCoupon:u+"/coupon/takeCoupon",buildParam4Plug:u+"/coupon/buildParam4Plug",FindSaleStoreList:u+"/distributor/getDistributorAll",QuerySalesMainInfo:u+"/distributor/getShopDistributor",FindSalesOrderPage:u+"/distributor/getReward",GetNotReward:u+"/distributor/getNotReward",FindSalesCustomerList:u+"/distributor/getBuyers",FindSubordinateSalesList:u+"/distributor/getDistributors",FindSalesPromConfig:u+"/distributor/getShopExtension",StoreProductList:u+"/distributor/getExtensionProduct",FindMySalesPage:u+"/distributor/getDistributorOrder",HasApply:u+"/distributor/check",BindSalesCustomer:u+"/distributor/bind",getSharePic:u+"/product/getSharePic",getShareProductParam:u+"/product/getShareProductParam",shopGetSharePic:u+"/shop/getSharePic",FindReturnList:u+"/after/getAll",CancelRefund:u+"/after/returnRefund",ReturnDetail:u+"/after/getById",CancelReturnGoods:u+"/after/returnGoods",ShippingCompany:u+"/order/getExpressSelect",SendReturnGoods:u+"/order/returnExpress",deleteAfter:u+"/after/deleteAfter",Apply:u+"/distributor/addDistributor",getProducts:u+"/canvas/getProducts",Query:u+"/dict/getByName",DeleteAllSearch:u+"/product/deleteAllSearch",getMessage:u+"/notice/getAll",getMessageDateils:u+"/notice/getById",readNotice:u+"/notice/readNotice",getNotice:u+"/notice/getGongGaoAll",delMessage:u+"/notice/removeById",allMessage:u+"/notice/readAll",getProductCollect:u+"/collect/getAllProduct",getStoreCollect:u+"/collect/getAllShop",cancelCollect:u+"/collect/cancel",collect:u+"/collect/collect",deleteCollect:u+"/collect/delete",addAnswer:u+"/seckill/addAnswer",addProblem:u+"/seckill/addProblem",getSeckillList:u+"/seckill/getIndex",getProblems:u+"/seckill/getProblems",getProblemDetail:u+"/seckill/getProblemDetail",getQueryPlatformSeckillList:u+"/platform-seckill/queryPlatformSeckillList",getPlatformSeckills:u+"/canvas/getPlatformSeckills",getGroupSettlement:u+"/work/getSettlement",getGroupBuyList:u+"/work/getIndex",getInviteSpell:u+"/work/getInvite",getDiscountList:u+"/discount/getIndex",getFootprintList:u+"/footprint/getAll",deleteFootprint:u+"/footprint/delete",getProblemList:u+"/seckill/getProblem",getAnswerList:u+"/seckill/getAnswer",deleteProblem:u+"/seckill/deleteProblem",deleteAnswer:u+"/seckill/deleteAnswer",getShare:u+"/work/getShare",platform:u+"/after/platform",UploadUrl:u+"/file/upload",getMemberProducts:u+"/canvas/getMemberProducts",memberList:u+"/member/getAllMemberLevelInfo",getMemberShipList:u+"/member/getMemberShipList",selectSigninHistory:u+"/member/selectSigninHistory",selectSigninRecordList:u+"/member/selectSigninRecordList",signIn:u+"/member/signIn",welfareProductList:u+"/member/welfareProductList",getMemberByMemberLevel:u+"/member/getMemberByMemberLevelId",selectCompose:u+"/product/selectCompose",queryPlatformDiscount:u+"/platform-discount/queryPlatformDiscount",queryPlatformDiscountProductList:u+"/platform-discount/queryPlatformDiscountProductList",queryProductListBySession:u+"/platform-seckill/queryProductListBySession",querySession:u+"/platform-seckill/querySession",selectByPriceId:u+"/price/selectByPriceId",selectProductListByPriceId:u+"/product/selectProductListByPriceId",getOrderPolite:u+"/order/getOrderPolite",creditSignIn:u+"/credit/signIn",exchangeCoupon:u+"/credit/exchangeCoupon",selectByMonth:u+"/credit/selectByMonth",selectCreditCouponList:u+"/credit/selectCreditCouponList",selectCreditRecord:u+"/credit/selectCreditRecord",GetAd:u+"/advert/selectByCondition",adClose:u+"/advert/closeAdvert",takeBatchCoupon:u+"/coupon/takeBatchCoupon",getChannelCoupon:u+"/coupon/getChannelCouponDetail",getChannelProduct:u+"/credit/signIn",getRandomProduct:u+"/product/getRandomSortProduct",doPointer:u+"/user/trackReport",cereAnnouncement:p+"/cereAnnouncement/queryByPage",cereCarouselImage:p+"/cereCarouselImage/queryByPage",popularProductSearch:u+"/canvas/popularProductSearch",youhuiquan:u+"/coupon/getCoupons",DengJi:u+"/cereUserAccessRecords/add",wenjuanList:p+"/cereQuestionnaireTable/queryById",wenjuanUp:u+"/cereQuestionnaireAnswering/add",couponnew:u+"/coupon/myCoupons",cereCouponMainTablequeryByPage:p+"/cereCouponMainTable/queryByPage",receiveCoupons:u+"/coupon/receiveCoupons",cereCouponKeyUse:u+"/order/cereCouponKeyUse",jietoken:u+"/cereQuestionnaireAnswering/get/token",UpUrl:p+"/miniio/uploadQuestion",ltoken:u+"/memberManagement/getMemberAccessToken",huiyuanList:u+"/memberManagement/getByPhone",daipay:u+"/order/pay",pointsDetails:u+"/memberManagement/pointsDetails",huoquUrl:p+"/order/getById",keSever:u+"/cereMessageCustomerServiceChat/user/save",keSeverList:u+"/cereMessageCustomerServiceChat/user/list"},"keSeverList",u+"/cereMessageCustomerServiceChat/user/getDetails")},"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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static"+e},r.default.prototype.$baseURL="https://jy.scjysm.asia:18086/cdwlMall",r.default.prototype.$hostUrl="https://jy.scjysm.asia:18086/cdwlMall"):(r.default.prototype.$imgUrl=function(e){return"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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 | 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":"5a56f50f","pages-tabbar-category-index":"4e7d934f","pages-tabbar-index-index~pages_category_page1-orderModule-paySuccessful":"3431fe49","pages_category_page1-orderModule-paySuccessful":"0024b4b8","pages-tabbar-index-index~pages_category_page1-store-index":"f35f7088","pages-tabbar-index-index":"746cc927","pages-tabbar-user-index~pages_category_page1-askedquestion-askedquestion~pages_category_page1-distri~ec9e5acf":"4ff98278","pages-tabbar-user-index":"b1815acb","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":"0d7d2067","pages_category_page1-distributionModule-recruit":"077add14","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":"45d5824b","pages_category_page1-orderModule-index~pages_category_page1-orderModule-orderConfirm~pages_category_~6d70e372":"2131473d","pages_category_page1-orderModule-index":"9d9a3918","pages_category_page1-goodsModule-combination":"cf85fb5d","pages_category_page1-goodsModule-evaluate~pages_category_page1-orderModule-Intervene~pages_category_~b100d078":"70719004","pages_category_page1-orderModule-afterSaleApplyRefund":"6f152d92","pages_category_page1-orderModule-afterSaleApplyRetund":"ec5e0bde","pages_category_page1-goodsModule-inviteSpell":"def7e381","pages_category_page1-orderModule-orderDetails":"16f3035b","pages_category_page1-orderModule-orderConfirm~pages_category_page1-question-question":"0aa7575d","pages_category_page1-orderModule-orderConfirm":"af1e8a96","pages_category_page2-orderModule-refundDetails":"0f67968c","pages_category_page2-orderModule-returnDetails":"bae5e2a7","pages_category_page2-userModule-addAddress~pages_category_page2-userModule-personalDetails":"cd836e1c","pages_category_page2-userModule-addAddress":"8944632f","pages_category_page2-userModule-personalDetails":"e85ff931","pages_category_page2-userModule-withdraw":"65e44609","pages_category_page1-goodsModule-evaluate":"0b738a60","pages_category_page1-orderModule-Intervene":"2993d8e1","pages_category_page1-orderModule-addLogistics":"b878a1ca","pages_category_page1-orderModule-platformJoin":"088c2452","pages_category_page1-orderModule-afterSaleApply~pages_category_page1-question-question~pages_categor~abca0d94":"9c86f6c0","pages_category_page1-orderModule-afterSaleApply":"a069e6ad","pages_category_page1-question-question":"dbdb3558","pages_category_page2-userModule-login":"fae4eb38","pages_category_page1-activity":"56b5fa29","pages_category_page1-coupon-list":"ed1ad38b","pages_category_page1-coupon-product":"d8998edd","pages_category_page1-customer-chatBox":"8da01376","pages_category_page1-discount-discount":"a2b3a75c","pages_category_page1-discount-platformDiscount":"f5221da0","pages_category_page1-discount-spikeList":"f7f6c7c4","pages_category_page1-distributionModule-commodity~pages_category_page1-distributionModule-invite~pag~ec5c6895":"4ddf8b06","pages_category_page1-distributionModule-commodity":"e1e3a32a","pages_category_page1-distributionModule-invite":"d1aaf2d9","pages_category_page1-distributionModule-promotion":"b1c2dc61","pages_category_page1-distributionModule-distributionOrder":"9ebd98ca","pages_category_page1-distributionModule-index":"3d89aa39","pages_category_page1-distributionModule-salesIndex":"54ee226d","pages_category_page1-distributionModule-shareProduct":"5985b3ab","pages_category_page1-distributionModule-totalAward":"76901fdf","pages_category_page1-distributionModule-unliquidated":"e114bd56","pages_category_page2-userModule-collection":"66d2816f","pages_category_page2-userModule-questionList":"97185b04","pages_category_page1-distributionModule-totalClient":"2b17cad3","pages_category_page1-distributionModule-totalPersonnel":"48ddea2b","pages_category_page1-goodsModule-addEvaluate":"dc22a6fe","pages_category_page1-goodsModule-answerList":"759ae8f3","pages_category_page1-goodsModule-canvasGoods":"e518e1b8","pages_category_page1-goodsModule-couponShopList":"589d56b7","pages_category_page1-goodsModule-evaSuccessful":"96da32c7","pages_category_page1-goodsModule-evaluateDetails":"91f004c7","pages_category_page1-goodsModule-evaluateList":"67cb36fa","pages_category_page1-goodsModule-goodsList":"bfaf8f2d","pages_category_page1-goodsModule-invitePoster":"f0ce2ba6","pages_category_page1-goodsModule-putQuestions":"0595d0f8","pages_category_page1-goodsModule-qADetail":"270265c8","pages_category_page1-goodsModule-userEvaluate":"eeed5845","pages_category_page1-homeModule-special":"6dee6c13","pages_category_page1-integral-exchangeDetail":"e2409d1d","pages_category_page1-integral-index":"d8911ed7","pages_category_page1-integral-sign":"52ffd3e1","pages_category_page1-linkOthers-index":"e0488fe0","pages_category_page1-memberCenter-activityList":"320d306e","pages_category_page1-memberCenter-index":"e1a21b61","pages_category_page1-memberCenter-memberSign":"28a6f281","pages_category_page1-orderModule-logisticsInfo":"17baada8","pages_category_page1-procedure-procedure":"486a99d2","pages_category_page1-procedure-procedureList":"a55d8e42","pages_category_page1-question-succe":"2328230d","pages_category_page1-search-index-index":"13cc6bb0","pages_category_page2-channelCoupon-index":"1aeb838f","pages_category_page2-livePage-index":"be235c66","pages_category_page2-orderModule-afterSale":"ba0c8dcd","pages_category_page2-userModule-accountLogin":"e338adca","pages_category_page2-userModule-addBankcard":"bd2b966d","pages_category_page2-userModule-address":"3f2fc709","pages_category_page2-userModule-bankcard":"98050332","pages_category_page2-userModule-bindPhone":"781d7787","pages_category_page2-userModule-coupon":"6484eaed","pages_category_page2-userModule-footprintList":"90e5b651","pages_category_page2-userModule-memberAccount":"677f3352","pages_category_page2-userModule-messageCenter~pages_category_page2-userModule-messageDetail":"596c73dd","pages_category_page2-userModule-messageCenter":"49897c7a","pages_category_page2-userModule-messageDetail":"bd413358","pages_category_page2-userModule-mobilePhone":"8d656608","pages_category_page2-userModule-protocol":"48d081bb","pages_category_page2-userModule-register":"8b24d718","pages_category_page2-userModule-unsubscribe":"e5b83cb5","pages_category_page2-userModule-unsubscribeCode":"3ae5bc72"}[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=a("4550").default;a("c223");var o="".concat(window.location.protocol,"//").concat(window.location.host),r="".concat(o,"/cdwlMall/meserver/admin-server"),i="".concat(o,"/cdwlMall/meserver/api"),g="".concat(o,"/cdwlMall/"),u=i,p=r;e.exports=n({terminal:2,SettledMerchantPrefix:g+"settled-merchant",shareLink:g+"meh5",verification:u+"/app/verification",Login:u+"/app/login",WxLogin:u+"/app/wxLogin",AlipayLogin:u+"/app/alipayLogin",GetSessionKey:u+"/app/getSessionKey",SetWxPhone:u+"/app/setWxPhone",UpdateWxPhone:u+"/app/updateWxPhone",UpdateAliPhone:u+"/app/updateAliPhone",WxAppLogin:u+"/app/wxAppLogin",delUser:u+"/user/delUser/",LiveRoomes:u+"/canvas/selectLiveList",SubScribeLive:u+"/live/subscribeLive",CustomerService:u+"/kf/getAppletKf",FindCategoryListByDepth:u+"/classify/getFirstClassify",SelectHotSearch:u+"/app/selectHotSearch",GetClaasifyProducts:u+"/classify/getClaasifyProducts",SearchHistory:u+"/app/getHistory",GgetSearchProducts:u+"/app/getSearchProducts",DeleteSearch:u+"/app/deleteSearch",Getindexdata:u+"/app/index",GetremenList:u+"/product/getRandomSortProduct",QueryProductDetail:u+"/product/getById",QueryProductSku:u+"/product/getProducts",getCouponProducts:u+"/coupon/getCouponProducts",QueryMemberAddres:u+"/receive/getAll",AddresAdd:u+"/receive/save",AddresDelete:u+"/receive/delete",AddresUpdate:u+"/receive/update",receiveGetInfo:u+"/receive/getById",Comment:u+"/order/addComment",AdditionalComment:u+"/order/addToComment",MyCommentList:u+"/comment/getAll",LikeOrUnLikeComment:u+"/comment/like",GetDistributor:u+"/distributor/getDistributor",FindCouponList:u+"/coupon/getCoupons",MemberAccountWithdraw:u+"/distributor/save",GetUser:u+"/user/getUser",UpdateUser:u+"/user/update",GetStore:u+"/shop/getShopProducts",GetStoreShopClassify:u+"/shop/getShopClassify",GetShopBanner:u+"/shop/getShopBanner",getShopIndex:u+"/shop/getIndex",AddBusinessBuyerUser:u+"/shop/addBusinessBuyerUser",getShopSeckillIndex:u+"/seckill/getIndex",QueryBankcardList:u+"/bank/getAll",SaveBankcard:u+"/bank/save",UpdateBankcard:u+"/bank/update",DelMemberBankcard:u+"/bank/delete",GetByIdBankcard:u+"/bank/getById",FindOrderList:u+"/order/getAll",Settlement:u+"/order/getSettlement",PlaceOrder:u+"/order/submit",GetOrderDetail:u+"/order/getById",CancelOrder:u+"/order/cancel",DelOrder:u+"/order/delete",ShippingTrace:u+"/order/getDilevery",payOrder:u+"/order/pay",gotoPay:u+"/order/gotoPay",paySuccess:u+"/order/paySuccess",gotoAppPay:u+"/order/gotoAppPay",gotoH5Pay:u+"/order/gotoH5Pay",ConfirmReceive:u+"/order/confirm",Orderrefund:u+"/order/refund",ReasonEnums:u+"/after/getReasonSelect",ApplyReturnMoney:u+"/after/submit",GetHuabeiConfig:u+"/order/getHuabeiConfig",GetRefundMoney:u+"/after/getReturnPrice",Gethu:u+"/order/handleWxLog",Wenlv:u+"/order/greenwayAggregatePayment",ShoppingaddCart:u+"/cart/addCart",ShoppingCart:u+"/cart/getCart",UpdateNumberCart:u+"/cart/updateNumber",DeleteCart:u+"/cart/delete",SelectedCart:u+"/cart/selected",UpdateSkuCart:u+"/cart/updateSku",getCoupons:u+"/canvas/getCoupons",ReceiveCoupon:u+"/coupon/takeCoupon",buildParam4Plug:u+"/coupon/buildParam4Plug",FindSaleStoreList:u+"/distributor/getDistributorAll",QuerySalesMainInfo:u+"/distributor/getShopDistributor",FindSalesOrderPage:u+"/distributor/getReward",GetNotReward:u+"/distributor/getNotReward",FindSalesCustomerList:u+"/distributor/getBuyers",FindSubordinateSalesList:u+"/distributor/getDistributors",FindSalesPromConfig:u+"/distributor/getShopExtension",StoreProductList:u+"/distributor/getExtensionProduct",FindMySalesPage:u+"/distributor/getDistributorOrder",HasApply:u+"/distributor/check",BindSalesCustomer:u+"/distributor/bind",getSharePic:u+"/product/getSharePic",getShareProductParam:u+"/product/getShareProductParam",shopGetSharePic:u+"/shop/getSharePic",FindReturnList:u+"/after/getAll",CancelRefund:u+"/after/returnRefund",ReturnDetail:u+"/after/getById",CancelReturnGoods:u+"/after/returnGoods",ShippingCompany:u+"/order/getExpressSelect",SendReturnGoods:u+"/order/returnExpress",deleteAfter:u+"/after/deleteAfter",Apply:u+"/distributor/addDistributor",getProducts:u+"/canvas/getProducts",Query:u+"/dict/getByName",DeleteAllSearch:u+"/product/deleteAllSearch",getMessage:u+"/notice/getAll",getMessageDateils:u+"/notice/getById",readNotice:u+"/notice/readNotice",getNotice:u+"/notice/getGongGaoAll",delMessage:u+"/notice/removeById",allMessage:u+"/notice/readAll",getProductCollect:u+"/collect/getAllProduct",getStoreCollect:u+"/collect/getAllShop",cancelCollect:u+"/collect/cancel",collect:u+"/collect/collect",deleteCollect:u+"/collect/delete",addAnswer:u+"/seckill/addAnswer",addProblem:u+"/seckill/addProblem",getSeckillList:u+"/seckill/getIndex",getProblems:u+"/seckill/getProblems",getProblemDetail:u+"/seckill/getProblemDetail",getQueryPlatformSeckillList:u+"/platform-seckill/queryPlatformSeckillList",getPlatformSeckills:u+"/canvas/getPlatformSeckills",getGroupSettlement:u+"/work/getSettlement",getGroupBuyList:u+"/work/getIndex",getInviteSpell:u+"/work/getInvite",getDiscountList:u+"/discount/getIndex",getFootprintList:u+"/footprint/getAll",deleteFootprint:u+"/footprint/delete",getProblemList:u+"/seckill/getProblem",getAnswerList:u+"/seckill/getAnswer",deleteProblem:u+"/seckill/deleteProblem",deleteAnswer:u+"/seckill/deleteAnswer",getShare:u+"/work/getShare",platform:u+"/after/platform",UploadUrl:u+"/file/upload",getMemberProducts:u+"/canvas/getMemberProducts",memberList:u+"/member/getAllMemberLevelInfo",getMemberShipList:u+"/member/getMemberShipList",selectSigninHistory:u+"/member/selectSigninHistory",selectSigninRecordList:u+"/member/selectSigninRecordList",signIn:u+"/member/signIn",welfareProductList:u+"/member/welfareProductList",getMemberByMemberLevel:u+"/member/getMemberByMemberLevelId",selectCompose:u+"/product/selectCompose",queryPlatformDiscount:u+"/platform-discount/queryPlatformDiscount",queryPlatformDiscountProductList:u+"/platform-discount/queryPlatformDiscountProductList",queryProductListBySession:u+"/platform-seckill/queryProductListBySession",querySession:u+"/platform-seckill/querySession",selectByPriceId:u+"/price/selectByPriceId",selectProductListByPriceId:u+"/product/selectProductListByPriceId",getOrderPolite:u+"/order/getOrderPolite",creditSignIn:u+"/credit/signIn",exchangeCoupon:u+"/credit/exchangeCoupon",selectByMonth:u+"/credit/selectByMonth",selectCreditCouponList:u+"/credit/selectCreditCouponList",selectCreditRecord:u+"/credit/selectCreditRecord",GetAd:u+"/advert/selectByCondition",adClose:u+"/advert/closeAdvert",takeBatchCoupon:u+"/coupon/takeBatchCoupon",getChannelCoupon:u+"/coupon/getChannelCouponDetail",getChannelProduct:u+"/credit/signIn",getRandomProduct:u+"/product/getRandomSortProduct",doPointer:u+"/user/trackReport",cereAnnouncement:p+"/cereAnnouncement/queryByPage",cereCarouselImage:p+"/cereCarouselImage/queryByPage",popularProductSearch:u+"/canvas/popularProductSearch",youhuiquan:u+"/coupon/getCoupons",DengJi:u+"/cereUserAccessRecords/add",wenjuanList:p+"/cereQuestionnaireTable/queryById",wenjuanUp:u+"/cereQuestionnaireAnswering/add",couponnew:u+"/coupon/myCoupons",cereCouponMainTablequeryByPage:p+"/cereCouponMainTable/queryByPage",receiveCoupons:u+"/coupon/receiveCoupons",cereCouponKeyUse:u+"/order/cereCouponKeyUse",jietoken:u+"/cereQuestionnaireAnswering/get/token",UpUrl:p+"/miniio/uploadQuestion",ltoken:u+"/memberManagement/getMemberAccessToken",huiyuanList:u+"/memberManagement/getByPhone",daipay:u+"/order/pay",pointsDetails:u+"/memberManagement/pointsDetails",huoquUrl:p+"/order/getById",keSever:u+"/cereMessageCustomerServiceChat/user/save",keSeverList:u+"/cereMessageCustomerServiceChat/user/list"},"keSeverList",u+"/cereMessageCustomerServiceChat/user/getDetails")},"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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static"+e},r.default.prototype.$baseURL="https://jy.scjysm.asia:18086/cdwlMall",r.default.prototype.$hostUrl="https://jy.scjysm.asia:18086/cdwlMall"):(r.default.prototype.$imgUrl=function(e){return"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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 | 3 | \ No newline at end of file | ... | ... |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-customer-chatBox.4fcbfa8d.js deleted
| 1 | -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-customer-chatBox"],{"11cd":function(t,n,e){t.exports=e.p+"assets/kefu.c0f44b49.png"},"1cc8":function(t,n,e){"use strict";e("6a54"),Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=e("83c8"),o=e("6d56"),a={data:function(){return{commentsList:[],user:{},index:"",sumshop:{chatContent:"",shopId:""},timer:null}},mounted:function(){var t=this;this.timer=setInterval((function(){t.getMsg()}),2e3)},onLoad:function(t){var n=this;console.log(t.shopId),this.sumshop.shopId=t.shopId,i.requestGet(o.keSeverList,t.shopId,"GET").then((function(t){n.commentsList=t.data,i.request(o.GetUser,{},"GET").then((function(t){n.user=t.data}))}))},beforeDestroy:function(){this.timer&&clearInterval(this.timer)},methods:{commitComments:function(){var t=this;""!=this.sumshop.chatContent&&i.request(o.keSever,this.sumshop,"POST").then((function(n){"200"==n.code&&(t.sumshop.chatContent="",t.getMsg(1))}))},getMsg:function(t){var n=this;i.requestGet(o.keSeverList,this.sumshop.shopId,"GET").then((function(e){n.commentsList=e.data,1==t&&n.scollBottom()}))},scollBottom:function(){var t=this,n=document.getElementById("words");setTimeout((function(){t.$nextTick((function(){n.scrollTop=n.scrollHeight+87.5}))}),100)}}};n.default=a},4630:function(t,n,e){"use strict";var i=e("bcf8"),o=e.n(i);o.a},"5f52":function(t,n,e){var i=e("c86c");n=i(!1),n.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/* 文章场景相关 */.uni-padding-wrap[data-v-4695022c]{height:calc(100vh - 100px);position:relative}.ziji[data-v-4695022c]{width:100%;\r\n /* 假设消息框占据了屏幕宽度的80% */padding:16px;\r\n /* 消息框内的内边距 */background-color:#3f9b6a;\r\n /* 蓝色背景 */color:#fff;\r\n /* 白色文字 */position:relative;\r\n /* 为了定位右上角的表情符号 */font-size:16px;\r\n /* 字体大小 */text-align:left;\r\n /* 文字左对齐 */\r\n /* 移除圆角 */border-radius:0;\r\n /* 只给右上角添加圆角(如果需要的话,这里设置为0表示不添加) */border-top-right-radius:40px;\r\n /* 可以根据需要调整或删除此行 */border-bottom-right-radius:0;\r\n /* 同上 */\r\n /* 只保留左下角的直角(实际上不需要特别设置,因为默认就是直角) */\r\n /* 但为了明确,我们可以设置其他三个角为0(如果之前设置了圆角的话) */border-top-left-radius:22px;border-bottom-left-radius:22px\r\n /* 左下角保持直角,这其实是默认值 */}.kehu[data-v-4695022c]{width:100%;\r\n /* 假设消息框占据了屏幕宽度的80% */padding:16px;\r\n /* 消息框内的内边距 */background-color:#f7f5f6;\r\n /* 蓝色背景 */color:#000;\r\n /* 白色文字 */position:relative;\r\n /* 为了定位右上角的表情符号 */font-size:16px;\r\n /* 字体大小 */text-align:left;\r\n /* 文字左对齐 */\r\n /* 移除圆角 */border-radius:0;\r\n /* 只给右上角添加圆角(如果需要的话,这里设置为0表示不添加) */border-top-right-radius:22px;\r\n /* 可以根据需要调整或删除此行 */border-bottom-right-radius:22px;\r\n /* 同上 */\r\n /* 只保留左下角的直角(实际上不需要特别设置,因为默认就是直角) */\r\n /* 但为了明确,我们可以设置其他三个角为0(如果之前设置了圆角的话) */border-top-left-radius:40px;border-bottom-left-radius:0\r\n /* 左下角保持直角,这其实是默认值 */}uni-view[data-v-4695022c]{font-size:%?28?%}.uni-comment[data-v-4695022c]{padding:%?30?%;display:flex;flex-grow:1;flex-direction:column;scrollbar-width:none;overflow:hidden;height:95vh;overflow-y:auto}.uni-comment-list[data-v-4695022c]{flex-wrap:nowrap;padding:%?10?% 0;margin:%?10?% 0;width:100%;display:flex}.uni-comment-listTWO[data-v-4695022c]{flex-wrap:nowrap;padding:%?10?% 0;margin:%?10?% 0;width:100%;display:flex;justify-content:flex-end}.uni-comment-face[data-v-4695022c]{width:%?70?%;height:%?70?%;border-radius:100%;margin-right:%?20?%;flex-shrink:0;overflow:hidden}.uni-comment-face uni-image[data-v-4695022c]{width:100%;border-radius:100%}.uni-comment-body[data-v-4695022c]{margin-top:%?10?%}.uni-comment-top[data-v-4695022c]{line-height:1.5em}.uni-comment-top uni-text[data-v-4695022c]{color:#3f9b6a;margin-right:%?20?%;font-size:%?24?%}.uni-comment-top .uni-comment-date[data-v-4695022c]{color:#666;font-size:%?20?%}.uni-comment-content[data-v-4695022c]{line-height:1.6em;font-size:%?28?%;padding:%?8?% 0}.uni-comment-replay-btn[data-v-4695022c]{background:#fff;font-size:%?24?%;line-height:%?28?%;padding:%?5?% %?20?%;border-radius:%?30?%;color:#333!important;margin:0 %?10?%}.commitButton[data-v-4695022c]{height:%?64?%;color:#fff;width:20%;margin:%?0?% auto;font-size:%?27?%;border-radius:10px;line-height:%?64?%;background-color:#3f9b6a}.contentTextArea[data-v-4695022c]{font-size:%?30?%;background-color:#fff;border:%?1?% solid #e9e7ef;border-right:0 solid transparent;width:72%;height:%?40?%;margin:%?0?% auto;padding:%?10?% 0 %?10?% %?20?%;border-radius:10px}',""]),t.exports=n},8304:function(t,n,e){"use strict";e.r(n);var i=e("1cc8"),o=e.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(a);n["default"]=o.a},"9af3":function(t,n,e){"use strict";e.r(n);var i=e("cce39"),o=e("8304");for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("4630");var s=e("828b"),r=Object(s["a"])(o["default"],i["b"],i["c"],!1,null,"4695022c",null,!1,i["a"],void 0);n["default"]=r.exports},bcf8:function(t,n,e){var i=e("5f52");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=e("967d").default;o("57b2f0f6",i,!0,{sourceMap:!1,shadowMode:!1})},cce39:function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){}));var i=function(){var t=this,n=t.$createElement,i=t._self._c||n;return i("v-uni-view",{staticClass:"uni-padding-wrap"},[i("v-uni-view",{staticStyle:{position:"fixed",bottom:"0rpx",left:"0",width:"100%"}},[i("v-uni-form",{on:{submit:function(n){arguments[0]=n=t.$handleEvent(n),t.commitComments.apply(void 0,arguments)}}},[i("v-uni-view",{staticStyle:{display:"flex","justify-content":"space-between",padding:"10px"}},[i("v-uni-input",{staticClass:"contentTextArea",attrs:{name:"commentContent",placeholder:"请输入"},model:{value:t.sumshop.chatContent,callback:function(n){t.$set(t.sumshop,"chatContent",n)},expression:"sumshop.chatContent"}}),i("v-uni-button",{staticClass:"commitButton",attrs:{formType:"submit"}},[t._v("发送")])],1)],1)],1),i("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0!=t.commentsList.length,expression:"commentsList.length!=0"}],staticClass:"uni-comment",attrs:{id:"words"}},t._l(t.commentsList,(function(n,o){return i("v-uni-view",{key:o,class:2==n.messageType?"uni-comment-list":"uni-comment-listTWO"},[1==n.messageType?i("v-uni-view",{staticStyle:{"text-align":"right","margin-top":"10rpx"}},[i("v-uni-view",{staticClass:"uni-comment-top",staticStyle:{"margin-right":"10px"}},[i("v-uni-view",[t._v(t._s(""==n.userName||null==n.userName?"匿名":n.userName))]),i("v-uni-view",{staticClass:"uni-comment-date"},[t._v(t._s(n.chatTime))])],1),i("v-uni-view",{staticClass:"uni-comment-content ziji",staticStyle:{"margin-right":"10px","text-align":"right","padding-right":"15px"}},[t._v(t._s(n.chatContent))])],1):t._e(),1==n.messageType?i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:t.$baseURL+t.user.headImage,mode:"widthFix"}})],1):t._e(),2==n.messageType?i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:e("11cd"),mode:"widthFix"}})],1):t._e(),2==n.messageType?i("v-uni-view",{staticClass:"uni-comment-body"},[i("v-uni-view",{staticClass:"uni-comment-top"},[i("v-uni-view",[t._v(t._s(""==n.shopName||null==n.shopName?"匿名":n.shopName))]),i("v-uni-view",{staticClass:"uni-comment-date"},[t._v(t._s(n.chatTime))])],1),i("v-uni-view",{staticClass:"uni-comment-content kehu",staticStyle:{"text-align":"left","padding-left":"15px"}},[t._v(t._s(n.chatContent))])],1):t._e()],1)})),1),0==t.commentsList.length?i("v-uni-view",{staticClass:"uni-comment"},[i("v-uni-view",{staticClass:"uni-comment-list"},[i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:e("11cd"),mode:"widthFix"}})],1),i("v-uni-view",{staticClass:"uni-comment-body"},[i("v-uni-view",{staticClass:"uni-comment-top"},[i("v-uni-view",[t._v("商家")]),i("v-uni-view",{staticClass:"uni-comment-date"})],1),i("v-uni-view",{staticClass:"uni-comment-content kehu",staticStyle:{"text-align":"left","padding-left":"15px"}},[t._v("您好!请问有什么问题呢?")])],1)],1)],1):t._e()],1)},o=[]}}]); | |
| 2 | 0 | \ No newline at end of file |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-customer-chatBox.8da01376.js
0 → 100644
| 1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-customer-chatBox"],{"11cd":function(t,n,e){t.exports=e.p+"assets/kefu.c0f44b49.png"},"1cc8":function(t,n,e){"use strict";e("6a54"),Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=e("83c8"),a=e("6d56"),o={data:function(){return{commentsList:[],user:{},index:"",sumshop:{chatContent:"",shopId:""},timer:null}},mounted:function(){var t=this;this.timer=setInterval((function(){t.getMsg()}),3e4)},onLoad:function(t){var n=this;console.log(t.shopId),this.sumshop.shopId=t.shopId,i.requestGet(a.keSeverList,t.shopId,"GET").then((function(t){n.commentsList=t.data,i.request(a.GetUser,{},"GET").then((function(t){n.user=t.data}))}))},beforeDestroy:function(){this.timer&&clearInterval(this.timer)},methods:{commitComments:function(){var t=this;""!=this.sumshop.chatContent&&i.request(a.keSever,this.sumshop,"POST").then((function(n){"200"==n.code&&(t.sumshop.chatContent="",t.getMsg(1))}))},getMsg:function(t){var n=this;i.requestGet(a.keSeverList,this.sumshop.shopId,"GET").then((function(e){n.commentsList=e.data,1==t&&n.scollBottom()}))},scollBottom:function(){var t=this,n=document.getElementById("words");setTimeout((function(){t.$nextTick((function(){n.scrollTop=n.scrollHeight+87.5}))}),100)}}};n.default=o},"7ded":function(t,n,e){"use strict";var i=e("b38e"),a=e.n(i);a.a},8304:function(t,n,e){"use strict";e.r(n);var i=e("1cc8"),a=e.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=a.a},"9af3":function(t,n,e){"use strict";e.r(n);var i=e("cea0"),a=e("8304");for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(o);e("7ded");var s=e("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"9d1f87a2",null,!1,i["a"],void 0);n["default"]=r.exports},a5ba:function(t,n,e){var i=e("c86c");n=i(!1),n.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/* 文章场景相关 */.uni-padding-wrap[data-v-9d1f87a2]{height:calc(100vh - 100px);position:relative}.ziji[data-v-9d1f87a2]{width:100%;\r\n /* 假设消息框占据了屏幕宽度的80% */padding:16px;\r\n /* 消息框内的内边距 */background-color:#3f9b6a;\r\n /* 蓝色背景 */color:#fff;\r\n /* 白色文字 */position:relative;\r\n /* 为了定位右上角的表情符号 */font-size:16px;\r\n /* 字体大小 */text-align:left;\r\n /* 文字左对齐 */\r\n /* 移除圆角 */border-radius:0;\r\n /* 只给右上角添加圆角(如果需要的话,这里设置为0表示不添加) */border-top-right-radius:40px;\r\n /* 可以根据需要调整或删除此行 */border-bottom-right-radius:0;\r\n /* 同上 */\r\n /* 只保留左下角的直角(实际上不需要特别设置,因为默认就是直角) */\r\n /* 但为了明确,我们可以设置其他三个角为0(如果之前设置了圆角的话) */border-top-left-radius:22px;border-bottom-left-radius:22px\r\n /* 左下角保持直角,这其实是默认值 */}.kehu[data-v-9d1f87a2]{width:100%;\r\n /* 假设消息框占据了屏幕宽度的80% */padding:16px;\r\n /* 消息框内的内边距 */background-color:#f7f5f6;\r\n /* 蓝色背景 */color:#000;\r\n /* 白色文字 */position:relative;\r\n /* 为了定位右上角的表情符号 */font-size:16px;\r\n /* 字体大小 */text-align:left;\r\n /* 文字左对齐 */\r\n /* 移除圆角 */border-radius:0;\r\n /* 只给右上角添加圆角(如果需要的话,这里设置为0表示不添加) */border-top-right-radius:22px;\r\n /* 可以根据需要调整或删除此行 */border-bottom-right-radius:22px;\r\n /* 同上 */\r\n /* 只保留左下角的直角(实际上不需要特别设置,因为默认就是直角) */\r\n /* 但为了明确,我们可以设置其他三个角为0(如果之前设置了圆角的话) */border-top-left-radius:40px;border-bottom-left-radius:0\r\n /* 左下角保持直角,这其实是默认值 */}uni-view[data-v-9d1f87a2]{font-size:%?28?%}.uni-comment[data-v-9d1f87a2]{padding:%?30?%;display:flex;flex-grow:1;flex-direction:column;scrollbar-width:none;overflow:hidden;height:95vh;overflow-y:auto}.uni-comment-list[data-v-9d1f87a2]{flex-wrap:nowrap;padding:%?10?% 0;margin:%?10?% 0;width:100%;display:flex}.uni-comment-listTWO[data-v-9d1f87a2]{flex-wrap:nowrap;padding:%?10?% 0;margin:%?10?% 0;width:100%;display:flex;justify-content:flex-end}.uni-comment-face[data-v-9d1f87a2]{width:%?70?%;height:%?70?%;border-radius:100%;margin-right:%?20?%;flex-shrink:0;overflow:hidden}.uni-comment-face uni-image[data-v-9d1f87a2]{width:100%;border-radius:100%}.uni-comment-body[data-v-9d1f87a2]{margin-top:%?10?%}.uni-comment-top[data-v-9d1f87a2]{line-height:1.5em}.uni-comment-top uni-text[data-v-9d1f87a2]{color:#3f9b6a;margin-right:%?20?%;font-size:%?24?%}.uni-comment-top .uni-comment-date[data-v-9d1f87a2]{color:#666;font-size:%?20?%}.uni-comment-content[data-v-9d1f87a2]{line-height:1.6em;font-size:%?28?%;padding:%?8?% 0}.uni-comment-replay-btn[data-v-9d1f87a2]{background:#fff;font-size:%?24?%;line-height:%?28?%;padding:%?5?% %?20?%;border-radius:%?30?%;color:#333!important;margin:0 %?10?%}.commitButton[data-v-9d1f87a2]{height:%?64?%;color:#fff;width:20%;margin:%?0?% auto;font-size:%?27?%;border-radius:10px;line-height:%?64?%;background-color:#3f9b6a}.contentTextArea[data-v-9d1f87a2]{font-size:%?30?%;background-color:#fff;border:%?1?% solid #e9e7ef;border-right:0 solid transparent;width:72%;height:%?40?%;margin:%?0?% auto;padding:%?10?% 0 %?10?% %?20?%;border-radius:10px}',""]),t.exports=n},b38e:function(t,n,e){var i=e("a5ba");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=e("967d").default;a("26112816",i,!0,{sourceMap:!1,shadowMode:!1})},cea0:function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){}));var i=function(){var t=this,n=t.$createElement,i=t._self._c||n;return i("v-uni-view",{staticClass:"uni-padding-wrap"},[i("v-uni-view",{staticStyle:{position:"fixed",bottom:"0rpx",left:"0",width:"100%"}},[i("v-uni-form",{on:{submit:function(n){arguments[0]=n=t.$handleEvent(n),t.commitComments.apply(void 0,arguments)}}},[i("v-uni-view",{staticStyle:{display:"flex","justify-content":"space-between",padding:"10px"}},[i("v-uni-input",{staticClass:"contentTextArea",attrs:{name:"commentContent",placeholder:"请输入"},model:{value:t.sumshop.chatContent,callback:function(n){t.$set(t.sumshop,"chatContent",n)},expression:"sumshop.chatContent"}}),i("v-uni-button",{staticClass:"commitButton",attrs:{formType:"submit"}},[t._v("发送")])],1)],1)],1),i("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0!=t.commentsList.length,expression:"commentsList.length!=0"}],staticClass:"uni-comment",attrs:{id:"words"}},t._l(t.commentsList,(function(n,a){return i("v-uni-view",{key:a,class:2==n.messageType?"uni-comment-list":"uni-comment-listTWO"},[1==n.messageType?i("v-uni-view",{staticStyle:{"text-align":"right","margin-top":"10rpx"}},[i("v-uni-view",{staticClass:"uni-comment-top",staticStyle:{"margin-right":"10px"}},[i("v-uni-view",[t._v(t._s(""==n.userName||null==n.userName?"匿名":n.userName))]),i("v-uni-view",{staticClass:"uni-comment-date"},[t._v(t._s(n.chatTime))])],1),i("v-uni-view",{staticClass:"uni-comment-content ziji",staticStyle:{"margin-right":"10px","text-align":"right","padding-right":"15px"}},[t._v(t._s(n.chatContent))])],1):t._e(),1==n.messageType?i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:t.$baseURL+t.user.headImage,mode:"widthFix"}})],1):t._e(),2==n.messageType?i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:e("11cd"),mode:"widthFix"}})],1):t._e(),2==n.messageType?i("v-uni-view",{staticClass:"uni-comment-body"},[i("v-uni-view",{staticClass:"uni-comment-top"},[i("v-uni-view",[t._v(t._s(""==n.shopName||null==n.shopName?"匿名":n.shopName))]),i("v-uni-view",{staticClass:"uni-comment-date"},[t._v(t._s(n.chatTime))])],1),i("v-uni-view",{staticClass:"uni-comment-content kehu",staticStyle:{"text-align":"left","padding-left":"15px"}},[t._v(t._s(n.chatContent))])],1):t._e()],1)})),1),0==t.commentsList.length?i("v-uni-view",{staticClass:"uni-comment"},[i("v-uni-view",{staticClass:"uni-comment-list"},[i("v-uni-view",{staticClass:"uni-comment-face"},[i("v-uni-image",{attrs:{src:e("11cd"),mode:"widthFix"}})],1),i("v-uni-view",{staticClass:"uni-comment-body"},[i("v-uni-view",{staticClass:"uni-comment-top"},[i("v-uni-view",[t._v("商家")]),i("v-uni-view",{staticClass:"uni-comment-date"})],1),i("v-uni-view",{staticClass:"uni-comment-content kehu",staticStyle:{"text-align":"left","padding-left":"15px"}},[t._v("您好!请问有什么问题呢?")])],1)],1)],1):t._e()],1)},a=[]}}]); | |
| 0 | 2 | \ No newline at end of file | ... | ... |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-goodsModule-goodsDetails.45d5824b.js
0 → 100644
| 1 | +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-goodsModule-goodsDetails"],{"00c9":function(t,e,a){"use strict";a.r(e);var o=a("4632"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"0352":function(t,e,a){"use strict";a.r(e);var o=a("aea0"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"0bdb":function(t,e,a){var o=a("c86c");e=o(!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,a){"use strict";var o=a("ded3"),i=a.n(o);i.a},"0e05":function(t,e,a){"use strict";var o=a("40f9"),i=a.n(o);i.a},"0e58":function(t,e,a){var o=a("8ca5");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("36d39522",o,!0,{sourceMap:!1,shadowMode:!1})},"0f6b":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa");var o={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=o},"17ff":function(t,e,a){"use strict";var o=a("b7b3"),i=a.n(o);i.a},1988:function(t,e,a){"use strict";a.r(e);var o=a("7c49"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"1b7f":function(t,e,a){"use strict";var o=a("f3b2"),i=a.n(o);i.a},"1e4c":function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("bf0f"),a("2797"),a("aa9c"),a("d4b5");var i=o(a("41e3")),n=a("83c8"),s=a("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(a){a.cardId&&e.push(a.cardId),t.successList.push(a)}))},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"),a=e.token;if(a)if(this.isExchange){var o={couponId:this.couponList[0].couponId,source:3};n.request(s.exchangeCoupon,o,"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 a=t.detail.errcode,o=t.detail.send_coupon_result;switch(a){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"===a?(o.forEach((function(t){var a="";switch(e.couponList.forEach((function(o){t.stock_id===o.cardId&&(a=o.activityName,"SUCCESS"===t.code&&(o.couponCode=t.coupon_code,e.successList.push(o)))})),t.code){case"FAILED":console.log("该张券发券失败,查看message中的具体错误信息");break;case"NOTENOUGH":uni.showToast({title:a+"优惠券已被领取完",icon:"none"}),console.log("总预算用完");break;case"DAYLIMIT":uni.showToast({title:a+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户达到单天限领");break;case"NATURELIMIT":uni.showToast({title:a+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户自然人限领");break;case"MAXQUOTA":uni.showToast({title:a+"优惠券领取张数已达到上限",icon:"none"}),console.log("用户领取张数达到上限");break;case"DUPREQUEST":uni.showToast({title:a+"优惠券领取张数已达到上限",icon:"none"}),console.log("已通过该发券凭证给用户发券");break;case"NOTRUNNING":console.log("批次状态非运营中");break;case"EXPIRED":uni.showToast({title:a+"优惠券已过期",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},"1f3f":function(t,e,a){var o=a("c86c");e=o(!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-58b21eb2]{width:%?750?%;height:%?750?%}.goodsImgswiper-box .goodsImg[data-v-58b21eb2]{width:%?750?%;height:%?750?%}.share-box[data-v-58b21eb2]{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-58b21eb2]{width:%?36?%;height:%?36?%}.goodgDes-box[data-v-58b21eb2]{background-color:#fff;width:100%;padding-bottom:%?25?%}.goodgDes-box .priceBuyNum-box[data-v-58b21eb2]{width:%?677?%;margin-top:%?30?%}.goodgDes-box .nameContainer[data-v-58b21eb2]{display:flex}.goodgDes-box .nameContainer .goodsName-box[data-v-58b21eb2]{width:%?677?%;height:%?85?%}.goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-58b21eb2]{width:%?70?%;height:%?36?%}.goodgDes-box .nameContainer .collectBox[data-v-58b21eb2]{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-58b21eb2]{width:%?48?%;height:%?48?%}.goodgDes-box .discounts-box[data-v-58b21eb2]{margin-top:%?20?%}.goodgDes-box .discounts-box .discounts-text[data-v-58b21eb2]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.goodgDes-box .activity-box[data-v-58b21eb2]{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-58b21eb2]{width:%?614?%;padding-top:%?20?%}.goodgDes-box .activity-box .activity-content .activity-text[data-v-58b21eb2]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-58b21eb2]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.seckill-box[data-v-58b21eb2]{width:100%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/storeTop_Img.png) no-repeat 0 0;padding:%?35?% %?30?%}.seckill-box .seckill-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .vip-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .discount-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .spell-icon[data-v-58b21eb2]{width:%?182?%;height:%?37?%;background-size:contain;margin-bottom:%?20?%}.seckill-box .countdown[data-v-58b21eb2]{text-align:center}.seckill-box .countdown uni-label[data-v-58b21eb2]{text-align:center;color:#ccc}.seckill-box .countdown-box[data-v-58b21eb2]{padding:0 %?8?%;height:%?48?%;color:#ffebc4;background-color:#525252;margin:%?10?%}',""]),t.exports=e},"1fec":function(t,e,a){"use strict";var o=a("2d1e"),i=a.n(o);i.a},2107: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(){return o}));var o={globalLoading:a("1abf").default,uTabs:a("2038").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"coupon-popup",class:t.showActivity&&"show"},[a("global-loading"),a("v-uni-view",{staticClass:"mask",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.closePopup.apply(void 0,arguments)}}}),a("v-uni-view",{staticClass:"couponShow-box",attrs:{id:"popupInner"}},[a("v-uni-view",{staticClass:"tabsbox"},[a("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),a("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:1===t.activeTypeFlag,expression:"activeTypeFlag === 1"}]},[a("v-uni-view",{staticClass:"couponShow"},[a("v-uni-view",{staticClass:"title-box"},[a("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onActivityClose.apply(void 0,arguments)}}})],1),a("v-uni-view",{staticClass:"shopCouponBox",class:0===t.markTools.length&&"flex"},[t.markTools.length>0?a("v-uni-view",{staticClass:"list"},t._l(t.markTools,(function(e,o){return a("v-uni-view",{key:o,staticClass:"item",class:{received:1===e.state}},[a("v-uni-view",{staticClass:"info-box"},[1==e.couponType?a("v-uni-view",{staticClass:"discoun"},[a("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[t._v("¥")]),t._v(t._s(e.reduceMoney))],1):t._e(),2==e.couponType?a("v-uni-view",{staticClass:"discoun"},[t._v(t._s(e.reduceMoney)+"折")]):t._e(),a("v-uni-view",{staticClass:"info-date"},[t._v(t._s(t.getDate(e.startTime))+"-"+t._s(t.getDate(e.endTime)))]),a("v-uni-view",{staticClass:"info-condition mar-top-30"},[t._v(t._s(e.content))]),3===e.state?a("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?a("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("立即领取")]):t._e()],1):t._e(),0===e.state?a("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("已领取")]):t._e(),1===e.state?a("v-uni-view",{staticClass:"use-btn mar-top-10"},[t._v("已使用")]):t._e()],1)],1)})),1):a("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[a("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"}}),a("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("你还没有优惠券哦~")])],1)],1)],1)],1),a("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:0===t.activeTypeFlag,expression:"activeTypeFlag === 0"}]},[a("v-uni-view",{staticClass:"couponShow"},[a("v-uni-view",{staticClass:"title-box"},[a("v-uni-image",{staticClass:"close-btn",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/close.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.onActivityClose.apply(void 0,arguments)}}})],1),a("v-uni-view",{staticClass:"shopCouponBox",class:0===t.shopMarkTools.length&&"flex"},[t.shopMarkTools.length>0?a("v-uni-view",{staticClass:"list"},t._l(t.shopMarkTools,(function(e,o){return a("v-uni-view",{key:o,staticClass:"item",class:{received:1===e.state}},[a("v-uni-view",{staticClass:"info-box"},[1===e.couponType?a("v-uni-view",{staticClass:"discoun"},[a("v-uni-text",{staticStyle:{"font-size":"28rpx"}},[t._v("¥")]),t._v(t._s(e.reduceMoney))],1):t._e(),2===e.couponType?a("v-uni-view",{staticClass:"discoun"},[t._v(t._s(e.reduceMoney)+"折")]):t._e(),a("v-uni-view",{staticClass:"info-date"},[t._v(t._s(t.getDate(e.startTime))+"-"+t._s(t.getDate(e.endTime)))]),1===e.couponType?a("v-uni-view",{staticClass:"info-condition"},[t._v("满"+t._s(e.fullMoney)+"元减"+t._s(e.reduceMoney)+"元")]):t._e(),2===e.couponType?a("v-uni-view",{staticClass:"info-condition"},[t._v(t._s(e.reduceMoney)+"折优惠")]):t._e(),3===e.state?a("v-uni-view",{staticClass:"use-btn",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.receiveTap(e,1)}}},[t._v("立即领取")]):t._e(),0===e.state?a("v-uni-view",{staticClass:"use-btn"},[t._v("已领取")]):t._e()],1)],1)})),1):a("v-uni-view",{staticClass:"emptyOrder-box flex-items-plus flex-column"},[a("v-uni-image",{staticClass:"emptyOrder-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//bgnull.png"}}),a("v-uni-label",{staticClass:"font-color-999 fs26 mar-top-30"},[t._v("你还没有优惠券哦~")])],1)],1)],1)],1),t.isShowSuccess?a("v-uni-view",{staticClass:"receive-success"},[a("v-uni-view",{staticClass:"success-box"},[a("v-uni-image",{staticClass:"success-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/success_tu.png"}}),a("v-uni-view",{staticClass:"text"},[t._v("领取成功")])],1)],1):t._e()],1)],1)},n=[]},"23cc":function(t,e,a){"use strict";a.r(e);var o=a("b369"),i=a("a531");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("0e05");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"374c8f62",null,!1,o["a"],void 0);e["default"]=r.exports},"267e":function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"warp"},[a("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),a("tui-modal",{attrs:{show:t.confirmVisible,custom:!0,fadein:!0}},[a("v-uni-view",{staticClass:"Put-box1"},[a("v-uni-view",{staticClass:"text-align fs34 fs-bold"},[t._v("是否领取此优惠券")]),a("v-uni-view",{staticClass:"flex-display flex-sp-between"},[a("v-uni-view",{staticClass:"btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.confirmVisible=!1}}},[t._v("取消")]),a("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=[]},2692:function(t,e,a){"use strict";var o=a("c175"),i=a.n(o);i.a},"26d9":function(t,e,a){var o=a("1f3f");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("41b586e4",o,!0,{sourceMap:!1,shadowMode:!1})},"295d":function(t,e,a){"use strict";var o=a("382c"),i=a.n(o);i.a},"296f":function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("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?a("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,a){var o=a("5f23");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("6cc8136c",o,!0,{sourceMap:!1,shadowMode:!1})},"2a7b":function(t,e,a){"use strict";a.r(e);var o=a("3515"),i=a("be09");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("1fec"),a("5251");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"5aa590d0",null,!1,o["a"],void 0);e["default"]=r.exports},"2d1e":function(t,e,a){var o=a("6952");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("99c7f1a2",o,!0,{sourceMap:!1,shadowMode:!1})},3471:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var a="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!a){if(Array.isArray(t)||(a=(0,o.default)(t))||e&&t&&"number"===typeof t.length){a&&(t=a);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,l=!1;return{s:function(){a=a.call(t)},n:function(){var t=a.next();return r=t.done,t},e:function(t){l=!0,s=t},f:function(){try{r||null==a["return"]||a["return"]()}finally{if(l)throw s}}}},a("01a2"),a("e39c"),a("bf0f"),a("844d"),a("18f7"),a("de6c"),a("7a76"),a("c9b5");var o=function(t){return t&&t.__esModule?t:{default:t}}(a("5d6b"))},3515: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(){return o}));var o={globalLoading:a("1abf").default,uPopup:a("7bd4").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"container u-skeleton",on:{scroll:function(e){arguments[0]=e=t.$handleEvent(e),t.handlePageScroll.apply(void 0,arguments)}}},[a("global-loading"),a("v-uni-view",{},[a("v-uni-view",{staticClass:"news-box"},[a("v-uni-view",{staticClass:"news-bg"},[a("v-uni-swiper",{staticClass:"goodsImgswiper-box",attrs:{vertical:!0,circular:!0,interval:"8000",duration:"2000",autoplay:!0}},t._l(t.broadCastList,(function(e,o){return a("v-uni-swiper-item",{key:o},[a("v-uni-view",{staticClass:"news-item flex-items"},[a("v-uni-image",{staticClass:"item-avatar",attrs:{src:e.headImage}}),a("v-uni-view",{staticClass:"news-item-user"},[t._v(t._s(e.name))]),a("v-uni-view",{staticClass:"news-item-info"},[t._v(t._s(e.timeStr))]),1===e.type?a("v-uni-view",{staticClass:"news-item-info"},[t._v("给了好评")]):t._e(),2===e.type?a("v-uni-view",{staticClass:"news-item-info"},[t._v("正在拼单")]):t._e(),3===e.type?a("v-uni-view",{staticClass:"news-item-info"},[t._v("拼单成功")]):t._e(),4===e.type?a("v-uni-view",{staticClass:"news-item-info"},[t._v("下单")]):t._e()],1)],1)})),1)],1)],1),a("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)}}}),a("v-uni-view",{staticClass:"express-box flex-items flex-row fs24 u-skeleton-fillet"},[a("v-uni-label",{staticClass:"fs24 font-color-999 mar-right-20 "},[t._v("发货")]),t.productData.receive&&t.productData.receive.receiveAdress?a("v-uni-image",{attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/mapIcon.png"}}):t._e(),t.productData.receive&&t.productData.receive.receiveAdress?a("v-uni-label",{staticClass:"mar-left-10 mapName mar-right-30"},[t._v(t._s(t.productData.receive.receiveAdress))]):t._e(),a("v-uni-label",[t._v("快递:¥ "+t._s(t.productData.logisticsPrice||0))])],1),""!=t.productData.combinationName?a("v-uni-view",{staticClass:"express-box flex-items flex-row fs24 u-skeleton-fillet"},[t._v("商品组合:"+t._s(t.productData.combinationName))]):t._e(),a("v-uni-view",{staticClass:"fs24 chooseSize-box flex-start",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(6)}}},[a("v-uni-view",{staticClass:"chooseSize-content flex-items flex-row flex-sp-between u-skeleton-fillet"},[a("v-uni-view",{staticClass:"flex-row-plus "},[a("v-uni-label",{staticClass:"fs26 mar-left-30 font-color-999"},[t._v("选择")]),a("v-uni-view",{staticClass:"valueBox mar-left-20 flex-items"},t._l(t.currentSuk,(function(e,o){return a("v-uni-view",{key:o,staticClass:"mar-right-10"},[t._v(t._s(e.skuText||"-"))])})),1)],1),a("v-uni-image",{staticClass:"arrow-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1)],1),a("combined-sales",{attrs:{pid:t.productId,productData:t.productData}}),1===t.selectedSku.activityType?a("v-uni-view",{staticClass:"borRig-line-20"}):t._e(),1===t.selectedSku.activityType&&t.topThreeCollageOrders.length>0?a("v-uni-view",{staticClass:"goodsDiscount"},[a("v-uni-view",{staticClass:"questionTit mar-left-30 flex-items flex-row flex-sp-between"},[a("v-uni-label",{},[t._v("这些人正在拼单")]),a("v-uni-view",{staticClass:"allMoreBox"},[a("v-uni-view",{staticClass:"allMore",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleOpenGroupBookingList.apply(void 0,arguments)}}},[t._v("查看全部")]),a("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1)],1),t._l(t.topThreeCollageOrders,(function(e,o){return a("v-uni-view",{key:o,staticClass:"groupBuy"},[e.time>0?a("v-uni-view",{staticClass:"groupBuyList"},[a("v-uni-view",{staticClass:"groupBuyItem"},[a("v-uni-view",{staticClass:"leftAvatar"},[a("img",{attrs:{src:e.headImage,alt:""}}),a("span",[t._v(t._s(e.name))])]),a("v-uni-view",{staticClass:"rightInfo"},[a("v-uni-view",{staticClass:"groupBuyTime",staticStyle:{width:"70%"}},[a("v-uni-view",{staticClass:"needPeople flex-row-plus"},[t._v("还差"),a("b",[t._v(t._s(e.person)+"人")]),t._v("拼成")]),a("v-uni-view",{staticClass:"endDate"},[t._v("剩余"+t._s(t.handleGetDownTime(e.time)))])],1),a("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleGoGroupBooking(e.collageId)}}},[t._v("和Ta拼")])],1)],1)],1):t._e()],1)}))],2):t._e(),a("GoodEvaluateAndQuestion",{ref:"goodEvaluateAndQuestion",staticClass:" u-skeleton-fillet",attrs:{"product-info":t.productData,"comment-list":t.commentList}}),a("v-uni-view",{staticClass:"inStore-box flex-items flex-row flex-sp-between u-skeleton-fillet"},[a("v-uni-view",{staticClass:"flex-display flex-row"},[a("v-uni-view",[a("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),a("v-uni-view",{staticClass:"flex-display flex-column mar-left-20"},[a("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))]),a("v-uni-view",{staticClass:"flex-display flex-row fs24 font-color-999 mar-top-5"},[a("v-uni-label",[t._v("商品总类:"+t._s(t.productData.classifyNumber))]),a("v-uni-label",{staticClass:"mar-left-30"},[t._v("已售:"+t._s(t.productData.number)+"件")])],1)],1)],1),a("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),a("v-uni-view",{staticClass:"goodsDetails-box u-skeleton-fillet"},[a("v-uni-view",{staticClass:"goodsDetails-title"},[a("v-uni-view",{staticClass:"goodsDetails-Line"}),a("v-uni-label",{staticClass:"goodsDetails-text"},[t._v("宝贝详情")]),a("v-uni-view",{staticClass:"goodsDetails-Line"})],1),a("v-uni-view",{staticClass:"goodsDetailsimg-box"},[a("v-uni-view",{},[a("v-uni-rich-text",{attrs:{nodes:t.sellDescList}})],1)],1)],1)],1),a("v-uni-view",{staticClass:"buygoods-box"},[a("v-uni-view",{staticClass:"buygoodsBut-box flex-row-plus",style:{height:(!0===t.isIphone?160:130)+"rpx"}},[a("v-uni-view",{staticClass:"btns_container"},[a("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToStore.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/storeIcon.png"}}),a("v-uni-label",{staticClass:"fs22"},[t._v("店铺")])],1),a("v-uni-view",{staticClass:"btns flex-column-plus",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.kefu.apply(void 0,arguments)}}},[a("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/service-product-detail.png"}}),a("v-uni-label",{staticClass:"fs22"},[t._v("客服")])],1),a("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?a("v-uni-view",{staticClass:"cartAllNum"},[t._v(t._s(t.allCartNum))]):t._e(),a("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/gouwuche.png"}}),a("v-uni-label",{staticClass:"fs22"},[t._v("购物车")])],1)],1),a("v-uni-view",{staticClass:"btns_container"},[0===t.productData.shelveState?a("v-uni-view",{staticClass:"flex-row-plus offShelf"},[t._v("商品已下架")]):1===t.selectedSku.activityType?a("v-uni-view",{staticClass:"flex-row-plus flex-items"},[a("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(4)}}},[t._v("单独购买")]),a("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(3)}}},[t._v("我要开团")])],1):a("v-uni-view",{staticClass:"flex-row-plus flex-items"},[a("v-uni-view",{staticClass:"joinShopCartBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(1)}}},[t._v("加入购物车")]),a("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleShowGoodsSkuSelect(2)}}},[t._v("立即购买")])],1)],1)],1)],1),a("v-uni-view",{staticClass:"returnTopService-box"},[a("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)}}},[a("v-uni-image",{staticClass:"returnTopImg",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/backTop.png"}})],1)],1),a("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)}}}),a("coupon-popup",{ref:"couponPopup",attrs:{markTools:t.markTools,shopMarkTools:t.shopMarkTools,setTop:t.topLeft,currentActive:0}}),a("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"}},[a("v-uni-view",{staticClass:"popupDiscountTit"},[t._v("这些人正在拼单")]),a("v-uni-view",{staticClass:"groupBuy"},[a("v-uni-view",{staticClass:"groupBuyList"},[a("v-uni-scroll-view",{staticStyle:{height:"480upx"},attrs:{"scroll-y":!0}},t._l(t.selectedSku.collageOrders,(function(e,o){return a("v-uni-view",{key:o,staticClass:"groupBuyItem1"},[e.time>0?a("v-uni-view",{staticClass:"leftAvatar"},[a("img",{attrs:{src:e.headImage,alt:""}}),a("v-uni-view",{staticClass:"groupBuyTime"},[a("v-uni-view",{staticClass:"needPeople"},[a("span",[t._v(t._s(e.name))]),t._v("还差"),a("b",[t._v(t._s(e.person)+"人")])]),a("v-uni-view",{staticClass:"endDate"},[t._v("剩余"+t._s(t.handleGetDownTime(e.time)))])],1)],1):t._e(),e.time>0?a("v-uni-view",{staticClass:"rightInfo"},[a("v-uni-view",{staticClass:"groupBuyBtn",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleGoGroupBooking(e.collageId)}}},[t._v("和Ta拼")])],1):t._e()],1)})),1)],1)],1)],1),a("Skeleton",{attrs:{"el-color":"#efefef","bg-color":"#fff",loading:t.isFirstComeIn&&t.loading,animation:!0}})],1)},n=[]},3720:function(t,e,a){"use strict";var o=a("26d9"),i=a.n(o);i.a},"37a5":function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("fd3c"),a("d4b5");var i=o(a("2634")),n=o(a("2fdc")),s=o(a("3387")),r=o(a("3fbf")),l=a("83c8"),c=a("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 a;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,l.request(c.getProblems,{productId:t.productInfo.productId,page:1,pageSize:2},"GET");case 4:a=e.sent,t.problemsList=a.data.list,t.problemsTotal=a.data.total;case 7:case"end":return e.stop()}}),e)})))()},handlePreviewImage:function(t,e){var a=this,o=t.map((function(t){return t=a.$baseURL+t,t}));uni.previewImage({current:o[e],urls:o})},handlePraise:s.default.debounce(function(){var t=(0,n.default)((0,i.default)().mark((function t(e,a){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,l.request(c.LikeOrUnLikeComment,{commentId:e.commentId,ifLike:a},"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,a){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,a){var o=a("a48f");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("075a0045",o,!0,{sourceMap:!1,shadowMode:!1})},"3fbf":function(t,e,a){"use strict";a.r(e);var o=a("5396"),i=a("0352");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("295d");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"a3bbedda",null,!1,o["a"],void 0);e["default"]=r.exports},"40f9":function(t,e,a){var o=a("bdc9");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("8d381f52",o,!0,{sourceMap:!1,shadowMode:!1})},"41a3":function(t,e,a){"use strict";a.r(e);var o=a("ec6f"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"41e3":function(t,e,a){"use strict";a.r(e);var o=a("ae16"),i=a("41a3");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("c432");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"ad217060",null,!1,o["a"],void 0);e["default"]=r.exports},4632:function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=o(a("2634")),n=o(a("2fdc")),s=o(a("3471"));a("64aa"),a("fd3c"),a("e966"),a("bf0f"),a("de6c"),a("4626"),a("5ac7"),a("aa9c"),a("c223"),a("d4b5");var r=o(a("83c8")),l=o(a("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(t){if(t){var e=this.productData.map;for(var a in e)if(parseInt(e[a].skuId)===parseInt(t)){this.selectedSku=e[a],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum);var o,i=this.selectedSku["valueCodes"].split(","),n=(0,s.default)(this.productData.names);try{for(n.s();!(o=n.n()).done;){var r,l=o.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(t,e){this.$set(this.selectedAttr,t,e);var a=[];for(var o in this.selectedAttr)a.push(this.selectedAttr[o]);var i=a.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,a){var o,i=[],n=e["valueCodes"].split(","),r=t.names,l=(0,s.default)(r);try{for(l.s();!(o=l.n()).done;){var c,u=o.value,d=u.values,f=(0,s.default)(d);try{for(f.s();!(c=f.n()).done;){var p=c.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){l.e(h)}finally{l.f()}this.$emit("getCurrentSku",{skuItem:e,currentSku:i,buyNum:a}),this.$emit("postSelectSku")},handleAddCart:function(){var t=this;return(0,n.default)((0,i.default)().mark((function e(){var a,o;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,a={skuId:t.selectedSku.skuId,number:t.buyNum},e.next=7,r.default.request(l.default.ShoppingaddCart,a,"POST");case 7:t.$store.dispatch("doPointer",{eventType:2,productIds:t.productId}),o=uni.getStorageSync("allCartNum")+t.buyNum,uni.setStorageSync("allCartNum",o),t.$emit("changeCartNum",o),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 a=this.aliAgingObj;e&&e>=.03&&(a.supportHanaUta=!0,a.disableSelectList[0]=!1,a.agingMoneyList[0]=parseInt(e/3*100/100+"").toFixed(2)+""),e&&e>=.06&&(a.supportHanaUta=!1,a.disableSelectList[1]=!1,a.agingMoneyList[1]=parseInt(e/6*100/100+"").toFixed(2)+""),e&&e>=.12&&(a.supportHanaUta=!0,a.disableSelectList[2]=!1,a.agingMoneyList[2]=parseInt(e/12*100/100+"").toFixed(2)+"")}}}};e.default=c},"476e":function(t,e,a){var o=a("bd1e");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("cf03b7f0",o,!0,{sourceMap:!1,shadowMode:!1})},"4ec6":function(t,e,a){"use strict";a.r(e);var o=a("516f"),i=a("b090");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("eede");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"54b06602",null,!1,o["a"],void 0);e["default"]=r.exports},"516f":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(){return o}));var o={uIcon:a("3476").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("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():a("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?a("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"):a("u-icon",{attrs:{name:t.loadingIcon,width:t.width,height:t.height}})],2):t._e(),t.showError&&t.isError&&!t.loading?a("v-uni-view",{staticClass:"u-image__error",style:{borderRadius:"circle"==t.shape?"50%":t.$u.addUnit(t.borderRadius)}},[t.$slots.error?t._t("error"):a("u-icon",{attrs:{name:t.errorIcon,width:t.width,height:t.height}})],2):t._e()],1)},n=[]},5251:function(t,e,a){"use strict";var o=a("85c0"),i=a.n(o);i.a},5396:function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content"},[a("v-uni-view",{staticClass:"listBox"},t._l(t.problemsList,(function(e,o){return a("v-uni-view",{key:o,staticClass:"itemBox"},[a("v-uni-view",{staticClass:"itemAsk"},[a("i",[t._v("问")]),a("span",[t._v(t._s(e.problem))])]),e.answers.length>0?a("v-uni-view",t._l(e.answers.slice(0,1),(function(o,i){return a("v-uni-view",{key:i,staticClass:"answer"},[a("v-uni-view",{staticClass:"answerBox"},[a("i",[t._v("答")]),a("span",[t._v(t._s(o.answer))])]),1===e.ifAnswer?a("v-uni-view",{staticClass:"answerBtn",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("立即回答")]):t._e()],1)})),1):a("v-uni-view",[a("v-uni-view",{staticClass:"answer"},[a("v-uni-view",{staticClass:"answerBox"},[a("i",[t._v("答")]),a("span",[t._v("暂无答复")])]),1===e.ifAnswer?a("v-uni-view",{staticClass:"answerBtn",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("立即回答")]):t._e()],1)],1),e.answers.length>1?a("v-uni-view",{staticClass:"seeAll",on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleJumpAnswerByProblemId(e.problemId)}}},[t._v("查看全部答复")]):t._e()],1)})),1)],1)},i=[]},5577:function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=o(a("3471")),n=o(a("2634")),s=o(a("2fdc"));a("e966"),a("f7a5"),a("4626"),a("fd3c"),a("bf0f"),a("2797"),a("c223"),a("dc8a"),a("aa9c"),a("de6c"),a("5c47"),a("a1c1");var r=o(a("23cc")),l=o(a("b260")),c=o(a("7b65")),u=o(a("acc3")),d=(a("a93c"),o(a("e18a"))),f=o(a("6e3a")),p=o(a("bf70")),v=a("5c4d"),h=o(a("a8ef")),g=a("83c8"),b=a("6d56"),m={components:{USkeleton:h.default,Skeleton:r.default,CouponPopup:u.default,CombinedSales:c.default,UButton:l.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 a=getApp().globalData.productShareItem;if(a){var o=getApp().globalData.productShareItem;this.shopId=parseInt(o.shopId),this.productId=o.productId,this.paramSkuId=o.skuId,e=parseInt(o.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 a,o,i;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return o={productId:t.productId,shopGroupWorkId:null!==(a=t.shopGroupWorkId)&&void 0!==a?a:void 0},e.next=3,g.request(b.GetBroadCastList,o,"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 a in e){var o=e[a]["collageOrders"];if(o&&o.length>0){t=!0;break}}t&&(this.shopGroupWorkTicker=setInterval((function(){for(var t in e){var a=e[t]["collageOrders"];a&&a.length>0&&a.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 a,o,r,l,c;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.loading=!0,e.prev=1,a={shopId:t.shopId,productId:t.productId,skuId:t.paramSkuId,terminal:1},e.next=5,g.request(b.QueryProductDetail,a,"GET");case 5:for(c in o=e.sent,t.isFirstComeIn=!1,t.loading=!1,t.productData=o.data,t.markTools=o.data.markTools,console.log("平台优惠券",o.data.markTools),t.shopMarkTools=o.data.shopMarkTools,t.currentActive=0===t.markTools.length&&t.shopMarkTools.length>0?1:0,r=t.productData.map,l=Object.keys(r),1===l.length&&"单款项"===l[0]&&t.productData.names[0].values.push({skuValue:t.productData.names[0].skuName,valueCode:"单款项"}),r)r[c].image||(r[c].image=t.productData.images[0]);t.commentList=o.data.comments,t.sellDescList=o.data.text.replace(/\<img/gi,'<img style="max-width:100%;height:auto" '),t.$nextTick((0,s.default)((0,n.default)().mark((function e(){var a,o,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{a=(0,i.default)(t.productData.names);try{for(a.s();!(o=a.n()).done;)s=o.value,t.$refs.skuSelect.handleClickSkuItem(s.nameCode,s.values[0].valueCode)}catch(n){a.e(n)}finally{a.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,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa");var i=o(a("c4c2")),n=a("83c8"),s=a("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 a,o=this;this.$showLoading("领取中..."),a=0===e?{couponId:t.couponId,shopId:this.shopId}:{shopCouponId:t.shopCouponId,shopId:this.shopId},n.request(s.ReceiveCoupon,a,"POST").then((function(t){o.isShowSuccess=!0,setTimeout((function(){o.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},"5c4d":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.TimeFormatting=void 0;function o(t){return t<10?"0"+t:t}e.TimeFormatting=function(t){var e=Math.floor(t/3600/24),a=Math.floor(t/3600%24),i=Math.floor(t/60%60),n=Math.floor(t%60);return{day:o(e),hour:o(a),min:o(i),sec:o(n)}}},"5f23":function(t,e,a){var o=a("c86c");e=o(!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},"67a4":function(t,e,a){"use strict";var o=a("e200"),i=a.n(o);i.a},"681a":function(t,e,a){var o=a("c86c");e=o(!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-23f22f24]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0}.coupon-popup.show[data-v-23f22f24]{z-index:1000;opacity:1}.coupon-popup.show .couponShow-box[data-v-23f22f24]{\r\n /*transform: translate3D(0px, 0px, 0px);*/bottom:0}.coupon-popup .mask[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{height:%?1000?%;z-index:333}.coupon-popup .couponShow-box .tabsbox[data-v-23f22f24]{padding:0 %?20?%}.coupon-popup .couponShow-box .tabsbox[data-v-23f22f24] .u-tab-item{height:%?100?%!important;line-height:%?100?%!important}.coupon-popup .couponShow-box .title-box .close-btn[data-v-23f22f24]{width:%?50?%;height:%?50?%;box-sizing:border-box;position:absolute;top:%?20?%;right:%?20?%}.coupon-popup .couponShow-box .shopCouponBox[data-v-23f22f24]{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-23f22f24]{display:flex;justify-content:center;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box[data-v-23f22f24]{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box .emptyOrder-img[data-v-23f22f24]{width:%?225?%;height:%?196?%}.coupon-popup .couponShow-box .shopCouponBox .list[data-v-23f22f24]{display:flex;flex-wrap:wrap}.coupon-popup .couponShow-box .shopCouponBox .item[data-v-23f22f24]{width:50%;height:%?291?%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-23f22f24]{background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon1.png) no-repeat top;background-size:contain}.coupon-popup .couponShow-box .shopCouponBox .received .discoun[data-v-23f22f24]{color:#999;padding-top:%?35?%}.coupon-popup .couponShow-box .shopCouponBox .received .use-btn[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{display:inline-block}.coupon-popup .couponShow-box .shopCouponBox .info-box[data-v-23f22f24]{width:100%;display:flex;flex-direction:column;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .info-condition[data-v-23f22f24]{font-size:%?20?%;font-weight:400;color:#999;margin:0 auto}.coupon-popup .couponShow-box .shopCouponBox .info-date[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{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-23f22f24]{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-23f22f24]{width:%?200?%;height:%?130?%}.receive-success .success-box .text[data-v-23f22f24]{font-size:%?28?%;margin-top:%?50?%;font-weight:400;color:#fff}',""]),t.exports=e},6952:function(t,e,a){var o=a("c86c");e=o(!1),e.push([t.i,".page[data-v-5aa590d0]{background-color:#f7f7f7}",""]),t.exports=e},"6a9f":function(t,e,a){"use strict";var o=a("af9b"),i=a.n(o);i.a},"6e3a":function(t,e,a){"use strict";a.r(e);var o=a("da8a"),i=a("f90f");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("3720");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"58b21eb2",null,!1,o["a"],void 0);e["default"]=r.exports},7247:function(t,e,a){var o=a("c86c");e=o(!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,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("5c47"),a("a1c1"),a("e966"),a("c223");var i=a("5c4d"),n=o(a("83c8")),s=o(a("6d56")),r=o(a("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(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=l},"7b65":function(t,e,a){"use strict";a.r(e);var o=a("b88f"),i=a("aef3");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("67a4");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"35219f07",null,!1,o["a"],void 0);e["default"]=r.exports},"7c49":function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa"),a("5ef2"),a("bf0f"),a("5c47");var o={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(a){var o=a[0];if(o.width&&o.width&&(o.targetWidth=o.height>o.width?o.height:o.width,o.targetWidth)){e.fields=o;var i,n;i=t.touches[0].clientX,n=t.touches[0].clientY,e.rippleTop=n-o.top-o.targetWidth/2,e.rippleLeft=i-o.left-o.targetWidth/2,e.$nextTick((function(){e.waveActive=!0}))}}))},getElQuery:function(){var t=this;return new Promise((function(e){var a="";a=uni.createSelectorQuery().in(t),a.select(".u-btn").boundingClientRect(),a.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=o},"80da":function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;o(a("a306"));var i=o(a("4ec6")),n=a("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,a=getCurrentPages(),o=a[a.length-1];o&&(e=o.data,console.log("是否重写分享方法",e.isOverShare),e.isOverShare||(e.isOverShare=!0,o.onShareAppMessage=function(){return{title:"标题",path:"/pages/nearby/index"}}))}))}}};e.default=s},8518:function(t,e,a){"use strict";a.r(e);var o=a("b3ae"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"85c0":function(t,e,a){var o=a("aeca");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("53a4a84f",o,!0,{sourceMap:!1,shadowMode:!1})},"8ca5":function(t,e,a){var o=a("c86c");e=o(!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},"8d3c":function(t,e,a){"use strict";a.r(e);var o=a("df7e"),i=a("8518");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("17ff");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"1b472f0d",null,!1,o["a"],void 0);e["default"]=r.exports},"8d3d":function(t,e,a){"use strict";a.r(e);var o=a("80da"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},"8d84":function(t,e,a){var o=a("98db");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("bd8a4a4c",o,!0,{sourceMap:!1,shadowMode:!1})},"8e29":function(t,e,a){var o=a("c86c");e=o(!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,a){var o=a("c86c");e=o(!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},"98db":function(t,e,a){var o=a("c86c");e=o(!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-2c8f3e4f]{height:%?82?%;line-height:%?82?%;border-bottom:#f3f4f5 solid %?2?%;font-size:%?30?%;color:#ccc}.evaQaTab .evaBtn[data-v-2c8f3e4f]{width:50%;position:relative;text-align:center}.evaQaTab .evaBtn[data-v-2c8f3e4f]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:0;top:%?20?%}.evaQaTab .qaBtn[data-v-2c8f3e4f]{width:50%;text-align:center}.evaQaTab .tabTit[data-v-2c8f3e4f]{display:inline-block;height:%?82?%;line-height:%?82?%}.evaQaTab .active[data-v-2c8f3e4f]{color:#333}.evaQaTab .active .tabTit[data-v-2c8f3e4f]{border-bottom:%?4?% solid #444}.questions .questionInfo[data-v-2c8f3e4f]{padding:0 %?30?%;min-height:%?150?%}.questions .questionInfo .infoTit[data-v-2c8f3e4f]{font-size:%?28?%}.questions .questionInfo .putQuestion[data-v-2c8f3e4f]{width:%?140?%;height:%?60?%;background:#333;line-height:%?60?%;font-size:%?24?%;color:#ffebc4;padding-left:%?20?%;position:relative}.questions .questionInfo .putQuestion[data-v-2c8f3e4f]:before{content:"";width:%?40?%;height:%?26?%;top:%?18?%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrow.png) no-repeat 50%;background-size:contain;display:block;position:absolute;right:0}.questions .listBox[data-v-2c8f3e4f]{padding:0 %?30?%;border-bottom:%?20?% solid #eee}.questions .listBox .itemBox[data-v-2c8f3e4f]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.questions .listBox .itemBox[data-v-2c8f3e4f]:last-child{border-bottom:none}.questions .listBox .itemBox .itemAsk[data-v-2c8f3e4f]{display:flex;align-items:center;margin-bottom:%?42?%}.questions .listBox .itemBox .itemAsk i[data-v-2c8f3e4f]{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-2c8f3e4f]{font-size:%?28?%;color:#333}.questions .listBox .itemBox .answer[data-v-2c8f3e4f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.questions .listBox .itemBox .answer .answerBox[data-v-2c8f3e4f]{display:flex;align-items:center}.questions .listBox .itemBox .answer .answerBox i[data-v-2c8f3e4f]{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-2c8f3e4f]{font-size:%?26?%;color:#666}.questions .listBox .itemBox .answer .answerBtn[data-v-2c8f3e4f]{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-2c8f3e4f]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}.evaluate-box[data-v-2c8f3e4f]{background-color:#fff;margin-top:%?20?%}.evaluate-box .evaluate[data-v-2c8f3e4f]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.evaluate-box .evaluateTitle-box[data-v-2c8f3e4f]{width:%?690?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%}.evaluate-box .evaluateAllArrow-icon[data-v-2c8f3e4f]{width:%?18?%;height:%?24?%}.evaluate-box .evaluateTag-box[data-v-2c8f3e4f]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?10?%;display:flex;flex-wrap:wrap}.evaluate-box .evaluateTag-box .evaluateTag-text[data-v-2c8f3e4f]{background-color:#f4f4f4;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.evaluate-box .evaluate-contentbox[data-v-2c8f3e4f]{display:flex;justify-content:center;flex-direction:column;margin-left:%?30?%;padding-bottom:%?50?%}.evaluate-box .evaluate-contentbox .evaluate-content[data-v-2c8f3e4f]{width:%?670?%;display:flex;justify-content:space-between}.evaluate-box .evaluate-contentbox .evaluate-content .user-headSmallImg[data-v-2c8f3e4f]{width:%?46?%;height:%?46?%;border-radius:50%}.evaluate-box .evaluate-contentbox .evaluateDes-box[data-v-2c8f3e4f]{width:%?670?%;margin-top:%?30?%}.evaluate-box .evaluate-contentbox .evaluateDes-box .evaluateDes[data-v-2c8f3e4f]{width:%?670?%}.evaluate-box .evaluate-contentbox .addEvaluate[data-v-2c8f3e4f]{padding-top:%?30?%}.item-image-box[data-v-2c8f3e4f]{width:%?700?%;display:flex;flex-direction:row;flex-wrap:wrap}.item-image-box .img-item[data-v-2c8f3e4f]{width:%?223?%;height:%?223?%;border-radius:%?10?%;margin-right:%?10?%;margin-top:%?10?%}.item-line[data-v-2c8f3e4f]{width:%?690?%;height:1px;background:#eee;margin-top:%?20?%}.item-like-box[data-v-2c8f3e4f]{display:flex;flex-direction:row;width:%?690?%;align-items:center;justify-content:space-between}.like-box[data-v-2c8f3e4f]{display:flex;flex-direction:row;padding-top:%?30?%;align-items:center;justify-content:flex-end;margin-right:%?50?%}.like-box .like-img[data-v-2c8f3e4f]{width:%?48?%;height:%?48?%}.like-box .like-num[data-v-2c8f3e4f]{font-size:%?28?%;font-weight:500;color:#333;margin-left:%?30?%}.moreBox[data-v-2c8f3e4f]{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-2c8f3e4f]{width:%?10?%;height:%?20?%}',""]),t.exports=e},"9d02":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(){return o}));var o={uPopup:a("7bd4").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content"},[a("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:t.goodsDetailShowFlag,callback:function(e){t.goodsDetailShowFlag=e},expression:"goodsDetailShowFlag"}},[a("v-uni-view",{staticClass:"goosDetailshow-box"},[a("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[a("v-uni-image",{staticClass:"detailImg",attrs:{src:t.$baseURL+t.selectedSku.image}}),a("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[a("v-uni-view",{staticStyle:{color:"#f4281e"}},[a("v-uni-label",{staticClass:"fs24"},[t._v("¥")]),a("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),a("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[t._v("库存 "+t._s(t.selectedSku.stockNumber)+" 件")]),a("v-uni-label",{staticClass:"fs24 mar-top-20"},[t._v("已选")])],1)],1),a("v-uni-view",{staticClass:"color-box flex-column-plus"},t._l(t.productData["names"],(function(e,o){return a("v-uni-view",{key:o},[e["nameCode"]?a("v-uni-label",{staticClass:"fs26 font-color-333"},[t._v(t._s(e.skuName))]):t._e(),a("v-uni-view",{staticClass:"colorName-box"},t._l(e.values,(function(o,i){return a("v-uni-view",{key:i,staticClass:"pad-bot-30"},[a("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.selectedAttr[e["nameCode"]]===o.valueCode},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handleClickSkuItem(e["nameCode"],o.valueCode)}}},[t._v(t._s(o.skuValue))])],1)})),1)],1)})),1),a("v-uni-view",{staticClass:"goodsNumCent"},[a("v-uni-view",{staticClass:"goodsNum-box flex-row-plus flex-sp-between",class:{"bottom-line":t.aliAgingObj.supportHanaUta}},[a("v-uni-label",{staticClass:"font-color-333 fs26"},[t._v("数量")]),a("v-uni-view",{staticClass:"goodsNum"},[a("v-uni-view",{staticClass:"item subtract",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleNumSub.apply(void 0,arguments)}}},[t._v("-")]),a("v-uni-view",{staticClass:"item goodsNumber",model:{value:t.buyNum,callback:function(e){t.buyNum=e},expression:"buyNum"}},[t._v(t._s(t.buyNum))]),a("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?a("v-uni-view",{staticClass:"huabei-box flex-column-plus"},[a("v-uni-label",{staticClass:"font-color-999 fs24"},[t._v("花呗分期")]),a("v-uni-scroll-view",{staticClass:"fenqi-box",attrs:{"scroll-x":"true"}},[a("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)}}},[a("v-uni-label",{staticClass:"huabei-period"},[t._v("分3期(含手续费)")]),a("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[0])+"/期")])],1),a("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)}}},[a("v-uni-label",{staticClass:"huabei-period"},[t._v("分6期(含手续费)")]),a("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[1])+"/期")])],1),a("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)}}},[a("v-uni-label",{staticClass:"huabei-period"},[t._v("分12期(含手续费)")]),a("v-uni-label",{staticClass:"huabei-money"},[t._v("¥"+t._s(t.aliAgingObj.agingMoneyList[2])+"/期")])],1)],1)],1):t._e(),6===t.btnType?a("v-uni-view",{staticClass:"skuSelectBtn"},[0===t.productData.shelveState?a("v-uni-view",{staticClass:"flex-row-plus offShelf"},[t._v("商品已下架")]):1===t.selectedSku.activityType?a("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[a("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("单独购买")]),a("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):a("v-uni-view",{staticClass:"flex-row-plus flex-items flex-sp-around"},[a("v-uni-view",{staticClass:"selectJoinShop selectBtn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleAddCart.apply(void 0,arguments)}}},[t._v("加入购物车")]),a("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):a("v-uni-view",[1===t.selectedSku.activityType&&0!==t.collageId?a("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[a("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?a("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[a("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleBuyWithGroup(1)}}},[t._v("去拼团")])],1):a("v-uni-view",{staticClass:"goosDetailbut-box flex-row-plus",style:{"padding-bottom":(!0===t.isIphone?60:20)+"rpx"}},[1===t.btnType?a("v-uni-view",{staticClass:"buyNowBut",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleAddCart.apply(void 0,arguments)}}},[t._v("确认")]):a("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,a){"use strict";a.r(e);var o=a("1e4c"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},a347:function(t,e,a){"use strict";a.r(e);var o=a("ccb6"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},a48f:function(t,e,a){var o=a("c86c");e=o(!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,a){"use strict";a.r(e);var o=a("cc9a"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},a5d9:function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("dc8a"),a("fd3c"),a("aa9c"),a("bf0f"),a("de6c"),a("e966"),a("2797"),a("4626"),a("5ac7"),a("e838");var i=o(a("83c8")),n=o(a("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 a=0;a<t.selectComposeData.length;a++)for(var o=t.selectComposeData[a].composeProductInfoList,i=0;i<o.length;i++)o[i].skuItem=o[i].composeSkuInfoList[0];t.calculatePrice()})).catch((function(t){}))},changeSkuItemValue:function(t,e){var a=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(),a.skuProData=e.data;var o=Object.keys(a.skuProData.map);for(var i in 1===o.length&&"单款项"===o[0]&&a.skuProData.names[0].values.push({skuValue:"单款项",valueCode:"单款项"}),a.skuProData.map){var n=a.skuProData.map[i].image;n||(a.skuProData.map[i].image=a.skuProData.images[0])}a.goodsDetailShowFlag=!0,a.selectBySkuId(t.skuItem.skuId)})).catch((function(t){uni.hideLoading()}))},selectBySkuId:function(t){var e=this;if(t){var a=this.skuProData.map,o=!0;for(var i in a)if(parseInt(a[i].skuId)===parseInt(t)){var n=function(){o=!1,e.selectedSku=a[i];var t=i.split(",");return e.selectedAttr=[],e.skuProData.names.forEach((function(a){for(var o in a.values){var i=a.values[o].valueCode;if(t.includes(i)){e.nameCodeValueCodeClick(a.nameCode,i,!1);break}}})),"break"}();if("break"===n)break}if(o)for(var i in a){console.log(i,"key"),this.selectedSku=a[i];break}}},nameCodeValueCodeClick:function(t,e,a){if(this.selectedAttr[t]=e,console.log(this.selectedAttr,"this.selectedAttr"),a){var o=[];for(var i in this.selectedAttr)o.push(this.selectedAttr[i]);var n=o.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,a=this.selectComposeData[this.tabIndex].promote,o=0,i=0;i<t.length;i++)o+=this.getPrice(t[i].skuItem);switch(e){case 1:this.composePrice=a.toFixed(2);break;case 2:this.composePrice=(o-a).toFixed(2);break;case 3:this.composePrice=parseFloat(o*a/10).toFixed(2);break}console.log(o,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 a=this.selectComposeData[this.tabIndex].composeProductInfoList,o=a.length,i=0;i<o;i++){var n={number:1};n["skuId"]=a[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},a8ef:function(t,e,a){"use strict";a.r(e);var o=a("e359"),i=a("a347");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("6a9f");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"ee51da2e",null,!1,o["a"],void 0);e["default"]=r.exports},a93c:function(t,e,a){"use strict";a("6a54");var o=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.Services=function(t){var e=null,a=null,o=function(){var o=(0,n.default)((0,i.default)().mark((function o(){var n,l,c,u;return(0,i.default)().wrap((function(o){while(1)switch(o.prev=o.next){case 0:return uni.showLoading({title:"加载中..."}),n=uni.getStorageSync("service_shopids")||[],l=uni.getStorageSync("service_corpIds")||[],c=uni.getStorageSync("service_urls")||[],o.prev=4,o.next=7,s.request(r.CustomerService,{},"get");case 7:u=o.sent,""===u.code&&u.data.corpId&&u.data.url&&(n.push(t),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),e=u.data.corpId,a=u.data.url);case 9:return o.prev=9,uni.hideLoading(),o.finish(9);case 12:case"end":return o.stop()}}),o,null,[[4,,9,12]])})));return function(){return o.apply(this,arguments)}}(),l=function(){if(!a||!e)return uni.showToast({icon:"none",title:"暂无客服~"});window.location.href=a};return o().then((function(t){return{flyToService:l}}))},a("aa9c");var i=o(a("2634")),n=o(a("2fdc")),s=a("83c8"),r=a("6d56")},acc3:function(t,e,a){"use strict";a.r(e);var o=a("2107"),i=a("e61a");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("2692");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"23f22f24",null,!1,o["a"],void 0);e["default"]=r.exports},ae16:function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[a("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?a("v-uni-view",[a("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):a("v-uni-view",[t.title?a("v-uni-view",{staticClass:"tui-modal-title"},[t._v(t._s(t.title))]):t._e(),a("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))]),a("v-uni-view",{staticClass:"tui-modalBtn-box",class:[2!=t.button.length?"tui-flex-column":""]},[t._l(t.button,(function(e,o){return[a("v-uni-button",{key:o+"_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":o},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),a("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,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={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=o},aeca:function(t,e,a){var o=a("c86c");e=o(!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-5aa590d0]{background-color:#f7f7f7}.news-box[data-v-5aa590d0]{position:fixed;left:%?20?%;top:%?200?%;z-index:9999}.news-box .news-bg[data-v-5aa590d0]{width:%?450?%;height:%?70?%;overflow:hidden}.news-box .news-bg .news-item[data-v-5aa590d0]{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-5aa590d0]{width:%?50?%;height:%?50?%;border-radius:50%;margin-right:%?20?%}.tabsbox[data-v-5aa590d0]{width:100%;margin-top:%?20?%;background-color:#fff}.checkimg[data-v-5aa590d0]{width:%?40?%;height:%?40?%;margin-right:%?30?%}.container[data-v-5aa590d0]{padding-bottom:%?180?%}.container .arrow-icon[data-v-5aa590d0]{width:%?16?%;height:%?24?%;margin-right:%?25?%}.container .goodgDes-box[data-v-5aa590d0]{background-color:#fff;width:100%;padding-bottom:%?25?%}.container .goodgDes-box .priceBuyNum-box[data-v-5aa590d0]{width:%?677?%;margin-top:%?30?%}.container .goodgDes-box .nameContainer[data-v-5aa590d0]{display:flex}.container .goodgDes-box .nameContainer .goodsName-box[data-v-5aa590d0]{width:%?677?%;height:%?85?%}.container .goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-5aa590d0]{width:%?70?%;height:%?36?%}.container .goodgDes-box .nameContainer .collectBox[data-v-5aa590d0]{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-5aa590d0]{width:%?48?%;height:%?48?%}.container .goodgDes-box .discounts-box[data-v-5aa590d0]{margin-top:%?20?%}.container .goodgDes-box .discounts-box .discounts-text[data-v-5aa590d0]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.container .goodgDes-box .activity-box[data-v-5aa590d0]{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-5aa590d0]{width:%?614?%;padding-top:%?20?%}.container .goodgDes-box .activity-box .activity-content .activity-text[data-v-5aa590d0]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.container .goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-5aa590d0]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.container .express-box[data-v-5aa590d0]{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-5aa590d0]{width:%?21?%;height:%?27?%}.container .express-box .expressSite-icon[data-v-5aa590d0]{width:%?30?%;height:%?30?%}.container .express-box .mapName[data-v-5aa590d0]{position:relative}.container .express-box .mapName[data-v-5aa590d0]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:%?-16?%;top:%?5?%}.container .chooseSize-box[data-v-5aa590d0]{height:%?90?%;background-color:#fff;margin:%?10?% 0}.container .chooseSize-box .chooseSize-content[data-v-5aa590d0]{width:100%}.container .questionTit[data-v-5aa590d0]{height:%?90?%;border-bottom:%?1?% solid #eee;margin-right:%?35?%;color:#333;font-size:%?30?%}.container .questionTit .allMoreBox[data-v-5aa590d0]{display:flex;align-items:center;color:#999;font-size:%?24?%}.container .questionTit .allMoreBox .evaluateAllArrow-icon[data-v-5aa590d0]{width:%?18?%;height:%?24?%}.container .shopEvaList[data-v-5aa590d0]{display:flex;padding:%?30?%;flex-wrap:wrap;border-bottom:%?20?% solid #eee}.container .shopEvaList .shopEvaItem[data-v-5aa590d0]{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-5aa590d0]{background-color:#fff;margin-top:%?20?%}.container .storeEvaluate-box .storeEvaluate[data-v-5aa590d0]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.container .storeEvaluate-box .storeEvaluateTag-box[data-v-5aa590d0]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?30?%;display:flex;flex-wrap:wrap}.container .storeEvaluate-box .storeEvaluateTag-box .storeEvaluateTag-text[data-v-5aa590d0]{background-color:#ffe4cc;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.container .inStore-box[data-v-5aa590d0]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .inStore-box .inStore-logo[data-v-5aa590d0]{width:%?70?%;height:%?70?%}.container .inStore-box .inStore-but[data-v-5aa590d0]{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-5aa590d0]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .goodsDetails-box .goodsDetails-title[data-v-5aa590d0]{display:flex;flex-direction:row;align-items:center}.container .goodsDetails-box .goodsDetails-title .goodsDetails-Line[data-v-5aa590d0]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .goodsDetails-box .goodsDetails-title .goodsDetails-text[data-v-5aa590d0]{padding:0 %?22?%}.container .priceExplain-box[data-v-5aa590d0]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .priceExplain-box .priceExplain-title[data-v-5aa590d0]{display:flex;flex-direction:row;align-items:center}.container .priceExplain-box .priceExplain-title .priceExplain-Line[data-v-5aa590d0]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .priceExplain-box .priceExplain-title .priceExplain-text[data-v-5aa590d0]{padding:0 %?22?%}.container .priceExplain-box .priceExplain-dot[data-v-5aa590d0]{width:%?9?%;height:%?9?%;border:%?1?% solid #f70;border-radius:50%;background-color:#f70}.container .buygoods-box[data-v-5aa590d0]{position:fixed;bottom:%?0?%;box-sizing:border-box;z-index:999}.container .buygoods-box .groupByInfo[data-v-5aa590d0]{background:#fffbe9;padding:0 %?30?%;height:%?80?%}.container .buygoods-box .groupByInfo .groupByInfoBox[data-v-5aa590d0]{height:%?80?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByAvatar[data-v-5aa590d0]{margin-right:%?15?%}.container .buygoods-box .groupByInfo .groupByLeft img[data-v-5aa590d0]{width:%?50?%;height:%?50?%}.container .buygoods-box .groupByInfo .groupByLeft .name[data-v-5aa590d0]{font-size:%?24?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByNum[data-v-5aa590d0]{margin-right:%?10?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByTime[data-v-5aa590d0]{color:#333}.container .buygoods-box .groupByInfo .groupByBtn[data-v-5aa590d0]{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-5aa590d0]{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-5aa590d0]{display:flex;align-items:center}.container .buygoods-box .buygoodsBut-box .btns[data-v-5aa590d0]{width:%?80?%}.container .buygoods-box .buygoodsBut-box .Cart[data-v-5aa590d0]{position:relative}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-5aa590d0]{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-5aa590d0]{right:%?-10?%;top:%?-6?%}.container .buygoods-box .buygoodsBut-box .store-icon[data-v-5aa590d0]{width:%?48?%;height:%?48?%}.container .buygoods-box .buygoodsBut-box .joinShopCartBut[data-v-5aa590d0]{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-5aa590d0]{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-5aa590d0]{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-5aa590d0]{position:fixed;bottom:%?160?%;right:%?30?%}.container .returnTopService-box .fs16[data-v-5aa590d0]{font-size:%?16?%}.container .returnTopService-box .returnTop-box[data-v-5aa590d0]{width:%?88?%;height:%?88?%;border-radius:50%;background:#fff;opacity:.8}.container .returnTopService-box .returnTop-box .returnTopImg[data-v-5aa590d0]{width:%?58?%;height:%?58?%}.container .returnTopService-box .serviceImg-box[data-v-5aa590d0]{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-5aa590d0]{width:%?36?%;height:%?36?%;display:block;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/serviceImg.png) no-repeat 50%;background-size:contain}.container .parameterShow-box .parameter-title[data-v-5aa590d0]{width:100%;text-align:center;padding-bottom:%?36?%}.container .parameterShow-box .parameter-modle[data-v-5aa590d0]{width:%?690?%;padding-bottom:%?36?%;font-size:%?26?%}.container .parameterShow-box .parameterTruebut-box[data-v-5aa590d0]{background-color:#fff;padding:%?20?% 0}.container .parameterShow-box .parameterTruebut-box .parameterTruebut[data-v-5aa590d0]{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-5aa590d0]{z-index:333;height:%?1000?%}.container .couponShow-box .couponShow .couponTitle-box[data-v-5aa590d0]{width:100%}.container .couponShow-box .couponShow .coupon-title-active[data-v-5aa590d0]{color:#f70;border-bottom:%?2?% solid #f70;padding-bottom:%?30?%}.container .couponShow-box .couponShow .usableCoupon-content[data-v-5aa590d0]{padding:%?30?% 0}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box[data-v-5aa590d0]{width:%?690?%;height:%?140?%;border-radius:%?10?%;background-color:#ffe9d8}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box .immediateUse-but[data-v-5aa590d0]{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-5aa590d0]{position:absolute;top:%?220?%;left:%?185?%}.container .succeedShow-box .succeedShow[data-v-5aa590d0]{background-color:#7f7f7f;width:%?380?%;height:%?280?%;border-radius:%?10?%;opacity:.8}.container .succeedShow-box .succeedShow .couponSucceedImg[data-v-5aa590d0]{width:%?200?%;height:%?130?%}.activity-box[data-v-5aa590d0]{display:flex;flex-direction:column;width:100%;height:100%}.activity-box .title-box[data-v-5aa590d0]{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-5aa590d0]{display:flex;flex-direction:column;width:100%;overflow:auto;flex:1}.content-box[data-v-5aa590d0]{width:100%;box-sizing:border-box;display:flex;flex-direction:column;padding:%?30?%}.tag-box[data-v-5aa590d0]{width:100%;box-sizing:border-box;height:%?80?%;line-height:%?80?%;font-size:%?28?%;font-weight:500;color:#ff7911}.label-lingqu[data-v-5aa590d0]{width:100%;font-weight:500;color:#333}.coupon-item[data-v-5aa590d0]{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-5aa590d0]{width:%?160?%;box-sizing:border-box;padding-left:%?30?%;font-weight:500;color:#ff7911}.info-box[data-v-5aa590d0]{display:flex;flex-direction:column;align-items:flex-start;color:#ff7911}.receive-btn[data-v-5aa590d0]{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-5aa590d0]{background:#f1f1f1;color:#999}.canvas-box[data-v-5aa590d0]{display:block;position:absolute;top:%?100?%}.sceneMarketingBox[data-v-5aa590d0]{width:100%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-5aa590d0]{width:%?220?%;text-align:center;color:#c83732;font-size:%?20?%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem[data-v-5aa590d0]{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-5aa590d0]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar img[data-v-5aa590d0]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo[data-v-5aa590d0]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople[data-v-5aa590d0]{font-size:%?28?%;color:#333;margin-bottom:%?10?%;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople b[data-v-5aa590d0]{color:#c5aa7b;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .endDate[data-v-5aa590d0]{color:#666}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyBtn[data-v-5aa590d0]{width:%?140?%;height:%?60?%;line-height:%?60?%;background:#333;text-align:center;color:#ffebc4;font-size:%?24?%}.popupDiscount[data-v-5aa590d0]{padding-bottom:%?70?%}.popupDiscount .popupDiscountTit[data-v-5aa590d0]{font-size:%?36?%;color:#333;height:%?105?%;line-height:%?105?%;text-align:center;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy[data-v-5aa590d0]{padding-bottom:%?80?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1[data-v-5aa590d0]{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-5aa590d0]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar img[data-v-5aa590d0]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime[data-v-5aa590d0]{margin-right:%?80?%;margin-bottom:%?10?%;width:%?320?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople[data-v-5aa590d0]{font-size:%?26?%;color:#333}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople span[data-v-5aa590d0]{color:#333;padding-right:%?10?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople b[data-v-5aa590d0]{color:#c5aa7b;font-weight:400}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .endDate[data-v-5aa590d0]{color:#333;opacity:.7;font-size:%?24?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo[data-v-5aa590d0]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo .groupBuyBtn[data-v-5aa590d0]{width:%?140?%;height:%?70?%;line-height:%?70?%;background:#333;text-align:center;color:#ffebc4;font-weight:400}.combination[data-v-5aa590d0]{padding:0 %?20?%}.combination .combinationList[data-v-5aa590d0]{width:100%;height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);border-radius:%?20?%}.combination .combinationList .combinationTitle[data-v-5aa590d0]{padding:%?32?% %?20?% 0 %?30?%}.combination .combinationList .combinationTitle uni-image[data-v-5aa590d0]{width:%?211?%;height:%?33?%}.combination .combinationList .combinationTitle .combinationPrice[data-v-5aa590d0]{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-5aa590d0]{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},aef3:function(t,e,a){"use strict";a.r(e);var o=a("a5d9"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},af9b:function(t,e,a){var o=a("7247");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("576b6343",o,!0,{sourceMap:!1,shadowMode:!1})},b090:function(t,e,a){"use strict";a.r(e);var o=a("0f6b"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},b260:function(t,e,a){"use strict";a.r(e);var o=a("296f"),i=a("1988");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("1b7f");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"302d1b7a",null,!1,o["a"],void 0);e["default"]=r.exports},b369:function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.loading?a("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,o){return a("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,o){return a("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,o){return a("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,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa");var o={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 a={};return t.list[e].color&&(a.color=t.list[e].color),t.list[e].fontSize&&(a.fontSize=t.list[e].fontSize+"rpx"),t.list[e].disabled&&(a.color="#c0c4cc"),a}},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=o},b7b3:function(t,e,a){var o=a("0bdb");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("25966d18",o,!0,{sourceMap:!1,shadowMode:!1})},b88f: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(){return o}));var o={uPopup:a("7bd4").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.selectComposeData&&t.selectComposeData.length>0?a("v-uni-view",{staticClass:"group-list"},[a("v-uni-view",{staticClass:"group-warp"},[a("v-uni-view",{staticClass:"title"},[a("v-uni-label",[a("v-uni-image",{staticClass:"title-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/combinationIcon.png",alt:"组合销售",mode:"widthFix"}})],1),a("v-uni-view",{staticClass:"price-text"},[t._v("组合价:¥"+t._s(t.composePrice))])],1),a("v-uni-view",[a("v-uni-scroll-view",{staticClass:"tabs-nav",attrs:{"scroll-x":"true"}},[a("v-uni-view",{staticClass:"ul"},t._l(t.selectComposeData,(function(e,o){return a("v-uni-view",{key:o,staticClass:"li",class:t.tabIndex===o&&"on",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(o)}}},[t._v(t._s(e.composeName))])})),1)],1),t._l(t.selectComposeData,(function(e,o){return a("v-uni-view",{key:o,staticClass:"tabs-item",class:t.tabIndex===o&&"on"},[a("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,o){return a("v-uni-swiper-item",{key:o,staticClass:"pro-item-warp"},[a("v-uni-view",{staticClass:"pro-item-inner"},[a("v-uni-view",{staticClass:"pro-item"},[a("v-uni-view",{staticClass:"pro-item-img"},[a("v-uni-image",{staticClass:"img",attrs:{src:e.productImage}})],1),a("v-uni-view",{staticClass:"pro-item-info"},[a("h3",{staticClass:"name"},[t._v(t._s(e.productName))]),a("v-uni-view",{staticClass:"sku",on:{click:function(a){a.stopPropagation(),arguments[0]=a=t.$handleEvent(a),t.changeSkuItemValue(e,o)}}},[a("v-uni-view",{staticClass:"text"},[t._v(t._s(e.skuItem.skuName))])],1)],1)],1)],1)],1)})),1),e.composeProductInfoList.length>3?a("v-uni-view",{staticClass:"swiper-dots"},t._l(e.composeProductInfoList.length-2,(function(e,o){return a("v-uni-text",{key:o,class:{"dot-active":t.swiperCurrent===o,dot:!0}})})),1):t._e()],1)})),a("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),a("u-popup",{attrs:{mode:"bottom","border-radius":"14"},model:{value:t.goodsDetailShowFlag,callback:function(e){t.goodsDetailShowFlag=e},expression:"goodsDetailShowFlag"}},[a("v-uni-view",{staticClass:"goosDetailshow-box"},[a("v-uni-view",{staticClass:"detailImg-box flex-row-plus"},[a("v-uni-image",{staticClass:"detailImg",attrs:{src:t.selectedSku.image}}),a("v-uni-view",{staticClass:"flex-column-plus mar-left-40"},[a("v-uni-view",{staticClass:"font-color-C5AA7B"},[a("v-uni-label",{staticClass:"fs24"},[t._v("¥")]),a("v-uni-label",{staticClass:"fs36 mar-left-10",domProps:{textContent:t._s(t.getPrice(t.selectedSku))}})],1),a("v-uni-label",{staticClass:"fs24 font-color-999 mar-top-20"},[t._v("库存 "+t._s(t.selectedSku.stockNumber)+" 件")]),a("v-uni-label",{staticClass:"fs24 mar-top-20"},[t._v("已选")])],1)],1),a("v-uni-view",{staticClass:"color-box flex-column-plus"},t._l(t.skuProData.names,(function(e,o){return a("v-uni-view",{key:o,staticClass:"skuStyle"},[a("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v(t._s(e.skuName))]),a("v-uni-view",{staticClass:"colorName-box"},t._l(e.values,(function(o,i){return a("v-uni-view",{key:i,staticClass:"pad-bot-30"},[a("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.getselectedAttrVal(e.nameCode)==o.valueCode},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.nameCodeValueCodeClick(e.nameCode,o.valueCode,!0)}}},[t._v(t._s(o.skuValue))])],1)})),1)],1)})),1),a("v-uni-view",{staticClass:"goosDetailbut-box flex-items-plus"},[a("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=[]},bd1e:function(t,e,a){var o=a("c86c");e=o(!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,a){var o=a("c86c");e=o(!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,a){"use strict";a.r(e);var o=a("5577"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},bf70:function(t,e,a){"use strict";a.r(e);var o=a("9d02"),i=a("00c9");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("0d5d");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"b610f014",null,!1,o["a"],void 0);e["default"]=r.exports},c175:function(t,e,a){var o=a("681a");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("35a9dc4e",o,!0,{sourceMap:!1,shadowMode:!1})},c432:function(t,e,a){"use strict";var o=a("476e"),i=a.n(o);i.a},c4c2:function(t,e,a){"use strict";a.r(e);var o=a("267e"),i=a("9df7");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],void 0);e["default"]=r.exports},cc9a:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa"),a("5c47");var o={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=o},ccb6:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa"),a("5c47");var o={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=o},d5d3: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(){return o}));var o={uPopup:a("7bd4").default,uIcon:a("3476").default},i=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",[o("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"}},[o("v-uni-view",{staticClass:"share"},[o("v-uni-text",{staticClass:"h3"},[t._v("邀请好友")]),o("v-uni-view",{staticClass:"share-list"},[o("v-uni-view",{staticClass:"ul"},[o("v-uni-view",{staticClass:"li",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.share("lianjie")}}},[o("v-uni-image",{staticClass:"icon",attrs:{src:a("f21e")}}),o("v-uni-label",{staticClass:"label"},[t._v("链接")])],1)],1)],1),o("v-uni-view",{staticClass:"btn-close",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.cancel(1)}}},[t._v("取消")])],1)],1),o("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"}},[o("v-uni-view",{staticClass:"share-h5"},[o("v-uni-view",{staticClass:"text"},[t._v("点击浏览器下方"),o("v-uni-view",{staticClass:"icon"},[o("u-icon",{attrs:{name:"list",color:"#fff",size:"28"}})],1),t._v("即可进行分享")],1)],1)],1)],1)},n=[]},da8a: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(){return o}));var o={uActionSheet:a("8d3c").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",[a("v-uni-swiper",{staticClass:"goodsImgswiper-box ",attrs:{"indicator-dots":!0,autoplay:!0}},t._l(t.productInfo.images,(function(e,o){return a("v-uni-swiper-item",{key:o},[a("v-uni-image",{staticClass:"goodsImg default-img u-skeleton-fillet",attrs:{src:t.$baseURL+e}})],1)})),1),a("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)}}},[a("v-uni-image",{staticClass:"share-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shareBut.png"}}),a("v-uni-label",{staticClass:"fs24 mar-left-5"},[t._v("分享")])],1),a("v-uni-view",{staticClass:"goodgDes-box flex-start flex-column"},[0===t.skuSelect.activityType?a("v-uni-view",{staticClass:"priceBuyNum-box flex-display u-skeleton-fillet flex-sp-between mar-left-30"},[a("v-uni-view",[a("v-uni-label",{staticClass:"fs36 font-color-C83732"},[t._v("¥")]),a("v-uni-label",{staticClass:"fs36 fs-bold font-color-C83732 mar-left-10"},[t._v(t._s(t.skuSelect.price||0))]),a("v-uni-label",{staticClass:"fs24 font-color-999 discountsPriceLine mar-left-20"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1),a("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v(t._s(t.productInfo.users||0)+"人付款")])],1):8===t.skuSelect.activityType?a("v-uni-view",{staticClass:"sceneMarketingBox"},[a("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[a("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),a("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),a("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-CCC"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1),a("v-uni-view",{staticClass:"sceneNameBox"},[t._v(t._s(t.productInfo.sceneName))])],1):a("v-uni-view",{staticClass:"seckill-box"},[9===t.skuSelect.activityType?a("v-uni-view",{staticClass:"flex-items flex-sp-between"},[a("v-uni-view",{staticClass:"vipImg flex-items"},[a("v-uni-image",{staticClass:"vip-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/vipDetail.png",mode:""}})],1),a("v-uni-view",{staticClass:"flex-row-plus flex-items-plus mar-left-30 mar-top-10"},[a("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),a("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),a("v-uni-label",{staticClass:"fs28 mar-left-10 discountsPriceLine font-color-999"},[t._v("¥\n "+t._s(t.skuSelect.originalPrice||0))])],1)],1):a("v-uni-view",{staticClass:"flex-items flex-row flex-sp-between"},[a("v-uni-view",{staticClass:"flex-column-plus"},[[2,4].includes(t.skuSelect.activityType)?a("v-uni-image",{staticClass:"seckill-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/seckillicon.png",mode:""}}):t._e(),[3,5].includes(t.skuSelect.activityType)?a("v-uni-image",{staticClass:"discount-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discounticon.png",mode:""}}):t._e(),1===t.skuSelect.activityType?a("v-uni-image",{staticClass:"spell-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/spellicon.png",mode:""}}):t._e(),a("v-uni-view",{staticClass:"flex-row-plus flex-items mar-top-10"},[a("v-uni-label",{staticClass:"fs30 font-color-FFF"},[t._v("¥")]),a("v-uni-label",{staticClass:"fs42 mar-left-5 font-color-FFF"},[t._v(t._s(t.skuSelect.price||0))]),a("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)?a("v-uni-view",{staticClass:"countdown flex-column-plus"},[t.timeActiveType?a("v-uni-view",[a("v-uni-label",{staticClass:"fs28"},[t._v("距离结束剩余")]),a("v-uni-view",{staticClass:"flex-row-plus fs34 flex-items-plus mar-top-10"},[a("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.day))]),a("v-uni-view",{staticClass:"font-color-999"},[t._v("天")]),a("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.hour))]),a("v-uni-view",{staticClass:"font-color-999"},[t._v(":")]),a("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.min))]),a("v-uni-view",{staticClass:"font-color-999"},[t._v(":")]),a("v-uni-view",{staticClass:"countdown-box flex-items-plus"},[t._v(t._s(t.activeTimeObj.sec))])],1)],1):a("v-uni-view",[a("v-uni-label",{staticClass:"fs28 mar-right-20"},[t._v("即将开始:"+t._s(t.skuSelect.startTime))])],1)],1):t._e()],1)],1),a("v-uni-view",{staticClass:"nameContainer"},[a("v-uni-view",{staticClass:"goodsName-box overflowNoDot mar-top-30 mar-left-30 u-skeleton-fillet"},[a("v-uni-label",{staticClass:"goodsName fs32 mar-left-20 "},[t._v(t._s(t.productInfo.productName))])],1),a("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?a("v-uni-image",{staticClass:"store-icon ",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shoucangActive1.png"}}):a("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shoucang2x.png"}}),a("v-uni-label",{staticClass:"fs22"},[t._v("收藏")])],1)],1),t.markTools.length>0||t.shopMarkTools.length>0?a("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)}}},[a("v-uni-label",{staticClass:"fs24 font-color-999"},[t._v("优惠")]),a("v-uni-view",{staticClass:"activity-content mar-left-30 flex-items flex-sp-between flex-row"},[a("v-uni-view",{staticClass:"fs20 overflow",staticStyle:{width:"500rpx"}},[t._v(t._s(t.productInfo.couponSplicing))]),a("v-uni-view",{staticClass:"flex-items"},[a("v-uni-label",{staticClass:"fs24 font-color-C5AA7B"},[t._v("领券")]),a("v-uni-image",{staticClass:"coupon-arrow",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1)],1)],1):t._e()],1),a("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"}}),a("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=[]},dc2f:function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"content"},[a("v-uni-view",{staticClass:"evaQaTab flex-items flex-sp-around"},[a("v-uni-view",{staticClass:"evaBtn",class:{active:1===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.activeTab=1}}},[a("v-uni-view",{staticClass:"tabTit"},[t._v("宝贝评价("+t._s(t.commentList.length)+")")])],1),a("v-uni-view",{staticClass:"qaBtn",class:{active:2===t.activeTab},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.activeTab=2}}},[a("v-uni-view",{staticClass:"tabTit"},[t._v("商品问答("+t._s(t.problemsTotal)+")")])],1)],1),a("v-uni-view",{staticClass:"borRig-line-20"}),a("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?a("v-uni-view",{staticClass:"evaluateTag-box"},[a("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,o){return a("v-uni-view",{key:o,staticClass:"evaluate-contentbox mar-top-30"},[a("v-uni-view",{staticClass:"evaluate-content flex-items flex-row flex-sp-between"},[a("v-uni-view",{staticClass:"flex-items"},[a("v-uni-image",{staticClass:"user-headSmallImg",attrs:{src:t.$baseURL+e.headImage}}),a("v-uni-label",{staticClass:"fs28 mar-left-20"},[t._v(t._s(e.name))])],1),a("v-uni-label",{staticClass:"font-color-999 fs22"},[t._v(t._s(e.createTime))])],1),a("v-uni-view",{staticClass:"evaluateDes-box"},[a("v-uni-label",{staticClass:"evaluateDes"},[t._v(t._s(e.comment))])],1),e.image?a("v-uni-view",{staticClass:"item-image-box"},t._l(e.image.split(",")||[],(function(e,i){return a("v-uni-view",{key:i},[a("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[o].images,i)}}})],1)})),1):t._e(),a("v-uni-view",{staticClass:"item-line"}),""!==e.addComment?a("v-uni-view",{staticClass:"item-like-box"},[a("v-uni-view",{staticClass:"addEvaluate"},[a("v-uni-view",[t._v("追加评价:"+t._s(e.addComment))]),e.addImages?a("v-uni-view",{staticClass:"item-image-box"},t._l(e.addImages,(function(e,i){return a("v-uni-view",{key:i},[a("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[o].addImages,i)}}})],1)})),1):t._e()],1)],1):t._e(),a("v-uni-view",{staticClass:"like-box"},[1===e.ifLike?a("v-uni-image",{staticClass:"like-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/praiseActiveIcon.png"},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handlePraise(e,0)}}}):a("v-uni-image",{staticClass:"like-img",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/praiseIcon.png"},on:{click:function(a){arguments[0]=a=t.$handleEvent(a),t.handlePraise(e,1)}}}),a("v-uni-view",{staticClass:"like-num"},[t._v(t._s(e.likes))])],1)],1)})),t.commentList.length>0?a("v-uni-view",{staticClass:"moreBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToComments.apply(void 0,arguments)}}},[a("v-uni-label",{staticClass:"fs24"},[t._v("查看全部")]),a("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1):t._e()],2),a("v-uni-view",{staticClass:"borRig-line-20"}),a("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:2===t.activeTab,expression:"activeTab === 2"}],staticClass:"questions"},[a("v-uni-view",{staticClass:"questionInfo flex-items flex-row flex-sp-between"},[a("v-uni-view",{staticClass:"infoTit"},[t._v("宝贝好不好,问问已买过的人")]),a("v-uni-view",{staticClass:"putQuestion",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpToQuestion.apply(void 0,arguments)}}},[t._v("去提问")])],1),a("v-uni-view",{staticClass:"listBox"},[a("QuestionsAndAnswersList",{attrs:{"product-info":t.productInfo,"problems-list":t.problemsList}}),t.problemsList.length>0?a("v-uni-view",{staticClass:"moreBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleJumpAllAnswer.apply(void 0,arguments)}}},[a("v-uni-label",{staticClass:"fs24"},[t._v("查看全部")]),a("v-uni-image",{staticClass:"evaluateAllArrow-icon mar-left-10",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1):t._e()],1)],1)],1)},i=[]},ded3:function(t,e,a){var o=a("8e29");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("d7a38e12",o,!0,{sourceMap:!1,shadowMode:!1})},df7e: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(){return o}));var o={uPopup:a("7bd4").default},i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("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?a("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,o){return[a("v-uni-view",{key:o+"_0",staticClass:"u-action-sheet-item",class:[o<t.list.length-1?"u-border-bottom":""],style:[t.itemStyle(o)],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(o)}}},[t._v(t._s(e.text))])]})),t.cancelBtn?a("v-uni-view",{staticClass:"u-gab"}):t._e(),t.cancelBtn?a("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,a){"use strict";a.r(e);var o=a("dc2f"),i=a("e940");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("f0db");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"2c8f3e4f",null,!1,o["a"],void 0);e["default"]=r.exports},e200:function(t,e,a){var o=a("fdf4");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("5b726f6f",o,!0,{sourceMap:!1,shadowMode:!1})},e359:function(t,e,a){"use strict";a.d(e,"b",(function(){return o})),a.d(e,"c",(function(){return i})),a.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.loading?a("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,o){return a("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,o){return a("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,o){return a("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=[]},e61a:function(t,e,a){"use strict";a.r(e);var o=a("5606"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},e940:function(t,e,a){"use strict";a.r(e);var o=a("37a5"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},ec6f:function(t,e,a){"use strict";a("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("64aa");var o={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=o},ecb1:function(t,e,a){"use strict";var o=a("2997"),i=a.n(o);i.a},eede:function(t,e,a){"use strict";var o=a("0e58"),i=a.n(o);i.a},ef78:function(t,e,a){"use strict";a.r(e);var o=a("d5d3"),i=a("8d3d");for(var n in i)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return i[t]}))}(n);a("ecb1");var s=a("828b"),r=Object(s["a"])(i["default"],o["b"],o["c"],!1,null,"30fd92a9",null,!1,o["a"],void 0);e["default"]=r.exports},f0db:function(t,e,a){"use strict";var o=a("8d84"),i=a.n(o);i.a},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,a){var o=a("960c6");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("967d").default;i("4cda191c",o,!0,{sourceMap:!1,shadowMode:!1})},f90f:function(t,e,a){"use strict";a.r(e);var o=a("72e3"),i=a.n(o);for(var n in o)["default"].indexOf(n)<0&&function(t){a.d(e,t,(function(){return o[t]}))}(n);e["default"]=i.a},fdf4:function(t,e,a){var o=a("c86c");e=o(!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-35219f07]{padding:%?10?% %?20?% %?60?%;border-top:%?12?% solid #f8f8f8}.group-list .group-warp[data-v-35219f07]{height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);opacity:1;border-radius:%?20?%}.group-list .title[data-v-35219f07]{display:flex;align-items:center;position:relative;justify-content:space-between;padding:%?32?% 0 %?20?% %?30?%}.group-list .title .title-img[data-v-35219f07]{width:%?203?%}.group-list .title .price-text[data-v-35219f07]{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-35219f07]{height:%?50?%}.group-list .tabs-nav[data-v-35219f07]{padding:0 %?10?%;margin-bottom:%?20?%}.group-list .tabs-nav .ul[data-v-35219f07]{display:flex}.group-list .tabs-nav .ul .li[data-v-35219f07]{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-35219f07]:first-child{margin-left:0}.group-list .tabs-nav .ul .li.on[data-v-35219f07]{color:#ffebc4}.group-list .tabs-nav .ul .li.on[data-v-35219f07]:after{content:"";width:100%;height:%?2?%;background:#ffebc4;position:absolute;left:0;bottom:0}.group-list .tabs-item[data-v-35219f07]{display:none}.group-list .tabs-item.on[data-v-35219f07]{display:block}.group-list .pro-box[data-v-35219f07]{height:%?318?%;padding:0 %?2?% %?20?%}.group-list .pro-box .pro-item-inner[data-v-35219f07]{padding:0 %?8?%;display:flex;justify-content:center}.group-list .pro-box .pro-item[data-v-35219f07]{width:%?219?%;background:#fff;padding:%?10?%;height:%?318?%}.group-list .pro-box .pro-item .pro-item-img[data-v-35219f07]{width:100%;height:%?160?%}.group-list .pro-box .pro-item .pro-item-img .img[data-v-35219f07]{width:100%;height:100%;object-fit:contain}.group-list .pro-box .pro-item .pro-item-info .name[data-v-35219f07]{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-35219f07]{width:%?180?%;height:%?50?%;margin:0 auto;line-height:%?50?%;border:%?2?% solid #e4e5e6;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-35219f07]{font-size:%?24?%;color:#999;padding-left:%?20?%;width:126px;text-overflow:ellipsis;white-space:nowrap}.group-list .swiper-dots[data-v-35219f07]{display:flex;justify-content:center}.group-list .swiper-dots .dot[data-v-35219f07]{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-35219f07]{opacity:1}.btn-buy[data-v-35219f07]{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-35219f07]{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-35219f07]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-35219f07]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .color-box .skuStyle[data-v-35219f07]{padding:%?20?% 0}.goosDetailshow-box .color-box .skuStyle[data-v-35219f07]:nth-child(2){border-top:1px solid #f3f4f5}.goosDetailshow-box .color-box .colorName-box[data-v-35219f07]{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-35219f07]{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-35219f07]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%;z-index:2}.goosDetailshow-box .modelNum-box[data-v-35219f07]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-35219f07]{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-35219f07]{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-35219f07]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNum-box[data-v-35219f07]{padding:%?30?% %?30?%;width:%?690?%;padding-bottom:%?140?%}.goosDetailshow-box .goodsNum-box .goodsNumber[data-v-35219f07]{text-align:center;border:%?1?% solid #999;padding:%?3?% %?20?%}.goosDetailshow-box .goodsNum-box .subtract[data-v-35219f07]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-right:%?-1?%}.goosDetailshow-box .goodsNum-box .add[data-v-35219f07]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-left:%?-1?%}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-35219f07]{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-35219f07]{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-35219f07]{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}}]); | |
| 0 | 2 | \ No newline at end of file | ... | ... |
ceres-uniapp-master/unpackage/dist/build/web/static/js/pages_category_page1-goodsModule-goodsDetails.8b4a01a3.js deleted
| 1 | -(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages_category_page1-goodsModule-goodsDetails"],{"00c9":function(t,e,o){"use strict";o.r(e);var i=o("4632"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"0352":function(t,e,o){"use strict";o.r(e);var i=o("aea0"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"0994":function(t,e,o){var i=o("c86c");e=i(!1),e.push([t.i,".page[data-v-710006f6]{background-color:#f7f7f7}",""]),t.exports=e},"0bdb":function(t,e,o){var i=o("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-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 i=o("ded3"),a=o.n(i);a.a},"0e05":function(t,e,o){"use strict";var i=o("40f9"),a=o.n(i);a.a},"0e58":function(t,e,o){var i=o("8ca5");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("36d39522",i,!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 i={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=i},"17ff":function(t,e,o){"use strict";var i=o("b7b3"),a=o.n(i);a.a},1988:function(t,e,o){"use strict";o.r(e);var i=o("7c49"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"1b7f":function(t,e,o){"use strict";var i=o("f3b2"),a=o.n(i);a.a},"1e4c":function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("bf0f"),o("2797"),o("aa9c"),o("d4b5");var a=i(o("41e3")),n=o("83c8"),s=o("6d56"),r={name:"wxSendCoupon",components:{tuiModal:a.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 i={couponId:this.couponList[0].couponId,source:3};n.request(s.exchangeCoupon,i,"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 a=[];this.successList.forEach((function(t){a.push({couponId:t.couponId,couponCode:t.couponCode,source:1})})),n.request(s.takeBatchCoupon,a,"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,i=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?(i.forEach((function(t){var o="";switch(e.couponList.forEach((function(i){t.stock_id===i.cardId&&(o=i.activityName,"SUCCESS"===t.code&&(i.couponCode=t.coupon_code,e.successList.push(i)))})),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},"1f3f":function(t,e,o){var i=o("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/* 文章场景相关 */.goodsImgswiper-box[data-v-58b21eb2]{width:%?750?%;height:%?750?%}.goodsImgswiper-box .goodsImg[data-v-58b21eb2]{width:%?750?%;height:%?750?%}.share-box[data-v-58b21eb2]{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-58b21eb2]{width:%?36?%;height:%?36?%}.goodgDes-box[data-v-58b21eb2]{background-color:#fff;width:100%;padding-bottom:%?25?%}.goodgDes-box .priceBuyNum-box[data-v-58b21eb2]{width:%?677?%;margin-top:%?30?%}.goodgDes-box .nameContainer[data-v-58b21eb2]{display:flex}.goodgDes-box .nameContainer .goodsName-box[data-v-58b21eb2]{width:%?677?%;height:%?85?%}.goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-58b21eb2]{width:%?70?%;height:%?36?%}.goodgDes-box .nameContainer .collectBox[data-v-58b21eb2]{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-58b21eb2]{width:%?48?%;height:%?48?%}.goodgDes-box .discounts-box[data-v-58b21eb2]{margin-top:%?20?%}.goodgDes-box .discounts-box .discounts-text[data-v-58b21eb2]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.goodgDes-box .activity-box[data-v-58b21eb2]{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-58b21eb2]{width:%?614?%;padding-top:%?20?%}.goodgDes-box .activity-box .activity-content .activity-text[data-v-58b21eb2]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-58b21eb2]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.seckill-box[data-v-58b21eb2]{width:100%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/storeTop_Img.png) no-repeat 0 0;padding:%?35?% %?30?%}.seckill-box .seckill-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .vip-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .discount-icon[data-v-58b21eb2]{width:%?187?%;height:%?41?%;background-size:contain}.seckill-box .spell-icon[data-v-58b21eb2]{width:%?182?%;height:%?37?%;background-size:contain;margin-bottom:%?20?%}.seckill-box .countdown[data-v-58b21eb2]{text-align:center}.seckill-box .countdown uni-label[data-v-58b21eb2]{text-align:center;color:#ccc}.seckill-box .countdown-box[data-v-58b21eb2]{padding:0 %?8?%;height:%?48?%;color:#ffebc4;background-color:#525252;margin:%?10?%}',""]),t.exports=e},2107:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={globalLoading:o("1abf").default,uTabs:o("2038").default},a=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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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,i){return o("v-uni-view",{key:i,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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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,i){return o("v-uni-view",{key:i,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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/success_tu.png"}}),o("v-uni-view",{staticClass:"text"},[t._v("领取成功")])],1)],1):t._e()],1)],1)},n=[]},"23cc":function(t,e,o){"use strict";o.r(e);var i=o("b369"),a=o("a531");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("0e05");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"374c8f62",null,!1,i["a"],void 0);e["default"]=r.exports},"267e":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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)},a=[]},2692:function(t,e,o){"use strict";var i=o("c175"),a=o.n(i);a.a},"26d9":function(t,e,o){var i=o("1f3f");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("41b586e4",i,!0,{sourceMap:!1,shadowMode:!1})},"295d":function(t,e,o){"use strict";var i=o("382c"),a=o.n(i);a.a},"296f":function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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)},a=[]},2997:function(t,e,o){var i=o("5f23");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("6cc8136c",i,!0,{sourceMap:!1,shadowMode:!1})},"2a7b":function(t,e,o){"use strict";o.r(e);var i=o("5bdc"),a=o("be09");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("9228"),o("9fc4");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"710006f6",null,!1,i["a"],void 0);e["default"]=r.exports},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,i.default)(t))||e&&t&&"number"===typeof t.length){o&&(t=o);var a=0,n=function(){};return{s:n,n:function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}},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,l=!1;return{s:function(){o=o.call(t)},n:function(){var t=o.next();return r=t.done,t},e:function(t){l=!0,s=t},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 i=function(t){return t&&t.__esModule?t:{default:t}}(o("5d6b"))},3720:function(t,e,o){"use strict";var i=o("26d9"),a=o.n(i);a.a},"37a5":function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("fd3c"),o("d4b5");var a=i(o("2634")),n=i(o("2fdc")),s=i(o("3387")),r=i(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 t=this;return(0,n.default)((0,a.default)().mark((function e(){var o;return(0,a.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,l.request(c.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,i=t.map((function(t){return t=o.$baseURL+t,t}));uni.previewImage({current:i[e],urls:i})},handlePraise:s.default.debounce(function(){var t=(0,n.default)((0,a.default)().mark((function t(e,o){return(0,a.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,l.request(c.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 i=o("a48f");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("075a0045",i,!0,{sourceMap:!1,shadowMode:!1})},"3fbf":function(t,e,o){"use strict";o.r(e);var i=o("5396"),a=o("0352");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("295d");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"a3bbedda",null,!1,i["a"],void 0);e["default"]=r.exports},"40f9":function(t,e,o){var i=o("bdc9");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("8d381f52",i,!0,{sourceMap:!1,shadowMode:!1})},"41a3":function(t,e,o){"use strict";o.r(e);var i=o("ec6f"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"41e3":function(t,e,o){"use strict";o.r(e);var i=o("ae16"),a=o("41a3");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("c432");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"ad217060",null,!1,i["a"],void 0);e["default"]=r.exports},4632:function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(o("2634")),n=i(o("2fdc")),s=i(o("3471"));o("64aa"),o("fd3c"),o("e966"),o("bf0f"),o("de6c"),o("4626"),o("5ac7"),o("aa9c"),o("c223"),o("d4b5");var r=i(o("83c8")),l=i(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(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 i,a=this.selectedSku["valueCodes"].split(","),n=(0,s.default)(this.productData.names);try{for(n.s();!(i=n.n()).done;){var r,l=i.value,c=(0,s.default)(l.values);try{for(c.s();!(r=c.n()).done;){var u=r.value;if(a.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(t,e){this.$set(this.selectedAttr,t,e);var o=[];for(var i in this.selectedAttr)o.push(this.selectedAttr[i]);var a=o.join(","),n=this.productData.map;for(var s in n)a===s&&(this.selectedSku=n[s],this.echoFatherRowText(this.productData,this.selectedSku,this.buyNum))},echoFatherRowText:function(t,e,o){var i,a=[],n=e["valueCodes"].split(","),r=t.names,l=(0,s.default)(r);try{for(l.s();!(i=l.n()).done;){var c,u=i.value,d=u.values,f=(0,s.default)(d);try{for(f.s();!(c=f.n()).done;){var p=c.value;if(n.includes(p.valueCode)){var v={skuText:""};"单款项"===p.valueCode?v["skuText"]=p["skuValue"]:v["skuText"]="".concat(p.skuName,":").concat(p.skuValue),a.push(v);break}}}catch(h){f.e(h)}finally{f.f()}}}catch(h){l.e(h)}finally{l.f()}this.$emit("getCurrentSku",{skuItem:e,currentSku:a,buyNum:o}),this.$emit("postSelectSku")},handleAddCart:function(){var t=this;return(0,n.default)((0,a.default)().mark((function e(){var o,i;return(0,a.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(l.default.ShoppingaddCart,o,"POST");case 7:t.$store.dispatch("doPointer",{eventType:2,productIds:t.productId}),i=uni.getStorageSync("allCartNum")+t.buyNum,uni.setStorageSync("allCartNum",i),t.$emit("changeCartNum",i),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=c},"476e":function(t,e,o){var i=o("bd1e");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("cf03b7f0",i,!0,{sourceMap:!1,shadowMode:!1})},"47d4":function(t,e,o){var i=o("0994");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("3c3fb082",i,!0,{sourceMap:!1,shadowMode:!1})},"4ec6":function(t,e,o){"use strict";o.r(e);var i=o("516f"),a=o("b090");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("eede");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"54b06602",null,!1,i["a"],void 0);e["default"]=r.exports},"516f":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uIcon:o("3476").default},a=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 i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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,i){return o("v-uni-view",{key:i,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(i,a){return o("v-uni-view",{key:a,staticClass:"answer"},[o("v-uni-view",{staticClass:"answerBox"},[o("i",[t._v("答")]),o("span",[t._v(t._s(i.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)},a=[]},5577:function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(o("3471")),n=i(o("2634")),s=i(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=i(o("23cc")),l=i(o("b260")),c=i(o("7b65")),u=i(o("acc3")),d=(o("a93c"),i(o("e18a"))),f=i(o("6e3a")),p=i(o("bf70")),v=o("5c4d"),h=i(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: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 i=getApp().globalData.productShareItem;this.shopId=parseInt(i.shopId),this.productId=i.productId,this.paramSkuId=i.skuId,e=parseInt(i.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,i,a;return(0,n.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i={productId:t.productId,shopGroupWorkId:null!==(o=t.shopGroupWorkId)&&void 0!==o?o:void 0},e.next=3,g.request(b.GetBroadCastList,i,"GET");case 3:a=e.sent,t.broadCastList=a.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 i=e[o]["collageOrders"];if(i&&i.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,i,r,l,c;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(c in i=e.sent,t.isFirstComeIn=!1,t.loading=!1,t.productData=i.data,t.markTools=i.data.markTools,console.log("平台优惠券",i.data.markTools),t.shopMarkTools=i.data.shopMarkTools,t.currentActive=0===t.markTools.length&&t.shopMarkTools.length>0?1:0,r=t.productData.map,l=Object.keys(r),1===l.length&&"单款项"===l[0]&&t.productData.names[0].values.push({skuValue:t.productData.names[0].skuName,valueCode:"单款项"}),r)r[c].image||(r[c].image=t.productData.images[0]);t.commentList=i.data.comments,t.sellDescList=i.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,i,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,a.default)(t.productData.names);try{for(o.s();!(i=o.n()).done;)s=i.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 i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var a=i(o("c4c2")),n=o("83c8"),s=o("6d56"),r={name:"coupon-popup",components:{WxSendCoupon:a.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,i=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){i.isShowSuccess=!0,setTimeout((function(){i.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},"5bdc":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={globalLoading:o("1abf").default,uPopup:o("7bd4").default},a=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,i){return o("v-uni-swiper-item",{key:i},[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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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,i){return o("v-uni-view",{key:i,staticClass:"mar-right-10"},[t._v(t._s(e.skuText||"-"))])})),1)],1),o("v-uni-image",{staticClass:"arrow-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1)],1),t._l(t.topThreeCollageOrders,(function(e,i){return o("v-uni-view",{key:i,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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/storeIcon.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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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,i){return o("v-uni-view",{key:i,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=[]},"5c4d":function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.TimeFormatting=void 0;function i(t){return t<10?"0"+t:t}e.TimeFormatting=function(t){var e=Math.floor(t/3600/24),o=Math.floor(t/3600%24),a=Math.floor(t/60%60),n=Math.floor(t%60);return{day:i(e),hour:i(o),min:i(a),sec:i(n)}}},"5f23":function(t,e,o){var i=o("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/* 文章场景相关 */.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},"67a4":function(t,e,o){"use strict";var i=o("e200"),a=o.n(i);a.a},"681a":function(t,e,o){var i=o("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/* 文章场景相关 */.coupon-popup[data-v-23f22f24]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1;opacity:0}.coupon-popup.show[data-v-23f22f24]{z-index:1000;opacity:1}.coupon-popup.show .couponShow-box[data-v-23f22f24]{\r\n /*transform: translate3D(0px, 0px, 0px);*/bottom:0}.coupon-popup .mask[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{height:%?1000?%;z-index:333}.coupon-popup .couponShow-box .tabsbox[data-v-23f22f24]{padding:0 %?20?%}.coupon-popup .couponShow-box .tabsbox[data-v-23f22f24] .u-tab-item{height:%?100?%!important;line-height:%?100?%!important}.coupon-popup .couponShow-box .title-box .close-btn[data-v-23f22f24]{width:%?50?%;height:%?50?%;box-sizing:border-box;position:absolute;top:%?20?%;right:%?20?%}.coupon-popup .couponShow-box .shopCouponBox[data-v-23f22f24]{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-23f22f24]{display:flex;justify-content:center;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box[data-v-23f22f24]{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.coupon-popup .couponShow-box .shopCouponBox .emptyOrder-box .emptyOrder-img[data-v-23f22f24]{width:%?225?%;height:%?196?%}.coupon-popup .couponShow-box .shopCouponBox .list[data-v-23f22f24]{display:flex;flex-wrap:wrap}.coupon-popup .couponShow-box .shopCouponBox .item[data-v-23f22f24]{width:50%;height:%?291?%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-23f22f24]{background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/couponsIcon1.png) no-repeat top;background-size:contain}.coupon-popup .couponShow-box .shopCouponBox .received .discoun[data-v-23f22f24]{color:#999;padding-top:%?35?%}.coupon-popup .couponShow-box .shopCouponBox .received .use-btn[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{display:inline-block}.coupon-popup .couponShow-box .shopCouponBox .info-box[data-v-23f22f24]{width:100%;display:flex;flex-direction:column;align-items:center}.coupon-popup .couponShow-box .shopCouponBox .info-condition[data-v-23f22f24]{font-size:%?20?%;font-weight:400;color:#999;margin:0 auto}.coupon-popup .couponShow-box .shopCouponBox .info-date[data-v-23f22f24]{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-23f22f24]{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-23f22f24]{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-23f22f24]{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-23f22f24]{width:%?200?%;height:%?130?%}.receive-success .success-box .text[data-v-23f22f24]{font-size:%?28?%;margin-top:%?50?%;font-weight:400;color:#fff}',""]),t.exports=e},"6a9f":function(t,e,o){"use strict";var i=o("af9b"),a=o.n(i);a.a},"6e3a":function(t,e,o){"use strict";o.r(e);var i=o("da8a"),a=o("f90f");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("3720");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"58b21eb2",null,!1,i["a"],void 0);e["default"]=r.exports},7247:function(t,e,o){var i=o("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/* 文章场景相关 */.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 i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("5c47"),o("a1c1"),o("e966"),o("c223");var a=o("5c4d"),n=i(o("83c8")),s=i(o("6d56")),r=i(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(t){t=t.substring(0,19).replace(/-/g,"/");var e=(new Date(t).getTime()-(new Date).getTime())/1e3;this.timeDifference=e,this.activeTimeObj=(0,a.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,a.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=l},"7b65":function(t,e,o){"use strict";o.r(e);var i=o("b88f"),a=o("aef3");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("67a4");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"35219f07",null,!1,i["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 i={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 i=o[0];if(i.width&&i.width&&(i.targetWidth=i.height>i.width?i.height:i.width,i.targetWidth)){e.fields=i;var a,n;a=t.touches[0].clientX,n=t.touches[0].clientY,e.rippleTop=n-i.top-i.targetWidth/2,e.rippleLeft=a-i.left-i.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=i},"80da":function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;i(o("a306"));var a=i(o("4ec6")),n=o("6d56"),s={components:{UImage:a.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(),i=o[o.length-1];i&&(e=i.data,console.log("是否重写分享方法",e.isOverShare),e.isOverShare||(e.isOverShare=!0,i.onShareAppMessage=function(){return{title:"标题",path:"/pages/nearby/index"}}))}))}}};e.default=s},8518:function(t,e,o){"use strict";o.r(e);var i=o("b3ae"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"8ca5":function(t,e,o){var i=o("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-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},"8d3c":function(t,e,o){"use strict";o.r(e);var i=o("df7e"),a=o("8518");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("17ff");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"1b472f0d",null,!1,i["a"],void 0);e["default"]=r.exports},"8d3d":function(t,e,o){"use strict";o.r(e);var i=o("80da"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"8d84":function(t,e,o){var i=o("98db");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("bd8a4a4c",i,!0,{sourceMap:!1,shadowMode:!1})},"8e29":function(t,e,o){var i=o("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/* 文章场景相关 */.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},9228:function(t,e,o){"use strict";var i=o("47d4"),a=o.n(i);a.a},"960c6":function(t,e,o){var i=o("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-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},"98db":function(t,e,o){var i=o("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/* 文章场景相关 */.evaQaTab[data-v-2c8f3e4f]{height:%?82?%;line-height:%?82?%;border-bottom:#f3f4f5 solid %?2?%;font-size:%?30?%;color:#ccc}.evaQaTab .evaBtn[data-v-2c8f3e4f]{width:50%;position:relative;text-align:center}.evaQaTab .evaBtn[data-v-2c8f3e4f]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:0;top:%?20?%}.evaQaTab .qaBtn[data-v-2c8f3e4f]{width:50%;text-align:center}.evaQaTab .tabTit[data-v-2c8f3e4f]{display:inline-block;height:%?82?%;line-height:%?82?%}.evaQaTab .active[data-v-2c8f3e4f]{color:#333}.evaQaTab .active .tabTit[data-v-2c8f3e4f]{border-bottom:%?4?% solid #444}.questions .questionInfo[data-v-2c8f3e4f]{padding:0 %?30?%;min-height:%?150?%}.questions .questionInfo .infoTit[data-v-2c8f3e4f]{font-size:%?28?%}.questions .questionInfo .putQuestion[data-v-2c8f3e4f]{width:%?140?%;height:%?60?%;background:#333;line-height:%?60?%;font-size:%?24?%;color:#ffebc4;padding-left:%?20?%;position:relative}.questions .questionInfo .putQuestion[data-v-2c8f3e4f]:before{content:"";width:%?40?%;height:%?26?%;top:%?18?%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/arrow.png) no-repeat 50%;background-size:contain;display:block;position:absolute;right:0}.questions .listBox[data-v-2c8f3e4f]{padding:0 %?30?%;border-bottom:%?20?% solid #eee}.questions .listBox .itemBox[data-v-2c8f3e4f]{padding-bottom:%?30?%;border-bottom:%?1?% solid #eee;margin-bottom:%?30?%}.questions .listBox .itemBox[data-v-2c8f3e4f]:last-child{border-bottom:none}.questions .listBox .itemBox .itemAsk[data-v-2c8f3e4f]{display:flex;align-items:center;margin-bottom:%?42?%}.questions .listBox .itemBox .itemAsk i[data-v-2c8f3e4f]{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-2c8f3e4f]{font-size:%?28?%;color:#333}.questions .listBox .itemBox .answer[data-v-2c8f3e4f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:%?30?%}.questions .listBox .itemBox .answer .answerBox[data-v-2c8f3e4f]{display:flex;align-items:center}.questions .listBox .itemBox .answer .answerBox i[data-v-2c8f3e4f]{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-2c8f3e4f]{font-size:%?26?%;color:#666}.questions .listBox .itemBox .answer .answerBtn[data-v-2c8f3e4f]{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-2c8f3e4f]{margin-left:%?68?%;font-size:%?28?%;color:#c5aa7b}.evaluate-box[data-v-2c8f3e4f]{background-color:#fff;margin-top:%?20?%}.evaluate-box .evaluate[data-v-2c8f3e4f]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.evaluate-box .evaluateTitle-box[data-v-2c8f3e4f]{width:%?690?%;border-bottom:%?1?% solid #ededed;padding-bottom:%?20?%}.evaluate-box .evaluateAllArrow-icon[data-v-2c8f3e4f]{width:%?18?%;height:%?24?%}.evaluate-box .evaluateTag-box[data-v-2c8f3e4f]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?10?%;display:flex;flex-wrap:wrap}.evaluate-box .evaluateTag-box .evaluateTag-text[data-v-2c8f3e4f]{background-color:#f4f4f4;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.evaluate-box .evaluate-contentbox[data-v-2c8f3e4f]{display:flex;justify-content:center;flex-direction:column;margin-left:%?30?%;padding-bottom:%?50?%}.evaluate-box .evaluate-contentbox .evaluate-content[data-v-2c8f3e4f]{width:%?670?%;display:flex;justify-content:space-between}.evaluate-box .evaluate-contentbox .evaluate-content .user-headSmallImg[data-v-2c8f3e4f]{width:%?46?%;height:%?46?%;border-radius:50%}.evaluate-box .evaluate-contentbox .evaluateDes-box[data-v-2c8f3e4f]{width:%?670?%;margin-top:%?30?%}.evaluate-box .evaluate-contentbox .evaluateDes-box .evaluateDes[data-v-2c8f3e4f]{width:%?670?%}.evaluate-box .evaluate-contentbox .addEvaluate[data-v-2c8f3e4f]{padding-top:%?30?%}.item-image-box[data-v-2c8f3e4f]{width:%?700?%;display:flex;flex-direction:row;flex-wrap:wrap}.item-image-box .img-item[data-v-2c8f3e4f]{width:%?223?%;height:%?223?%;border-radius:%?10?%;margin-right:%?10?%;margin-top:%?10?%}.item-line[data-v-2c8f3e4f]{width:%?690?%;height:1px;background:#eee;margin-top:%?20?%}.item-like-box[data-v-2c8f3e4f]{display:flex;flex-direction:row;width:%?690?%;align-items:center;justify-content:space-between}.like-box[data-v-2c8f3e4f]{display:flex;flex-direction:row;padding-top:%?30?%;align-items:center;justify-content:flex-end;margin-right:%?50?%}.like-box .like-img[data-v-2c8f3e4f]{width:%?48?%;height:%?48?%}.like-box .like-num[data-v-2c8f3e4f]{font-size:%?28?%;font-weight:500;color:#333;margin-left:%?30?%}.moreBox[data-v-2c8f3e4f]{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-2c8f3e4f]{width:%?10?%;height:%?20?%}',""]),t.exports=e},"9d02":function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uPopup:o("7bd4").default},a=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,i){return o("v-uni-view",{key:i},[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(i,a){return o("v-uni-view",{key:a,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.selectedAttr[e["nameCode"]]===i.valueCode},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.handleClickSkuItem(e["nameCode"],i.valueCode)}}},[t._v(t._s(i.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 i=o("1e4c"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},"9fc4":function(t,e,o){"use strict";var i=o("c3bf"),a=o.n(i);a.a},a347:function(t,e,o){"use strict";o.r(e);var i=o("ccb6"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},a48f:function(t,e,o){var i=o("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/* 文章场景相关 */.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 i=o("cc9a"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},a5d9:function(t,e,o){"use strict";o("6a54");var i=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 a=i(o("83c8")),n=i(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;a.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 i=t.selectComposeData[o].composeProductInfoList,a=0;a<i.length;a++)i[a].skuItem=i[a].composeSkuInfoList[0];t.calculatePrice()})).catch((function(t){}))},changeSkuItemValue:function(t,e){var o=this;this.curProIndex=e,uni.showLoading({mask:!0,title:"加载中..."}),a.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 i=Object.keys(o.skuProData.map);for(var a in 1===i.length&&"单款项"===i[0]&&o.skuProData.names[0].values.push({skuValue:"单款项",valueCode:"单款项"}),o.skuProData.map){var n=o.skuProData.map[a].image;n||(o.skuProData.map[a].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,i=!0;for(var a in o)if(parseInt(o[a].skuId)===parseInt(t)){var n=function(){i=!1,e.selectedSku=o[a];var t=a.split(",");return e.selectedAttr=[],e.skuProData.names.forEach((function(o){for(var i in o.values){var a=o.values[i].valueCode;if(t.includes(a)){e.nameCodeValueCodeClick(o.nameCode,a,!1);break}}})),"break"}();if("break"===n)break}if(i)for(var a in o){console.log(a,"key"),this.selectedSku=o[a];break}}},nameCodeValueCodeClick:function(t,e,o){if(this.selectedAttr[t]=e,console.log(this.selectedAttr,"this.selectedAttr"),o){var i=[];for(var a in this.selectedAttr)i.push(this.selectedAttr[a]);var n=i.join(","),s=this.skuProData.map;for(var a in s)n===a&&(this.selectedSku=s[a])}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,i=0,a=0;a<t.length;a++)i+=this.getPrice(t[a].skuItem);switch(e){case 1:this.composePrice=o.toFixed(2);break;case 2:this.composePrice=(i-o).toFixed(2);break;case 3:this.composePrice=parseFloat(i*o/10).toFixed(2);break}console.log(i,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,i=o.length,a=0;a<i;a++){var n={number:1};n["skuId"]=o[a].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},a8ef:function(t,e,o){"use strict";o.r(e);var i=o("e359"),a=o("a347");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("6a9f");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"ee51da2e",null,!1,i["a"],void 0);e["default"]=r.exports},a93c:function(t,e,o){"use strict";o("6a54");var i=o("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.Services=function(t){var e=null,o=null,i=function(){var i=(0,n.default)((0,a.default)().mark((function i(){var n,l,c,u;return(0,a.default)().wrap((function(i){while(1)switch(i.prev=i.next){case 0:return uni.showLoading({title:"加载中..."}),n=uni.getStorageSync("service_shopids")||[],l=uni.getStorageSync("service_corpIds")||[],c=uni.getStorageSync("service_urls")||[],i.prev=4,i.next=7,s.request(r.CustomerService,{},"get");case 7:u=i.sent,""===u.code&&u.data.corpId&&u.data.url&&(n.push(t),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),e=u.data.corpId,o=u.data.url);case 9:return i.prev=9,uni.hideLoading(),i.finish(9);case 12:case"end":return i.stop()}}),i,null,[[4,,9,12]])})));return function(){return i.apply(this,arguments)}}(),l=function(){if(!o||!e)return uni.showToast({icon:"none",title:"暂无客服~"});window.location.href=o};return i().then((function(t){return{flyToService:l}}))},o("aa9c");var a=i(o("2634")),n=i(o("2fdc")),s=o("83c8"),r=o("6d56")},acc3:function(t,e,o){"use strict";o.r(e);var i=o("2107"),a=o("e61a");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("2692");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"23f22f24",null,!1,i["a"],void 0);e["default"]=r.exports},ae16:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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,i){return[o("v-uni-button",{key:i+"_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":i},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)},a=[]},aea0:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={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=i},aef3:function(t,e,o){"use strict";o.r(e);var i=o("a5d9"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},af9b:function(t,e,o){var i=o("7247");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("576b6343",i,!0,{sourceMap:!1,shadowMode:!1})},b090:function(t,e,o){"use strict";o.r(e);var i=o("0f6b"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},b260:function(t,e,o){"use strict";o.r(e);var i=o("296f"),a=o("1988");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("1b7f");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"302d1b7a",null,!1,i["a"],void 0);e["default"]=r.exports},b369:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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,i){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,i){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,i){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()},a=[]},b3ae:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var i={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=i},b7b3:function(t,e,o){var i=o("0bdb");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("25966d18",i,!0,{sourceMap:!1,shadowMode:!1})},b88f:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uPopup:o("7bd4").default},a=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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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,i){return o("v-uni-view",{key:i,staticClass:"li",class:t.tabIndex===i&&"on",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tabChange(i)}}},[t._v(t._s(e.composeName))])})),1)],1),t._l(t.selectComposeData,(function(e,i){return o("v-uni-view",{key:i,staticClass:"tabs-item",class:t.tabIndex===i&&"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,i){return o("v-uni-swiper-item",{key:i,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,i)}}},[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,i){return o("v-uni-text",{key:i,class:{"dot-active":t.swiperCurrent===i,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,i){return o("v-uni-view",{key:i,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(i,a){return o("v-uni-view",{key:a,staticClass:"pad-bot-30"},[o("v-uni-view",{staticClass:"colorName",class:{"colorName-on":t.getselectedAttrVal(e.nameCode)==i.valueCode},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.nameCodeValueCodeClick(e.nameCode,i.valueCode,!0)}}},[t._v(t._s(i.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=[]},bd1e:function(t,e,o){var i=o("c86c");e=i(!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 i=o("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/* 文章场景相关 */.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 i=o("5577"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},bf70:function(t,e,o){"use strict";o.r(e);var i=o("9d02"),a=o("00c9");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("0d5d");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"b610f014",null,!1,i["a"],void 0);e["default"]=r.exports},c175:function(t,e,o){var i=o("681a");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("35a9dc4e",i,!0,{sourceMap:!1,shadowMode:!1})},c3bf:function(t,e,o){var i=o("c8cf");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("2213ad48",i,!0,{sourceMap:!1,shadowMode:!1})},c432:function(t,e,o){"use strict";var i=o("476e"),a=o.n(i);a.a},c4c2:function(t,e,o){"use strict";o.r(e);var i=o("267e"),a=o("9df7");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);e["default"]=r.exports},c8cf:function(t,e,o){var i=o("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/* 文章场景相关 */.page[data-v-710006f6]{background-color:#f7f7f7}.news-box[data-v-710006f6]{position:fixed;left:%?20?%;top:%?200?%;z-index:9999}.news-box .news-bg[data-v-710006f6]{width:%?450?%;height:%?70?%;overflow:hidden}.news-box .news-bg .news-item[data-v-710006f6]{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-710006f6]{width:%?50?%;height:%?50?%;border-radius:50%;margin-right:%?20?%}.tabsbox[data-v-710006f6]{width:100%;margin-top:%?20?%;background-color:#fff}.checkimg[data-v-710006f6]{width:%?40?%;height:%?40?%;margin-right:%?30?%}.container[data-v-710006f6]{padding-bottom:%?180?%}.container .arrow-icon[data-v-710006f6]{width:%?16?%;height:%?24?%;margin-right:%?25?%}.container .goodgDes-box[data-v-710006f6]{background-color:#fff;width:100%;padding-bottom:%?25?%}.container .goodgDes-box .priceBuyNum-box[data-v-710006f6]{width:%?677?%;margin-top:%?30?%}.container .goodgDes-box .nameContainer[data-v-710006f6]{display:flex}.container .goodgDes-box .nameContainer .goodsName-box[data-v-710006f6]{width:%?677?%;height:%?85?%}.container .goodgDes-box .nameContainer .goodsName-box .img618-cion[data-v-710006f6]{width:%?70?%;height:%?36?%}.container .goodgDes-box .nameContainer .collectBox[data-v-710006f6]{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-710006f6]{width:%?48?%;height:%?48?%}.container .goodgDes-box .discounts-box[data-v-710006f6]{margin-top:%?20?%}.container .goodgDes-box .discounts-box .discounts-text[data-v-710006f6]{margin-left:%?10?%;color:#ff7800;background-color:#ffe4cc;padding:%?6?% %?12?%;border-radius:%?4?%}.container .goodgDes-box .activity-box[data-v-710006f6]{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-710006f6]{width:%?614?%;padding-top:%?20?%}.container .goodgDes-box .activity-box .activity-content .activity-text[data-v-710006f6]{color:#f70;border:%?1?% solid #f70;padding:%?6?% %?23?%}.container .goodgDes-box .activity-box .activity-content .coupon-arrow[data-v-710006f6]{width:%?16?%;height:%?24?%;margin-left:%?15?%}.container .express-box[data-v-710006f6]{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-710006f6]{width:%?21?%;height:%?27?%}.container .express-box .expressSite-icon[data-v-710006f6]{width:%?30?%;height:%?30?%}.container .express-box .mapName[data-v-710006f6]{position:relative}.container .express-box .mapName[data-v-710006f6]:before{content:"";width:%?2?%;height:%?30?%;background:#ccc;display:block;position:absolute;right:%?-16?%;top:%?5?%}.container .chooseSize-box[data-v-710006f6]{height:%?90?%;background-color:#fff;margin:%?10?% 0}.container .chooseSize-box .chooseSize-content[data-v-710006f6]{width:100%}.container .questionTit[data-v-710006f6]{height:%?90?%;border-bottom:%?1?% solid #eee;margin-right:%?35?%;color:#333;font-size:%?30?%}.container .questionTit .allMoreBox[data-v-710006f6]{display:flex;align-items:center;color:#999;font-size:%?24?%}.container .questionTit .allMoreBox .evaluateAllArrow-icon[data-v-710006f6]{width:%?18?%;height:%?24?%}.container .shopEvaList[data-v-710006f6]{display:flex;padding:%?30?%;flex-wrap:wrap;border-bottom:%?20?% solid #eee}.container .shopEvaList .shopEvaItem[data-v-710006f6]{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-710006f6]{background-color:#fff;margin-top:%?20?%}.container .storeEvaluate-box .storeEvaluate[data-v-710006f6]{width:%?690?%;padding:%?20?% 0;border-bottom:%?1?% solid #ededed}.container .storeEvaluate-box .storeEvaluateTag-box[data-v-710006f6]{margin-top:%?10?%;margin-left:%?10?%;padding-bottom:%?30?%;display:flex;flex-wrap:wrap}.container .storeEvaluate-box .storeEvaluateTag-box .storeEvaluateTag-text[data-v-710006f6]{background-color:#ffe4cc;border-radius:%?6?%;padding:%?16?% %?14?%;color:#656565;margin-left:%?20?%;margin-top:%?20?%}.container .inStore-box[data-v-710006f6]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .inStore-box .inStore-logo[data-v-710006f6]{width:%?70?%;height:%?70?%}.container .inStore-box .inStore-but[data-v-710006f6]{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-710006f6]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .goodsDetails-box .goodsDetails-title[data-v-710006f6]{display:flex;flex-direction:row;align-items:center}.container .goodsDetails-box .goodsDetails-title .goodsDetails-Line[data-v-710006f6]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .goodsDetails-box .goodsDetails-title .goodsDetails-text[data-v-710006f6]{padding:0 %?22?%}.container .priceExplain-box[data-v-710006f6]{background-color:#fff;margin-top:%?20?%;padding:%?20?% %?30?%}.container .priceExplain-box .priceExplain-title[data-v-710006f6]{display:flex;flex-direction:row;align-items:center}.container .priceExplain-box .priceExplain-title .priceExplain-Line[data-v-710006f6]{width:%?265?%;border-bottom:%?1?% solid #ededed}.container .priceExplain-box .priceExplain-title .priceExplain-text[data-v-710006f6]{padding:0 %?22?%}.container .priceExplain-box .priceExplain-dot[data-v-710006f6]{width:%?9?%;height:%?9?%;border:%?1?% solid #f70;border-radius:50%;background-color:#f70}.container .buygoods-box[data-v-710006f6]{position:fixed;bottom:%?0?%;box-sizing:border-box;z-index:999}.container .buygoods-box .groupByInfo[data-v-710006f6]{background:#fffbe9;padding:0 %?30?%;height:%?80?%}.container .buygoods-box .groupByInfo .groupByInfoBox[data-v-710006f6]{height:%?80?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByAvatar[data-v-710006f6]{margin-right:%?15?%}.container .buygoods-box .groupByInfo .groupByLeft img[data-v-710006f6]{width:%?50?%;height:%?50?%}.container .buygoods-box .groupByInfo .groupByLeft .name[data-v-710006f6]{font-size:%?24?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByNum[data-v-710006f6]{margin-right:%?10?%}.container .buygoods-box .groupByInfo .groupByLeft .groupByTime[data-v-710006f6]{color:#333}.container .buygoods-box .groupByInfo .groupByBtn[data-v-710006f6]{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-710006f6]{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-710006f6]{display:flex;align-items:center}.container .buygoods-box .buygoodsBut-box .btns[data-v-710006f6]{width:%?80?%}.container .buygoods-box .buygoodsBut-box .Cart[data-v-710006f6]{position:relative}.container .buygoods-box .buygoodsBut-box .Cart .cartAllNum[data-v-710006f6]{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-710006f6]{right:%?-10?%;top:%?-6?%}.container .buygoods-box .buygoodsBut-box .store-icon[data-v-710006f6]{width:%?48?%;height:%?48?%}.container .buygoods-box .buygoodsBut-box .joinShopCartBut[data-v-710006f6]{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-710006f6]{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-710006f6]{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-710006f6]{position:fixed;bottom:%?160?%;right:%?30?%}.container .returnTopService-box .fs16[data-v-710006f6]{font-size:%?16?%}.container .returnTopService-box .returnTop-box[data-v-710006f6]{width:%?88?%;height:%?88?%;border-radius:50%;background:#fff;opacity:.8}.container .returnTopService-box .returnTop-box .returnTopImg[data-v-710006f6]{width:%?58?%;height:%?58?%}.container .returnTopService-box .serviceImg-box[data-v-710006f6]{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-710006f6]{width:%?36?%;height:%?36?%;display:block;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/serviceImg.png) no-repeat 50%;background-size:contain}.container .parameterShow-box .parameter-title[data-v-710006f6]{width:100%;text-align:center;padding-bottom:%?36?%}.container .parameterShow-box .parameter-modle[data-v-710006f6]{width:%?690?%;padding-bottom:%?36?%;font-size:%?26?%}.container .parameterShow-box .parameterTruebut-box[data-v-710006f6]{background-color:#fff;padding:%?20?% 0}.container .parameterShow-box .parameterTruebut-box .parameterTruebut[data-v-710006f6]{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-710006f6]{z-index:333;height:%?1000?%}.container .couponShow-box .couponShow .couponTitle-box[data-v-710006f6]{width:100%}.container .couponShow-box .couponShow .coupon-title-active[data-v-710006f6]{color:#f70;border-bottom:%?2?% solid #f70;padding-bottom:%?30?%}.container .couponShow-box .couponShow .usableCoupon-content[data-v-710006f6]{padding:%?30?% 0}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box[data-v-710006f6]{width:%?690?%;height:%?140?%;border-radius:%?10?%;background-color:#ffe9d8}.container .couponShow-box .couponShow .usableCoupon-content .usableCoupon-box .immediateUse-but[data-v-710006f6]{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-710006f6]{position:absolute;top:%?220?%;left:%?185?%}.container .succeedShow-box .succeedShow[data-v-710006f6]{background-color:#7f7f7f;width:%?380?%;height:%?280?%;border-radius:%?10?%;opacity:.8}.container .succeedShow-box .succeedShow .couponSucceedImg[data-v-710006f6]{width:%?200?%;height:%?130?%}.activity-box[data-v-710006f6]{display:flex;flex-direction:column;width:100%;height:100%}.activity-box .title-box[data-v-710006f6]{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-710006f6]{display:flex;flex-direction:column;width:100%;overflow:auto;flex:1}.content-box[data-v-710006f6]{width:100%;box-sizing:border-box;display:flex;flex-direction:column;padding:%?30?%}.tag-box[data-v-710006f6]{width:100%;box-sizing:border-box;height:%?80?%;line-height:%?80?%;font-size:%?28?%;font-weight:500;color:#ff7911}.label-lingqu[data-v-710006f6]{width:100%;font-weight:500;color:#333}.coupon-item[data-v-710006f6]{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-710006f6]{width:%?160?%;box-sizing:border-box;padding-left:%?30?%;font-weight:500;color:#ff7911}.info-box[data-v-710006f6]{display:flex;flex-direction:column;align-items:flex-start;color:#ff7911}.receive-btn[data-v-710006f6]{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-710006f6]{background:#f1f1f1;color:#999}.canvas-box[data-v-710006f6]{display:block;position:absolute;top:%?100?%}.sceneMarketingBox[data-v-710006f6]{width:100%;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-710006f6]{width:%?220?%;text-align:center;color:#c83732;font-size:%?20?%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem[data-v-710006f6]{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-710006f6]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .leftAvatar img[data-v-710006f6]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo[data-v-710006f6]{display:flex;align-items:center;width:50%}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople[data-v-710006f6]{font-size:%?28?%;color:#333;margin-bottom:%?10?%;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .needPeople b[data-v-710006f6]{color:#c5aa7b;font-weight:400}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyTime .endDate[data-v-710006f6]{color:#666}.goodsDiscount .groupBuy .groupBuyList .groupBuyItem .rightInfo .groupBuyBtn[data-v-710006f6]{width:%?140?%;height:%?60?%;line-height:%?60?%;background:#333;text-align:center;color:#ffebc4;font-size:%?24?%}.popupDiscount[data-v-710006f6]{padding-bottom:%?70?%}.popupDiscount .popupDiscountTit[data-v-710006f6]{font-size:%?36?%;color:#333;height:%?105?%;line-height:%?105?%;text-align:center;border-bottom:%?1?% solid #eee}.popupDiscount .groupBuy[data-v-710006f6]{padding-bottom:%?80?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1[data-v-710006f6]{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-710006f6]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar img[data-v-710006f6]{width:%?72?%;height:%?72?%;margin-right:%?10?%;border-radius:50%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime[data-v-710006f6]{margin-right:%?80?%;margin-bottom:%?10?%;width:%?320?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople[data-v-710006f6]{font-size:%?26?%;color:#333}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople span[data-v-710006f6]{color:#333;padding-right:%?10?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .needPeople b[data-v-710006f6]{color:#c5aa7b;font-weight:400}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .leftAvatar .groupBuyTime .endDate[data-v-710006f6]{color:#333;opacity:.7;font-size:%?24?%}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo[data-v-710006f6]{display:flex;align-items:center}.popupDiscount .groupBuy .groupBuyList .groupBuyItem1 .rightInfo .groupBuyBtn[data-v-710006f6]{width:%?140?%;height:%?70?%;line-height:%?70?%;background:#333;text-align:center;color:#ffebc4;font-weight:400}.combination[data-v-710006f6]{padding:0 %?20?%}.combination .combinationList[data-v-710006f6]{width:100%;height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);border-radius:%?20?%}.combination .combinationList .combinationTitle[data-v-710006f6]{padding:%?32?% %?20?% 0 %?30?%}.combination .combinationList .combinationTitle uni-image[data-v-710006f6]{width:%?211?%;height:%?33?%}.combination .combinationList .combinationTitle .combinationPrice[data-v-710006f6]{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-710006f6]{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},cc9a:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa"),o("5c47");var i={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=i},ccb6:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa"),o("5c47");var i={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=i},d5d3:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uPopup:o("7bd4").default,uIcon:o("3476").default},a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("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"}},[i("v-uni-view",{staticClass:"share"},[i("v-uni-text",{staticClass:"h3"},[t._v("邀请好友")]),i("v-uni-view",{staticClass:"share-list"},[i("v-uni-view",{staticClass:"ul"},[i("v-uni-view",{staticClass:"li",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.share("lianjie")}}},[i("v-uni-image",{staticClass:"icon",attrs:{src:o("f21e")}}),i("v-uni-label",{staticClass:"label"},[t._v("链接")])],1)],1)],1),i("v-uni-view",{staticClass:"btn-close",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.cancel(1)}}},[t._v("取消")])],1)],1),i("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"}},[i("v-uni-view",{staticClass:"share-h5"},[i("v-uni-view",{staticClass:"text"},[t._v("点击浏览器下方"),i("v-uni-view",{staticClass:"icon"},[i("u-icon",{attrs:{name:"list",color:"#fff",size:"28"}})],1),t._v("即可进行分享")],1)],1)],1)],1)},n=[]},da8a:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uActionSheet:o("8d3c").default},a=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,i){return o("v-uni-swiper-item",{key:i},[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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/seckillicon.png",mode:""}}):t._e(),[3,5].includes(t.skuSelect.activityType)?o("v-uni-image",{staticClass:"discount-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/discounticon.png",mode:""}}):t._e(),1===t.skuSelect.activityType?o("v-uni-image",{staticClass:"spell-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/images/shoucangActive1.png"}}):o("v-uni-image",{staticClass:"store-icon",attrs:{src:"https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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=[]},dc2f:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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,i){return o("v-uni-view",{key:i,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,a){return o("v-uni-view",{key:a},[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[i].images,a)}}})],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,a){return o("v-uni-view",{key:a},[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[i].addImages,a)}}})],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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/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://jy.scjysm.asia:18086/cdwlMall/questionnaire/file/static/img//user/arrow.png"}})],1):t._e()],1)],1)],1)},a=[]},ded3:function(t,e,o){var i=o("8e29");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("d7a38e12",i,!0,{sourceMap:!1,shadowMode:!1})},df7e:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return n})),o.d(e,"a",(function(){return i}));var i={uPopup:o("7bd4").default},a=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,i){return[o("v-uni-view",{key:i+"_0",staticClass:"u-action-sheet-item",class:[i<t.list.length-1?"u-border-bottom":""],style:[t.itemStyle(i)],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(i)}}},[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 i=o("dc2f"),a=o("e940");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("f0db");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"2c8f3e4f",null,!1,i["a"],void 0);e["default"]=r.exports},e200:function(t,e,o){var i=o("fdf4");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("5b726f6f",i,!0,{sourceMap:!1,shadowMode:!1})},e359:function(t,e,o){"use strict";o.d(e,"b",(function(){return i})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var i=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,i){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,i){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,i){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()},a=[]},e61a:function(t,e,o){"use strict";o.r(e);var i=o("5606"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},e940:function(t,e,o){"use strict";o.r(e);var i=o("37a5"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},ec6f:function(t,e,o){"use strict";o("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("64aa");var i={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=i},ecb1:function(t,e,o){"use strict";var i=o("2997"),a=o.n(i);a.a},eede:function(t,e,o){"use strict";var i=o("0e58"),a=o.n(i);a.a},ef78:function(t,e,o){"use strict";o.r(e);var i=o("d5d3"),a=o("8d3d");for(var n in a)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(n);o("ecb1");var s=o("828b"),r=Object(s["a"])(a["default"],i["b"],i["c"],!1,null,"30fd92a9",null,!1,i["a"],void 0);e["default"]=r.exports},f0db:function(t,e,o){"use strict";var i=o("8d84"),a=o.n(i);a.a},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 i=o("960c6");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=o("967d").default;a("4cda191c",i,!0,{sourceMap:!1,shadowMode:!1})},f90f:function(t,e,o){"use strict";o.r(e);var i=o("72e3"),a=o.n(i);for(var n in i)["default"].indexOf(n)<0&&function(t){o.d(e,t,(function(){return i[t]}))}(n);e["default"]=a.a},fdf4:function(t,e,o){var i=o("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/* 文章场景相关 */.group-list[data-v-35219f07]{padding:%?10?% %?20?% %?60?%;border-top:%?12?% solid #f8f8f8}.group-list .group-warp[data-v-35219f07]{height:%?680?%;background:#333;box-shadow:0 %?20?% %?30?% rgba(0,0,0,.3);opacity:1;border-radius:%?20?%}.group-list .title[data-v-35219f07]{display:flex;align-items:center;position:relative;justify-content:space-between;padding:%?32?% 0 %?20?% %?30?%}.group-list .title .title-img[data-v-35219f07]{width:%?203?%}.group-list .title .price-text[data-v-35219f07]{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-35219f07]{height:%?50?%}.group-list .tabs-nav[data-v-35219f07]{padding:0 %?10?%;margin-bottom:%?20?%}.group-list .tabs-nav .ul[data-v-35219f07]{display:flex}.group-list .tabs-nav .ul .li[data-v-35219f07]{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-35219f07]:first-child{margin-left:0}.group-list .tabs-nav .ul .li.on[data-v-35219f07]{color:#ffebc4}.group-list .tabs-nav .ul .li.on[data-v-35219f07]:after{content:"";width:100%;height:%?2?%;background:#ffebc4;position:absolute;left:0;bottom:0}.group-list .tabs-item[data-v-35219f07]{display:none}.group-list .tabs-item.on[data-v-35219f07]{display:block}.group-list .pro-box[data-v-35219f07]{height:%?318?%;padding:0 %?2?% %?20?%}.group-list .pro-box .pro-item-inner[data-v-35219f07]{padding:0 %?8?%;display:flex;justify-content:center}.group-list .pro-box .pro-item[data-v-35219f07]{width:%?219?%;background:#fff;padding:%?10?%;height:%?318?%}.group-list .pro-box .pro-item .pro-item-img[data-v-35219f07]{width:100%;height:%?160?%}.group-list .pro-box .pro-item .pro-item-img .img[data-v-35219f07]{width:100%;height:100%;object-fit:contain}.group-list .pro-box .pro-item .pro-item-info .name[data-v-35219f07]{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-35219f07]{width:%?180?%;height:%?50?%;margin:0 auto;line-height:%?50?%;border:%?2?% solid #e4e5e6;background:url(https://jy.scjysm.asia:18086/cdwlMall/questionnaire/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-35219f07]{font-size:%?24?%;color:#999;padding-left:%?20?%;width:126px;text-overflow:ellipsis;white-space:nowrap}.group-list .swiper-dots[data-v-35219f07]{display:flex;justify-content:center}.group-list .swiper-dots .dot[data-v-35219f07]{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-35219f07]{opacity:1}.btn-buy[data-v-35219f07]{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-35219f07]{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-35219f07]{width:%?180?%;height:%?180?%}.goosDetailshow-box .color-box[data-v-35219f07]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .color-box .skuStyle[data-v-35219f07]{padding:%?20?% 0}.goosDetailshow-box .color-box .skuStyle[data-v-35219f07]:nth-child(2){border-top:1px solid #f3f4f5}.goosDetailshow-box .color-box .colorName-box[data-v-35219f07]{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-35219f07]{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-35219f07]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%;z-index:2}.goosDetailshow-box .modelNum-box[data-v-35219f07]{padding:%?30?% %?30?%;border-bottom:%?1?% solid #ededed;width:%?690?%}.goosDetailshow-box .modelNum-box .modelNumName-box[data-v-35219f07]{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-35219f07]{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-35219f07]{background-color:#f5f5f5;margin-left:%?30?%;padding:%?10?% %?32?%;border-radius:%?28?%;font-size:%?26?%}.goosDetailshow-box .goodsNum-box[data-v-35219f07]{padding:%?30?% %?30?%;width:%?690?%;padding-bottom:%?140?%}.goosDetailshow-box .goodsNum-box .goodsNumber[data-v-35219f07]{text-align:center;border:%?1?% solid #999;padding:%?3?% %?20?%}.goosDetailshow-box .goodsNum-box .subtract[data-v-35219f07]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-right:%?-1?%}.goosDetailshow-box .goodsNum-box .add[data-v-35219f07]{border:%?1?% solid #999;padding:%?3?% %?20?%;margin-left:%?-1?%}.goosDetailshow-box .goosDetailbut-box .joinShopCartBut[data-v-35219f07]{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-35219f07]{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-35219f07]{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}}]); | |
| 2 | 0 | \ No newline at end of file |
lvdao-miniapp/pages/business/businessDetail/businessDetail.vue
| ... | ... | @@ -17,13 +17,14 @@ |
| 17 | 17 | <u-image width="100%" height="100%" borderRadius="10" :src="imgurl+tableData.cereBasicInformationVenue.displayImage"></u-image> |
| 18 | 18 | </view> |
| 19 | 19 | <view class="info" @click="gomapApp(latitude,longitude)"> |
| 20 | - <view class="title">{{tableData.cereBasicInformationVenue.venueName}}</view> | |
| 21 | - <view class="info-item"> | |
| 20 | + <view class="title" style="margin-bottom: 28px;">{{tableData.cereBasicInformationVenue.venueName}}</view> | |
| 21 | + <view>所属区域:{{tableData.cereBasicInformationVenue.district}}</view> | |
| 22 | + <!-- <view class="info-item"> | |
| 22 | 23 | <image :src="$imgUrl('/kefu.png')" style="margin-top: 8px;"></image> |
| 23 | 24 | <map style="width: 100%; height: 70rpx;" longitude="104.06730651855469" latitude="30.65681556429287" > |
| 24 | 25 | <text>{{tableData.cereBasicInformationVenue.district}}</text> |
| 25 | 26 | </map> |
| 26 | - </view> | |
| 27 | + </view> --> | |
| 27 | 28 | </view> |
| 28 | 29 | </view> |
| 29 | 30 | <view class="info-box banner"> | ... | ... |
lvdao-miniapp/pages/mycreated/mycreated.vue
| ... | ... | @@ -61,10 +61,10 @@ |
| 61 | 61 | <!-- <u-loadmore :status="statuslist" @loadmore='loading' style="width: 100%; text-align: center;"/> --> |
| 62 | 62 | </view> |
| 63 | 63 | </view> |
| 64 | - <view style="height: 120rpx;"></view> | |
| 64 | + <!-- <view style="height: 120rpx;"></view> | |
| 65 | 65 | <view class="page-footer"> |
| 66 | 66 | <u-button type="success" @click="toAdd">活动申请</u-button> |
| 67 | - </view> | |
| 67 | + </view> --> | |
| 68 | 68 | </view> |
| 69 | 69 | </template> |
| 70 | 70 | ... | ... |
lvdao-miniapp/pages/participation/participation.vue
lvdao-miniapp/pagesA/myZiyuan/addMyshop.vue
| ... | ... | @@ -334,8 +334,11 @@ |
| 334 | 334 | title: '修改成功', |
| 335 | 335 | icon: 'none', |
| 336 | 336 | }); |
| 337 | - uni.switchTab({ | |
| 338 | - url: '/pages/my/my' | |
| 337 | + // uni.switchTab({ | |
| 338 | + // url: '/pages/my/my' | |
| 339 | + // }); | |
| 340 | + uni.navigateBack({ | |
| 341 | + delta: 1 | |
| 339 | 342 | }); |
| 340 | 343 | }).catch(err => { |
| 341 | 344 | console.log(err) |
| ... | ... | @@ -352,8 +355,11 @@ |
| 352 | 355 | title: '提交成功', |
| 353 | 356 | icon: 'none', |
| 354 | 357 | }); |
| 355 | - uni.switchTab({ | |
| 356 | - url: '/pages/my/my' | |
| 358 | + // uni.switchTab({ | |
| 359 | + // url: '/pages/my/my' | |
| 360 | + // }); | |
| 361 | + uni.navigateBack({ | |
| 362 | + delta: 1 | |
| 357 | 363 | }); |
| 358 | 364 | }).catch(err => { |
| 359 | 365 | console.log(err) | ... | ... |
merchant-web-master/dist.zip
No preview for this file type
merchant-web-master/src/api/account.js
merchant-web-master/src/assets/images/uptis.png
0 → 100644
6.5 KB
merchant-web-master/src/utils/request.js
| ... | ... | @@ -21,7 +21,7 @@ let PREFIX; |
| 21 | 21 | // PREFIX = 'http://8.130.38.56:8027/business-server'; |
| 22 | 22 | // PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server'; |
| 23 | 23 | // PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; |
| 24 | - PREFIX = 'http://128.10.249.25:9004'; | |
| 24 | + PREFIX = 'http://128.10.249.46:9004'; | |
| 25 | 25 | }else{ |
| 26 | 26 | // PREFIX = '/merchant-business'; |
| 27 | 27 | // PREFIX = 'http://8.130.38.56:9004'; | ... | ... |
merchant-web-master/src/utils/request2.js
| ... | ... | @@ -21,7 +21,7 @@ let PREFIX; |
| 21 | 21 | // PREFIX = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api'; |
| 22 | 22 | // PREFIX = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api'; |
| 23 | 23 | |
| 24 | - PREFIX = 'http://128.10.249.25:9007'; | |
| 24 | + PREFIX = 'http://128.10.249.46:9007'; | |
| 25 | 25 | }else{ |
| 26 | 26 | // PREFIX = '/merchant-business'; |
| 27 | 27 | // PREFIX = 'http://8.130.38.56:9004'; | ... | ... |
merchant-web-master/src/views/commodity/commoditySystem/index.vue
| ... | ... | @@ -50,7 +50,8 @@ |
| 50 | 50 | <el-table-column prop="productId" label="商品id" show-overflow-tooltip /> |
| 51 | 51 | <el-table-column label="商品主图" width="150" align="center"> |
| 52 | 52 | <template slot-scope="scope"> |
| 53 | - <img height="80" width="80" :src="$baseURL+msgList(scope.row.productImage)" alt srcset> | |
| 53 | + <img height="80" width="80" :src="$baseURL+msgList(scope.row.productImage)" alt srcset v-if="scope.row.productImage!=''"> | |
| 54 | + <img height="80" width="80" src="../../../assets/images/uptis.png" alt srcset v-else> | |
| 54 | 55 | </template> |
| 55 | 56 | </el-table-column> |
| 56 | 57 | <el-table-column prop="productName" label="商品名称" width="220" /> | ... | ... |
merchant-web-master/src/views/customerService/kefuMsg/index.vue
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <div style="display:flex;border: 1px solid #d7d7d7;width: 100%;"> |
| 5 | 5 | <div class="left_list"> |
| 6 | 6 | <div :class="index == msgListIndex ?'cardClick' :'card'" style="position: relative;" |
| 7 | - v-for="(item,index) in tableData" @click="getMsg(item.businessUserId,index)"> | |
| 7 | + v-for="(item,index) in tableData" @click="getMsg(item.businessUserId,index)" v-if="totle!=0" > | |
| 8 | 8 | <el-badge :value="item.num" :hidden="item.num ==0?true:false" |
| 9 | 9 | style="position: absolute;top: 65%;right:20px;"></el-badge> |
| 10 | 10 | <div style="display:flex;justify-content: space-between; margin-bottom: 10px;width: 100%;"> |
| ... | ... | @@ -15,6 +15,7 @@ |
| 15 | 15 | </div> |
| 16 | 16 | <div class="const">{{item.chatContent}}</div> |
| 17 | 17 | </div> |
| 18 | + <div v-if="totle==0" style="display: flex;justify-content: space-around;margin: 20px;font-size: 16px;">暂无消息对话</div> | |
| 18 | 19 | </div> |
| 19 | 20 | <div class="right_list" ref="commentsContainer" v-if="msgListIndex!=null"> |
| 20 | 21 | <div class="title_name">{{kehuName}}</div> |
| ... | ... | @@ -55,6 +56,7 @@ |
| 55 | 56 | data() { |
| 56 | 57 | return { |
| 57 | 58 | msg: '', |
| 59 | + totle:0, | |
| 58 | 60 | msgListIndex: null, |
| 59 | 61 | tableData: [], |
| 60 | 62 | msgList: [], |
| ... | ... | @@ -80,7 +82,7 @@ |
| 80 | 82 | if (this.msgListIndex !== null) { |
| 81 | 83 | this.getmsgList(this.sumkehu.businessUserId) |
| 82 | 84 | } |
| 83 | - }, 2000) | |
| 85 | + }, 30000) | |
| 84 | 86 | }) |
| 85 | 87 | |
| 86 | 88 | |
| ... | ... | @@ -97,6 +99,7 @@ |
| 97 | 99 | async getAll(formInline) { |
| 98 | 100 | const res = await shopGetList(); |
| 99 | 101 | this.tableData = res.data |
| 102 | + this.totle = this.tableData.length | |
| 100 | 103 | }, |
| 101 | 104 | async getmsgList(ids,val) { |
| 102 | 105 | const res = await shopGetDetails(ids) | ... | ... |
merchant-web-master/src/views/login/index.vue
| ... | ... | @@ -349,8 +349,8 @@ export default { |
| 349 | 349 | this.$message.error('请填写电话号码') |
| 350 | 350 | return |
| 351 | 351 | } |
| 352 | - const res = await getCode({ phone }) | |
| 353 | - if (res.code === '') { | |
| 352 | + const res = await getCode({phone:phone}) | |
| 353 | + if (res.code === '200') { | |
| 354 | 354 | this.$message({ |
| 355 | 355 | message: '发送成功,请注意查看手机短信', |
| 356 | 356 | type: 'success' |
| ... | ... | @@ -445,8 +445,10 @@ export default { |
| 445 | 445 | if (valid) { |
| 446 | 446 | this.loading = true |
| 447 | 447 | const data = { |
| 448 | - username: JM.encrypt(this.anthorForm.username), | |
| 449 | - code: JM.encrypt(this.anthorForm.code), | |
| 448 | + username: this.anthorForm.username , | |
| 449 | + // JM.encrypt(this.anthorForm.username), | |
| 450 | + code:this.anthorForm.code, | |
| 451 | + // JM.encrypt(this.anthorForm.code), | |
| 450 | 452 | rememberMe: this.anthorForm.rememberMe |
| 451 | 453 | } |
| 452 | 454 | this.$store |
| ... | ... | @@ -547,7 +549,7 @@ export default { |
| 547 | 549 | justify-content: space-around; |
| 548 | 550 | align-content: center; |
| 549 | 551 | width: 360px; |
| 550 | - margin-left: 8px; | |
| 552 | + // margin-left: 8px; | |
| 551 | 553 | } |
| 552 | 554 | .touchOne { |
| 553 | 555 | color: #666666; |
| ... | ... | @@ -575,8 +577,8 @@ export default { |
| 575 | 577 | .login-form { |
| 576 | 578 | border-radius: 6px; |
| 577 | 579 | background: #ffffff; |
| 578 | - width: 90%; | |
| 579 | - padding: 25px 25px 5px 25px; | |
| 580 | + // width: 90%; | |
| 581 | + padding: 25px 0 0 0 ; | |
| 580 | 582 | .el-input { |
| 581 | 583 | height: 38px; |
| 582 | 584 | input { | ... | ... |