Commit 6f82917244c795f4a93e6e3b79290a7cba71c9a4
Merge branch 'branch' of http://gitlab1.renniting.cn/web_developers/jy_parkingOS into branch
# Conflicts: # common/uni.css # pages.json
Showing
149 changed files
with
12597 additions
and
8727 deletions
Too many changes.
To preserve performance only 100 of 149 files are displayed.
.gitignore
pages.json
... | ... | @@ -163,4 +163,280 @@ |
163 | 163 | } |
164 | 164 | ] |
165 | 165 | } |
166 | + "leftWindow": { | |
167 | + "path": "windows/left-window.vue", | |
168 | + "style": { | |
169 | + "width": "350px" | |
170 | + } | |
171 | + }, | |
172 | + "topWindow": { | |
173 | + "path": "windows/top-window.vue", | |
174 | + "style": { | |
175 | + "height": "60px" | |
176 | + } | |
177 | + }, | |
178 | + "pages": [ | |
179 | + // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages | |
180 | + { | |
181 | + "path": "pages/businessCard/buyCard", | |
182 | + "style": { | |
183 | + "navigationBarTitleText": "商户卡券购买" | |
184 | + } | |
185 | + }, | |
186 | + { | |
187 | + "path": "pages/businessCard/businessCard", | |
188 | + "style": { | |
189 | + "navigationBarTitleText": "商户卡券" | |
190 | + } | |
191 | + }, | |
192 | + { | |
193 | + "path": "pages/parkRecordList/recordDetail", | |
194 | + "style": { | |
195 | + "navigationBarTitleText": "订单详情" | |
196 | + } | |
197 | + }, | |
198 | + { | |
199 | + "path": "pages/parkRecordList/parkRecordList", | |
200 | + "style": { | |
201 | + "navigationBarTitleText": "停车记录" | |
202 | + } | |
203 | + }, | |
204 | + { | |
205 | + "path": "pages/parkPay/parkPay", | |
206 | + "style": { | |
207 | + "navigationBarTitleText": "支付" | |
208 | + } | |
209 | + }, | |
210 | + { | |
211 | + "path": "pages/inputCarNumber/inputCarNumber", | |
212 | + "style": { | |
213 | + "navigationBarTitleText": "停车缴费" | |
214 | + } | |
215 | + }, | |
216 | + { | |
217 | + "path": "pages/moneyRecharge/moneyRecharge", | |
218 | + "style": { | |
219 | + "navigationBarTitleText": "钱包充值" | |
220 | + } | |
221 | + }, | |
222 | + { | |
223 | + "path": "pages/tabBar/component/component", | |
224 | + "style": { | |
225 | + "navigationBarTitleText": "内置组件", | |
226 | + "app-plus": { | |
227 | + "bounce": "vertical", | |
228 | + "titleNView": { | |
229 | + "buttons": [{ | |
230 | + "text": "\ue534", | |
231 | + "fontSrc": "/static/uni.ttf", | |
232 | + "fontSize": "22px", | |
233 | + "color": "#FFFFFF" | |
234 | + }] | |
235 | + } | |
236 | + } | |
237 | + } | |
238 | + }, | |
239 | + { | |
240 | + "path": "pages/tabBar/extUI/extUI", | |
241 | + "style": { | |
242 | + "navigationBarTitleText": "扩展组件", | |
243 | + "app-plus": { | |
244 | + "titleNView": { | |
245 | + "buttons": [{ | |
246 | + "text": "\ue534", | |
247 | + "fontSrc": "/static/uni.ttf", | |
248 | + "fontSize": "22px", | |
249 | + "color": "#FFFFFF" | |
250 | + }] | |
251 | + } | |
252 | + } | |
253 | + } | |
254 | + }, | |
255 | + { | |
256 | + "path": "pages/rechargeDetail/rechargeDetail", | |
257 | + "style": { | |
258 | + "navigationBarTitleText": "充值明细" | |
259 | + } | |
260 | + }, | |
261 | + { | |
262 | + "path": "pages/rechargeDetail/outDetail", | |
263 | + "style": { | |
264 | + "navigationBarTitleText": "账单详情" | |
265 | + } | |
266 | + }, | |
267 | + { | |
268 | + "path": "pages/index/index", | |
269 | + "style": { | |
270 | + "navigationBarTitleText": "商户管理" | |
271 | + } | |
272 | + }, { | |
273 | + "path": "pages/login/login", | |
274 | + "style": { | |
275 | + "navigationBarTitleText": "商户中心", | |
276 | + "enablePullDownRefresh": false | |
277 | + } | |
278 | + | |
279 | + }, { | |
280 | + "path": "pages/setting/setting", | |
281 | + "style": { | |
282 | + "navigationBarTitleText": "设置", | |
283 | + "enablePullDownRefresh": false | |
284 | + } | |
285 | + | |
286 | + }, { | |
287 | + "path": "pages/manuals/manuals", | |
288 | + "style": { | |
289 | + "navigationBarTitleText": "使用指南", | |
290 | + "enablePullDownRefresh": false | |
291 | + } | |
292 | + | |
293 | + }, { | |
294 | + "path": "pages/aboutOur/aboutOur", | |
295 | + "style": { | |
296 | + "navigationBarTitleText": "关于我们", | |
297 | + "enablePullDownRefresh": false | |
298 | + } | |
299 | + | |
300 | + }, | |
301 | + { | |
302 | + "path": "pages/invoiceClaim/invoiceClaim", | |
303 | + "style": { | |
304 | + "navigationBarTitleText": "发票申领", | |
305 | + "enablePullDownRefresh": false | |
306 | + } | |
307 | + | |
308 | + }, { | |
309 | + "path": "pages/billing/billing", | |
310 | + "style": { | |
311 | + "navigationBarTitleText": "发票申领", | |
312 | + "enablePullDownRefresh": false | |
313 | + } | |
314 | + | |
315 | + }, { | |
316 | + "path": "pages/invoiceRecord/invoiceRecord", | |
317 | + "style": { | |
318 | + "navigationBarTitleText": "开票历史", | |
319 | + "enablePullDownRefresh": false | |
320 | + } | |
321 | + | |
322 | + }, { | |
323 | + "path": "pages/invoiceForm/invoiceForm", | |
324 | + "style": { | |
325 | + "navigationBarTitleText": "开票历史", | |
326 | + "enablePullDownRefresh": false | |
327 | + } | |
328 | + | |
329 | + }, { | |
330 | + "path": "pages/elecRecord/elecRecord", | |
331 | + "style": { | |
332 | + "navigationBarTitleText": "电子包含记录", | |
333 | + "enablePullDownRefresh": false | |
334 | + } | |
335 | + | |
336 | + }, { | |
337 | + "path": "pages/invoicePreview/invoicePreview", | |
338 | + "style": { | |
339 | + "navigationBarTitleText": "发票预览", | |
340 | + "enablePullDownRefresh": false | |
341 | + } | |
342 | + | |
343 | + } | |
344 | + ,{ | |
345 | + "path" : "pages/invoiceInformation/invoiceInformation", | |
346 | + "style" : | |
347 | + { | |
348 | + "navigationBarTitleText": "开票信息确认", | |
349 | + "enablePullDownRefresh": false | |
350 | + } | |
351 | + | |
352 | + } | |
353 | + ,{ | |
354 | + "path" : "pages/invoiceTitle/invoiceTitle", | |
355 | + "style" : | |
356 | + { | |
357 | + "navigationBarTitleText": "发票抬头", | |
358 | + "enablePullDownRefresh": false | |
359 | + } | |
360 | + | |
361 | + } | |
362 | + ,{ | |
363 | + "path" : "pages/companyMsg/companyMsg", | |
364 | + "style" : | |
365 | + { | |
366 | + "navigationBarTitleText": "详情", | |
367 | + "enablePullDownRefresh": false | |
368 | + } | |
369 | + | |
370 | + } | |
371 | + ,{ | |
372 | + "path" : "pages/addTitle/addTitle", | |
373 | + "style" : | |
374 | + { | |
375 | + "navigationBarTitleText": "添加抬头", | |
376 | + "enablePullDownRefresh": false | |
377 | + } | |
378 | + | |
379 | + } | |
380 | + ,{ | |
381 | + "path" : "pages/editTitle/editTitle", | |
382 | + "style" : | |
383 | + { | |
384 | + "navigationBarTitleText": "编辑抬头", | |
385 | + "enablePullDownRefresh": false | |
386 | + } | |
387 | + | |
388 | + } | |
389 | + ,{ | |
390 | + "path" : "pages/creditRating/creditRating", | |
391 | + "style" : | |
392 | + { | |
393 | + "navigationBarTitleText": "信用等级", | |
394 | + "enablePullDownRefresh": false | |
395 | + } | |
396 | + | |
397 | + } | |
398 | + ,{ | |
399 | + "path" : "pages/nameAuthentication/nameAuthentication", | |
400 | + "style" : | |
401 | + { | |
402 | + "navigationBarTitleText": "实名认证", | |
403 | + "enablePullDownRefresh": false | |
404 | + } | |
405 | + | |
406 | + } | |
407 | + ], | |
408 | + "globalStyle": { | |
409 | + "navigationBarTextStyle": "black", | |
410 | + "navigationBarTitleText": "停车小码头", | |
411 | + "navigationBarBackgroundColor": "#F8F8F8", | |
412 | + "backgroundColor": "#F8F8F8", | |
413 | + "pageOrientation": "portrait", | |
414 | + "mp-360": { | |
415 | + "navigationStyle": "custom" | |
416 | + }, | |
417 | + "h5": { | |
418 | + "maxWidth": 1190, | |
419 | + "navigationBarTextStyle": "black", | |
420 | + "navigationBarBackgroundColor": "#F1F1F1" | |
421 | + } | |
422 | + }, | |
423 | + "tabBar": { | |
424 | + "color": "#7A7E83", | |
425 | + "selectedColor": "#007AFF", | |
426 | + "borderStyle": "black", | |
427 | + "backgroundColor": "#FFF", | |
428 | + "list": [{ | |
429 | + "pagePath": "pages/tabBar/component/component", | |
430 | + "iconPath": "static/component.png", | |
431 | + "selectedIconPath": "static/componentHL.png", | |
432 | + "text": "内置组件" | |
433 | + }, | |
434 | + { | |
435 | + "pagePath": "pages/tabBar/extUI/extUI", | |
436 | + "iconPath": "static/extui.png", | |
437 | + "selectedIconPath": "static/extuiHL.png", | |
438 | + "text": "扩展组件" | |
439 | + } | |
440 | + ] | |
441 | + } | |
166 | 442 | } | ... | ... |
pages/aboutOur/aboutOur.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="about-content"> | |
4 | + <view class="text-center"> | |
5 | + <image class="logo" src="/static/logo.png"></image> | |
6 | + <view> | |
7 | + <view class="title">{{appName}}</view> | |
8 | + <view class="title-msg">{{apptitle}}</view> | |
9 | + </view> | |
10 | + </view> | |
11 | + <uni-list class=""> | |
12 | + <view class="recordCon uni-list-cell-pd"> | |
13 | + <text class="fontColor000">微信公众号</text> | |
14 | + <text>江阴慧停车</text> | |
15 | + </view> | |
16 | + <view class="recordCon uni-list-cell-pd"> | |
17 | + <text class="fontColor000">客服电话</text> | |
18 | + <text>400900800</text> | |
19 | + </view> | |
20 | + <view class="recordCon uni-list-cell-pd"> | |
21 | + <text class="fontColor000">门户网站</text> | |
22 | + <text>暂无</text> | |
23 | + </view> | |
24 | + </uni-list> | |
25 | + | |
26 | + <view class="info"> | |
27 | + | |
28 | + <view class=""> | |
29 | + <view class="titleinfo">江阴慧停车版权所有</view> | |
30 | + <view class="titleinfo">All Rights Reserved</view> | |
31 | + </view> | |
32 | + | |
33 | + </view> | |
34 | + </view> | |
35 | + | |
36 | + </view> | |
37 | +</template> | |
38 | + | |
39 | +<script> | |
40 | + export default { | |
41 | + data() { | |
42 | + return { | |
43 | + appName: '江阴慧停车', | |
44 | + apptitle: '江阴慧停车·智慧便捷', | |
45 | + } | |
46 | + }, | |
47 | + methods: { | |
48 | + | |
49 | + } | |
50 | + } | |
51 | +</script> | |
52 | + | |
53 | +<style lang="scss"> | |
54 | + .about-content { | |
55 | + // padding-top: 30rpx; | |
56 | + background-color: #f6f6f6; | |
57 | + height: 100vh; | |
58 | + } | |
59 | + | |
60 | + .logo { | |
61 | + height: 200upx; | |
62 | + width: 200upx; | |
63 | + margin-top: 50upx; | |
64 | + } | |
65 | + | |
66 | + .title { | |
67 | + font-size: 32upx; | |
68 | + color: #000; | |
69 | + font-weight: 400; | |
70 | + } | |
71 | + | |
72 | + .title-msg { | |
73 | + font-size: 26upx; | |
74 | + color: #8d8d8d; | |
75 | + margin-bottom: 30upx; | |
76 | + } | |
77 | + | |
78 | + .fontColor000 { | |
79 | + color: #000; | |
80 | + } | |
81 | + | |
82 | + .recordCon { | |
83 | + color: #999; | |
84 | + display: flex; | |
85 | + justify-content: space-between; | |
86 | + border-bottom: 2px solid #f6f6f6; | |
87 | + } | |
88 | + | |
89 | + .info { | |
90 | + width: 100%; | |
91 | + bottom: 50px; | |
92 | + text-align: center; | |
93 | + position: absolute; | |
94 | + } | |
95 | + | |
96 | + .info { | |
97 | + width: 100%; | |
98 | + bottom: 50px; | |
99 | + text-align: center; | |
100 | + position: absolute; | |
101 | + } | |
102 | + | |
103 | + .titleinfo { | |
104 | + font-size: 20upx; | |
105 | + | |
106 | + } | |
107 | +</style> | ... | ... |
pages/addTitle/addTitle.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <uni-section title="抬头类型" type="line"> | |
4 | + <view class="uni-list"> | |
5 | + <radio-group @change="radioChange"> | |
6 | + <label class="uni-list-cell uni-list-cell-pd" v-for="(item, index) in items" :key="item.value"> | |
7 | + <view> | |
8 | + <radio :value="item.value" :checked="index === current" /> | |
9 | + </view> | |
10 | + <view style="flex: 1;">{{item.name}}</view> | |
11 | + </label> | |
12 | + </radio-group> | |
13 | + </view> | |
14 | + </uni-section> | |
15 | + <uni-section title="发票详情" type="line"> | |
16 | + <view class="paddinglr30"> | |
17 | + <!-- 基础用法,不包含校验规则 --> | |
18 | + <uni-forms ref="baseForm" :rules="rules" :modelValue="baseFormData"> | |
19 | + <uni-forms-item label="发票抬头" name="invoicetitle" required> | |
20 | + <uni-easyinput v-model="baseFormData.invoicetitle" placeholder="请输入发票抬头" /> | |
21 | + </uni-forms-item> | |
22 | + <uni-forms-item label="纳税人识别号" name="userId" required> | |
23 | + <uni-easyinput v-model="baseFormData.userId" placeholder="请输入纳税人识别号" /> | |
24 | + </uni-forms-item> | |
25 | + <uni-forms-item label="注册地址"> | |
26 | + <uni-easyinput v-model="baseFormData.address" placeholder="请输入注册地址" /> | |
27 | + </uni-forms-item> | |
28 | + <uni-forms-item label="注册电话"> | |
29 | + <uni-easyinput v-model="baseFormData.telphone" placeholder="请输入注册电话" /> | |
30 | + </uni-forms-item> | |
31 | + <uni-forms-item label="开户行"> | |
32 | + <uni-easyinput v-model="baseFormData.bank" placeholder="请输入开户行" /> | |
33 | + </uni-forms-item> | |
34 | + <uni-forms-item label="开户账号"> | |
35 | + <uni-easyinput v-model="baseFormData.bankAccount" placeholder="请输入开户账号" /> | |
36 | + </uni-forms-item> | |
37 | + <uni-forms-item label="电子邮箱" name="email" required> | |
38 | + <uni-easyinput v-model="baseFormData.email" placeholder="请输入电子邮箱" /> | |
39 | + </uni-forms-item> | |
40 | + <uni-forms-item label="备注"> | |
41 | + <uni-easyinput type="textarea" v-model="baseFormData.remark" placeholder="备注" /> | |
42 | + </uni-forms-item> | |
43 | + <uni-section title="纸质票邮寄方式" type="line"> | |
44 | + <uni-forms-item label="邮寄地址" name="emsAdress" required=""> | |
45 | + <uni-easyinput v-model="baseFormData.emsAdress" placeholder="请输入邮寄地址" /> | |
46 | + </uni-forms-item> | |
47 | + <uni-forms-item label="联系人"> | |
48 | + <uni-easyinput v-model="baseFormData.emsUsername" placeholder="请输入联系人" /> | |
49 | + </uni-forms-item> | |
50 | + <uni-forms-item label="联系方式"> | |
51 | + <uni-easyinput v-model="baseFormData.emsTel" placeholder="请输入联系方式" /> | |
52 | + </uni-forms-item> | |
53 | + </uni-section> | |
54 | + </uni-forms> | |
55 | + | |
56 | + </view> | |
57 | + </uni-section> | |
58 | + <view class="paddinglr30 margin-top-30 uni-common-mb"> | |
59 | + <button type="primary" @click="submit('baseForm')">确认</button> | |
60 | + </view> | |
61 | + </view> | |
62 | +</template> | |
63 | + | |
64 | +<script> | |
65 | + export default { | |
66 | + data() { | |
67 | + return { | |
68 | + items: [{ | |
69 | + value: '1', | |
70 | + name: '个人' | |
71 | + }, | |
72 | + { | |
73 | + value: '2', | |
74 | + name: '企业' | |
75 | + }, | |
76 | + { | |
77 | + value: '3', | |
78 | + name: '非企业性单位' | |
79 | + }, | |
80 | + ], | |
81 | + current: 0, | |
82 | + baseFormData: { | |
83 | + invoicetitle: '', | |
84 | + userId: '', | |
85 | + address: '', | |
86 | + telphone: '', | |
87 | + bank: '', | |
88 | + bankAccount: '', | |
89 | + email: '', | |
90 | + remark: '', | |
91 | + emsAdress: '', | |
92 | + emsUsername: '', | |
93 | + emsTel: '', | |
94 | + }, | |
95 | + // 校验规则 | |
96 | + rules: { | |
97 | + invoicetitle: { | |
98 | + rules: [{ | |
99 | + required: true, | |
100 | + errorMessage: '发票抬头不能为空' | |
101 | + }] | |
102 | + }, | |
103 | + userId: { | |
104 | + rules: [{ | |
105 | + required: true, | |
106 | + errorMessage: '纳税人识别号不能为空' | |
107 | + }, { | |
108 | + format: 'number', | |
109 | + errorMessage: '纳税人识别号只能输入数字' | |
110 | + }] | |
111 | + }, | |
112 | + email: { | |
113 | + rules: [{ | |
114 | + required: true, | |
115 | + errorMessage: '电子邮箱不能为空' | |
116 | + }, ] | |
117 | + }, | |
118 | + emsAdress: { | |
119 | + rules: [{ | |
120 | + required: true, | |
121 | + errorMessage: '邮寄地址不能为空' | |
122 | + }, ] | |
123 | + }, | |
124 | + }, | |
125 | + }; | |
126 | + }, | |
127 | + onLoad() {}, | |
128 | + | |
129 | + onReady() { | |
130 | + // 设置自定义表单校验规则,必须在节点渲染完毕后执行 | |
131 | + this.$refs.baseForm.setRules(this.rules) | |
132 | + }, | |
133 | + | |
134 | + methods: { | |
135 | + radioChange: function(evt) { | |
136 | + for (let i = 0; i < this.items.length; i++) { | |
137 | + if (this.items[i].value === evt.detail.value) { | |
138 | + this.current = i; | |
139 | + break; | |
140 | + } | |
141 | + } | |
142 | + }, | |
143 | + submit(ref) { | |
144 | + this.$refs[ref].validate().then(res => { | |
145 | + console.log('success', res); | |
146 | + uni.showToast({ | |
147 | + title: `校验通过` | |
148 | + }) | |
149 | + }).catch(err => { | |
150 | + console.log('err', err); | |
151 | + }) | |
152 | + } | |
153 | + }, | |
154 | + } | |
155 | +</script> | |
156 | + | |
157 | +<style lang="scss"> | |
158 | + | |
159 | +</style> | ... | ... |
pages/billing/billing.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="billing-content"> | |
4 | + <view class="uni-title uni-common-mt uni-common-pl">开票类型</view> | |
5 | + <view class="uni-list"> | |
6 | + <radio-group @change="typeChange"> | |
7 | + <label class="uni-list-cell uni-list-cell-pd" v-for="(item, index) in items" :key="item.value"> | |
8 | + <view> | |
9 | + <radio :value="item.value" :checked="index === current" /> | |
10 | + </view> | |
11 | + <view>{{item.name}}</view> | |
12 | + </label> | |
13 | + </radio-group> | |
14 | + </view> | |
15 | + | |
16 | + <view class="paddinglr30 bg-white uni-text border-bottom-1 pos-rel" @click="detailClick"> | |
17 | + <view class="jy-fix-height34"> | |
18 | + <text class="color-black">抬头类型:</text> | |
19 | + <text class="color-black">公司</text> | |
20 | + </view> | |
21 | + <view class="jy-fix-height34"> | |
22 | + <text class="color-black">发票抬头:</text> | |
23 | + <text class="color-black">111</text> | |
24 | + </view> | |
25 | + <view class="jy-fix-height34"> | |
26 | + <text class="color-black">纳税人识别号:</text> | |
27 | + <text class="color-black">1111</text> | |
28 | + </view> | |
29 | + <view class="jy-fix-height34" v-if="current === 0"> | |
30 | + <text class="color-black">电子邮箱:</text> | |
31 | + <text class="color-black">111</text> | |
32 | + </view> | |
33 | + <view class="jy-fix-height34" v-if="current === 1"> | |
34 | + <text class="color-black">邮寄地址:</text> | |
35 | + <text class="color-black">北京市海淀区玲珑路中关村产业园15A三层</text> | |
36 | + </view> | |
37 | + <view class="jy-fix-height34" v-if="current === 1"> | |
38 | + <text class="color-black">联系方式:</text> | |
39 | + <text class="color-black">王旭 13810587647</text> | |
40 | + </view> | |
41 | + <view class="jy-fix-height34"> | |
42 | + <text class="color-black">备注:</text> | |
43 | + <text class="color-black">111</text> | |
44 | + </view> | |
45 | + | |
46 | + <view class="uni-icon pos-abs icon-arrowright uni-icon-arrowright"> | |
47 | + </view> | |
48 | + </view> | |
49 | + | |
50 | + <!-- 每项选择 --> | |
51 | + <view class="billing-list"> | |
52 | + <checkbox-group name="check" @change="changeCheck" class="check"> | |
53 | + <!-- 注意v-for不要设在checkbox-group上 --> | |
54 | + <label class="uni-list paddingl10 pos-rel" v-for="(item, index) in content" :key="item.id"> | |
55 | + <view class="jy-fix-height34"> | |
56 | + <checkbox :value="item.value" :checked="item.checked" /><text | |
57 | + class="margin-left-5">余额充值</text> | |
58 | + </view> | |
59 | + <view class="jy-fix-height34 paddinglr30 margin-left-5">{{item.name}}</view> | |
60 | + <view class="jy-fix-height34 paddinglr30 margin-left-5">{{item.time}}</view> | |
61 | + <view class="pos-abs billing-money"> | |
62 | + {{item.money}} | |
63 | + </view> | |
64 | + </label> | |
65 | + </checkbox-group> | |
66 | + </view> | |
67 | + <view class="billing-total"> | |
68 | + 您已选中0笔交易,共0元 | |
69 | + </view> | |
70 | + <!-- 全选 --> | |
71 | + <checkbox-group name="allCheck" @change="changeAll"> | |
72 | + <label class="billing-all paddinglr30"> | |
73 | + <checkbox :value="allCheck.value" :checked="allCheck.checked" /><text>{{allCheck.name}}</text> | |
74 | + <button type="primary" class="billing-submit" @click="billingSubmit">提交发票</button> | |
75 | + </label> | |
76 | + </checkbox-group> | |
77 | + | |
78 | + </view> | |
79 | + </view> | |
80 | +</template> | |
81 | + | |
82 | +<script> | |
83 | + export default { | |
84 | + data() { | |
85 | + return { | |
86 | + items: [{ | |
87 | + value: '1', | |
88 | + name: '增值税电子普通发票', | |
89 | + checked: 'true' | |
90 | + }, | |
91 | + { | |
92 | + value: '2', | |
93 | + name: '增值税纸质专用发票', | |
94 | + | |
95 | + } | |
96 | + ], | |
97 | + current: 0, | |
98 | + allCheck: { | |
99 | + name: '全选', | |
100 | + value: 'all', | |
101 | + checked: false | |
102 | + }, | |
103 | + content: [{ | |
104 | + name: '微信支付', | |
105 | + value: '1', | |
106 | + id: 1, | |
107 | + money: '5000', | |
108 | + time: '2022-01-12', | |
109 | + whether: true | |
110 | + }, | |
111 | + { | |
112 | + name: '微信支付', | |
113 | + value: '2', | |
114 | + money: '5000', | |
115 | + time: '2022-01-12', | |
116 | + id: 2, | |
117 | + whether: true | |
118 | + }, | |
119 | + { | |
120 | + name: '微信支付', | |
121 | + value: '2', | |
122 | + money: '5000', | |
123 | + time: '2022-01-12', | |
124 | + id: 2, | |
125 | + whether: true | |
126 | + }, | |
127 | + { | |
128 | + name: '微信支付', | |
129 | + value: '2', | |
130 | + money: '5000', | |
131 | + time: '2022-01-12', | |
132 | + id: 2, | |
133 | + whether: true | |
134 | + }, | |
135 | + { | |
136 | + name: '线下公对公', | |
137 | + value: '3', | |
138 | + money: '5000', | |
139 | + time: '2022-01-12', | |
140 | + id: 3, | |
141 | + whether: true | |
142 | + } | |
143 | + ] | |
144 | + | |
145 | + } | |
146 | + }, | |
147 | + methods: { | |
148 | + typeChange: function(evt) { | |
149 | + for (let i = 0; i < this.items.length; i++) { | |
150 | + if (this.items[i].value === evt.detail.value) { | |
151 | + this.current = i; | |
152 | + break; | |
153 | + } | |
154 | + } | |
155 | + }, | |
156 | + detailClick() { | |
157 | + uni.navigateTo({ | |
158 | + url: '../invoiceTitle/invoiceTitle' | |
159 | + | |
160 | + }); | |
161 | + }, | |
162 | + // 全选 | |
163 | + changeAll: function(e) { | |
164 | + if (e.detail.value.length == 0) { | |
165 | + this.content.map(item => this.$set(item, 'checked', false)); | |
166 | + this.$set(this.allCheck, 'checked', false); | |
167 | + } else { | |
168 | + this.content.map(item => this.$set(item, 'checked', true)); | |
169 | + this.$set(this.allCheck, 'checked', true); | |
170 | + } | |
171 | + }, | |
172 | + // 多选 | |
173 | + changeCheck: function(e) { | |
174 | + var items = this.content; | |
175 | + var len = this.content.length; | |
176 | + var values = e.detail.value; | |
177 | + // console.log(values) | |
178 | + for (var i = 0; i < len; i++) { | |
179 | + var item = items[i]; | |
180 | + if (values.includes(item.value)) { | |
181 | + this.$set(item, 'checked', true); | |
182 | + } else { | |
183 | + this.$set(item, 'checked', false); | |
184 | + } | |
185 | + } | |
186 | + // 判断选中状态 | |
187 | + var arr = []; | |
188 | + this.content.forEach(item => item.whether == true ? arr.push(item) : ''); | |
189 | + var isAll = arr.every(item => item.checked == true); | |
190 | + isAll ? this.$set(this.allCheck, 'checked', true) : this.$set(this.allCheck, 'checked', false) | |
191 | + }, | |
192 | + billingSubmit() { | |
193 | + | |
194 | + }, | |
195 | + | |
196 | + } | |
197 | + } | |
198 | +</script> | |
199 | + | |
200 | +<style lang="scss"> | |
201 | + .icon-arrowright { | |
202 | + color: #bbb; | |
203 | + // font-size: 20px; | |
204 | + right: 2upx; | |
205 | + top: 73px; | |
206 | + } | |
207 | + | |
208 | + .billing-list { | |
209 | + width: 100%; | |
210 | + margin-bottom: 82px; | |
211 | + } | |
212 | + | |
213 | + .billing-money { | |
214 | + top: 34px; | |
215 | + right: 20px; | |
216 | + height: 34px; | |
217 | + list-height: 34px; | |
218 | + // z-index: 1; | |
219 | + } | |
220 | + | |
221 | + .billing-total { | |
222 | + position: fixed; | |
223 | + bottom: 46px; | |
224 | + left: 0; | |
225 | + width: 100%; | |
226 | + height: 34px; | |
227 | + line-height: 34px; | |
228 | + // color: #51c24e; | |
229 | + background-color: #f2fded; | |
230 | + } | |
231 | + | |
232 | + .billing-all { | |
233 | + position: fixed; | |
234 | + bottom: 0; | |
235 | + left: 0; | |
236 | + width: 100%; | |
237 | + height: 46px; | |
238 | + line-height: 46px; | |
239 | + // font-size: 24px; | |
240 | + background-color: #f6f6f6; | |
241 | + } | |
242 | + | |
243 | + .billing-submit { | |
244 | + position: fixed; | |
245 | + bottom: 0; | |
246 | + right: 0; | |
247 | + width: 100px; | |
248 | + height: 46px; | |
249 | + line-height: 46px; | |
250 | + } | |
251 | +</style> | ... | ... |
pages/companyMsg/companyMsg.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="paddinglr30 bg-white uni-text margin-bottom-5"> | |
4 | + <view class="jy-fix-height34"> | |
5 | + <text class="color-black">抬头类型:</text> | |
6 | + <text class="color-black">公司</text> | |
7 | + </view> | |
8 | + </view> | |
9 | + <uni-section title="发票详情" type="line"> | |
10 | + <view class="uni-list"> | |
11 | + <view class="uni-list-cell jy-fix-height34"> | |
12 | + <view class="uni-list-cell-left"> | |
13 | + <text class="is-required">*</text>发票抬头: | |
14 | + </view> | |
15 | + <view class="uni-list-cell-db"> | |
16 | + 中兴智能交通股份有限公司 | |
17 | + </view> | |
18 | + </view> | |
19 | + <view class="uni-list-cell jy-fix-height34"> | |
20 | + <view class="uni-list-cell-left"> | |
21 | + <text class="is-required">*</text>纳税人识别号: | |
22 | + </view> | |
23 | + <view class="uni-list-cell-db"> | |
24 | + 123333 | |
25 | + </view> | |
26 | + </view> | |
27 | + <view class="uni-list-cell"> | |
28 | + <view class="uni-list-cell-left jy-fix-height34"> | |
29 | + 注册地址: | |
30 | + </view> | |
31 | + <view class="uni-list-cell-db uni-ellipsis-2"> | |
32 | + 北京市海淀区玲珑路中关村产业园北京市海淀区玲珑路中关村产业园 | |
33 | + </view> | |
34 | + </view> | |
35 | + <view class="uni-list-cell jy-fix-height34"> | |
36 | + <view class="uni-list-cell-left"> | |
37 | + 注册电话: | |
38 | + </view> | |
39 | + <view class="uni-list-cell-db"> | |
40 | + 123 | |
41 | + </view> | |
42 | + </view> | |
43 | + <view class="uni-list-cell"> | |
44 | + <view class="uni-list-cell-left jy-fix-height34"> | |
45 | + 开户行: | |
46 | + </view> | |
47 | + <view class="uni-list-cell-db uni-ellipsis-2"> | |
48 | + 北京市海淀区玲珑路中关村产业园北京市海淀区玲珑路中关村产业园 | |
49 | + </view> | |
50 | + </view> | |
51 | + <view class="uni-list-cell jy-fix-height34"> | |
52 | + <view class="uni-list-cell-left"> | |
53 | + 开户账号: | |
54 | + </view> | |
55 | + <view class="uni-list-cell-db"> | |
56 | + 1123村产业园 | |
57 | + </view> | |
58 | + </view> | |
59 | + <view class="uni-list-cell jy-fix-height34"> | |
60 | + <view class="uni-list-cell-left"> | |
61 | + <text class="is-required">*</text>电子邮箱: | |
62 | + </view> | |
63 | + <view class="uni-list-cell-db"> | |
64 | + 1123@qq.com | |
65 | + </view> | |
66 | + </view> | |
67 | + <view class="uni-list-cell jy-fix-height34"> | |
68 | + <view class="uni-list-cell-left"> | |
69 | + 备注: | |
70 | + </view> | |
71 | + <view class="uni-list-cell-db"> | |
72 | + 备注 | |
73 | + </view> | |
74 | + </view> | |
75 | + </view> | |
76 | + </uni-section> | |
77 | + | |
78 | + <uni-section title="纸质票邮寄方式" type="line"> | |
79 | + <view class="uni-list"> | |
80 | + <view class="uni-list-cell"> | |
81 | + <view class="uni-list-cell-left jy-fix-height34"> | |
82 | + 邮寄地址: | |
83 | + </view> | |
84 | + <view class="uni-list-cell-db uni-ellipsis-2"> | |
85 | + 北京市海淀区玲珑路中关村产业园北京市海淀区玲珑路中关村产业园 | |
86 | + </view> | |
87 | + </view> | |
88 | + <view class="uni-list-cell jy-fix-height34"> | |
89 | + <view class="uni-list-cell-left"> | |
90 | + 联系人: | |
91 | + </view> | |
92 | + <view class="uni-list-cell-db"> | |
93 | + 中兴智能交通股份有限公司 | |
94 | + </view> | |
95 | + </view> | |
96 | + <view class="uni-list-cell jy-fix-height34"> | |
97 | + <view class="uni-list-cell-left"> | |
98 | + 联系方式: | |
99 | + </view> | |
100 | + <view class="uni-list-cell-db"> | |
101 | + 13113131212 | |
102 | + </view> | |
103 | + </view> | |
104 | + </view> | |
105 | + </uni-section> | |
106 | + </view> | |
107 | +</template> | |
108 | + | |
109 | +<script> | |
110 | + export default { | |
111 | + data() { | |
112 | + return { | |
113 | + | |
114 | + }; | |
115 | + } | |
116 | + } | |
117 | +</script> | |
118 | + | |
119 | +<style lang="scss"> | |
120 | + | |
121 | +</style> | ... | ... |
pages/creditRating/creditRating.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <uni-section title="实名认证" type="line"> | |
4 | + <uni-list> | |
5 | + <uni-list-item title="信用等级" :rightText="ratingText" clickable showArrow @click="ratingCell()" /> | |
6 | + </uni-list> | |
7 | + </uni-section> | |
8 | + </view> | |
9 | +</template> | |
10 | + | |
11 | +<script> | |
12 | + export default { | |
13 | + data() { | |
14 | + return { | |
15 | + ratingText:"未认证" | |
16 | + }; | |
17 | + }, | |
18 | + methods:{ | |
19 | + ratingCell(){ | |
20 | + uni.navigateTo({ | |
21 | + url: '../nameAuthentication/nameAuthentication' | |
22 | + }); | |
23 | + } | |
24 | + } | |
25 | + } | |
26 | +</script> | |
27 | + | |
28 | +<style lang="scss"> | |
29 | + | |
30 | +</style> | ... | ... |
pages/editTitle/editTitle.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <uni-section title="抬头类型" type="line"> | |
4 | + <view class="uni-list"> | |
5 | + <radio-group @change="radioChange"> | |
6 | + <label class="uni-list-cell uni-list-cell-pd" v-for="(item, index) in items" :key="item.value"> | |
7 | + <view> | |
8 | + <radio :value="item.value" :checked="index === current" /> | |
9 | + </view> | |
10 | + <view style="flex: 1;">{{item.name}}</view> | |
11 | + </label> | |
12 | + </radio-group> | |
13 | + </view> | |
14 | + </uni-section> | |
15 | + <uni-section title="发票详情" type="line"> | |
16 | + <view class="paddinglr30"> | |
17 | + <!-- 包含校验规则 --> | |
18 | + <uni-forms ref="baseForm" :rules="rules" :modelValue="baseFormData"> | |
19 | + <uni-forms-item label="发票抬头" name="invoicetitle" required> | |
20 | + <uni-easyinput v-model="baseFormData.invoicetitle" placeholder="请输入发票抬头" /> | |
21 | + </uni-forms-item> | |
22 | + <uni-forms-item label="电子邮箱" name="email" required> | |
23 | + <uni-easyinput v-model="baseFormData.email" placeholder="请输入电子邮箱" /> | |
24 | + </uni-forms-item> | |
25 | + <uni-forms-item label="备注"> | |
26 | + <uni-easyinput type="textarea" v-model="baseFormData.remark" placeholder="备注" /> | |
27 | + </uni-forms-item> | |
28 | + <uni-section title="纸质票邮寄方式" type="line"> | |
29 | + <uni-forms-item label="邮寄地址" name="emsAdress" required=""> | |
30 | + <uni-easyinput v-model="baseFormData.emsAdress" placeholder="请输入邮寄地址" /> | |
31 | + </uni-forms-item> | |
32 | + <uni-forms-item label="联系人"> | |
33 | + <uni-easyinput v-model="baseFormData.emsUsername" placeholder="请输入联系人" /> | |
34 | + </uni-forms-item> | |
35 | + <uni-forms-item label="联系方式"> | |
36 | + <uni-easyinput v-model="baseFormData.emsTel" placeholder="请输入联系方式" /> | |
37 | + </uni-forms-item> | |
38 | + </uni-section> | |
39 | + </uni-forms> | |
40 | + | |
41 | + </view> | |
42 | + </uni-section> | |
43 | + <view class="paddinglr30 margin-top-30 uni-common-mb"> | |
44 | + <button type="primary" @click="submit('baseForm')">确认</button> | |
45 | + </view> | |
46 | + </view> | |
47 | +</template> | |
48 | + | |
49 | +<script> | |
50 | + export default { | |
51 | + data() { | |
52 | + return { | |
53 | + items: [{ | |
54 | + value: '1', | |
55 | + name: '个人' | |
56 | + }, | |
57 | + { | |
58 | + value: '2', | |
59 | + name: '企业' | |
60 | + }, | |
61 | + { | |
62 | + value: '3', | |
63 | + name: '非企业性单位' | |
64 | + }, | |
65 | + ], | |
66 | + current: 0, | |
67 | + baseFormData: { | |
68 | + invoicetitle: '', | |
69 | + email: '', | |
70 | + remark: '', | |
71 | + emsAdress: '', | |
72 | + emsUsername: '', | |
73 | + emsTel: '', | |
74 | + }, | |
75 | + // 校验规则 | |
76 | + rules: { | |
77 | + invoicetitle: { | |
78 | + rules: [{ | |
79 | + required: true, | |
80 | + errorMessage: '发票抬头不能为空' | |
81 | + }] | |
82 | + }, | |
83 | + email: { | |
84 | + rules: [{ | |
85 | + required: true, | |
86 | + errorMessage: '电子邮箱不能为空' | |
87 | + }, ] | |
88 | + }, | |
89 | + emsAdress: { | |
90 | + rules: [{ | |
91 | + required: true, | |
92 | + errorMessage: '邮寄地址不能为空' | |
93 | + }, ] | |
94 | + }, | |
95 | + }, | |
96 | + }; | |
97 | + }, | |
98 | + onLoad() {}, | |
99 | + | |
100 | + onReady() { | |
101 | + // 设置自定义表单校验规则,必须在节点渲染完毕后执行 | |
102 | + this.$refs.baseForm.setRules(this.rules) | |
103 | + }, | |
104 | + | |
105 | + methods: { | |
106 | + radioChange: function(evt) { | |
107 | + for (let i = 0; i < this.items.length; i++) { | |
108 | + if (this.items[i].value === evt.detail.value) { | |
109 | + this.current = i; | |
110 | + break; | |
111 | + } | |
112 | + } | |
113 | + }, | |
114 | + submit(ref) { | |
115 | + this.$refs[ref].validate().then(res => { | |
116 | + console.log('success', res); | |
117 | + uni.showToast({ | |
118 | + title: `校验通过` | |
119 | + }) | |
120 | + }).catch(err => { | |
121 | + console.log('err', err); | |
122 | + }) | |
123 | + } | |
124 | + }, | |
125 | + } | |
126 | +</script> | |
127 | + | |
128 | +<style lang="scss"> | |
129 | + | |
130 | +</style> | ... | ... |
pages/elecRecord/elecRecord.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="elec-content"> | |
4 | + <view class="elec-card bg-white"> | |
5 | + <view class="elec-card-left float-left"> | |
6 | + <view class="elec-card-msg">黄石肯特科技发展有限公司</view> | |
7 | + <view class="elec-card-msg">折扣券</view> | |
8 | + <view class="elec-card-msg">万达车场8折折扣券</view> | |
9 | + <view class="elec-card-msg">¥5元/张 X 15张</view> | |
10 | + </view> | |
11 | + <view class="elec-card-right float-right"> | |
12 | + <view class="elec-card-text"> | |
13 | + 75.00元 | |
14 | + </view> | |
15 | + </view> | |
16 | + </view> | |
17 | + <view class="elec-card bg-white"> | |
18 | + <view class="elec-card-left float-left"> | |
19 | + <view class="elec-card-msg">黄石肯特科技发展有限公司</view> | |
20 | + <view class="elec-card-msg">折扣券</view> | |
21 | + <view class="elec-card-msg">万达车场8折折扣券</view> | |
22 | + <view class="elec-card-msg">¥5元/张 X 15张</view> | |
23 | + </view> | |
24 | + <view class="elec-card-right float-right"> | |
25 | + <view class="elec-card-text"> | |
26 | + 75.00元 | |
27 | + </view> | |
28 | + </view> | |
29 | + </view> | |
30 | + </view> | |
31 | + </view> | |
32 | +</template> | |
33 | + | |
34 | +<script> | |
35 | + export default { | |
36 | + data() { | |
37 | + return { | |
38 | + | |
39 | + } | |
40 | + }, | |
41 | + methods: { | |
42 | + | |
43 | + } | |
44 | + } | |
45 | +</script> | |
46 | + | |
47 | +<style lang="scss"> | |
48 | + .elec-content { | |
49 | + width: 100%; | |
50 | + height: 100vh; | |
51 | + } | |
52 | + | |
53 | + .elec-card { | |
54 | + width: 100%; | |
55 | + height: 200upx; | |
56 | + padding: 22upx 30upx; | |
57 | + line-height: 32upx; | |
58 | + border-bottom: 1px solid #e5e5e5; | |
59 | + } | |
60 | + | |
61 | + .elec-card-left { | |
62 | + width: 70%; | |
63 | + height: 200upx; | |
64 | + | |
65 | + } | |
66 | + | |
67 | + .elec-card-right { | |
68 | + width: 30%; | |
69 | + height: 200upx; | |
70 | + line-height: 200upx; | |
71 | + } | |
72 | + | |
73 | + .elec-card-msg { | |
74 | + line-height: 50upx; | |
75 | + color: rgba(0, 0, 0, .7); | |
76 | + | |
77 | + } | |
78 | + | |
79 | + .elec-card-text { | |
80 | + font-size: 32upx; | |
81 | + font-weight: bold; | |
82 | + } | |
83 | +</style> | ... | ... |
pages/index/index.vue
1 | 1 | <template> |
2 | - <view> | |
2 | + <view class="bg-white"> | |
3 | 3 | <view class="index-top"> |
4 | 4 | <view v-if="userIsLogin"> |
5 | - <view> | |
5 | + <view style="z-index: 2;"> | |
6 | 6 | <image src="http://122.152.205.72:88/group1/M00/00/05/CpoxxFw_-5-AFyVyAABLIH8xBTw233.png" |
7 | 7 | class="face"></image> |
8 | 8 | <view class="username">张三</view> |
... | ... | @@ -44,13 +44,18 @@ |
44 | 44 | </view> |
45 | 45 | <view class="index-title">卡券管理</view> |
46 | 46 | </view> |
47 | - <view class="flex-item"> | |
47 | + <view class="flex-item" @click="toInvoicePage"> | |
48 | 48 | <view class=""> |
49 | 49 | <image src="../../static/me/me-fapao.png" class="index-icon"></image> |
50 | 50 | </view> |
51 | 51 | <view class="index-title">发票申领</view> |
52 | 52 | </view> |
53 | - | |
53 | + <view class="flex-item" @click="toRatingPage"> | |
54 | + <view class=""> | |
55 | + <image src="../../static/me/me-aboutus.png" class="index-icon"></image> | |
56 | + </view> | |
57 | + <view class="index-title">信用等级</view> | |
58 | + </view> | |
54 | 59 | </view> |
55 | 60 | </view> |
56 | 61 | </view> |
... | ... | @@ -77,7 +82,19 @@ |
77 | 82 | url: '../setting/setting' |
78 | 83 | |
79 | 84 | }); |
80 | - } | |
85 | + }, | |
86 | + toInvoicePage() { | |
87 | + uni.navigateTo({ | |
88 | + url: '../invoiceClaim/invoiceClaim' | |
89 | + | |
90 | + }); | |
91 | + }, | |
92 | + toRatingPage() { | |
93 | + uni.navigateTo({ | |
94 | + url: '../creditRating/creditRating' | |
95 | + | |
96 | + }); | |
97 | + }, | |
81 | 98 | } |
82 | 99 | } |
83 | 100 | </script> |
... | ... | @@ -85,9 +102,10 @@ |
85 | 102 | <style lang="scss"> |
86 | 103 | .index-top { |
87 | 104 | height: 200upx; |
88 | - background-color: #2f68d5; | |
105 | + background-color: #2d7bf7; | |
89 | 106 | position: relative; |
90 | 107 | text-align: center; |
108 | + z-index: 2; | |
91 | 109 | } |
92 | 110 | |
93 | 111 | .index-top:after { |
... | ... | @@ -99,7 +117,7 @@ |
99 | 117 | z-index: -1; |
100 | 118 | content: ''; |
101 | 119 | border-radius: 0 0 50% 50%; |
102 | - background: linear-gradient(#2f68d5, #2f68d5); | |
120 | + background: linear-gradient(#2d7bf7, #2d7bf7); | |
103 | 121 | } |
104 | 122 | |
105 | 123 | .face { |
... | ... | @@ -116,7 +134,7 @@ |
116 | 134 | line-height: 50upx; |
117 | 135 | text-align: center; |
118 | 136 | color: #fff; |
119 | - | |
137 | + z-index: 2; | |
120 | 138 | } |
121 | 139 | |
122 | 140 | .set-wapper { |
... | ... | @@ -124,6 +142,7 @@ |
124 | 142 | position: absolute; |
125 | 143 | top: 30upx; |
126 | 144 | right: 50upx; |
145 | + z-index: 2; | |
127 | 146 | } |
128 | 147 | |
129 | 148 | .settings { |
... | ... | @@ -133,7 +152,7 @@ |
133 | 152 | |
134 | 153 | .index-menu { |
135 | 154 | width: 100%; |
136 | - height: 240upx; | |
155 | + height: 440upx; | |
137 | 156 | margin-top: 160upx; |
138 | 157 | } |
139 | 158 | ... | ... |
pages/invoiceClaim/invoiceClaim.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="claim-content"> | |
4 | + <uni-list> | |
5 | + <uni-list-item title="充值发票" note="支持账户余额充值金额开具发票" clickable showArrow @click="payCell()" /> | |
6 | + <uni-list-item title="开票历史" clickable showArrow @click="recordCell()" /> | |
7 | + </uni-list> | |
8 | + </view> | |
9 | + </view> | |
10 | +</template> | |
11 | + | |
12 | +<script> | |
13 | + export default { | |
14 | + data() { | |
15 | + return { | |
16 | + | |
17 | + } | |
18 | + }, | |
19 | + methods: { | |
20 | + payCell(){ | |
21 | + uni.navigateTo({ | |
22 | + url: '../billing/billing' | |
23 | + | |
24 | + }); | |
25 | + }, | |
26 | + recordCell() { | |
27 | + uni.navigateTo({ | |
28 | + url: '../invoiceRecord/invoiceRecord' | |
29 | + | |
30 | + }); | |
31 | + } | |
32 | + } | |
33 | + } | |
34 | +</script> | |
35 | + | |
36 | +<style> | |
37 | + | |
38 | +</style> | ... | ... |
pages/invoiceForm/invoiceForm.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <uni-notice-bar backgroundColor="#f2fded" color="#51c24e" single showIcon text="已发送电子邮箱"></uni-notice-bar> | |
4 | + <uni-list> | |
5 | + <uni-list-item title="发票预览" clickable showArrow @click="previewCell" /> | |
6 | + </uni-list> | |
7 | + | |
8 | + <uni-list> | |
9 | + <view class="recordCon uni-list-cell-pd"> | |
10 | + <text class="color-black">发票信息</text> | |
11 | + </view> | |
12 | + <view class="recordCon uni-list-cell-pd"> | |
13 | + <text>电子邮箱:{{invoiceInfo.email}}</text> | |
14 | + </view> | |
15 | + </uni-list> | |
16 | + | |
17 | + <view class="bg-white border-bottom-1 pos-rel" @click="recordClick"> | |
18 | + <view class="recordCon uni-list-cell-pd"> | |
19 | + <text class="color-black">发票包含内容</text> | |
20 | + </view> | |
21 | + <view class="recordCon uni-list-cell-pd"> | |
22 | + <text>该发票包含{{invoiceInfo.number}}笔交易</text> | |
23 | + </view> | |
24 | + <view class="uni-icon pos-abs icon-arrowright uni-icon-arrowright"> | |
25 | + </view> | |
26 | + </view> | |
27 | + | |
28 | + <view class="margin-top-30"> | |
29 | + <button type="primary" class="tel-btn">重发邮件</button> | |
30 | + <button class="tel-btn" v-if="tel.length>0" type="primary" plain="true" @click="call">客服电话:{{tel}}</button> | |
31 | + </view> | |
32 | + | |
33 | + </view> | |
34 | +</template> | |
35 | + | |
36 | +<script> | |
37 | + export default { | |
38 | + data() { | |
39 | + return { | |
40 | + invoiceInfo: { | |
41 | + email: '123456@qq.com', | |
42 | + number: 0 | |
43 | + }, | |
44 | + tel: '400-6345688' | |
45 | + } | |
46 | + }, | |
47 | + methods: { | |
48 | + previewCell() { | |
49 | + uni.navigateTo({ | |
50 | + url: '../invoicePreview/invoicePreview' | |
51 | + | |
52 | + }); | |
53 | + }, | |
54 | + recordClick() { | |
55 | + uni.navigateTo({ | |
56 | + url: '../elecRecord/elecRecord' | |
57 | + | |
58 | + }); | |
59 | + }, | |
60 | + } | |
61 | + } | |
62 | +</script> | |
63 | + | |
64 | +<style lang="scss"> | |
65 | + .icon-arrowright { | |
66 | + color: #bbb; | |
67 | + font-size: 20px; | |
68 | + right: 2upx; | |
69 | + top: 60upx; | |
70 | + } | |
71 | + | |
72 | + .tel-btn { | |
73 | + width: 90%; | |
74 | + margin: 30upx auto; | |
75 | + } | |
76 | +</style> | ... | ... |
pages/invoiceInformation/invoiceInformation.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="uni-list"> | |
4 | + <view class="uni-list-cell jy-fix-height34"> | |
5 | + <view class="uni-list-cell-left"> | |
6 | + 开票类型: | |
7 | + </view> | |
8 | + <view class="uni-list-cell-db"> | |
9 | + 增值税电子普通发票 | |
10 | + </view> | |
11 | + </view> | |
12 | + <view class="uni-list-cell jy-fix-height34"> | |
13 | + <view class="uni-list-cell-left"> | |
14 | + 抬头类型: | |
15 | + </view> | |
16 | + <view class="uni-list-cell-db"> | |
17 | + 公司 | |
18 | + </view> | |
19 | + </view> | |
20 | + </view> | |
21 | + | |
22 | + <uni-section title="发票详情" type="line"> | |
23 | + <view class="uni-list"> | |
24 | + <view class="uni-list-cell jy-fix-height34"> | |
25 | + <view class="uni-list-cell-left"> | |
26 | + <text class="is-required">*</text>发票抬头: | |
27 | + </view> | |
28 | + <view class="uni-list-cell-db"> | |
29 | + 中兴智能交通股份有限公司 | |
30 | + </view> | |
31 | + </view> | |
32 | + <view class="uni-list-cell jy-fix-height34"> | |
33 | + <view class="uni-list-cell-left"> | |
34 | + <text class="is-required">*</text>纳税人识别号: | |
35 | + </view> | |
36 | + <view class="uni-list-cell-db"> | |
37 | + 123333 | |
38 | + </view> | |
39 | + </view> | |
40 | + <view class="uni-list-cell"> | |
41 | + <view class="uni-list-cell-left jy-fix-height34"> | |
42 | + 注册地址: | |
43 | + </view> | |
44 | + <view class="uni-list-cell-db"> | |
45 | + 北京市海淀区玲珑路中关村产业园 | |
46 | + </view> | |
47 | + </view> | |
48 | + <view class="uni-list-cell jy-fix-height34"> | |
49 | + <view class="uni-list-cell-left"> | |
50 | + 注册电话: | |
51 | + </view> | |
52 | + <view class="uni-list-cell-db"> | |
53 | + 123 | |
54 | + </view> | |
55 | + </view> | |
56 | + <view class="uni-list-cell"> | |
57 | + <view class="uni-list-cell-left jy-fix-height34"> | |
58 | + 开户行: | |
59 | + </view> | |
60 | + <view class="uni-list-cell-db uni-ellipsis-2"> | |
61 | + 北京市海淀区玲珑路中关村产业园北京市海淀区玲珑路中关村产业园 | |
62 | + </view> | |
63 | + </view> | |
64 | + <view class="uni-list-cell jy-fix-height34"> | |
65 | + <view class="uni-list-cell-left"> | |
66 | + 开户账号: | |
67 | + </view> | |
68 | + <view class="uni-list-cell-db"> | |
69 | + 1123村产业园 | |
70 | + </view> | |
71 | + </view> | |
72 | + <view class="uni-list-cell jy-fix-height34"> | |
73 | + <view class="uni-list-cell-left"> | |
74 | + <text class="is-required">*</text>电子邮箱: | |
75 | + </view> | |
76 | + <view class="uni-list-cell-db"> | |
77 | + 1123@qq.com | |
78 | + </view> | |
79 | + </view> | |
80 | + <view class="uni-list-cell jy-fix-height34"> | |
81 | + <view class="uni-list-cell-left"> | |
82 | + 备注: | |
83 | + </view> | |
84 | + <view class="uni-list-cell-db"> | |
85 | + 备注 | |
86 | + </view> | |
87 | + </view> | |
88 | + <view class="uni-list-cell jy-fix-height34"> | |
89 | + <view class="uni-list-cell-left fontweightBold"> | |
90 | + 开票金额: | |
91 | + </view> | |
92 | + <view class="uni-list-cell-db fontweightBold"> | |
93 | + 5000元 | |
94 | + </view> | |
95 | + </view> | |
96 | + | |
97 | + </view> | |
98 | + </uni-section> | |
99 | + <uni-section title="提示:" type="line"> | |
100 | + <view class="paddinglr30 recordCon"> | |
101 | + 1.若所选开票记录分属多家运营公司,您会收到多张电子发票; | |
102 | + </view> | |
103 | + <view class="paddinglr30 recordCon"> | |
104 | + 2.根据国家发票管理办法,请您提供真实有效的开票信息,感谢您的配合。 | |
105 | + </view> | |
106 | + </uni-section> | |
107 | + | |
108 | + <view class="margin-top-30"> | |
109 | + <button type="primary" class="tel-btn">确认</button> | |
110 | + | |
111 | + </view> | |
112 | + </view> | |
113 | +</template> | |
114 | + | |
115 | +<script> | |
116 | + export default { | |
117 | + data() { | |
118 | + return { | |
119 | + // 基础表单数据 | |
120 | + baseFormData: { | |
121 | + name: '', | |
122 | + age: '', | |
123 | + introduction: '', | |
124 | + sex: 2, | |
125 | + hobby: [5], | |
126 | + datetimesingle: 1627529992399 | |
127 | + }, | |
128 | + } | |
129 | + } | |
130 | + } | |
131 | +</script> | |
132 | + | |
133 | +<style lang="scss"> | |
134 | + .tel-btn { | |
135 | + width: 90%; | |
136 | + margin: 30upx auto; | |
137 | + } | |
138 | +</style> | ... | ... |
pages/invoicePreview/invoicePreview.vue
0 → 100644
pages/invoiceRecord/invoiceRecord.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="record-content"> | |
4 | + <view class="bg-white border-bottom-1 pos-rel" @click="payClick"> | |
5 | + <view class="recordCon uni-list-cell-pd"> | |
6 | + <text class="color-black">余额充值</text> | |
7 | + <text>已发送电子邮箱</text> | |
8 | + </view> | |
9 | + <view class="recordCon uni-list-cell-pd"> | |
10 | + <text>2020-10-01 01:01:01</text> | |
11 | + <text>¥3.00</text> | |
12 | + </view> | |
13 | + <view class="uni-icon pos-abs icon-arrowright uni-icon-arrowright"> | |
14 | + </view> | |
15 | + </view> | |
16 | + <view class="bg-white pos-rel" @click="payClick"> | |
17 | + <view class="recordCon uni-list-cell-pd"> | |
18 | + <text class="color-black">余额充值</text> | |
19 | + <text>已发送电子邮箱</text> | |
20 | + </view> | |
21 | + <view class="recordCon uni-list-cell-pd"> | |
22 | + <text>2020-10-01 01:01:01</text> | |
23 | + <text>¥3.00</text> | |
24 | + </view> | |
25 | + <view class="uni-icon pos-abs icon-arrowright uni-icon-arrowright"> | |
26 | + </view> | |
27 | + </view> | |
28 | + | |
29 | + </view> | |
30 | + </view> | |
31 | +</template> | |
32 | + | |
33 | +<script> | |
34 | + export default { | |
35 | + data() { | |
36 | + return { | |
37 | + | |
38 | + } | |
39 | + }, | |
40 | + methods: { | |
41 | + payClick() { | |
42 | + uni.navigateTo({ | |
43 | + url: '../invoiceForm/invoiceForm' | |
44 | + | |
45 | + }); | |
46 | + }, | |
47 | + } | |
48 | + } | |
49 | +</script> | |
50 | + | |
51 | +<style lang="scss"> | |
52 | + .icon-arrowright { | |
53 | + color: #bbb; | |
54 | + font-size: 20px; | |
55 | + right: 2upx; | |
56 | + top: 60upx; | |
57 | + } | |
58 | +</style> | ... | ... |
pages/invoiceTitle/invoiceTitle.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view> | |
4 | + | |
5 | + <view class="uni-list"> | |
6 | + <radio-group @change="titleChange"> | |
7 | + <label class="display-block border-bottom-5" v-for="(item, index) in items" :key="item.value"> | |
8 | + <view class="elec-card bg-white"> | |
9 | + <view class="elec-card-left float-left"> | |
10 | + <view class="elec-card-msg">黄石肯特科技发展有限公司</view> | |
11 | + <view class="elec-card-msg">发票类型:公司</view> | |
12 | + </view> | |
13 | + <view class="elec-card-right float-right"> | |
14 | + <button class="mini-btn color-62c7ee" type="primary" size="mini">去使用</button> | |
15 | + </view> | |
16 | + </view> | |
17 | + <view class="uni-list-cell uni-list-cell-pd"> | |
18 | + <view> | |
19 | + <radio :value="item.value" :checked="index === current" /> | |
20 | + </view> | |
21 | + <view style="flex:1;">默认抬头</view> | |
22 | + <view> | |
23 | + <button class="mini-btn margin-left-5" type="primary" size="mini" | |
24 | + @click="detailLookBtn">查看</button> | |
25 | + <button class="mini-btn margin-left-5" type="default" size="mini" | |
26 | + @click="detailEditBtn">编辑</button> | |
27 | + <button class="mini-btn margin-left-5" type="warn" size="mini" | |
28 | + @click="detailDelBtn">删除</button> | |
29 | + </view> | |
30 | + </view> | |
31 | + </label> | |
32 | + </radio-group> | |
33 | + </view> | |
34 | + <view class="billing-all"> | |
35 | + <button type="primary" class="title-submit" @click="addInvoiceTitle">添加发票抬头</button> | |
36 | + </view> | |
37 | + </view> | |
38 | + </view> | |
39 | +</template> | |
40 | + | |
41 | +<script> | |
42 | + export default { | |
43 | + data() { | |
44 | + return { | |
45 | + items: [{ | |
46 | + value: '1', | |
47 | + checked: 'true' | |
48 | + | |
49 | + }, | |
50 | + { | |
51 | + value: '2' | |
52 | + | |
53 | + }, | |
54 | + { | |
55 | + value: '3' | |
56 | + | |
57 | + }, | |
58 | + ], | |
59 | + current: 0, | |
60 | + }; | |
61 | + }, | |
62 | + methods: { | |
63 | + titleChange: function(evt) { | |
64 | + for (let i = 0; i < this.items.length; i++) { | |
65 | + if (this.items[i].value === evt.detail.value) { | |
66 | + this.current = i; | |
67 | + break; | |
68 | + } | |
69 | + } | |
70 | + }, | |
71 | + detailLookBtn() { | |
72 | + uni.navigateTo({ | |
73 | + url: '../companyMsg/companyMsg' | |
74 | + }); | |
75 | + }, | |
76 | + detailEditBtn() { | |
77 | + uni.navigateTo({ | |
78 | + url: '../editTitle/editTitle' | |
79 | + }); | |
80 | + }, | |
81 | + detailDelBtn() { | |
82 | + | |
83 | + }, | |
84 | + addInvoiceTitle() { | |
85 | + uni.navigateTo({ | |
86 | + url: '../addTitle/addTitle' | |
87 | + }); | |
88 | + }, | |
89 | + } | |
90 | + } | |
91 | +</script> | |
92 | + | |
93 | +<style lang="scss"> | |
94 | + .elec-card { | |
95 | + width: 100%; | |
96 | + height: 64upx; | |
97 | + padding: 22upx 30upx; | |
98 | + | |
99 | + border-bottom: 1px solid #e5e5e5; | |
100 | + } | |
101 | + | |
102 | + .elec-card-left { | |
103 | + width: 70%; | |
104 | + height: 64upx; | |
105 | + | |
106 | + } | |
107 | + | |
108 | + .elec-card-right { | |
109 | + width: 30%; | |
110 | + height: 64upx; | |
111 | + line-height: 64upx; | |
112 | + } | |
113 | + | |
114 | + .elec-card-msg { | |
115 | + line-height: 32upx; | |
116 | + color: rgba(0, 0, 0, .7); | |
117 | + | |
118 | + } | |
119 | + | |
120 | + .billing-all { | |
121 | + position: fixed; | |
122 | + bottom: 0; | |
123 | + left: 0; | |
124 | + width: 100%; | |
125 | + height: 46px; | |
126 | + line-height: 46px; | |
127 | + // font-size: 24px; | |
128 | + | |
129 | + } | |
130 | +</style> | ... | ... |
pages/login/login.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="login-content"> | |
4 | + <view> | |
5 | + <image class="logo" src="/static/logo.png"></image> | |
6 | + <view> | |
7 | + <view class="title">{{appName}}</view> | |
8 | + <view class="title-msg">{{apptitle}}</view> | |
9 | + </view> | |
10 | + </view> | |
11 | + <view class="uni-common-mt paddinglr30"> | |
12 | + <view class="uni-form-item uni-column"> | |
13 | + <input class="uni-input" type="text" v-model="username" placeholder="请输入用户名" /> | |
14 | + </view> | |
15 | + <view class="uni-form-item uni-column"> | |
16 | + <input class="uni-input" password type="text" v-model="password" placeholder="请输入密码" /> | |
17 | + </view> | |
18 | + </view> | |
19 | + | |
20 | + <view class="paddinglr30 uni-common-mt"> | |
21 | + <button type="primary" @click="login">登录</button> | |
22 | + </view> | |
23 | + <view class="uni-common-mt login-foot"> | |
24 | + 点击”登录“,即表示你同意《商户用户协议》 | |
25 | + </view> | |
26 | + </view> | |
27 | + | |
28 | + </view> | |
29 | +</template> | |
30 | + | |
31 | +<script> | |
32 | + export default { | |
33 | + data() { | |
34 | + return { | |
35 | + appName: '江阴慧停车', | |
36 | + apptitle: '江阴慧停车·智慧便捷', | |
37 | + username:'', | |
38 | + password:'', | |
39 | + } | |
40 | + }, | |
41 | + methods: { | |
42 | + login(){ | |
43 | + | |
44 | + } | |
45 | + } | |
46 | + } | |
47 | +</script> | |
48 | + | |
49 | +<style lang="scss"> | |
50 | + .page { | |
51 | + width: 100%; | |
52 | + height: 100%; | |
53 | + display: flex; | |
54 | + justify-content: center; | |
55 | + position: relative; | |
56 | + | |
57 | + } | |
58 | + | |
59 | + .login-content { | |
60 | + background-color: #f6f6f6; | |
61 | + text-align: center; | |
62 | + height: 100vh; | |
63 | + } | |
64 | + | |
65 | + .logo { | |
66 | + height: 200upx; | |
67 | + width: 200upx; | |
68 | + margin-top: 200upx; | |
69 | + } | |
70 | + | |
71 | + .title { | |
72 | + font-size: 32upx; | |
73 | + color: #000; | |
74 | + font-weight: 400; | |
75 | + } | |
76 | + | |
77 | + .title-msg { | |
78 | + font-size: 26upx; | |
79 | + color: #8d8d8d; | |
80 | + } | |
81 | + | |
82 | + .login-foot{ | |
83 | + font-size: 26upx; | |
84 | + | |
85 | + } | |
86 | +</style> | ... | ... |
pages/manuals/manuals.vue
0 → 100644
pages/nameAuthentication/nameAuthentication.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <uni-section title="实名认证" type="line"> | |
4 | + <view class="paddinglr30"> | |
5 | + <!-- 基础用法,不包含校验规则 --> | |
6 | + <uni-forms ref="baseForm" :rules="rules" :modelValue="baseFormData"> | |
7 | + <uni-forms-item label="姓名" name="username" required> | |
8 | + <uni-easyinput v-model="baseFormData.username" placeholder="请输入姓名" /> | |
9 | + </uni-forms-item> | |
10 | + <uni-forms-item label="身份证号" name="userId" required> | |
11 | + <uni-easyinput v-model="baseFormData.userId" placeholder="请输入身份证号" /> | |
12 | + </uni-forms-item> | |
13 | + <uni-file-picker | |
14 | + v-model="baseFormData.fontimageValue" | |
15 | + fileMediatype="image" | |
16 | + | |
17 | + :image-styles="imageStyles" | |
18 | + return-type="array" | |
19 | + file-extname="png,jpg" | |
20 | + :limit="1" | |
21 | + @select="select" | |
22 | + @progress="progress" | |
23 | + @success="success" | |
24 | + @fail="fail" | |
25 | + title="身份证正面" /> | |
26 | + | |
27 | + <uni-file-picker | |
28 | + v-model="baseFormData.sideimageValue" | |
29 | + fileMediatype="image" | |
30 | + | |
31 | + :image-styles="imageStyles" | |
32 | + return-type="array" | |
33 | + file-extname="png,jpg" | |
34 | + :limit="1" | |
35 | + @select="select" | |
36 | + @progress="progress" | |
37 | + @success="success" | |
38 | + @fail="fail" | |
39 | + title="身份证反面" /> | |
40 | + | |
41 | + </uni-forms> | |
42 | + </view> | |
43 | + </uni-section> | |
44 | + <view class="paddinglr30 margin-top-30 uni-common-mb"> | |
45 | + <button type="primary" @click="submit('baseForm')">确认</button> | |
46 | + </view> | |
47 | + </view> | |
48 | +</template> | |
49 | + | |
50 | +<script> | |
51 | + export default { | |
52 | + data() { | |
53 | + return { | |
54 | + baseFormData: { | |
55 | + invoicetitle: '', | |
56 | + userId: '', | |
57 | + fontimageValue:[], | |
58 | + sideimageValue:[], | |
59 | + }, | |
60 | + // 校验规则 | |
61 | + rules: { | |
62 | + username: { | |
63 | + rules: [{ | |
64 | + required: true, | |
65 | + errorMessage: '姓名不能为空' | |
66 | + }] | |
67 | + }, | |
68 | + userId: { | |
69 | + rules: [{ | |
70 | + required: true, | |
71 | + errorMessage: '身份证号不能为空' | |
72 | + }, { | |
73 | + format: 'number', | |
74 | + errorMessage: '身份证号只能输入数字' | |
75 | + }] | |
76 | + }, | |
77 | + }, | |
78 | + imageStyles: { | |
79 | + width: 300, | |
80 | + height: 200, | |
81 | + // 线条样式 | |
82 | + borderStyle: { | |
83 | + width: 1, | |
84 | + color: 'blue', | |
85 | + style: 'dashed', | |
86 | + radius: 2 | |
87 | + } | |
88 | + }, | |
89 | + | |
90 | + } | |
91 | + | |
92 | + }, | |
93 | + methods: { | |
94 | + // 获取上传状态 | |
95 | + select(e) { | |
96 | + console.log('选择文件:', e) | |
97 | + }, | |
98 | + // 获取上传进度 | |
99 | + progress(e) { | |
100 | + console.log('上传进度:', e) | |
101 | + }, | |
102 | + | |
103 | + // 上传成功 | |
104 | + success(e) { | |
105 | + console.log('上传成功') | |
106 | + }, | |
107 | + | |
108 | + // 上传失败 | |
109 | + fail(e) { | |
110 | + console.log('上传失败:', e) | |
111 | + }, | |
112 | + | |
113 | + // 提交 | |
114 | + submit(ref) { | |
115 | + this.$refs[ref].validate().then(res => { | |
116 | + console.log('success', res); | |
117 | + uni.showToast({ | |
118 | + title: `校验通过` | |
119 | + }) | |
120 | + }).catch(err => { | |
121 | + console.log('err', err); | |
122 | + }) | |
123 | + } | |
124 | + } | |
125 | + } | |
126 | +</script> | |
127 | + | |
128 | +<style lang="scss"> | |
129 | + | |
130 | +</style> | ... | ... |
pages/pages.json
0 → 100644
1 | +{ | |
2 | + "pages": [ | |
3 | + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages | |
4 | + { | |
5 | + "path": "pages/index/index", | |
6 | + "style": { | |
7 | + "navigationBarTitleText": "商户管理" | |
8 | + } | |
9 | + }, | |
10 | + { | |
11 | + "path": "pages/setting/setting", | |
12 | + "style": { | |
13 | + "navigationBarTitleText": "设置", | |
14 | + "enablePullDownRefresh": false | |
15 | + } | |
16 | + | |
17 | + }, | |
18 | + { | |
19 | + "path": "pages/manuals/manuals", | |
20 | + "style": { | |
21 | + "navigationBarTitleText": "使用指南", | |
22 | + "enablePullDownRefresh": false | |
23 | + } | |
24 | + | |
25 | + }, { | |
26 | + "path": "pages/aboutOur/aboutOur", | |
27 | + "style": { | |
28 | + "navigationBarTitleText": "关于我们", | |
29 | + "enablePullDownRefresh": false | |
30 | + } | |
31 | + | |
32 | + }, | |
33 | + { | |
34 | + "path": "pages/login/login", | |
35 | + "style": { | |
36 | + "navigationBarTitleText": "商户中心" | |
37 | + } | |
38 | + }, | |
39 | + { | |
40 | + "path": "pages/inputCarNumber/inputCarNumber", | |
41 | + "style": { | |
42 | + "navigationBarTitleText": "停车缴费" | |
43 | + } | |
44 | + }, | |
45 | + { | |
46 | + "path": "pages/mapPark/mapPark", | |
47 | + "style": { | |
48 | + "navigationBarTitleText": "附近车场" | |
49 | + } | |
50 | + }, | |
51 | + { | |
52 | + "path": "pages/carM/carM", | |
53 | + "style": { | |
54 | + "navigationBarTitleText": "车辆管理" | |
55 | + } | |
56 | + }, | |
57 | + { | |
58 | + "path": "pages/orderInfo/use_couponList/use_couponList", | |
59 | + "style": { | |
60 | + "navigationBarTitleText": "选择优惠券" | |
61 | + } | |
62 | + }, | |
63 | + { | |
64 | + "path": "pages/balance/balance", | |
65 | + "style": { | |
66 | + "navigationBarTitleText": "账户充值" | |
67 | + } | |
68 | + }, | |
69 | + { | |
70 | + "path": "pages/inputCarNumb/inputCarNumb", | |
71 | + "style": { | |
72 | + "navigationBarTitleText": "添加车辆" | |
73 | + } | |
74 | + }, | |
75 | + { | |
76 | + "path": "pages/me/me", | |
77 | + "style": { | |
78 | + "navigationBarTitleText": "我的" | |
79 | + } | |
80 | + }, | |
81 | + { | |
82 | + "path": "pages/vipCard/vipCard", | |
83 | + "style": { | |
84 | + "navigationBarTitleText": "会员卡" | |
85 | + } | |
86 | + }, | |
87 | + { | |
88 | + "path": "pages/vipCard/vipCardDetail/vipCardDetail", | |
89 | + "style": { | |
90 | + "navigationBarTitleText": "购买会员卡" | |
91 | + } | |
92 | + }, | |
93 | + { | |
94 | + "path": "pages/orderInfo/orderInfo", | |
95 | + "style": { | |
96 | + "navigationBarTitleText": "支付" | |
97 | + } | |
98 | + }, | |
99 | + // 江阴 | |
100 | + { | |
101 | + "path": "pages/parkPay/parkPay", | |
102 | + "style": { | |
103 | + "navigationBarTitleText": "支付" | |
104 | + } | |
105 | + }, | |
106 | + { | |
107 | + "path": "pages/parkRecord/parkRecord", | |
108 | + "style": { | |
109 | + "navigationBarTitleText": "停车记录" | |
110 | + } | |
111 | + }, | |
112 | + // 江阴 | |
113 | + { | |
114 | + "path": "pages/parkRecordList/parkRecordList", | |
115 | + "style": { | |
116 | + "navigationBarTitleText": "停车记录" | |
117 | + } | |
118 | + }, | |
119 | + { | |
120 | + "path": "pages/parkRecordList/recordDetail", | |
121 | + "style": { | |
122 | + "navigationBarTitleText": "订单详情" | |
123 | + } | |
124 | + }, | |
125 | + | |
126 | + { | |
127 | + "path": "pages/meInfo/meInfo", | |
128 | + "style": { | |
129 | + "navigationBarTitleText": "个人信息" | |
130 | + } | |
131 | + }, | |
132 | + { | |
133 | + "path": "pages/meInfo/meFace/meFace", | |
134 | + "style": { | |
135 | + "navigationBarTitleText": "头像" | |
136 | + } | |
137 | + }, | |
138 | + { | |
139 | + "path": "pages/meInfo/meNickname/meNickname", | |
140 | + "style": { | |
141 | + "navigationBarTitleText": "昵称" | |
142 | + } | |
143 | + }, | |
144 | + { | |
145 | + "path": "pages/meInfo/meBirthday/meBirthday", | |
146 | + "style": { | |
147 | + "navigationBarTitleText": "生日" | |
148 | + } | |
149 | + }, | |
150 | + { | |
151 | + "path": "pages/meInfo/sex/sex", | |
152 | + "style": { | |
153 | + "navigationBarTitleText": "性别" | |
154 | + } | |
155 | + }, | |
156 | + { | |
157 | + "path": "pages/balance/balanceRecord/balanceRecord", | |
158 | + "style": { | |
159 | + "navigationBarTitleText": "账单查询" | |
160 | + } | |
161 | + }, | |
162 | + { | |
163 | + "path": "pages/wxPaySuccess/wxPaySuccess", | |
164 | + "style": { | |
165 | + "navigationBarTitleText": "支付" | |
166 | + } | |
167 | + }, | |
168 | + { | |
169 | + "path": "pages/quickPay/quickPay", | |
170 | + "style": { | |
171 | + "navigationBarTitleText": "无感支付" | |
172 | + } | |
173 | + }, | |
174 | + { | |
175 | + "path": "pages/feedBack/feedBack", | |
176 | + "style": { | |
177 | + "navigationBarTitleText": "建议反馈" | |
178 | + } | |
179 | + }, | |
180 | + { | |
181 | + "path": "pages/feedBack/mySuggestions/mySuggestions", | |
182 | + "style": { | |
183 | + "navigationBarTitleText": "我的提问" | |
184 | + } | |
185 | + }, | |
186 | + { | |
187 | + "path": "pages/feedBack/mySuggestions/suggestionDetail/suggestionDetail", | |
188 | + "style": { | |
189 | + "navigationBarTitleText": "提问详情" | |
190 | + } | |
191 | + }, | |
192 | + { | |
193 | + "path": "pages/couponList/bindcoupon/bindcoupon", | |
194 | + "style": { | |
195 | + "navigationBarTitleText": "优惠券绑定" | |
196 | + } | |
197 | + }, | |
198 | + { | |
199 | + "path": "pages/couponList/couponList", | |
200 | + "style": { | |
201 | + "navigationBarTitleText": "优惠券" | |
202 | + } | |
203 | + }, | |
204 | + { | |
205 | + "path": "pages/quickPay/openQuickPay/openQuickPay", | |
206 | + "style": { | |
207 | + "navigationBarTitleText": "开通无感支付" | |
208 | + } | |
209 | + }, | |
210 | + { | |
211 | + "path": "pages/mapPark/searchPark/searchPark", | |
212 | + "style": { | |
213 | + "navigationBarTitleText": "搜索车场" | |
214 | + } | |
215 | + }, | |
216 | + { | |
217 | + "path": "pages/mapPark/parkList/parkList", | |
218 | + "style": { | |
219 | + "navigationBarTitleText": "车场列表" | |
220 | + } | |
221 | + }, | |
222 | + { | |
223 | + "path": "pages/mapPark/parkInfo/parkInfo", | |
224 | + "style": { | |
225 | + "navigationBarTitleText": "车场详情" | |
226 | + } | |
227 | + }, | |
228 | + { | |
229 | + "path": "pages/me/aboutUs/aboutUs", | |
230 | + "style": { | |
231 | + "navigationBarTitleText": "关于我们" | |
232 | + } | |
233 | + }, | |
234 | + { | |
235 | + "path": "pages/vipCard/vipCardDetail/buyVipCard/buyVipCard", | |
236 | + "style": { | |
237 | + "navigationBarTitleText": "会员卡购买" | |
238 | + } | |
239 | + }, | |
240 | + { | |
241 | + "path": "pages/vipCard/vipCardDetail/buyVipCard/vipcardPay/vipcardPay", | |
242 | + "style": { | |
243 | + "navigationBarTitleText": "会员卡支付" | |
244 | + } | |
245 | + }, | |
246 | + { | |
247 | + "path": "pages/vipCard/myVipCard/myVipCard", | |
248 | + "style": { | |
249 | + "navigationBarTitleText": "我的会员卡" | |
250 | + } | |
251 | + }, | |
252 | + { | |
253 | + "path": "pages/vipCard/myVipCard/myVipCardDetail/myVipCardDetail", | |
254 | + "style": { | |
255 | + "navigationBarTitleText": "会员卡详情" | |
256 | + } | |
257 | + }, | |
258 | + { | |
259 | + "path": "pages/carM/rzCarNumber/rzCarNumber", | |
260 | + "style": {} | |
261 | + }, | |
262 | + | |
263 | + { | |
264 | + "path": "pages/moneyRecharge/moneyRecharge", | |
265 | + "style": { | |
266 | + "navigationBarTitleText": "钱包充值" | |
267 | + } | |
268 | + }, | |
269 | + { | |
270 | + "path": "pages/rechargeDetail/rechargeDetail", | |
271 | + "style": { | |
272 | + "navigationBarTitleText": "充值明细" | |
273 | + } | |
274 | + } | |
275 | + | |
276 | + ,{ | |
277 | + "path" : "pages/invoiceClaim/invoiceClaim", | |
278 | + "style" : | |
279 | + { | |
280 | + "navigationBarTitleText": "发票申领", | |
281 | + "enablePullDownRefresh": false | |
282 | + } | |
283 | + | |
284 | + } | |
285 | + ,{ | |
286 | + "path" : "pages/billing/billing", | |
287 | + "style" : | |
288 | + { | |
289 | + "navigationBarTitleText": "发票申领", | |
290 | + "enablePullDownRefresh": false | |
291 | + } | |
292 | + | |
293 | + } | |
294 | + ,{ | |
295 | + "path" : "pages/invoiceRecord/invoiceRecord", | |
296 | + "style" : | |
297 | + { | |
298 | + "navigationBarTitleText": "开票历史", | |
299 | + "enablePullDownRefresh": false | |
300 | + } | |
301 | + | |
302 | + } | |
303 | + ,{ | |
304 | + "path" : "pages/invoiceForm/invoiceForm", | |
305 | + "style" : | |
306 | + { | |
307 | + "navigationBarTitleText": "开票历史", | |
308 | + "enablePullDownRefresh": false | |
309 | + } | |
310 | + | |
311 | + } | |
312 | + ,{ | |
313 | + "path" : "pages/elecRecord/elecRecord", | |
314 | + "style" : | |
315 | + { | |
316 | + "navigationBarTitleText": "电子包含记录", | |
317 | + "enablePullDownRefresh": false | |
318 | + } | |
319 | + | |
320 | + } | |
321 | + ], | |
322 | + "globalStyle": { | |
323 | + "navigationBarTextStyle": "black", | |
324 | + "navigationBarTitleText": "停车小码头", | |
325 | + "navigationBarBackgroundColor": "#F8F8F8", | |
326 | + "backgroundColor": "#F8F8F8" | |
327 | + }, | |
328 | + "tabBar": { | |
329 | + "color": "#bfbfbf", | |
330 | + "selectedColor": "#515151", | |
331 | + "borderStyle": "black", | |
332 | + "backgroundColor": "#ffffff", | |
333 | + "list": [{ | |
334 | + "pagePath": "pages/mapPark/mapPark", | |
335 | + "text": "首页", | |
336 | + "iconPath": "static/tabicon/mid-tabunsel.png", | |
337 | + "selectedIconPath": "static/tabicon/mid-tabsel.png" | |
338 | + }, | |
339 | + { | |
340 | + "pagePath": "pages/inputCarNumber/inputCarNumber", | |
341 | + "text": "停车缴费", | |
342 | + "iconPath": "static/tabicon/index-tabunsel.png", | |
343 | + "selectedIconPath": "static/tabicon/index-tabsel.png" | |
344 | + }, | |
345 | + { | |
346 | + "pagePath": "pages/me/me", | |
347 | + "text": "我的", | |
348 | + "iconPath": "static/tabicon/me-tabunsel.png", | |
349 | + "selectedIconPath": "static/tabicon/me-tabsel.png" | |
350 | + } | |
351 | + ] | |
352 | + }, | |
353 | + "condition": { //模式配置,仅开发期间生效 | |
354 | + "current": 0, //当前激活的模式(list 的索引项) | |
355 | + "list": [{ | |
356 | + "name": "", //模式名称 | |
357 | + "path": "", //启动页面,必选 | |
358 | + "query": "" //启动参数,在页面的onLoad函数里面得到 | |
359 | + }] | |
360 | + } | |
361 | + | |
362 | + | |
363 | + | |
364 | + | |
365 | + | |
366 | +} | ... | ... |
pages/setting/setting.vue
0 → 100644
1 | +<template> | |
2 | + <view> | |
3 | + <view class="setting-content"> | |
4 | + <uni-list v-for="(key,index) in listInfo " :key="index"> | |
5 | + <uni-list-item :title="key.listTitle" clickable @click="selCell(index)" showArrow></uni-list-item> | |
6 | + </uni-list> | |
7 | + | |
8 | + <view class="uni-padding-wrap uni-common-mt"> | |
9 | + <button type="warn" @click="loginOut">退出登录</button> | |
10 | + </view> | |
11 | + | |
12 | + </view> | |
13 | + | |
14 | + </view> | |
15 | +</template> | |
16 | + | |
17 | +<script> | |
18 | + import common from "../../common/common.js"; | |
19 | + | |
20 | + export default { | |
21 | + data() { | |
22 | + return { | |
23 | + // userIsLogin: false, | |
24 | + // userInfo: {}, | |
25 | + listInfo: [{ | |
26 | + listTitle: '使用指南', | |
27 | + // listIcon: '../../static/me/me-balance.png' | |
28 | + }, | |
29 | + { | |
30 | + listTitle: '关于我们', | |
31 | + // listIcon: '../../static/me/me-aboutus.png' | |
32 | + }, | |
33 | + { | |
34 | + listTitle: '清除缓存', | |
35 | + // listIcon: '../../static/me/me-carm.png' | |
36 | + } | |
37 | + | |
38 | + | |
39 | + ] | |
40 | + } | |
41 | + }, | |
42 | + methods: { | |
43 | + selCell(e) { | |
44 | + var _this = this; | |
45 | + var name = _this.listInfo[e].listTitle; | |
46 | + | |
47 | + switch (name) { | |
48 | + case '使用指南': { | |
49 | + | |
50 | + uni.navigateTo({ | |
51 | + url: '../manuals/manuals' | |
52 | + | |
53 | + }); | |
54 | + } | |
55 | + break; | |
56 | + | |
57 | + case '关于我们': //关于我们 | |
58 | + { | |
59 | + | |
60 | + uni.navigateTo({ | |
61 | + url: '../aboutOur/aboutOur' | |
62 | + | |
63 | + }); | |
64 | + } | |
65 | + break; | |
66 | + default: | |
67 | + break; | |
68 | + } | |
69 | + } | |
70 | + } | |
71 | + } | |
72 | +</script> | |
73 | + | |
74 | +<style lang="scss"> | |
75 | + .setting-content { | |
76 | + background-color: #f6f6f6; | |
77 | + height: 100vh; | |
78 | + } | |
79 | + | |
80 | + | |
81 | +</style> | ... | ... |
static/couponList/noCouponList.png
0 → 100644
33.2 KB
static/orderInfo/orderinfo-alipay.png
0 → 100644
1.89 KB
static/orderInfo/orderinfo-money.png
0 → 100644
1.65 KB
static/orderInfo/orderinfo-sel.png
0 → 100644
1016 Bytes
static/orderInfo/orderinfo-success.png
0 → 100644
25.6 KB
static/orderInfo/orderinfo-unsel.png
0 → 100644
903 Bytes
static/orderInfo/orderinfo-wechat.png
0 → 100644
1.73 KB
static/parkColor/p-green.png
0 → 100644
2.77 KB
static/parkColor/p-red.png
0 → 100644
2.75 KB
static/parkColor/p-yellow.png
0 → 100644
2.57 KB
static/parkColor/park-record-location.png
0 → 100644
2.07 KB
static/parkColor/park-record.png
0 → 100644
1.87 KB
static/parkColor/parkNav-lv.png
0 → 100644
183 Bytes
static/parkColor/parkNav.png
0 → 100644
428 Bytes
static/parkColor/parkgreensel.png
0 → 100644
6.52 KB
static/parkColor/parkinfo_bg.png
0 → 100644
109 KB
static/parkColor/parkinfo_bg_lat.png
0 → 100644
877 Bytes
static/parkColor/parkinfo_bg_m.png
0 → 100644
841 Bytes
static/parkColor/parkinfo_bg_time.png
0 → 100644
799 Bytes
static/parkColor/parklistSearchIcon.png
0 → 100644
706 Bytes
static/parkColor/parklisticon.png
0 → 100644
8.93 KB
static/parkColor/parklocationicon.png
0 → 100644
5.95 KB
static/parkColor/parkredsel.png
0 → 100644
6.69 KB
static/parkColor/parkthird.png
0 → 100644
8.16 KB
static/parkColor/parkyellowsel.png
0 → 100644
5.9 KB
static/parkColor/vipcardbtn_bg.png
0 → 100644
2.3 KB
static/parkColor/vipcardbtn_card.png
0 → 100644
286 Bytes
static/recordstate/orderrecordintime.png
0 → 100644
961 Bytes
static/recordstate/orderrecordtime.png
0 → 100644
854 Bytes
static/tabicon/index-tabsel.png
0 → 100644
4.91 KB
static/tabicon/index-tabunsel.png
0 → 100644
4.37 KB
static/tabicon/me-tabsel.png
0 → 100644
1.74 KB
static/tabicon/me-tabunsel.png
0 → 100644
1.13 KB
static/tabicon/mid-tabsel.png
0 → 100644
1.28 KB
static/tabicon/mid-tabunsel.png
0 → 100644
1.12 KB
static/vipcard/myvipcard_bg.png
0 → 100644
33.9 KB
static/vipcard/novipcard.png
0 → 100644
21.7 KB
static/vipcard/vipcardbg.png
0 → 100644
16.5 KB
static/vipcard/vipcardbg1.png
0 → 100644
3.98 KB
static/vipcard/vipcardbg2.png
0 → 100644
3.78 KB
static/vipcard/vipcardbtn_bg.png
0 → 100644
3.57 KB
static/vipcard/vipcardcolor1.png
0 → 100644
4.82 KB
static/vipcard/vipcardcolor2.png
0 → 100644
4.89 KB
static/vipcard/vipcardsub.png
0 → 100644
281 Bytes
static/vipcard/vipcardsum.png
0 → 100644
257 Bytes
static/weatherimg/weather_baowu.png
0 → 100644
1.02 KB
static/weatherimg/weather_baoxue.png
0 → 100644
1.79 KB
static/weatherimg/weather_dabaoyu.png
0 → 100644
1.68 KB
static/weatherimg/weather_dayu.png
0 → 100644
1.76 KB
static/weatherimg/weather_duoyun.png
0 → 100644
1.63 KB
static/weatherimg/weather_fengbao.png
0 → 100644
913 Bytes
static/weatherimg/weather_fuchen.png
0 → 100644
1.03 KB
static/weatherimg/weather_leizhenyu.png
0 → 100644
1.75 KB
static/weatherimg/weather_mai.png
0 → 100644
1.22 KB
static/weatherimg/weather_qing.png
0 → 100644
1.24 KB
static/weatherimg/weather_shaoyun.png
0 → 100644
1.52 KB
static/weatherimg/weather_tedabaoyu.png
0 → 100644
1.53 KB
static/weatherimg/weather_wu.png
0 → 100644
687 Bytes
static/weatherimg/weather_xiaoxue.png
0 → 100644
1.52 KB
static/weatherimg/weather_xiaoyu.png
0 → 100644
1.48 KB
static/weatherimg/weather_yin.png
0 → 100644
1.32 KB
static/weatherimg/weather_yuxue.png
0 → 100644
1.19 KB
static/weatherimg/weather_zhenyu.png
0 → 100644
1.68 KB
static/weatherimg/weather_zhongyu.png
0 → 100644
1.65 KB
static/weatherimg/weayher_yujiaxue.png
0 → 100644
1.73 KB
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
1 | -{"version":3,"sources":["uni-app:///main.js",null,"webpack:////Users/liugongyu/Documents/jiangyin/App.vue?d5e4","uni-app:///App.vue","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?f160","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?485f"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","Vue","config","productionTip","prototype","$store","store","$adpid","$backgroundAudioData","playing","playTime","formatedPlayTime","filter","value","arg","toFixed","time","timer","parseInt","days","hours","minutes","seconds","getGlobalUser","key","userInfo","uni","getStorageSync","undefined","getWxOpenid","WxOpenid","App","mpType","app","$mount"],"mappings":"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","file":"common/main.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;import App from './App'\r\nimport store from './store'\r\n\r\n\r\nimport Vue from 'vue'\r\nVue.config.productionTip = false\r\nVue.prototype.$store = store\r\nVue.prototype.$adpid = \"1111111111\"\r\nVue.prototype.$backgroundAudioData = {\r\n\tplaying: false,\r\n\tplayTime: 0,\r\n\tformatedPlayTime: '00:00:00'\r\n}\r\n\r\nVue.filter('priceFormat', function(value, arg) {\r\n return (value / 100).toFixed(2)\r\n})\r\n\r\nVue.filter('timeFormat', function(value, arg) {\r\n\r\n var time = '';\r\n if (null != value && \"\" != value) {\r\n var timer = parseInt(value);\r\n if (timer == 0) {\r\n return '0秒';\r\n }\r\n var days = parseInt(timer / (60 * 60 * 24));\r\n var hours = parseInt((timer % (60 * 60 * 24)) / (60 * 60));\r\n var minutes = parseInt((timer % (60 * 60)) / (60))\r\n var seconds = parseInt(timer % (60));\r\n if (days > 0) {\r\n time = time + days +'天';\r\n }\r\n if (hours > 0) {\r\n time = time + hours +'小时';\r\n }\r\n if (minutes > 0) {\r\n time = time + minutes +'分钟';\r\n }\r\n if (seconds > 0) {\r\n time = time + seconds +'秒';\r\n }\r\n return time;\r\n }\r\n return time;\r\n\r\n})\r\n\r\nVue.prototype.getGlobalUser = function(key) {\r\n var userInfo = uni.getStorageSync(\"globalUser\");\r\n if (userInfo != null && userInfo != \"\" && userInfo != undefined) {\r\n return userInfo;\r\n } else {\r\n return null;\r\n }\r\n}\r\n\r\nVue.prototype.getWxOpenid= function(key) {\r\n var WxOpenid = uni.getStorageSync(\"WxOpenid\");\r\n if (WxOpenid != null && WxOpenid != \"\" && WxOpenid != undefined) {\r\n return WxOpenid;\r\n } else {\r\n return \"\";\r\n }\r\n}\r\n\r\n\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\tstore,\r\n\t...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","import mod from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=script&lang=js&\"","<script>\r\n\timport {\r\n\t\tmapMutations\r\n\t} from 'vuex'\r\n\timport {\r\n\t\tversion\r\n\t} from './package.json'\n\timport checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update';\n\r\n\texport default {\r\n\t\tonLaunch: function() {\n\t\t\t// #ifdef H5\n\t\t\tconsole.log(\r\n\t\t\t\t`%c hello uniapp %c v${version} `,\r\n\t\t\t\t'background:#35495e ; padding: 1px; border-radius: 3px 0 0 3px; color: #fff',\r\n\t\t\t\t'background:#007aff ;padding: 1px; border-radius: 0 3px 3px 0; color: #fff; font-weight: bold;'\r\n\t\t\t)\n\t\t\t// #endif\r\n\t\t\t// 线上示例使用\n\t\t\t// console.log('%c uni-app官方团队诚邀优秀前端工程师加盟,一起打造更卓越的uni-app & uniCloud,欢迎投递简历到 hr2013@dcloud.io', 'color: red');\n\t\t\tconsole.log('App Launch');\r\n\t\t\t// #ifdef APP-PLUS\r\n\t\t\t// App平台检测升级,服务端代码是通过uniCloud的云函数实现的,详情可参考:https://ext.dcloud.net.cn/plugin?id=4542\r\n\t\t\tif (plus.runtime.appid !== 'HBuilder') { // 真机运行不需要检查更新,真机运行时appid固定为'HBuilder',这是调试基座的appid\n\t\t\t\tcheckUpdate()\r\n\t\t\t}\r\n\r\n\t\t\t// 一键登录预登陆,可以显著提高登录速度\r\n\t\t\tuni.preLogin({\r\n\t\t\t\tprovider: 'univerify',\r\n\t\t\t\tsuccess: (res) => {\r\n\t\t\t\t\t// 成功\r\n\t\t\t\t\tthis.setUniverifyErrorMsg();\r\n\t\t\t\t\tconsole.log(\"preLogin success: \", res);\r\n\t\t\t\t},\r\n\t\t\t\tfail: (res) => {\r\n\t\t\t\t\tthis.setUniverifyLogin(false);\r\n\t\t\t\t\tthis.setUniverifyErrorMsg(res.errMsg);\r\n\t\t\t\t\t// 失败\r\n\t\t\t\t\tconsole.log(\"preLogin fail res: \", res);\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\t// #endif\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t},\r\n\t\tglobalData: {\r\n\t\t\ttest: ''\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\t...mapMutations(['setUniverifyErrorMsg', 'setUniverifyLogin'])\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t/* #ifndef APP-PLUS-NVUE */\r\n\t/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */\r\n\t@import './common/uni.css';\n\t@import '@/static/customicons.css';\r\n\t/* H5 兼容 pc 所需 */\r\n\t/* #ifdef H5 */\r\n\t@media screen and (min-width: 768px) {\r\n\t\tbody {\r\n\t\t\toverflow-y: scroll;\r\n\t\t}\r\n\t}\r\n\r\n\t/* 顶栏通栏样式 */\r\n\t/* .uni-top-window {\r\n\t left: 0;\r\n\t right: 0;\r\n\t} */\r\n\r\n\tuni-page-body {\r\n\t\tbackground-color: #F5F5F5 !important;\r\n\t\tmin-height: 100% !important;\r\n\t\theight: auto !important;\r\n\t}\r\n\r\n\t.uni-top-window uni-tabbar .uni-tabbar {\r\n\t\tbackground-color: #fff !important;\r\n\t}\r\n\r\n\t.uni-app--showleftwindow .hideOnPc {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\r\n\t/* #endif */\r\n\r\n\t/* 以下样式用于 hello uni-app 演示所需 */\r\n\tpage {\r\n\t\tbackground-color: #efeff4;\r\n\t\theight: 100%;\r\n\t\tfont-size: 28rpx;\r\n\t\t/* line-height: 1.8; */\r\n\t}\r\n\r\n\t.fix-pc-padding {\r\n\t\tpadding: 0 50px;\r\n\t}\r\n\r\n\t.uni-header-logo {\r\n\t\tpadding: 30rpx;\r\n\t\tflex-direction: column;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t\tmargin-top: 10rpx;\r\n\t}\r\n\r\n\t.uni-header-image {\r\n\t\twidth: 100px;\r\n\t\theight: 100px;\r\n\t}\r\n\r\n\t.uni-hello-text {\r\n\t\tcolor: #7A7E83;\r\n\t}\r\n\r\n\t.uni-hello-addfile {\r\n\t\ttext-align: center;\r\n\t\tline-height: 300rpx;\r\n\t\tbackground: #FFF;\r\n\t\tpadding: 50rpx;\r\n\t\tmargin-top: 10px;\r\n\t\tfont-size: 38rpx;\r\n\t\tcolor: #808080;\r\n\t}\r\n\r\n\t/* #endif*/\r\n</style>\n","import mod from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984896070\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?fb52","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?d5e4","uni-app:///App.vue","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?f160","webpack:////Users/liugongyu/Documents/jiangyin/App.vue?485f"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","Vue","config","productionTip","prototype","$store","store","$adpid","$backgroundAudioData","playing","playTime","formatedPlayTime","filter","value","arg","toFixed","time","timer","parseInt","days","hours","minutes","seconds","getGlobalUser","key","userInfo","uni","getStorageSync","undefined","getWxOpenid","WxOpenid","App","mpType","app","$mount"],"mappings":"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","file":"common/main.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;import App from './App'\r\nimport store from './store'\r\n\r\n\r\nimport Vue from 'vue'\r\nVue.config.productionTip = false\r\nVue.prototype.$store = store\r\nVue.prototype.$adpid = \"1111111111\"\r\nVue.prototype.$backgroundAudioData = {\r\n\tplaying: false,\r\n\tplayTime: 0,\r\n\tformatedPlayTime: '00:00:00'\r\n}\r\n\r\nVue.filter('priceFormat', function(value, arg) {\r\n return (value / 100).toFixed(2)\r\n})\r\n\r\nVue.filter('timeFormat', function(value, arg) {\r\n\r\n var time = '';\r\n if (null != value && \"\" != value) {\r\n var timer = parseInt(value);\r\n if (timer == 0) {\r\n return '0秒';\r\n }\r\n var days = parseInt(timer / (60 * 60 * 24));\r\n var hours = parseInt((timer % (60 * 60 * 24)) / (60 * 60));\r\n var minutes = parseInt((timer % (60 * 60)) / (60))\r\n var seconds = parseInt(timer % (60));\r\n if (days > 0) {\r\n time = time + days +'天';\r\n }\r\n if (hours > 0) {\r\n time = time + hours +'小时';\r\n }\r\n if (minutes > 0) {\r\n time = time + minutes +'分钟';\r\n }\r\n if (seconds > 0) {\r\n time = time + seconds +'秒';\r\n }\r\n return time;\r\n }\r\n return time;\r\n\r\n})\r\n\r\nVue.prototype.getGlobalUser = function(key) {\r\n var userInfo = uni.getStorageSync(\"globalUser\");\r\n if (userInfo != null && userInfo != \"\" && userInfo != undefined) {\r\n return userInfo;\r\n } else {\r\n return null;\r\n }\r\n}\r\n\r\nVue.prototype.getWxOpenid= function(key) {\r\n var WxOpenid = uni.getStorageSync(\"WxOpenid\");\r\n if (WxOpenid != null && WxOpenid != \"\" && WxOpenid != undefined) {\r\n return WxOpenid;\r\n } else {\r\n return \"\";\r\n }\r\n}\r\n\r\n\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n\tstore,\r\n\t...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","import mod from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=script&lang=js&\"","<script>\r\n\timport {\r\n\t\tmapMutations\r\n\t} from 'vuex'\r\n\timport {\r\n\t\tversion\r\n\t} from './package.json'\n\timport checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update';\n\r\n\texport default {\r\n\t\tonLaunch: function() {\n\t\t\t// #ifdef H5\n\t\t\tconsole.log(\r\n\t\t\t\t`%c hello uniapp %c v${version} `,\r\n\t\t\t\t'background:#35495e ; padding: 1px; border-radius: 3px 0 0 3px; color: #fff',\r\n\t\t\t\t'background:#007aff ;padding: 1px; border-radius: 0 3px 3px 0; color: #fff; font-weight: bold;'\r\n\t\t\t)\n\t\t\t// #endif\r\n\t\t\t// 线上示例使用\n\t\t\t// console.log('%c uni-app官方团队诚邀优秀前端工程师加盟,一起打造更卓越的uni-app & uniCloud,欢迎投递简历到 hr2013@dcloud.io', 'color: red');\n\t\t\tconsole.log('App Launch');\r\n\t\t\t// #ifdef APP-PLUS\r\n\t\t\t// App平台检测升级,服务端代码是通过uniCloud的云函数实现的,详情可参考:https://ext.dcloud.net.cn/plugin?id=4542\r\n\t\t\tif (plus.runtime.appid !== 'HBuilder') { // 真机运行不需要检查更新,真机运行时appid固定为'HBuilder',这是调试基座的appid\n\t\t\t\tcheckUpdate()\r\n\t\t\t}\r\n\r\n\t\t\t// 一键登录预登陆,可以显著提高登录速度\r\n\t\t\tuni.preLogin({\r\n\t\t\t\tprovider: 'univerify',\r\n\t\t\t\tsuccess: (res) => {\r\n\t\t\t\t\t// 成功\r\n\t\t\t\t\tthis.setUniverifyErrorMsg();\r\n\t\t\t\t\tconsole.log(\"preLogin success: \", res);\r\n\t\t\t\t},\r\n\t\t\t\tfail: (res) => {\r\n\t\t\t\t\tthis.setUniverifyLogin(false);\r\n\t\t\t\t\tthis.setUniverifyErrorMsg(res.errMsg);\r\n\t\t\t\t\t// 失败\r\n\t\t\t\t\tconsole.log(\"preLogin fail res: \", res);\r\n\t\t\t\t}\r\n\t\t\t})\r\n\t\t\t// #endif\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t},\r\n\t\tglobalData: {\r\n\t\t\ttest: ''\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\t...mapMutations(['setUniverifyErrorMsg', 'setUniverifyLogin'])\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t/* #ifndef APP-PLUS-NVUE */\r\n\t/* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */\r\n\t@import './common/uni.css';\n\t@import '@/static/customicons.css';\r\n\t/* H5 兼容 pc 所需 */\r\n\t/* #ifdef H5 */\r\n\t@media screen and (min-width: 768px) {\r\n\t\tbody {\r\n\t\t\toverflow-y: scroll;\r\n\t\t}\r\n\t}\r\n\r\n\t/* 顶栏通栏样式 */\r\n\t/* .uni-top-window {\r\n\t left: 0;\r\n\t right: 0;\r\n\t} */\r\n\r\n\tuni-page-body {\r\n\t\tbackground-color: #F5F5F5 !important;\r\n\t\tmin-height: 100% !important;\r\n\t\theight: auto !important;\r\n\t}\r\n\r\n\t.uni-top-window uni-tabbar .uni-tabbar {\r\n\t\tbackground-color: #fff !important;\r\n\t}\r\n\r\n\t.uni-app--showleftwindow .hideOnPc {\r\n\t\tdisplay: none !important;\r\n\t}\r\n\r\n\t/* #endif */\r\n\r\n\t/* 以下样式用于 hello uni-app 演示所需 */\r\n\tpage {\r\n\t\tbackground-color: #efeff4;\r\n\t\theight: 100%;\r\n\t\tfont-size: 28rpx;\r\n\t\t/* line-height: 1.8; */\r\n\t}\r\n\r\n\t.fix-pc-padding {\r\n\t\tpadding: 0 50px;\r\n\t}\r\n\r\n\t.uni-header-logo {\r\n\t\tpadding: 30rpx;\r\n\t\tflex-direction: column;\r\n\t\tjustify-content: center;\r\n\t\talign-items: center;\r\n\t\tmargin-top: 10rpx;\r\n\t}\r\n\r\n\t.uni-header-image {\r\n\t\twidth: 100px;\r\n\t\theight: 100px;\r\n\t}\r\n\r\n\t.uni-hello-text {\r\n\t\tcolor: #7A7E83;\r\n\t}\r\n\r\n\t.uni-hello-addfile {\r\n\t\ttext-align: center;\r\n\t\tline-height: 300rpx;\r\n\t\tbackground: #FFF;\r\n\t\tpadding: 50rpx;\r\n\t\tmargin-top: 10px;\r\n\t\tfont-size: 38rpx;\r\n\t\tcolor: #808080;\r\n\t}\r\n\r\n\t/* #endif*/\r\n</style>\n","import mod from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255229036\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
1 | -{"version":3,"sources":[null],"names":[],"mappings":";QAAA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA,QAAQ,oBAAoB;QAC5B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA,iBAAiB,4BAA4B;QAC7C;QACA;QACA,kBAAkB,2BAA2B;QAC7C;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;;QAEA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;QACA;QACA;;;QAGA;QACA,oBAAoB;QACpB;QACA;QACA;QACA,uBAAuB,kiDAAkiD;QACzjD;QACA;QACA,mBAAmB,6BAA6B;QAChD;QACA;QACA;QACA;QACA;QACA,mBAAmB,8BAA8B;QACjD;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA,KAAK;QACL;QACA,KAAK;QACL;;QAEA;;QAEA;QACA,iCAAiC;;QAEjC;QACA;QACA;QACA,KAAK;QACL;QACA;QACA;QACA,MAAM;QACN;;QAEA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,wBAAwB,kCAAkC;QAC1D,MAAM;QACN;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;QAEA;QACA,0CAA0C,oBAAoB,WAAW;;QAEzE;QACA;QACA;QACA;QACA,gBAAgB,uBAAuB;QACvC;;;QAGA;QACA","file":"common/runtime.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded CSS chunks\n \tvar installedCssChunks = {\n \t\t\"common/runtime\": 0\n \t}\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"common/runtime\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"\" + chunkId + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// mini-css-extract-plugin CSS loading\n \t\tvar cssChunks = {\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\":1,\"components/uni-section/uni-section\":1,\"uni_modules/uni-card/components/uni-card/uni-card\":1,\"uni_modules/uni-list/components/uni-list-item/uni-list-item\":1,\"uni_modules/uni-list/components/uni-list/uni-list\":1,\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\":1,\"uni_modules/uni-popup/components/uni-popup/uni-popup\":1,\"uni_modules/uni-icons/components/uni-icons/uni-icons\":1,\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\":1,\"uni_modules/uni-grid/components/uni-grid/uni-grid\":1,\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\":1,\"uni_modules/uni-badge/components/uni-badge/uni-badge\":1};\n \t\tif(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);\n \t\telse if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {\n \t\t\tpromises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {\n \t\t\t\tvar href = \"\" + ({\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\":\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\",\"components/uni-section/uni-section\":\"components/uni-section/uni-section\",\"uni_modules/uni-card/components/uni-card/uni-card\":\"uni_modules/uni-card/components/uni-card/uni-card\",\"uni_modules/uni-list/components/uni-list-item/uni-list-item\":\"uni_modules/uni-list/components/uni-list-item/uni-list-item\",\"uni_modules/uni-list/components/uni-list/uni-list\":\"uni_modules/uni-list/components/uni-list/uni-list\",\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\":\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\",\"uni_modules/uni-popup/components/uni-popup/uni-popup\":\"uni_modules/uni-popup/components/uni-popup/uni-popup\",\"uni_modules/uni-icons/components/uni-icons/uni-icons\":\"uni_modules/uni-icons/components/uni-icons/uni-icons\",\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\":\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\",\"uni_modules/uni-grid/components/uni-grid/uni-grid\":\"uni_modules/uni-grid/components/uni-grid/uni-grid\",\"components/u-link/u-link\":\"components/u-link/u-link\",\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\":\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\",\"uni_modules/uni-badge/components/uni-badge/uni-badge\":\"uni_modules/uni-badge/components/uni-badge/uni-badge\",\"uni_modules/uni-transition/components/uni-transition/uni-transition\":\"uni_modules/uni-transition/components/uni-transition/uni-transition\"}[chunkId]||chunkId) + \".wxss\";\n \t\t\t\tvar fullhref = __webpack_require__.p + href;\n \t\t\t\tvar existingLinkTags = document.getElementsByTagName(\"link\");\n \t\t\t\tfor(var i = 0; i < existingLinkTags.length; i++) {\n \t\t\t\t\tvar tag = existingLinkTags[i];\n \t\t\t\t\tvar dataHref = tag.getAttribute(\"data-href\") || tag.getAttribute(\"href\");\n \t\t\t\t\tif(tag.rel === \"stylesheet\" && (dataHref === href || dataHref === fullhref)) return resolve();\n \t\t\t\t}\n \t\t\t\tvar existingStyleTags = document.getElementsByTagName(\"style\");\n \t\t\t\tfor(var i = 0; i < existingStyleTags.length; i++) {\n \t\t\t\t\tvar tag = existingStyleTags[i];\n \t\t\t\t\tvar dataHref = tag.getAttribute(\"data-href\");\n \t\t\t\t\tif(dataHref === href || dataHref === fullhref) return resolve();\n \t\t\t\t}\n \t\t\t\tvar linkTag = document.createElement(\"link\");\n \t\t\t\tlinkTag.rel = \"stylesheet\";\n \t\t\t\tlinkTag.type = \"text/css\";\n \t\t\t\tlinkTag.onload = resolve;\n \t\t\t\tlinkTag.onerror = function(event) {\n \t\t\t\t\tvar request = event && event.target && event.target.src || fullhref;\n \t\t\t\t\tvar err = new Error(\"Loading CSS chunk \" + chunkId + \" failed.\\n(\" + request + \")\");\n \t\t\t\t\terr.code = \"CSS_CHUNK_LOAD_FAILED\";\n \t\t\t\t\terr.request = request;\n \t\t\t\t\tdelete installedCssChunks[chunkId]\n \t\t\t\t\tlinkTag.parentNode.removeChild(linkTag)\n \t\t\t\t\treject(err);\n \t\t\t\t};\n \t\t\t\tlinkTag.href = fullhref;\n\n \t\t\t\tvar head = document.getElementsByTagName(\"head\")[0];\n \t\t\t\thead.appendChild(linkTag);\n \t\t\t}).then(function() {\n \t\t\t\tinstalledCssChunks[chunkId] = 0;\n \t\t\t}));\n \t\t}\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\t// create error before stack unwound to get useful stacktrace later\n \t\t\t\tvar error = new Error();\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n \t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = global[\"webpackJsonp\"] = global[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// run deferred modules from other chunks\n \tcheckDeferredModules();\n"],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":[null],"names":[],"mappings":";QAAA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA,QAAQ,oBAAoB;QAC5B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA,iBAAiB,4BAA4B;QAC7C;QACA;QACA,kBAAkB,2BAA2B;QAC7C;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;;QAEA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;QAEA;QACA;QACA;QACA;;;QAGA;QACA,oBAAoB;QACpB;QACA;QACA;QACA,uBAAuB,kkGAAkkG;QACzlG;QACA;QACA,mBAAmB,6BAA6B;QAChD;QACA;QACA;QACA;QACA;QACA,mBAAmB,8BAA8B;QACjD;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA,KAAK;QACL;QACA,KAAK;QACL;;QAEA;;QAEA;QACA,iCAAiC;;QAEjC;QACA;QACA;QACA,KAAK;QACL;QACA;QACA;QACA,MAAM;QACN;;QAEA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,wBAAwB,kCAAkC;QAC1D,MAAM;QACN;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;QAEA;QACA,0CAA0C,oBAAoB,WAAW;;QAEzE;QACA;QACA;QACA;QACA,gBAAgB,uBAAuB;QACvC;;;QAGA;QACA","file":"common/runtime.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded CSS chunks\n \tvar installedCssChunks = {\n \t\t\"common/runtime\": 0\n \t}\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"common/runtime\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"\" + chunkId + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// mini-css-extract-plugin CSS loading\n \t\tvar cssChunks = {\"components/uni-section/uni-section\":1,\"uni_modules/uni-card/components/uni-card/uni-card\":1,\"uni_modules/uni-list/components/uni-list-item/uni-list-item\":1,\"uni_modules/uni-list/components/uni-list/uni-list\":1,\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker\":1,\"uni_modules/uni-forms/components/uni-forms-item/uni-forms-item\":1,\"uni_modules/uni-forms/components/uni-forms/uni-forms\":1,\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\":1,\"uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput\":1,\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\":1,\"uni_modules/uni-popup/components/uni-popup/uni-popup\":1,\"uni_modules/uni-icons/components/uni-icons/uni-icons\":1,\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\":1,\"uni_modules/uni-grid/components/uni-grid/uni-grid\":1,\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\":1,\"uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar\":1,\"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker\":1,\"uni_modules/uni-badge/components/uni-badge/uni-badge\":1,\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar\":1,\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker\":1,\"uni_modules/uni-file-picker/components/uni-file-picker/upload-file\":1,\"uni_modules/uni-file-picker/components/uni-file-picker/upload-image\":1,\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item\":1};\n \t\tif(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);\n \t\telse if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {\n \t\t\tpromises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {\n \t\t\t\tvar href = \"\" + ({\"components/uni-section/uni-section\":\"components/uni-section/uni-section\",\"uni_modules/uni-card/components/uni-card/uni-card\":\"uni_modules/uni-card/components/uni-card/uni-card\",\"uni_modules/uni-list/components/uni-list-item/uni-list-item\":\"uni_modules/uni-list/components/uni-list-item/uni-list-item\",\"uni_modules/uni-list/components/uni-list/uni-list\":\"uni_modules/uni-list/components/uni-list/uni-list\",\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker\":\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker\",\"uni_modules/uni-forms/components/uni-forms-item/uni-forms-item\":\"uni_modules/uni-forms/components/uni-forms-item/uni-forms-item\",\"uni_modules/uni-forms/components/uni-forms/uni-forms\":\"uni_modules/uni-forms/components/uni-forms/uni-forms\",\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\":\"uni_modules/uni-popup/components/uni-popup-dialog/uni-popup-dialog\",\"uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput\":\"uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput\",\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\":\"uni_modules/uni-number-box/components/uni-number-box/uni-number-box\",\"uni_modules/uni-popup/components/uni-popup/uni-popup\":\"uni_modules/uni-popup/components/uni-popup/uni-popup\",\"uni_modules/uni-icons/components/uni-icons/uni-icons\":\"uni_modules/uni-icons/components/uni-icons/uni-icons\",\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\":\"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\",\"uni_modules/uni-grid/components/uni-grid/uni-grid\":\"uni_modules/uni-grid/components/uni-grid/uni-grid\",\"components/u-link/u-link\":\"components/u-link/u-link\",\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\":\"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\",\"uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar\":\"uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar\",\"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker\":\"uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker\",\"uni_modules/uni-badge/components/uni-badge/uni-badge\":\"uni_modules/uni-badge/components/uni-badge/uni-badge\",\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar\":\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar\",\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker\":\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker\",\"uni_modules/uni-transition/components/uni-transition/uni-transition\":\"uni_modules/uni-transition/components/uni-transition/uni-transition\",\"uni_modules/uni-file-picker/components/uni-file-picker/upload-file\":\"uni_modules/uni-file-picker/components/uni-file-picker/upload-file\",\"uni_modules/uni-file-picker/components/uni-file-picker/upload-image\":\"uni_modules/uni-file-picker/components/uni-file-picker/upload-image\",\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item\":\"uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item\"}[chunkId]||chunkId) + \".wxss\";\n \t\t\t\tvar fullhref = __webpack_require__.p + href;\n \t\t\t\tvar existingLinkTags = document.getElementsByTagName(\"link\");\n \t\t\t\tfor(var i = 0; i < existingLinkTags.length; i++) {\n \t\t\t\t\tvar tag = existingLinkTags[i];\n \t\t\t\t\tvar dataHref = tag.getAttribute(\"data-href\") || tag.getAttribute(\"href\");\n \t\t\t\t\tif(tag.rel === \"stylesheet\" && (dataHref === href || dataHref === fullhref)) return resolve();\n \t\t\t\t}\n \t\t\t\tvar existingStyleTags = document.getElementsByTagName(\"style\");\n \t\t\t\tfor(var i = 0; i < existingStyleTags.length; i++) {\n \t\t\t\t\tvar tag = existingStyleTags[i];\n \t\t\t\t\tvar dataHref = tag.getAttribute(\"data-href\");\n \t\t\t\t\tif(dataHref === href || dataHref === fullhref) return resolve();\n \t\t\t\t}\n \t\t\t\tvar linkTag = document.createElement(\"link\");\n \t\t\t\tlinkTag.rel = \"stylesheet\";\n \t\t\t\tlinkTag.type = \"text/css\";\n \t\t\t\tlinkTag.onload = resolve;\n \t\t\t\tlinkTag.onerror = function(event) {\n \t\t\t\t\tvar request = event && event.target && event.target.src || fullhref;\n \t\t\t\t\tvar err = new Error(\"Loading CSS chunk \" + chunkId + \" failed.\\n(\" + request + \")\");\n \t\t\t\t\terr.code = \"CSS_CHUNK_LOAD_FAILED\";\n \t\t\t\t\terr.request = request;\n \t\t\t\t\tdelete installedCssChunks[chunkId]\n \t\t\t\t\tlinkTag.parentNode.removeChild(linkTag)\n \t\t\t\t\treject(err);\n \t\t\t\t};\n \t\t\t\tlinkTag.href = fullhref;\n\n \t\t\t\tvar head = document.getElementsByTagName(\"head\")[0];\n \t\t\t\thead.appendChild(linkTag);\n \t\t\t}).then(function() {\n \t\t\t\tinstalledCssChunks[chunkId] = 0;\n \t\t\t}));\n \t\t}\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\t// create error before stack unwound to get useful stacktrace later\n \t\t\t\tvar error = new Error();\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n \t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = global[\"webpackJsonp\"] = global[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// run deferred modules from other chunks\n \tcheckDeferredModules();\n"],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
1 | -{"version":3,"sources":["webpack:///./node_modules/@dcloudio/uni-mp-weixin/dist/index.js?543d","uni-app:///uni_modules/uni-upgrade-center-app/utils/check-update.js","uni-app:///uni_modules/uni-upgrade-center-app/utils/call-check-version.js","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js?f0c5","uni-app:///uni_modules/uni-icons/components/uni-icons/icons.js","uni-app:///store/index.js","uni-app:///uni_modules/uni-load-more/components/uni-load-more/i18n/index.js","webpack:///./node_modules/@babel/runtime/regenerator/index.js?a34a","webpack:///./node_modules/regenerator-runtime/runtime-module.js?bbdd","webpack:///./node_modules/regenerator-runtime/runtime.js?96cf","webpack:///(webpack)/buildin/global.js?cd00","uni-app:///uni_modules/uni-popup/components/uni-popup/popup.js","uni-app:///uni_modules/uni-popup/components/uni-popup/i18n/index.js","uni-app:///uni_modules/uni-transition/components/uni-transition/createAnimation.js","uni-app:///common/common.js","uni-app:///common/md5.min.js","uni-app:///common/requestServer.js","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/mp-vue/dist/mp.runtime.esm.js?66fd","webpack:///./node_modules/@dcloudio/uni-i18n/dist/uni-i18n.es.js?37dc","webpack:////Users/liugongyu/Documents/jiangyin/static/inputCarNumber_pic/carBg.png?b8e7","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vuex3/dist/vuex.common.js?26cb"],"names":["realAtob","b64","b64re","atob","str","String","replace","test","Error","slice","length","bitmap","result","r1","r2","i","indexOf","charAt","fromCharCode","b64DecodeUnicode","decodeURIComponent","split","map","c","charCodeAt","toString","join","getCurrentUserInfo","token","wx","getStorageSync","tokenArr","uid","role","permission","tokenExpired","userInfo","JSON","parse","error","message","exp","iat","uniIdMixin","Vue","prototype","uniIDHasRole","roleId","uniIDHasPermission","permissionId","uniIDTokenValid","Date","now","_toString","Object","hasOwnProperty","isFn","fn","isStr","isPlainObject","obj","call","hasOwn","key","noop","cached","cache","create","cachedFn","hit","camelizeRE","camelize","_","toUpperCase","HOOKS","globalInterceptors","scopedInterceptors","mergeHook","parentVal","childVal","res","concat","Array","isArray","dedupeHooks","hooks","push","removeHook","hook","index","splice","mergeInterceptorHook","interceptor","option","keys","forEach","removeInterceptorHook","addInterceptor","method","removeInterceptor","wrapperHook","data","isPromise","then","queue","promise","Promise","resolve","callback","wrapperOptions","options","name","oldCallback","callbackInterceptor","wrapperReturnValue","returnValue","returnValueHooks","getApiInterceptorHooks","scopedInterceptor","invokeApi","api","params","invoke","promiseInterceptor","reject","SYNC_API_RE","CONTEXT_API_RE","CONTEXT_API_RE_EXC","ASYNC_API","CALLBACK_API_RE","isContextApi","isSyncApi","isCallbackApi","handlePromise","catch","err","shouldPromise","finally","constructor","value","reason","promisify","promiseApi","success","fail","complete","assign","EPS","BASE_DEVICE_WIDTH","isIOS","deviceWidth","deviceDPR","checkDeviceWidth","getSystemInfoSync","platform","pixelRatio","windowWidth","upx2px","number","newDeviceWidth","Number","Math","floor","getLocale","app","getApp","allowDefault","$vm","$locale","language","setLocale","locale","oldLocale","onLocaleChangeCallbacks","onLocaleChange","global","interceptors","baseApi","freeze","__proto__","findExistsPageIndex","url","pages","getCurrentPages","len","page","$page","fullPath","redirectTo","fromArgs","exists","delta","args","existsPageIndex","previewImage","currentIndex","parseInt","current","isNaN","urls","filter","item","indicator","loop","UUID_KEY","deviceId","addUuid","random","setStorage","addSafeAreaInsets","safeArea","safeAreaInsets","top","left","right","bottom","windowHeight","getSystemInfo","showActionSheet","alertText","title","protocols","todos","canIUses","CALLBACKS","processCallback","methodName","processReturnValue","processArgs","argsOption","keepFromArgs","toArgs","keyOption","console","warn","keepReturnValue","wrapper","protocol","arg1","arg2","apply","todoApis","TODOS","createTodoApi","todoApi","errMsg","providers","oauth","share","payment","getProvider","service","provider","extraApi","getEmitter","Emitter","getUniEmitter","ctx","$on","arguments","$off","$once","$emit","eventApi","MPPage","Page","MPComponent","Component","customizeRE","customize","initTriggerEvent","mpInstance","oldTriggerEvent","triggerEvent","newTriggerEvent","event","_triggerEvent","initHook","isComponent","oldHook","__$wrappered","after","PAGE_EVENT_HOOKS","initMocks","vm","mocks","$mp","mpType","mock","hasHook","vueOptions","default","extendOptions","super","mixins","find","mixin","initHooks","mpOptions","__call_hook","initVueComponent","VueComponent","extend","initSlots","vueSlots","$slots","slotName","$scopedSlots","initVueIds","vueIds","_$vueId","_$vuePid","initData","context","methods","e","process","VUE_APP_DEBUG","stringify","__lifecycle_hooks__","PROP_TYPES","Boolean","createObserver","observer","newVal","oldVal","initBehaviors","initBehavior","vueBehaviors","behaviors","vueExtends","extends","vueMixins","vueProps","props","behavior","type","properties","initProperties","vueMixin","parsePropType","defaultValue","file","isBehavior","vueId","generic","scopedSlotsCompiler","setData","opts","wrapper$1","mp","stopPropagation","preventDefault","target","detail","markerId","getExtraValue","dataPathsArray","dataPathArray","dataPath","propPath","valuePath","vFor","isInteger","substr","__get_value","vForItem","vForKey","processEventExtra","extra","extraObj","__args__","getObjByArray","arr","element","processEventArgs","isCustom","isCustomMPEvent","currentTarget","dataset","comType","ret","arg","ONCE","CUSTOM","isMatchEventType","eventType","optType","getContextVm","$parent","$options","$scope","handleEvent","eventOpts","eventOpt","eventsArray","isOnce","eventArray","handlerCtx","handler","once","messages","initI18nMessages","isEnableLocale","localeKeys","__uniConfig","locales","curMessages","userMessages","i18n","t","i18nMixin","beforeCreate","unwatch","watchLocale","$forceUpdate","$$t","values","setLocale$1","getLocale$1","initAppLocale","appVm","state","observable","localeWatchers","$watchLocale","defineProperty","get","set","v","watch","eventChannels","eventChannelStack","getEventChannel","id","eventChannel","shift","initEventChannel","getOpenerEventChannel","callHook","__id__","__eventChannel__","initScopedSlotsParams","center","parents","$hasScopedSlotsParams","has","$getScopedSlotsParams","object","$setScopedSlotsParams","propsData","destroyed","parseBaseApp","initRefs","store","$store","mpHost","$i18n","_i18n","appOptions","onLaunch","canIUse","globalData","_isMounted","findVmByVueId","vuePid","$children","childVm","parentVm","Behavior","isPage","route","initRelation","selectAllComponents","selector","$refs","components","component","ref","vueGeneric","scopedComponent","forComponents","handleLink","parent","parseApp","createApp","App","encodeReserveRE","encodeReserveReplacer","commaRE","encode","encodeURIComponent","stringifyQuery","encodeStr","val","undefined","val2","x","parseBaseComponent","vueComponentOptions","multipleSlots","addGlobalClass","componentOptions","__file","lifetimes","attached","$mount","ready","detached","$destroy","pageLifetimes","show","hide","resize","size","__l","__e","externalClasses","wxsCallMethods","callMethod","parseComponent","hooks$1","parseBasePage","vuePageOptions","pageOptions","onLoad","query","copyQuery","is","parsePage","createPage","createComponent","createSubpackageApp","onShow","onAppShow","onHide","onAppHide","getLaunchOptionsSync","createPlugin","canIUseApi","apiName","uni","Proxy","uni$1","PACKAGE_INFO_KEY","updateUseModal","packageInfo","contents","is_mandatory","isWGT","isiOS","includes","confirmText","showModal","content","showCancel","cancel","plus","runtime","openURL","showToast","duration","downloadTask","downloadFile","statusCode","install","tempFilePath","force","restart","confirm","use","Vuex","Store","hasLogin","isUniverifyLogin","loginProvider","openid","testvuex","colorIndex","colorList","noMatchLeftWindow","active","leftWinActive","activeOpen","menu","univerifyErrorMsg","mutations","login","logout","setOpenid","setTestTrue","setTestFalse","setColorIndex","setMatchLeftWindow","matchLeftWindow","setActive","tabPage","setLeftWinActive","setActiveOpen","setMenu","setUniverifyLogin","payload","setUniverifyErrorMsg","getters","currentColor","actions","getUserOpenId","commit","setTimeout","log","getPhoneNumber","univerifyInfo","request","phoneNumber","en","zhHans","zhHant","module","exports","require","created","popup","getParent","parentName","MPAnimation","_this","animation","createAnimation","currentStepAnimates","next","$","aniObj","styles","config","animateTypes1","transform","unit","nvueAnimation","transition","animates","step","_animateRun","_nvueNextAnimate","isEnd","animationData","export","timer","durationTime","animateTypes2","animateTypes3","clearTimeout","serverUrl","hs_wxPay_appId","public_orgId","appName","ACompany","BCompany","appVerson","SetToken","ParkingwaitingPayUrl","ParkingrecoderUrl","doPayUrl","doOrderCreate","ParkingLotsUrl","ParkingLotsSearchUrl","ParkingLotsListUrl","ParkingLotsInfoUrl","billQueryUrl","accountPayUrl","getwxpayinfoUrl","getOpenidUrl","smallRoutineLoginUrl","userLogoutUrl","queryOrgInfoByOrgIdUrl","getAmountPrivilegeUrl","getAccoutBalanceUrl","getwxPayUnifiedorderUrl","getAccountDetailsUrl","getFeedbackTypeUrl","saveFeedbackAndSuggestUrl","getDirectDebitOpenOrCloseUrl","updateDirectDebitOpenOrCloseUrl","getCouponPersonUrl","bindCouponPersonUrl","getCouponPersonAvailableUrl","queryUserCarsUrl","userCarsInfoEditUrl","updateCustPersonBaseInfoUrl","queryCustPersonBaseInfoUrl","uploadHeadPicUrl","queryVipCardListByOrgIdUrl","queryVipCardByPlNoUrl","createVipCardOrderUrl","queryVipCardListByPlNameUrl","queryVipCardsByCustIdUrl","userPersoGetCouponAndOpenUrl","zeroPayUrl","queryTdCCustSuggestForAPP","queryVipCardMsgByCardNo","queryTdCCustSuggestDetail","userLogin","userLoginout","useraboutUs","requestSign","inputData","jsonList","sign_type","app_id","deviceInfo","salt","getSalt","getGlobalUser","arrData","keyname","sign","getSign","objb","compare","obj1","obj2","val1","sort","strmd5","$chars","maxPos","pwd","sayHi","a","b","d","f","g","h","j","k","l","m","n","o","p","unescape","q","r","s","define","searchOrderWithCarNum","nameCanHidden","CarNum","parkState","me","showLoading","mask","showNavigationBarLoading","common","jsondata","carNumber","terminalSource","pageNum","pageSize","header","dataType","hideNavigationBarLoading","hideLoading","code","clearStorageSync","isObject","defaultDelimiters","BaseFormatter","_caches","delimiters","tokens","compile","RE_TOKEN_LIST_VALUE","RE_TOKEN_NAMED_VALUE","format","startDelimiter","endDelimiter","position","text","char","sub","isClosed","compiled","mode","LOCALE_ZH_HANS","LOCALE_ZH_HANT","LOCALE_EN","LOCALE_FR","LOCALE_ES","defaultFormatter","include","parts","part","startsWith","normalizeLocale","trim","toLowerCase","lang","I18n","fallbackLocale","watcher","formater","watchers","override","interpolate","watchAppLocale","newLocale","$watch","getDefaultLocale","initVueI18n","isWatchedAppLocale","add","isString","hasI18nJson","jsonObj","walkJsonObj","isI18nStr","parseI18nJson","compileStr","compileI18nJsonStr","jsonStr","localeValues","unshift","compileJsonObj","compileValue","valueLocales","localValue","walk","resolveLocale","resolveLocaleChain","chain","pop"],"mappings":"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jB;AACA,gBAAIA,IAAI,CAAC0C,OAAT,EAAkB;AACjBpC,qBAAO,CAACN,IAAI,CAACggB,WAAN,CAAP;AACA,aAFD,MAEO;AACNze,oBAAM,CAAC5C,GAAD,CAAN;AACA;;AAED,WAZU;AAaXgE,cAAI,EAAE,cAACT,GAAD,EAAS;AACdX,kBAAM,CAAC5C,GAAD,CAAN;AACA,WAfU,EAAZ;;AAiBA,OAlBM,CAAP;AAmBA,KAlDO,EAvEmB,EAAf,CAAd,C;;;;AA6HesX,K;;;;;;;;;;;;;uFCjIf;AACA;AACA,qF;AACe;AACdgK,IAAE,EAAFA,WADc;AAEd,aAAWC,eAFG;AAGd,aAAWC,eAHG,E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACHfC,MAAM,CAACC,OAAP,GAAiBC,mBAAO,CAAC,6BAAD,CAAxB,C;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,iBAAiB,mBAAO,CAAC,mBAAW;;AAEpC;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;ACpCA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,KAAK;AACL,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,yDAAyD;AACzD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,WAAW;AACX;;AAEA;AACA;AACA,wCAAwC,WAAW;AACnD;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS;AACT;AACA;AACA;AACA;;AAEA;;AAEA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,oCAAoC,cAAc;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,iCAAiC,kBAAkB;AACnD;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,iBAAiB;;AAEjB;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,wBAAwB,iBAAiB;AACzC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,YAAY;AACZ;AACA;;AAEA;AACA,YAAY;AACZ;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,8CAA8C,QAAQ;AACtD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa;AACb;AACA;;AAEA,WAAW;AACX;AACA;AACA;;AAEA,WAAW;AACX;AACA;AACA;;AAEA,WAAW;AACX;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA,8CAA8C,QAAQ;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA,KAAK;;AAEL;AACA,8CAA8C,QAAQ;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA,8CAA8C,QAAQ;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;;;;;;;;;;;AChtBA;;AAEA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA;AACA;AACA,4CAA4C;;AAE5C;;;;;;;;;;;;;;AClBe;AACdtgB,MADc,kBACP;AACN,WAAO,EAAP;;;AAGA,GALa;AAMdugB,SANc,qBAML;AACR,SAAKC,KAAL,GAAa,KAAKC,SAAL,EAAb;AACA,GARa;AASdpT,SAAO,EAAC;AACP;;;AAGAoT,aAJO,uBAIsB,KAAnB/f,IAAmB,uEAAZ,UAAY;AAC5B,UAAIoX,MAAM,GAAG,KAAK9F,OAAlB;AACA,UAAI0O,UAAU,GAAG5I,MAAM,CAAC7F,QAAP,CAAgBvR,IAAjC;AACA,aAAOggB,UAAU,KAAKhgB,IAAtB,EAA4B;AAC3BoX,cAAM,GAAGA,MAAM,CAAC9F,OAAhB;AACA,YAAI,CAAC8F,MAAL,EAAa,OAAO,KAAP;AACb4I,kBAAU,GAAG5I,MAAM,CAAC7F,QAAP,CAAgBvR,IAA7B;AACA;AACD,aAAOoX,MAAP;AACA,KAbM,EATM,E;;;;;;;;;;;;uFCDf;AACA;A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AA;AACA;AACA;AACA;AACA;AACA;;AAEA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;AACA,sBAAsB,+BAA+B;AACrD,sBAAsB,iBAAiB;AACvC;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,kDAAkD,iCAAiC,EAAE;AACrF,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,cAAc;;AAE3C;;AAEA;AACA;AACA;AACA,6BAA6B,UAAU;;AAEvC;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC,kCAAkC;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,aAAoB;;AAErC;AACA;AACA;AACA,YAAY,aAAoB;;AAEhC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,GAAG;AACR;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;AACH;;AAEA;;AAEA;AACA;AACA,oCAAoC;AACpC;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA,iCAAiC;AACjC,uCAAuC,wBAAwB,EAAE;AACjE,0BAA0B;;AAE1B;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,wBAAwB,YAAY;AACpC,kBAAkB,YAAY;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA,wCAAwC,EAAE;AAC1C;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,+BAA+B,oBAAoB,EAAE;AACrD;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,0BAA0B,SAAS,qBAAqB;;AAExD;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA,GAAG;AACH,CAAC;;AAED;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iDAAiD,OAAO;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;;AAEA;AACA;AACA;;AAEA,iBAAiB,iBAAiB;AAClC;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,uBAAuB;AACzD,iCAAiC,sBAAsB;AACvD;AACA,kBAAkB;AAClB,MAAM,IAAqC;AAC3C;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,aAAoB;AACtC;AACA;AACA,mBAAmB;AACnB;AACA;AACA,iBAAiB,uBAAuB;AACxC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB,OAAO,UAAU,IAAqC;AACtD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,mBAAmB;AACtC,+BAA+B;AAC/B;AACA,GAAG;AACH;AACA;AACA;AACA,kBAAkB,YAAY;AAC9B,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,oCAAoC;AACpC;AACA,qCAAqC;AACrC;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,IAEQ;AACZ;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,6CAA6C,SAAS;AACtD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,6CAA6C,qCAAqC,EAAE;AACpF;;AAEA;AACA;AACA;;AAEA,oCAAoC,yCAAyC,EAAE;AAC/E;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,kBAAkB;AAC3C;AACA;AACA,4BAA4B;AAC5B,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,sDAAsD,EAAE;AACtF;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB,kBAAkB;AAClC;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;;AAEA;;AAEA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,yBAAyB;AAC1C,GAAG;AACH;AACA;AACA,iBAAiB,+BAA+B;AAChD;AACA;;AAEA;AACA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,uBAAuB;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,uCAAuC;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB,mBAAmB;AACxC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,qBAAqB;AACtC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,qBAAqB;AAClC;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO,MAAM,EAEN;AACP,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,mBAAmB,iBAAiB;AACpC;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,UAAU,IAAqC;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC,OAAO;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,kEAAkE;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA,sBAAsB,mBAAmB;AACzC;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC,uCAAuC;AACvC;AACA,GAAG;AACH;AACA,eAAe,SAAS;AACxB,sCAAsC;AACtC;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA,4CAA4C,eAAe;AAC3D,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,kDAAkD;AAClD,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;AACA,KAAK,UAAU,KAAqC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,qCAAqC,gEAAgE;AACrG;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,4BAA4B,+BAA+B;AAC3D,4BAA4B,+BAA+B;AAC3D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB,mBAAmB;AACtC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C,kDAAkD;AAClD;AACA;AACA,mCAAmC;AACnC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sEAAsE;;AAEtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,uFAAuF;AAC5F;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0CAA0C;AAC1C,iBAAiB,yBAAyB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG,+BAA+B;AAClC,mCAAmC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,oBAAoB,oBAAoB;AACxC,sBAAsB,4BAA4B;AAClD;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,mBAAmB;AACnB,yBAAyB;AACzB;AACA,qDAAqD;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,6CAA6C;AAC9E;AACA;AACA,6CAA6C,4CAA4C;;AAEzF;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL,GAAG,MAAM,EAGN;AACH;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,KAAK,2CAA2C,8BAA8B,EAAE;;AAEhF;AACA,wCAAwC,OAAO;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB,KAAqC;AACrD;AACA,oBAAoB,SAAI;AACxB;AACA;AACA,WAAW;AACX;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uCAAuC,OAAO;AAC9C;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC,SAAS;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC,OAAO;AAC5C;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;;AAE1B,kBAAkB;AAClB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA,0CAA0C;AAC1C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,MAAM,IAAqC;AAC3C;AACA;AACA;;AAEA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,OAAO;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B,0BAA0B;AACpD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,oBAAoB,EAAE;;AAEpD;AACA;AACA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,oBAAoB;AACpB;AACA,yBAAyB;AACzB;AACA;AACA;AACA;AACA,oBAAoB,KAAqC;AACzD;AACA,MAAM,SAAE;AACR;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C,qBAAqB,+BAA+B;AACpD;AACA;AACA,GAAG;AACH,yBAAyB;AACzB;AACA,sBAAsB,iCAAiC;AACvD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kGAAkG;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,UAAU,IAAqC;AACpD;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,qBAAqB,oBAAoB;AACzC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA,8BAA8B;AAC9B,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA,sCAAsC;AACtC,8C;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,eAAe;AACrC;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sEAAsE;AACtE;AACA;AACA;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,YAAY,KAAqC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;;;;AAIA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA,0CAA0C,2BAA2B,EAAE;AACvE,KAAK;AACL;AACA,0CAA0C,4BAA4B,EAAE;AACxE,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,+BAA+B,eAAe;AAC9C,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,yBAAyB;AACzB;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA,SAAS;AACT;AACA;AACA,aAAa;AACb;AACA;AACA,iBAAiB;AACjB;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,YAAY,0GAAW;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,mBAAmB;AAC1C;AACA;AACA;AACA;;AAEA;AACA,0CAA0C,gCAAgC,EAAE;AAC5E;;AAEA;AACA;AACA;AACA;AACA,WAAW,0GAAW;AACtB;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,WAAW,0GAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B,0CAA0C;;AAE1C;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA,sCAAsC;AACtC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA,KAAK;AACL;AACA;AACA,UAAU,0GAAW;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,OAAO;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,qDAAqD,EAAE,SAAS;AACtH;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC,OAAO;AACxC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,0BAA0B,OAAO;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEe,kEAAG,EAAC;;;;;;;;;;;;;;4nFC95LnB,IAAMtpB,OAAO,GAAGD,KAAK,CAACC,OAAtB;AACA,IAAM0qB,QAAQ,GAAG,SAAXA,QAAW,CAAC/Q,GAAD,UAASA,GAAG,KAAK,IAAR,IAAgB,OAAOA,GAAP,KAAe,QAAxC,EAAjB;AACA,IAAMgR,iBAAiB,GAAG,CAAC,GAAD,EAAM,GAAN,CAA1B,C;AACMC,a;AACF,2BAAc;AACV,SAAKC,OAAL,GAAe1sB,MAAM,CAACa,MAAP,CAAc,IAAd,CAAf;AACH,G;AACW3B,W,E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eAAe,yBAAyB;AACxC,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB;;AAErB;;AAEA;;AAEA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG,GAAG,gBAAgB;;AAEtB;AACA;AACA,GAAG,GAAG,gBAAgB;AACtB;;AAEA;AACA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW,SAAS;AACpB,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,EAAE;AACb,WAAW,cAAc;AACzB,YAAY;AACZ;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sCAAsC,2BAA2B,EAAE;AACnE;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA,2CAA2C,0BAA0B,EAAE;AACvE;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mBAAmB;AACnB;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,0BAA0B,cAAc,qBAAqB;;AAE7D;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,4BAA4B,oCAAoC,EAAE;AAClE;AACA;;AAEA;AACA,4BAA4B;AAC5B,uEAAuE,EAAE;AACzE;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,0BAA0B;;AAE1B;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,QAAQ;;AAER;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA;AACA;;AAEA,gCAAgC;AAChC,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,qCAAqC,uBAAuB,EAAE;;AAE9D;AACA;AACA;AACA;AACA;;AAEA,4BAA4B,SAAS,qBAAqB;;AAE1D;AACA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,kBAAkB;AAClB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA,6BAA6B,oCAAoC,EAAE;;AAEnE;AACA,KAAK,KAAqC;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,gBAAgB;AAChB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,8BAA8B,mBAAmB,EAAE;AACnD,+BAA+B,yCAAyC,EAAE;AAC1E,GAAG;AACH,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA,gDAAgD,yBAAyB,EAAE;AAC3E;;AAEA;AACA;AACA;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,wCAAwC,EAAE;AAC7E,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,+CAA+C,EAAE;AACpF,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA,yCAAyC,aAAa;AACtD;AACA;;AAEA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA,6CAA6C,6CAA6C,EAAE;AAC5F;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA,yEAAyE,iCAAiC;AAC1G;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB,EAAE;AACjD;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,8BAA8B,yBAAyB,EAAE;AACzD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,kDAAkD,aAAoB;AACtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,IAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uBAAuB,sBAAsB;AAC7C,uBAAuB,2CAA2C;AAClE,KAAK;AACL;AACA,wBAAwB,0CAA0C;AAClE;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD;;AAElD;AACA;;AAEA;AACA;AACA;AACA;AACA,0BAA0B,4BAA4B,EAAE;AACxD;AACA,OAAO;AACP,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gCAAgC,4BAA4B;AAC5D,SAAS,IAAqC;AAC9C;AACA;AACA,GAAG,GAAG,yBAAyB;AAC/B;;AAEA;AACA,4CAA4C,mBAAmB,EAAE;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA,UAAU;AACV;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,WAAW;AACX;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,KAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,YAAY;AACZ;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA,CAAC,EAAE;;AAEH;AACA;AACA,iCAAiC,iBAAiB,GAAG,iBAAiB,GAAG,iBAAiB;AAC1F,iBAAiB,iBAAiB,QAAQ,mBAAmB,GAAG,mBAAmB,GAAG,mBAAmB;AACzG,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,UAAU,qBAAqB,EAAE,EAAE;AACjE,2CAA2C,UAAU,0BAA0B,EAAE,EAAE;AACnF;;AAEA;AACA;AACA,WAAW,EAAE;AACb,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,SAAS;AACpB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,gCAAgC;AAChC,0BAA0B,iFAAiF,aAAa;AACxH,oCAAoC,+DAA+D,cAAc;AACjH,oDAAoD,6EAA6E,YAAY;AAC7I,sCAAsC,yEAAyE,aAAa;AAC5H,gDAAgD,yEAAyE,YAAY;AACrI,sCAAsC;AACtC,kCAAkC;AAClC,0BAA0B;;AAE1B;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sDAAsD;AACtD,oDAAoD;AACpD,sDAAsD;AACtD;AACA;;AAEA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,kDAAkD;AAClD;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"common/vendor.js","sourcesContent":["import Vue from 'vue';\nimport { initVueI18n } from '@dcloudio/uni-i18n';\n\nlet realAtob;\n\nconst b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\nconst b64re = /^(?:[A-Za-z\\d+/]{4})*?(?:[A-Za-z\\d+/]{2}(?:==)?|[A-Za-z\\d+/]{3}=?)?$/;\n\nif (typeof atob !== 'function') {\n realAtob = function (str) {\n str = String(str).replace(/[\\t\\n\\f\\r ]+/g, '');\n if (!b64re.test(str)) { throw new Error(\"Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.\") }\n\n // Adding the padding if missing, for semplicity\n str += '=='.slice(2 - (str.length & 3));\n var bitmap; var result = ''; var r1; var r2; var i = 0;\n for (; i < str.length;) {\n bitmap = b64.indexOf(str.charAt(i++)) << 18 | b64.indexOf(str.charAt(i++)) << 12 |\n (r1 = b64.indexOf(str.charAt(i++))) << 6 | (r2 = b64.indexOf(str.charAt(i++)));\n\n result += r1 === 64 ? String.fromCharCode(bitmap >> 16 & 255)\n : r2 === 64 ? String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255)\n : String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255, bitmap & 255);\n }\n return result\n };\n} else {\n // 注意atob只能在全局对象上调用,例如:`const Base64 = {atob};Base64.atob('xxxx')`是错误的用法\n realAtob = atob;\n}\n\nfunction b64DecodeUnicode (str) {\n return decodeURIComponent(realAtob(str).split('').map(function (c) {\n return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)\n }).join(''))\n}\n\nfunction getCurrentUserInfo () {\n const token = ( wx).getStorageSync('uni_id_token') || '';\n const tokenArr = token.split('.');\n if (!token || tokenArr.length !== 3) {\n return {\n uid: null,\n role: [],\n permission: [],\n tokenExpired: 0\n }\n }\n let userInfo;\n try {\n userInfo = JSON.parse(b64DecodeUnicode(tokenArr[1]));\n } catch (error) {\n throw new Error('获取当前用户信息出错,详细错误信息为:' + error.message)\n }\n userInfo.tokenExpired = userInfo.exp * 1000;\n delete userInfo.exp;\n delete userInfo.iat;\n return userInfo\n}\n\nfunction uniIdMixin (Vue) {\n Vue.prototype.uniIDHasRole = function (roleId) {\n const {\n role\n } = getCurrentUserInfo();\n return role.indexOf(roleId) > -1\n };\n Vue.prototype.uniIDHasPermission = function (permissionId) {\n const {\n permission\n } = getCurrentUserInfo();\n return this.uniIDHasRole('admin') || permission.indexOf(permissionId) > -1\n };\n Vue.prototype.uniIDTokenValid = function () {\n const {\n tokenExpired\n } = getCurrentUserInfo();\n return tokenExpired > Date.now()\n };\n}\n\nconst _toString = Object.prototype.toString;\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction isFn (fn) {\n return typeof fn === 'function'\n}\n\nfunction isStr (str) {\n return typeof str === 'string'\n}\n\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\nfunction noop () {}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n const cache = Object.create(null);\n return function cachedFn (str) {\n const hit = cache[str];\n return hit || (cache[str] = fn(str))\n }\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nconst camelizeRE = /-(\\w)/g;\nconst camelize = cached((str) => {\n return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : '')\n});\n\nconst HOOKS = [\n 'invoke',\n 'success',\n 'fail',\n 'complete',\n 'returnValue'\n];\n\nconst globalInterceptors = {};\nconst scopedInterceptors = {};\n\nfunction mergeHook (parentVal, childVal) {\n const res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n const res = [];\n for (let i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nfunction removeHook (hooks, hook) {\n const index = hooks.indexOf(hook);\n if (index !== -1) {\n hooks.splice(index, 1);\n }\n}\n\nfunction mergeInterceptorHook (interceptor, option) {\n Object.keys(option).forEach(hook => {\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\n interceptor[hook] = mergeHook(interceptor[hook], option[hook]);\n }\n });\n}\n\nfunction removeInterceptorHook (interceptor, option) {\n if (!interceptor || !option) {\n return\n }\n Object.keys(option).forEach(hook => {\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\n removeHook(interceptor[hook], option[hook]);\n }\n });\n}\n\nfunction addInterceptor (method, option) {\n if (typeof method === 'string' && isPlainObject(option)) {\n mergeInterceptorHook(scopedInterceptors[method] || (scopedInterceptors[method] = {}), option);\n } else if (isPlainObject(method)) {\n mergeInterceptorHook(globalInterceptors, method);\n }\n}\n\nfunction removeInterceptor (method, option) {\n if (typeof method === 'string') {\n if (isPlainObject(option)) {\n removeInterceptorHook(scopedInterceptors[method], option);\n } else {\n delete scopedInterceptors[method];\n }\n } else if (isPlainObject(method)) {\n removeInterceptorHook(globalInterceptors, method);\n }\n}\n\nfunction wrapperHook (hook) {\n return function (data) {\n return hook(data) || data\n }\n}\n\nfunction isPromise (obj) {\n return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'\n}\n\nfunction queue (hooks, data) {\n let promise = false;\n for (let i = 0; i < hooks.length; i++) {\n const hook = hooks[i];\n if (promise) {\n promise = Promise.resolve(wrapperHook(hook));\n } else {\n const res = hook(data);\n if (isPromise(res)) {\n promise = Promise.resolve(res);\n }\n if (res === false) {\n return {\n then () { }\n }\n }\n }\n }\n return promise || {\n then (callback) {\n return callback(data)\n }\n }\n}\n\nfunction wrapperOptions (interceptor, options = {}) {\n ['success', 'fail', 'complete'].forEach(name => {\n if (Array.isArray(interceptor[name])) {\n const oldCallback = options[name];\n options[name] = function callbackInterceptor (res) {\n queue(interceptor[name], res).then((res) => {\n /* eslint-disable no-mixed-operators */\n return isFn(oldCallback) && oldCallback(res) || res\n });\n };\n }\n });\n return options\n}\n\nfunction wrapperReturnValue (method, returnValue) {\n const returnValueHooks = [];\n if (Array.isArray(globalInterceptors.returnValue)) {\n returnValueHooks.push(...globalInterceptors.returnValue);\n }\n const interceptor = scopedInterceptors[method];\n if (interceptor && Array.isArray(interceptor.returnValue)) {\n returnValueHooks.push(...interceptor.returnValue);\n }\n returnValueHooks.forEach(hook => {\n returnValue = hook(returnValue) || returnValue;\n });\n return returnValue\n}\n\nfunction getApiInterceptorHooks (method) {\n const interceptor = Object.create(null);\n Object.keys(globalInterceptors).forEach(hook => {\n if (hook !== 'returnValue') {\n interceptor[hook] = globalInterceptors[hook].slice();\n }\n });\n const scopedInterceptor = scopedInterceptors[method];\n if (scopedInterceptor) {\n Object.keys(scopedInterceptor).forEach(hook => {\n if (hook !== 'returnValue') {\n interceptor[hook] = (interceptor[hook] || []).concat(scopedInterceptor[hook]);\n }\n });\n }\n return interceptor\n}\n\nfunction invokeApi (method, api, options, ...params) {\n const interceptor = getApiInterceptorHooks(method);\n if (interceptor && Object.keys(interceptor).length) {\n if (Array.isArray(interceptor.invoke)) {\n const res = queue(interceptor.invoke, options);\n return res.then((options) => {\n return api(wrapperOptions(interceptor, options), ...params)\n })\n } else {\n return api(wrapperOptions(interceptor, options), ...params)\n }\n }\n return api(options, ...params)\n}\n\nconst promiseInterceptor = {\n returnValue (res) {\n if (!isPromise(res)) {\n return res\n }\n return new Promise((resolve, reject) => {\n res.then(res => {\n if (res[0]) {\n reject(res[0]);\n } else {\n resolve(res[1]);\n }\n });\n })\n }\n};\n\nconst SYNC_API_RE =\n /^\\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale/;\n\nconst CONTEXT_API_RE = /^create|Manager$/;\n\n// Context例外情况\nconst CONTEXT_API_RE_EXC = ['createBLEConnection'];\n\n// 同步例外情况\nconst ASYNC_API = ['createBLEConnection'];\n\nconst CALLBACK_API_RE = /^on|^off/;\n\nfunction isContextApi (name) {\n return CONTEXT_API_RE.test(name) && CONTEXT_API_RE_EXC.indexOf(name) === -1\n}\nfunction isSyncApi (name) {\n return SYNC_API_RE.test(name) && ASYNC_API.indexOf(name) === -1\n}\n\nfunction isCallbackApi (name) {\n return CALLBACK_API_RE.test(name) && name !== 'onPush'\n}\n\nfunction handlePromise (promise) {\n return promise.then(data => {\n return [null, data]\n })\n .catch(err => [err])\n}\n\nfunction shouldPromise (name) {\n if (\n isContextApi(name) ||\n isSyncApi(name) ||\n isCallbackApi(name)\n ) {\n return false\n }\n return true\n}\n\n/* eslint-disable no-extend-native */\nif (!Promise.prototype.finally) {\n Promise.prototype.finally = function (callback) {\n const promise = this.constructor;\n return this.then(\n value => promise.resolve(callback()).then(() => value),\n reason => promise.resolve(callback()).then(() => {\n throw reason\n })\n )\n };\n}\n\nfunction promisify (name, api) {\n if (!shouldPromise(name)) {\n return api\n }\n return function promiseApi (options = {}, ...params) {\n if (isFn(options.success) || isFn(options.fail) || isFn(options.complete)) {\n return wrapperReturnValue(name, invokeApi(name, api, options, ...params))\n }\n return wrapperReturnValue(name, handlePromise(new Promise((resolve, reject) => {\n invokeApi(name, api, Object.assign({}, options, {\n success: resolve,\n fail: reject\n }), ...params);\n })))\n }\n}\n\nconst EPS = 1e-4;\nconst BASE_DEVICE_WIDTH = 750;\nlet isIOS = false;\nlet deviceWidth = 0;\nlet deviceDPR = 0;\n\nfunction checkDeviceWidth () {\n const {\n platform,\n pixelRatio,\n windowWidth\n } = wx.getSystemInfoSync(); // uni=>wx runtime 编译目标是 uni 对象,内部不允许直接使用 uni\n\n deviceWidth = windowWidth;\n deviceDPR = pixelRatio;\n isIOS = platform === 'ios';\n}\n\nfunction upx2px (number, newDeviceWidth) {\n if (deviceWidth === 0) {\n checkDeviceWidth();\n }\n\n number = Number(number);\n if (number === 0) {\n return 0\n }\n let result = (number / BASE_DEVICE_WIDTH) * (newDeviceWidth || deviceWidth);\n if (result < 0) {\n result = -result;\n }\n result = Math.floor(result + EPS);\n if (result === 0) {\n if (deviceDPR === 1 || !isIOS) {\n result = 1;\n } else {\n result = 0.5;\n }\n }\n return number < 0 ? -result : result\n}\n\nfunction getLocale () {\n // 优先使用 $locale\n const app = getApp({\n allowDefault: true\n });\n if (app && app.$vm) {\n return app.$vm.$locale\n }\n return wx.getSystemInfoSync().language || 'zh-Hans'\n}\n\nfunction setLocale (locale) {\n const app = getApp();\n if (!app) {\n return false\n }\n const oldLocale = app.$vm.$locale;\n if (oldLocale !== locale) {\n app.$vm.$locale = locale;\n onLocaleChangeCallbacks.forEach((fn) => fn({\n locale\n }));\n return true\n }\n return false\n}\n\nconst onLocaleChangeCallbacks = [];\nfunction onLocaleChange (fn) {\n if (onLocaleChangeCallbacks.indexOf(fn) === -1) {\n onLocaleChangeCallbacks.push(fn);\n }\n}\n\nif (typeof global !== 'undefined') {\n global.getLocale = getLocale;\n}\n\nconst interceptors = {\n promiseInterceptor\n};\n\nvar baseApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n upx2px: upx2px,\n getLocale: getLocale,\n setLocale: setLocale,\n onLocaleChange: onLocaleChange,\n addInterceptor: addInterceptor,\n removeInterceptor: removeInterceptor,\n interceptors: interceptors\n});\n\nfunction findExistsPageIndex (url) {\n const pages = getCurrentPages();\n let len = pages.length;\n while (len--) {\n const page = pages[len];\n if (page.$page && page.$page.fullPath === url) {\n return len\n }\n }\n return -1\n}\n\nvar redirectTo = {\n name (fromArgs) {\n if (fromArgs.exists === 'back' && fromArgs.delta) {\n return 'navigateBack'\n }\n return 'redirectTo'\n },\n args (fromArgs) {\n if (fromArgs.exists === 'back' && fromArgs.url) {\n const existsPageIndex = findExistsPageIndex(fromArgs.url);\n if (existsPageIndex !== -1) {\n const delta = getCurrentPages().length - 1 - existsPageIndex;\n if (delta > 0) {\n fromArgs.delta = delta;\n }\n }\n }\n }\n};\n\nvar previewImage = {\n args (fromArgs) {\n let currentIndex = parseInt(fromArgs.current);\n if (isNaN(currentIndex)) {\n return\n }\n const urls = fromArgs.urls;\n if (!Array.isArray(urls)) {\n return\n }\n const len = urls.length;\n if (!len) {\n return\n }\n if (currentIndex < 0) {\n currentIndex = 0;\n } else if (currentIndex >= len) {\n currentIndex = len - 1;\n }\n if (currentIndex > 0) {\n fromArgs.current = urls[currentIndex];\n fromArgs.urls = urls.filter(\n (item, index) => index < currentIndex ? item !== urls[currentIndex] : true\n );\n } else {\n fromArgs.current = urls[0];\n }\n return {\n indicator: false,\n loop: false\n }\n }\n};\n\nconst UUID_KEY = '__DC_STAT_UUID';\nlet deviceId;\nfunction addUuid (result) {\n deviceId = deviceId || wx.getStorageSync(UUID_KEY);\n if (!deviceId) {\n deviceId = Date.now() + '' + Math.floor(Math.random() * 1e7);\n wx.setStorage({\n key: UUID_KEY,\n data: deviceId\n });\n }\n result.deviceId = deviceId;\n}\n\nfunction addSafeAreaInsets (result) {\n if (result.safeArea) {\n const safeArea = result.safeArea;\n result.safeAreaInsets = {\n top: safeArea.top,\n left: safeArea.left,\n right: result.windowWidth - safeArea.right,\n bottom: result.windowHeight - safeArea.bottom\n };\n }\n}\n\nvar getSystemInfo = {\n returnValue: function (result) {\n addUuid(result);\n addSafeAreaInsets(result);\n }\n};\n\nvar showActionSheet = {\n args (fromArgs) {\n if (typeof fromArgs === 'object') {\n fromArgs.alertText = fromArgs.title;\n }\n }\n};\n\n// import navigateTo from 'uni-helpers/navigate-to'\n\nconst protocols = {\n redirectTo,\n // navigateTo, // 由于在微信开发者工具的页面参数,会显示__id__参数,因此暂时关闭mp-weixin对于navigateTo的AOP\n previewImage,\n getSystemInfo,\n getSystemInfoSync: getSystemInfo,\n showActionSheet\n};\nconst todos = [\n 'vibrate',\n 'preloadPage',\n 'unPreloadPage',\n 'loadSubPackage'\n];\nconst canIUses = [];\n\nconst CALLBACKS = ['success', 'fail', 'cancel', 'complete'];\n\nfunction processCallback (methodName, method, returnValue) {\n return function (res) {\n return method(processReturnValue(methodName, res, returnValue))\n }\n}\n\nfunction processArgs (methodName, fromArgs, argsOption = {}, returnValue = {}, keepFromArgs = false) {\n if (isPlainObject(fromArgs)) { // 一般 api 的参数解析\n const toArgs = keepFromArgs === true ? fromArgs : {}; // returnValue 为 false 时,说明是格式化返回值,直接在返回值对象上修改赋值\n if (isFn(argsOption)) {\n argsOption = argsOption(fromArgs, toArgs) || {};\n }\n for (const key in fromArgs) {\n if (hasOwn(argsOption, key)) {\n let keyOption = argsOption[key];\n if (isFn(keyOption)) {\n keyOption = keyOption(fromArgs[key], fromArgs, toArgs);\n }\n if (!keyOption) { // 不支持的参数\n console.warn(`The '${methodName}' method of platform '微信小程序' does not support option '${key}'`);\n } else if (isStr(keyOption)) { // 重写参数 key\n toArgs[keyOption] = fromArgs[key];\n } else if (isPlainObject(keyOption)) { // {name:newName,value:value}可重新指定参数 key:value\n toArgs[keyOption.name ? keyOption.name : key] = keyOption.value;\n }\n } else if (CALLBACKS.indexOf(key) !== -1) {\n if (isFn(fromArgs[key])) {\n toArgs[key] = processCallback(methodName, fromArgs[key], returnValue);\n }\n } else {\n if (!keepFromArgs) {\n toArgs[key] = fromArgs[key];\n }\n }\n }\n return toArgs\n } else if (isFn(fromArgs)) {\n fromArgs = processCallback(methodName, fromArgs, returnValue);\n }\n return fromArgs\n}\n\nfunction processReturnValue (methodName, res, returnValue, keepReturnValue = false) {\n if (isFn(protocols.returnValue)) { // 处理通用 returnValue\n res = protocols.returnValue(methodName, res);\n }\n return processArgs(methodName, res, returnValue, {}, keepReturnValue)\n}\n\nfunction wrapper (methodName, method) {\n if (hasOwn(protocols, methodName)) {\n const protocol = protocols[methodName];\n if (!protocol) { // 暂不支持的 api\n return function () {\n console.error(`Platform '微信小程序' does not support '${methodName}'.`);\n }\n }\n return function (arg1, arg2) { // 目前 api 最多两个参数\n let options = protocol;\n if (isFn(protocol)) {\n options = protocol(arg1);\n }\n\n arg1 = processArgs(methodName, arg1, options.args, options.returnValue);\n\n const args = [arg1];\n if (typeof arg2 !== 'undefined') {\n args.push(arg2);\n }\n if (isFn(options.name)) {\n methodName = options.name(arg1);\n } else if (isStr(options.name)) {\n methodName = options.name;\n }\n const returnValue = wx[methodName].apply(wx, args);\n if (isSyncApi(methodName)) { // 同步 api\n return processReturnValue(methodName, returnValue, options.returnValue, isContextApi(methodName))\n }\n return returnValue\n }\n }\n return method\n}\n\nconst todoApis = Object.create(null);\n\nconst TODOS = [\n 'onTabBarMidButtonTap',\n 'subscribePush',\n 'unsubscribePush',\n 'onPush',\n 'offPush',\n 'share'\n];\n\nfunction createTodoApi (name) {\n return function todoApi ({\n fail,\n complete\n }) {\n const res = {\n errMsg: `${name}:fail method '${name}' not supported`\n };\n isFn(fail) && fail(res);\n isFn(complete) && complete(res);\n }\n}\n\nTODOS.forEach(function (name) {\n todoApis[name] = createTodoApi(name);\n});\n\nvar providers = {\n oauth: ['weixin'],\n share: ['weixin'],\n payment: ['wxpay'],\n push: ['weixin']\n};\n\nfunction getProvider ({\n service,\n success,\n fail,\n complete\n}) {\n let res = false;\n if (providers[service]) {\n res = {\n errMsg: 'getProvider:ok',\n service,\n provider: providers[service]\n };\n isFn(success) && success(res);\n } else {\n res = {\n errMsg: 'getProvider:fail service not found'\n };\n isFn(fail) && fail(res);\n }\n isFn(complete) && complete(res);\n}\n\nvar extraApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n getProvider: getProvider\n});\n\nconst getEmitter = (function () {\n let Emitter;\n return function getUniEmitter () {\n if (!Emitter) {\n Emitter = new Vue();\n }\n return Emitter\n }\n})();\n\nfunction apply (ctx, method, args) {\n return ctx[method].apply(ctx, args)\n}\n\nfunction $on () {\n return apply(getEmitter(), '$on', [...arguments])\n}\nfunction $off () {\n return apply(getEmitter(), '$off', [...arguments])\n}\nfunction $once () {\n return apply(getEmitter(), '$once', [...arguments])\n}\nfunction $emit () {\n return apply(getEmitter(), '$emit', [...arguments])\n}\n\nvar eventApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n $on: $on,\n $off: $off,\n $once: $once,\n $emit: $emit\n});\n\nvar api = /*#__PURE__*/Object.freeze({\n __proto__: null\n});\n\nconst MPPage = Page;\nconst MPComponent = Component;\n\nconst customizeRE = /:/g;\n\nconst customize = cached((str) => {\n return camelize(str.replace(customizeRE, '-'))\n});\n\nfunction initTriggerEvent (mpInstance) {\n const oldTriggerEvent = mpInstance.triggerEvent;\n const newTriggerEvent = function (event, ...args) {\n return oldTriggerEvent.apply(mpInstance, [customize(event), ...args])\n };\n try {\n // 京东小程序 triggerEvent 为只读\n mpInstance.triggerEvent = newTriggerEvent;\n } catch (error) {\n mpInstance._triggerEvent = newTriggerEvent;\n }\n}\n\nfunction initHook (name, options, isComponent) {\n const oldHook = options[name];\n if (!oldHook) {\n options[name] = function () {\n initTriggerEvent(this);\n };\n } else {\n options[name] = function (...args) {\n initTriggerEvent(this);\n return oldHook.apply(this, args)\n };\n }\n}\nif (!MPPage.__$wrappered) {\n MPPage.__$wrappered = true;\n Page = function (options = {}) {\n initHook('onLoad', options);\n return MPPage(options)\n };\n Page.after = MPPage.after;\n\n Component = function (options = {}) {\n initHook('created', options);\n return MPComponent(options)\n };\n}\n\nconst PAGE_EVENT_HOOKS = [\n 'onPullDownRefresh',\n 'onReachBottom',\n 'onAddToFavorites',\n 'onShareTimeline',\n 'onShareAppMessage',\n 'onPageScroll',\n 'onResize',\n 'onTabItemTap'\n];\n\nfunction initMocks (vm, mocks) {\n const mpInstance = vm.$mp[vm.mpType];\n mocks.forEach(mock => {\n if (hasOwn(mpInstance, mock)) {\n vm[mock] = mpInstance[mock];\n }\n });\n}\n\nfunction hasHook (hook, vueOptions) {\n if (!vueOptions) {\n return true\n }\n\n if (Vue.options && Array.isArray(Vue.options[hook])) {\n return true\n }\n\n vueOptions = vueOptions.default || vueOptions;\n\n if (isFn(vueOptions)) {\n if (isFn(vueOptions.extendOptions[hook])) {\n return true\n }\n if (vueOptions.super &&\n vueOptions.super.options &&\n Array.isArray(vueOptions.super.options[hook])) {\n return true\n }\n return false\n }\n\n if (isFn(vueOptions[hook])) {\n return true\n }\n const mixins = vueOptions.mixins;\n if (Array.isArray(mixins)) {\n return !!mixins.find(mixin => hasHook(hook, mixin))\n }\n}\n\nfunction initHooks (mpOptions, hooks, vueOptions) {\n hooks.forEach(hook => {\n if (hasHook(hook, vueOptions)) {\n mpOptions[hook] = function (args) {\n return this.$vm && this.$vm.__call_hook(hook, args)\n };\n }\n });\n}\n\nfunction initVueComponent (Vue, vueOptions) {\n vueOptions = vueOptions.default || vueOptions;\n let VueComponent;\n if (isFn(vueOptions)) {\n VueComponent = vueOptions;\n } else {\n VueComponent = Vue.extend(vueOptions);\n }\n vueOptions = VueComponent.options;\n return [VueComponent, vueOptions]\n}\n\nfunction initSlots (vm, vueSlots) {\n if (Array.isArray(vueSlots) && vueSlots.length) {\n const $slots = Object.create(null);\n vueSlots.forEach(slotName => {\n $slots[slotName] = true;\n });\n vm.$scopedSlots = vm.$slots = $slots;\n }\n}\n\nfunction initVueIds (vueIds, mpInstance) {\n vueIds = (vueIds || '').split(',');\n const len = vueIds.length;\n\n if (len === 1) {\n mpInstance._$vueId = vueIds[0];\n } else if (len === 2) {\n mpInstance._$vueId = vueIds[0];\n mpInstance._$vuePid = vueIds[1];\n }\n}\n\nfunction initData (vueOptions, context) {\n let data = vueOptions.data || {};\n const methods = vueOptions.methods || {};\n\n if (typeof data === 'function') {\n try {\n data = data.call(context); // 支持 Vue.prototype 上挂的数据\n } catch (e) {\n if (process.env.VUE_APP_DEBUG) {\n console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);\n }\n }\n } else {\n try {\n // 对 data 格式化\n data = JSON.parse(JSON.stringify(data));\n } catch (e) {}\n }\n\n if (!isPlainObject(data)) {\n data = {};\n }\n\n Object.keys(methods).forEach(methodName => {\n if (context.__lifecycle_hooks__.indexOf(methodName) === -1 && !hasOwn(data, methodName)) {\n data[methodName] = methods[methodName];\n }\n });\n\n return data\n}\n\nconst PROP_TYPES = [String, Number, Boolean, Object, Array, null];\n\nfunction createObserver (name) {\n return function observer (newVal, oldVal) {\n if (this.$vm) {\n this.$vm[name] = newVal; // 为了触发其他非 render watcher\n }\n }\n}\n\nfunction initBehaviors (vueOptions, initBehavior) {\n const vueBehaviors = vueOptions.behaviors;\n const vueExtends = vueOptions.extends;\n const vueMixins = vueOptions.mixins;\n\n let vueProps = vueOptions.props;\n\n if (!vueProps) {\n vueOptions.props = vueProps = [];\n }\n\n const behaviors = [];\n if (Array.isArray(vueBehaviors)) {\n vueBehaviors.forEach(behavior => {\n behaviors.push(behavior.replace('uni://', `${\"wx\"}://`));\n if (behavior === 'uni://form-field') {\n if (Array.isArray(vueProps)) {\n vueProps.push('name');\n vueProps.push('value');\n } else {\n vueProps.name = {\n type: String,\n default: ''\n };\n vueProps.value = {\n type: [String, Number, Boolean, Array, Object, Date],\n default: ''\n };\n }\n }\n });\n }\n if (isPlainObject(vueExtends) && vueExtends.props) {\n behaviors.push(\n initBehavior({\n properties: initProperties(vueExtends.props, true)\n })\n );\n }\n if (Array.isArray(vueMixins)) {\n vueMixins.forEach(vueMixin => {\n if (isPlainObject(vueMixin) && vueMixin.props) {\n behaviors.push(\n initBehavior({\n properties: initProperties(vueMixin.props, true)\n })\n );\n }\n });\n }\n return behaviors\n}\n\nfunction parsePropType (key, type, defaultValue, file) {\n // [String]=>String\n if (Array.isArray(type) && type.length === 1) {\n return type[0]\n }\n return type\n}\n\nfunction initProperties (props, isBehavior = false, file = '') {\n const properties = {};\n if (!isBehavior) {\n properties.vueId = {\n type: String,\n value: ''\n };\n // 用于字节跳动小程序模拟抽象节点\n properties.generic = {\n type: Object,\n value: null\n };\n // scopedSlotsCompiler auto\n properties.scopedSlotsCompiler = {\n type: String,\n value: ''\n };\n properties.vueSlots = { // 小程序不能直接定义 $slots 的 props,所以通过 vueSlots 转换到 $slots\n type: null,\n value: [],\n observer: function (newVal, oldVal) {\n const $slots = Object.create(null);\n newVal.forEach(slotName => {\n $slots[slotName] = true;\n });\n this.setData({\n $slots\n });\n }\n };\n }\n if (Array.isArray(props)) { // ['title']\n props.forEach(key => {\n properties[key] = {\n type: null,\n observer: createObserver(key)\n };\n });\n } else if (isPlainObject(props)) { // {title:{type:String,default:''},content:String}\n Object.keys(props).forEach(key => {\n const opts = props[key];\n if (isPlainObject(opts)) { // title:{type:String,default:''}\n let value = opts.default;\n if (isFn(value)) {\n value = value();\n }\n\n opts.type = parsePropType(key, opts.type);\n\n properties[key] = {\n type: PROP_TYPES.indexOf(opts.type) !== -1 ? opts.type : null,\n value,\n observer: createObserver(key)\n };\n } else { // content:String\n const type = parsePropType(key, opts);\n properties[key] = {\n type: PROP_TYPES.indexOf(type) !== -1 ? type : null,\n observer: createObserver(key)\n };\n }\n });\n }\n return properties\n}\n\nfunction wrapper$1 (event) {\n // TODO 又得兼容 mpvue 的 mp 对象\n try {\n event.mp = JSON.parse(JSON.stringify(event));\n } catch (e) {}\n\n event.stopPropagation = noop;\n event.preventDefault = noop;\n\n event.target = event.target || {};\n\n if (!hasOwn(event, 'detail')) {\n event.detail = {};\n }\n\n if (hasOwn(event, 'markerId')) {\n event.detail = typeof event.detail === 'object' ? event.detail : {};\n event.detail.markerId = event.markerId;\n }\n\n if (isPlainObject(event.detail)) {\n event.target = Object.assign({}, event.target, event.detail);\n }\n\n return event\n}\n\nfunction getExtraValue (vm, dataPathsArray) {\n let context = vm;\n dataPathsArray.forEach(dataPathArray => {\n const dataPath = dataPathArray[0];\n const value = dataPathArray[2];\n if (dataPath || typeof value !== 'undefined') { // ['','',index,'disable']\n const propPath = dataPathArray[1];\n const valuePath = dataPathArray[3];\n\n let vFor;\n if (Number.isInteger(dataPath)) {\n vFor = dataPath;\n } else if (!dataPath) {\n vFor = context;\n } else if (typeof dataPath === 'string' && dataPath) {\n if (dataPath.indexOf('#s#') === 0) {\n vFor = dataPath.substr(3);\n } else {\n vFor = vm.__get_value(dataPath, context);\n }\n }\n\n if (Number.isInteger(vFor)) {\n context = value;\n } else if (!propPath) {\n context = vFor[value];\n } else {\n if (Array.isArray(vFor)) {\n context = vFor.find(vForItem => {\n return vm.__get_value(propPath, vForItem) === value\n });\n } else if (isPlainObject(vFor)) {\n context = Object.keys(vFor).find(vForKey => {\n return vm.__get_value(propPath, vFor[vForKey]) === value\n });\n } else {\n console.error('v-for 暂不支持循环数据:', vFor);\n }\n }\n\n if (valuePath) {\n context = vm.__get_value(valuePath, context);\n }\n }\n });\n return context\n}\n\nfunction processEventExtra (vm, extra, event) {\n const extraObj = {};\n\n if (Array.isArray(extra) && extra.length) {\n /**\n *[\n * ['data.items', 'data.id', item.data.id],\n * ['metas', 'id', meta.id]\n *],\n *[\n * ['data.items', 'data.id', item.data.id],\n * ['metas', 'id', meta.id]\n *],\n *'test'\n */\n extra.forEach((dataPath, index) => {\n if (typeof dataPath === 'string') {\n if (!dataPath) { // model,prop.sync\n extraObj['$' + index] = vm;\n } else {\n if (dataPath === '$event') { // $event\n extraObj['$' + index] = event;\n } else if (dataPath === 'arguments') {\n if (event.detail && event.detail.__args__) {\n extraObj['$' + index] = event.detail.__args__;\n } else {\n extraObj['$' + index] = [event];\n }\n } else if (dataPath.indexOf('$event.') === 0) { // $event.target.value\n extraObj['$' + index] = vm.__get_value(dataPath.replace('$event.', ''), event);\n } else {\n extraObj['$' + index] = vm.__get_value(dataPath);\n }\n }\n } else {\n extraObj['$' + index] = getExtraValue(vm, dataPath);\n }\n });\n }\n\n return extraObj\n}\n\nfunction getObjByArray (arr) {\n const obj = {};\n for (let i = 1; i < arr.length; i++) {\n const element = arr[i];\n obj[element[0]] = element[1];\n }\n return obj\n}\n\nfunction processEventArgs (vm, event, args = [], extra = [], isCustom, methodName) {\n let isCustomMPEvent = false; // wxcomponent 组件,传递原始 event 对象\n if (isCustom) { // 自定义事件\n isCustomMPEvent = event.currentTarget &&\n event.currentTarget.dataset &&\n event.currentTarget.dataset.comType === 'wx';\n if (!args.length) { // 无参数,直接传入 event 或 detail 数组\n if (isCustomMPEvent) {\n return [event]\n }\n return event.detail.__args__ || event.detail\n }\n }\n\n const extraObj = processEventExtra(vm, extra, event);\n\n const ret = [];\n args.forEach(arg => {\n if (arg === '$event') {\n if (methodName === '__set_model' && !isCustom) { // input v-model value\n ret.push(event.target.value);\n } else {\n if (isCustom && !isCustomMPEvent) {\n ret.push(event.detail.__args__[0]);\n } else { // wxcomponent 组件或内置组件\n ret.push(event);\n }\n }\n } else {\n if (Array.isArray(arg) && arg[0] === 'o') {\n ret.push(getObjByArray(arg));\n } else if (typeof arg === 'string' && hasOwn(extraObj, arg)) {\n ret.push(extraObj[arg]);\n } else {\n ret.push(arg);\n }\n }\n });\n\n return ret\n}\n\nconst ONCE = '~';\nconst CUSTOM = '^';\n\nfunction isMatchEventType (eventType, optType) {\n return (eventType === optType) ||\n (\n optType === 'regionchange' &&\n (\n eventType === 'begin' ||\n eventType === 'end'\n )\n )\n}\n\nfunction getContextVm (vm) {\n let $parent = vm.$parent;\n // 父组件是 scoped slots 或者其他自定义组件时继续查找\n while ($parent && $parent.$parent && ($parent.$options.generic || $parent.$parent.$options.generic || $parent.$scope._$vuePid)) {\n $parent = $parent.$parent;\n }\n return $parent && $parent.$parent\n}\n\nfunction handleEvent (event) {\n event = wrapper$1(event);\n\n // [['tap',[['handle',[1,2,a]],['handle1',[1,2,a]]]]]\n const dataset = (event.currentTarget || event.target).dataset;\n if (!dataset) {\n return console.warn('事件信息不存在')\n }\n const eventOpts = dataset.eventOpts || dataset['event-opts']; // 支付宝 web-view 组件 dataset 非驼峰\n if (!eventOpts) {\n return console.warn('事件信息不存在')\n }\n\n // [['handle',[1,2,a]],['handle1',[1,2,a]]]\n const eventType = event.type;\n\n const ret = [];\n\n eventOpts.forEach(eventOpt => {\n let type = eventOpt[0];\n const eventsArray = eventOpt[1];\n\n const isCustom = type.charAt(0) === CUSTOM;\n type = isCustom ? type.slice(1) : type;\n const isOnce = type.charAt(0) === ONCE;\n type = isOnce ? type.slice(1) : type;\n\n if (eventsArray && isMatchEventType(eventType, type)) {\n eventsArray.forEach(eventArray => {\n const methodName = eventArray[0];\n if (methodName) {\n let handlerCtx = this.$vm;\n if (handlerCtx.$options.generic) { // mp-weixin,mp-toutiao 抽象节点模拟 scoped slots\n handlerCtx = getContextVm(handlerCtx) || handlerCtx;\n }\n if (methodName === '$emit') {\n handlerCtx.$emit.apply(handlerCtx,\n processEventArgs(\n this.$vm,\n event,\n eventArray[1],\n eventArray[2],\n isCustom,\n methodName\n ));\n return\n }\n const handler = handlerCtx[methodName];\n if (!isFn(handler)) {\n throw new Error(` _vm.${methodName} is not a function`)\n }\n if (isOnce) {\n if (handler.once) {\n return\n }\n handler.once = true;\n }\n let params = processEventArgs(\n this.$vm,\n event,\n eventArray[1],\n eventArray[2],\n isCustom,\n methodName\n );\n params = Array.isArray(params) ? params : [];\n // 参数尾部增加原始事件对象用于复杂表达式内获取额外数据\n if (/=\\s*\\S+\\.eventParams\\s*\\|\\|\\s*\\S+\\[['\"]event-params['\"]\\]/.test(handler.toString())) {\n // eslint-disable-next-line no-sparse-arrays\n params = params.concat([, , , , , , , , , , event]);\n }\n ret.push(handler.apply(handlerCtx, params));\n }\n });\n }\n });\n\n if (\n eventType === 'input' &&\n ret.length === 1 &&\n typeof ret[0] !== 'undefined'\n ) {\n return ret[0]\n }\n}\n\nconst messages = {};\n\nlet locale;\n\n{\n locale = wx.getSystemInfoSync().language;\n}\n\nfunction initI18nMessages () {\n if (!isEnableLocale()) {\n return\n }\n const localeKeys = Object.keys(__uniConfig.locales);\n if (localeKeys.length) {\n localeKeys.forEach((locale) => {\n const curMessages = messages[locale];\n const userMessages = __uniConfig.locales[locale];\n if (curMessages) {\n Object.assign(curMessages, userMessages);\n } else {\n messages[locale] = userMessages;\n }\n });\n }\n}\n\ninitI18nMessages();\n\nconst i18n = initVueI18n(\n locale,\n {}\n);\nconst t = i18n.t;\nconst i18nMixin = (i18n.mixin = {\n beforeCreate () {\n const unwatch = i18n.i18n.watchLocale(() => {\n this.$forceUpdate();\n });\n this.$once('hook:beforeDestroy', function () {\n unwatch();\n });\n },\n methods: {\n $$t (key, values) {\n return t(key, values)\n }\n }\n});\nconst setLocale$1 = i18n.setLocale;\nconst getLocale$1 = i18n.getLocale;\n\nfunction initAppLocale (Vue, appVm, locale) {\n const state = Vue.observable({\n locale: locale || i18n.getLocale()\n });\n const localeWatchers = [];\n appVm.$watchLocale = fn => {\n localeWatchers.push(fn);\n };\n Object.defineProperty(appVm, '$locale', {\n get () {\n return state.locale\n },\n set (v) {\n state.locale = v;\n localeWatchers.forEach(watch => watch(v));\n }\n });\n}\n\nfunction isEnableLocale () {\n return typeof __uniConfig !== 'undefined' && __uniConfig.locales && !!Object.keys(__uniConfig.locales).length\n}\n\n// export function initI18n() {\n// const localeKeys = Object.keys(__uniConfig.locales || {})\n// if (localeKeys.length) {\n// localeKeys.forEach((locale) =>\n// i18n.add(locale, __uniConfig.locales[locale])\n// )\n// }\n// }\n\nconst eventChannels = {};\n\nconst eventChannelStack = [];\n\nfunction getEventChannel (id) {\n if (id) {\n const eventChannel = eventChannels[id];\n delete eventChannels[id];\n return eventChannel\n }\n return eventChannelStack.shift()\n}\n\nconst hooks = [\n 'onShow',\n 'onHide',\n 'onError',\n 'onPageNotFound',\n 'onThemeChange',\n 'onUnhandledRejection'\n];\n\nfunction initEventChannel () {\n Vue.prototype.getOpenerEventChannel = function () {\n // 微信小程序使用自身getOpenerEventChannel\n {\n return this.$scope.getOpenerEventChannel()\n }\n };\n const callHook = Vue.prototype.__call_hook;\n Vue.prototype.__call_hook = function (hook, args) {\n if (hook === 'onLoad' && args && args.__id__) {\n this.__eventChannel__ = getEventChannel(args.__id__);\n delete args.__id__;\n }\n return callHook.call(this, hook, args)\n };\n}\n\nfunction initScopedSlotsParams () {\n const center = {};\n const parents = {};\n\n Vue.prototype.$hasScopedSlotsParams = function (vueId) {\n const has = center[vueId];\n if (!has) {\n parents[vueId] = this;\n this.$on('hook:destroyed', () => {\n delete parents[vueId];\n });\n }\n return has\n };\n\n Vue.prototype.$getScopedSlotsParams = function (vueId, name, key) {\n const data = center[vueId];\n if (data) {\n const object = data[name] || {};\n return key ? object[key] : object\n } else {\n parents[vueId] = this;\n this.$on('hook:destroyed', () => {\n delete parents[vueId];\n });\n }\n };\n\n Vue.prototype.$setScopedSlotsParams = function (name, value) {\n const vueIds = this.$options.propsData.vueId;\n if (vueIds) {\n const vueId = vueIds.split(',')[0];\n const object = center[vueId] = center[vueId] || {};\n object[name] = value;\n if (parents[vueId]) {\n parents[vueId].$forceUpdate();\n }\n }\n };\n\n Vue.mixin({\n destroyed () {\n const propsData = this.$options.propsData;\n const vueId = propsData && propsData.vueId;\n if (vueId) {\n delete center[vueId];\n delete parents[vueId];\n }\n }\n });\n}\n\nfunction parseBaseApp (vm, {\n mocks,\n initRefs\n}) {\n initEventChannel();\n {\n initScopedSlotsParams();\n }\n if (vm.$options.store) {\n Vue.prototype.$store = vm.$options.store;\n }\n uniIdMixin(Vue);\n\n Vue.prototype.mpHost = \"mp-weixin\";\n\n Vue.mixin({\n beforeCreate () {\n if (!this.$options.mpType) {\n return\n }\n\n this.mpType = this.$options.mpType;\n\n this.$mp = {\n data: {},\n [this.mpType]: this.$options.mpInstance\n };\n\n this.$scope = this.$options.mpInstance;\n\n delete this.$options.mpType;\n delete this.$options.mpInstance;\n if (this.mpType === 'page' && typeof getApp === 'function') { // hack vue-i18n\n const app = getApp();\n if (app.$vm && app.$vm.$i18n) {\n this._i18n = app.$vm.$i18n;\n }\n }\n if (this.mpType !== 'app') {\n initRefs(this);\n initMocks(this, mocks);\n }\n }\n });\n\n const appOptions = {\n onLaunch (args) {\n if (this.$vm) { // 已经初始化过了,主要是为了百度,百度 onShow 在 onLaunch 之前\n return\n }\n {\n if (wx.canIUse && !wx.canIUse('nextTick')) { // 事实 上2.2.3 即可,简单使用 2.3.0 的 nextTick 判断\n console.error('当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上');\n }\n }\n\n this.$vm = vm;\n\n this.$vm.$mp = {\n app: this\n };\n\n this.$vm.$scope = this;\n // vm 上也挂载 globalData\n this.$vm.globalData = this.globalData;\n\n this.$vm._isMounted = true;\n this.$vm.__call_hook('mounted', args);\n\n this.$vm.__call_hook('onLaunch', args);\n }\n };\n\n // 兼容旧版本 globalData\n appOptions.globalData = vm.$options.globalData || {};\n // 将 methods 中的方法挂在 getApp() 中\n const methods = vm.$options.methods;\n if (methods) {\n Object.keys(methods).forEach(name => {\n appOptions[name] = methods[name];\n });\n }\n\n initAppLocale(Vue, vm, wx.getSystemInfoSync().language || 'zh-Hans');\n\n initHooks(appOptions, hooks);\n\n return appOptions\n}\n\nconst mocks = ['__route__', '__wxExparserNodeId__', '__wxWebviewId__'];\n\nfunction findVmByVueId (vm, vuePid) {\n const $children = vm.$children;\n // 优先查找直属(反向查找:https://github.com/dcloudio/uni-app/issues/1200)\n for (let i = $children.length - 1; i >= 0; i--) {\n const childVm = $children[i];\n if (childVm.$scope._$vueId === vuePid) {\n return childVm\n }\n }\n // 反向递归查找\n let parentVm;\n for (let i = $children.length - 1; i >= 0; i--) {\n parentVm = findVmByVueId($children[i], vuePid);\n if (parentVm) {\n return parentVm\n }\n }\n}\n\nfunction initBehavior (options) {\n return Behavior(options)\n}\n\nfunction isPage () {\n return !!this.route\n}\n\nfunction initRelation (detail) {\n this.triggerEvent('__l', detail);\n}\n\nfunction selectAllComponents (mpInstance, selector, $refs) {\n const components = mpInstance.selectAllComponents(selector);\n components.forEach(component => {\n const ref = component.dataset.ref;\n $refs[ref] = component.$vm || component;\n {\n if (component.dataset.vueGeneric === 'scoped') {\n component.selectAllComponents('.scoped-ref').forEach(scopedComponent => {\n selectAllComponents(scopedComponent, selector, $refs);\n });\n }\n }\n });\n}\n\nfunction initRefs (vm) {\n const mpInstance = vm.$scope;\n Object.defineProperty(vm, '$refs', {\n get () {\n const $refs = {};\n selectAllComponents(mpInstance, '.vue-ref', $refs);\n // TODO 暂不考虑 for 中的 scoped\n const forComponents = mpInstance.selectAllComponents('.vue-ref-in-for');\n forComponents.forEach(component => {\n const ref = component.dataset.ref;\n if (!$refs[ref]) {\n $refs[ref] = [];\n }\n $refs[ref].push(component.$vm || component);\n });\n return $refs\n }\n });\n}\n\nfunction handleLink (event) {\n const {\n vuePid,\n vueOptions\n } = event.detail || event.value; // detail 是微信,value 是百度(dipatch)\n\n let parentVm;\n\n if (vuePid) {\n parentVm = findVmByVueId(this.$vm, vuePid);\n }\n\n if (!parentVm) {\n parentVm = this.$vm;\n }\n\n vueOptions.parent = parentVm;\n}\n\nfunction parseApp (vm) {\n return parseBaseApp(vm, {\n mocks,\n initRefs\n })\n}\n\nfunction createApp (vm) {\n App(parseApp(vm));\n return vm\n}\n\nconst encodeReserveRE = /[!'()*]/g;\nconst encodeReserveReplacer = c => '%' + c.charCodeAt(0).toString(16);\nconst commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nconst encode = str => encodeURIComponent(str)\n .replace(encodeReserveRE, encodeReserveReplacer)\n .replace(commaRE, ',');\n\nfunction stringifyQuery (obj, encodeStr = encode) {\n const res = obj ? Object.keys(obj).map(key => {\n const val = obj[key];\n\n if (val === undefined) {\n return ''\n }\n\n if (val === null) {\n return encodeStr(key)\n }\n\n if (Array.isArray(val)) {\n const result = [];\n val.forEach(val2 => {\n if (val2 === undefined) {\n return\n }\n if (val2 === null) {\n result.push(encodeStr(key));\n } else {\n result.push(encodeStr(key) + '=' + encodeStr(val2));\n }\n });\n return result.join('&')\n }\n\n return encodeStr(key) + '=' + encodeStr(val)\n }).filter(x => x.length > 0).join('&') : null;\n return res ? `?${res}` : ''\n}\n\nfunction parseBaseComponent (vueComponentOptions, {\n isPage,\n initRelation\n} = {}) {\n const [VueComponent, vueOptions] = initVueComponent(Vue, vueComponentOptions);\n\n const options = {\n multipleSlots: true,\n addGlobalClass: true,\n ...(vueOptions.options || {})\n };\n\n {\n // 微信 multipleSlots 部分情况有 bug,导致内容顺序错乱 如 u-list,提供覆盖选项\n if (vueOptions['mp-weixin'] && vueOptions['mp-weixin'].options) {\n Object.assign(options, vueOptions['mp-weixin'].options);\n }\n }\n\n const componentOptions = {\n options,\n data: initData(vueOptions, Vue.prototype),\n behaviors: initBehaviors(vueOptions, initBehavior),\n properties: initProperties(vueOptions.props, false, vueOptions.__file),\n lifetimes: {\n attached () {\n const properties = this.properties;\n\n const options = {\n mpType: isPage.call(this) ? 'page' : 'component',\n mpInstance: this,\n propsData: properties\n };\n\n initVueIds(properties.vueId, this);\n\n // 处理父子关系\n initRelation.call(this, {\n vuePid: this._$vuePid,\n vueOptions: options\n });\n\n // 初始化 vue 实例\n this.$vm = new VueComponent(options);\n\n // 处理$slots,$scopedSlots(暂不支持动态变化$slots)\n initSlots(this.$vm, properties.vueSlots);\n\n // 触发首次 setData\n this.$vm.$mount();\n },\n ready () {\n // 当组件 props 默认值为 true,初始化时传入 false 会导致 created,ready 触发, 但 attached 不触发\n // https://developers.weixin.qq.com/community/develop/doc/00066ae2844cc0f8eb883e2a557800\n if (this.$vm) {\n this.$vm._isMounted = true;\n this.$vm.__call_hook('mounted');\n this.$vm.__call_hook('onReady');\n }\n },\n detached () {\n this.$vm && this.$vm.$destroy();\n }\n },\n pageLifetimes: {\n show (args) {\n this.$vm && this.$vm.__call_hook('onPageShow', args);\n },\n hide () {\n this.$vm && this.$vm.__call_hook('onPageHide');\n },\n resize (size) {\n this.$vm && this.$vm.__call_hook('onPageResize', size);\n }\n },\n methods: {\n __l: handleLink,\n __e: handleEvent\n }\n };\n // externalClasses\n if (vueOptions.externalClasses) {\n componentOptions.externalClasses = vueOptions.externalClasses;\n }\n\n if (Array.isArray(vueOptions.wxsCallMethods)) {\n vueOptions.wxsCallMethods.forEach(callMethod => {\n componentOptions.methods[callMethod] = function (args) {\n return this.$vm[callMethod](args)\n };\n });\n }\n\n if (isPage) {\n return componentOptions\n }\n return [componentOptions, VueComponent]\n}\n\nfunction parseComponent (vueComponentOptions) {\n return parseBaseComponent(vueComponentOptions, {\n isPage,\n initRelation\n })\n}\n\nconst hooks$1 = [\n 'onShow',\n 'onHide',\n 'onUnload'\n];\n\nhooks$1.push(...PAGE_EVENT_HOOKS);\n\nfunction parseBasePage (vuePageOptions, {\n isPage,\n initRelation\n}) {\n const pageOptions = parseComponent(vuePageOptions);\n\n initHooks(pageOptions.methods, hooks$1, vuePageOptions);\n\n pageOptions.methods.onLoad = function (query) {\n this.options = query;\n const copyQuery = Object.assign({}, query);\n delete copyQuery.__id__;\n this.$page = {\n fullPath: '/' + (this.route || this.is) + stringifyQuery(copyQuery)\n };\n this.$vm.$mp.query = query; // 兼容 mpvue\n this.$vm.__call_hook('onLoad', query);\n };\n\n return pageOptions\n}\n\nfunction parsePage (vuePageOptions) {\n return parseBasePage(vuePageOptions, {\n isPage,\n initRelation\n })\n}\n\nfunction createPage (vuePageOptions) {\n {\n return Component(parsePage(vuePageOptions))\n }\n}\n\nfunction createComponent (vueOptions) {\n {\n return Component(parseComponent(vueOptions))\n }\n}\n\nfunction createSubpackageApp (vm) {\n const appOptions = parseApp(vm);\n const app = getApp({\n allowDefault: true\n });\n vm.$scope = app;\n const globalData = app.globalData;\n if (globalData) {\n Object.keys(appOptions.globalData).forEach(name => {\n if (!hasOwn(globalData, name)) {\n globalData[name] = appOptions.globalData[name];\n }\n });\n }\n Object.keys(appOptions).forEach(name => {\n if (!hasOwn(app, name)) {\n app[name] = appOptions[name];\n }\n });\n if (isFn(appOptions.onShow) && wx.onAppShow) {\n wx.onAppShow((...args) => {\n vm.__call_hook('onShow', args);\n });\n }\n if (isFn(appOptions.onHide) && wx.onAppHide) {\n wx.onAppHide((...args) => {\n vm.__call_hook('onHide', args);\n });\n }\n if (isFn(appOptions.onLaunch)) {\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\n vm.__call_hook('onLaunch', args);\n }\n return vm\n}\n\nfunction createPlugin (vm) {\n const appOptions = parseApp(vm);\n if (isFn(appOptions.onShow) && wx.onAppShow) {\n wx.onAppShow((...args) => {\n vm.__call_hook('onShow', args);\n });\n }\n if (isFn(appOptions.onHide) && wx.onAppHide) {\n wx.onAppHide((...args) => {\n vm.__call_hook('onHide', args);\n });\n }\n if (isFn(appOptions.onLaunch)) {\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\n vm.__call_hook('onLaunch', args);\n }\n return vm\n}\n\ntodos.forEach(todoApi => {\n protocols[todoApi] = false;\n});\n\ncanIUses.forEach(canIUseApi => {\n const apiName = protocols[canIUseApi] && protocols[canIUseApi].name ? protocols[canIUseApi].name\n : canIUseApi;\n if (!wx.canIUse(apiName)) {\n protocols[canIUseApi] = false;\n }\n});\n\nlet uni = {};\n\nif (typeof Proxy !== 'undefined' && \"mp-weixin\" !== 'app-plus') {\n uni = new Proxy({}, {\n get (target, name) {\n if (hasOwn(target, name)) {\n return target[name]\n }\n if (baseApi[name]) {\n return baseApi[name]\n }\n if (api[name]) {\n return promisify(name, api[name])\n }\n {\n if (extraApi[name]) {\n return promisify(name, extraApi[name])\n }\n if (todoApis[name]) {\n return promisify(name, todoApis[name])\n }\n }\n if (eventApi[name]) {\n return eventApi[name]\n }\n if (!hasOwn(wx, name) && !hasOwn(protocols, name)) {\n return\n }\n return promisify(name, wrapper(name, wx[name]))\n },\n set (target, name, value) {\n target[name] = value;\n return true\n }\n });\n} else {\n Object.keys(baseApi).forEach(name => {\n uni[name] = baseApi[name];\n });\n\n {\n Object.keys(todoApis).forEach(name => {\n uni[name] = promisify(name, todoApis[name]);\n });\n Object.keys(extraApi).forEach(name => {\n uni[name] = promisify(name, todoApis[name]);\n });\n }\n\n Object.keys(eventApi).forEach(name => {\n uni[name] = eventApi[name];\n });\n\n Object.keys(api).forEach(name => {\n uni[name] = promisify(name, api[name]);\n });\n\n Object.keys(wx).forEach(name => {\n if (hasOwn(wx, name) || hasOwn(protocols, name)) {\n uni[name] = promisify(name, wrapper(name, wx[name]));\n }\n });\n}\n\nwx.createApp = createApp;\nwx.createPage = createPage;\nwx.createComponent = createComponent;\nwx.createSubpackageApp = createSubpackageApp;\nwx.createPlugin = createPlugin;\n\nvar uni$1 = uni;\n\nexport default uni$1;\nexport { createApp, createComponent, createPage, createPlugin, createSubpackageApp };\n","import callCheckVersion from './call-check-version'\n\n// 推荐再App.vue中使用\nconst PACKAGE_INFO_KEY = '__package_info__'\n\nexport default function() {\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n}\n\n/**\n * 使用 uni.showModal 升级\n */\nfunction updateUseModal(packageInfo) {\n\tconst {\n\t\ttitle, // 标题\n\t\tcontents, // 升级内容\n\t\tis_mandatory, // 是否强制更新\n\t\turl, // 安装包下载地址\n\t\tplatform, // 安装包平台\n\t\ttype // 安装包类型\n\t} = packageInfo;\n\n\tlet isWGT = type === 'wgt'\n\tlet isiOS = !isWGT ? platform.includes('iOS') : false;\n\tlet confirmText = isiOS ? '立即跳转更新' : '立即下载更新'\n\n\treturn uni.showModal({\n\t\ttitle,\n\t\tcontent: contents,\n\t\tshowCancel: !is_mandatory,\n\t\tconfirmText,\n\t\tsuccess: res => {\n\t\t\tif (res.cancel) return;\n\n\t\t\t// 安装包下载\n\t\t\tif (isiOS) {\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tuni.showToast({\n\t\t\t\ttitle: '后台下载中……',\n\t\t\t\tduration: 1000\n\t\t\t});\n\n\t\t\t// wgt 和 安卓下载更新\n\t\t\tdownloadTask = uni.downloadFile({\n\t\t\t\turl,\n\t\t\t\tsuccess: res => {\n\t\t\t\t\tif (res.statusCode !== 200) {\n\t\t\t\t\t\tconsole.error('下载安装包失败', err);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\t// 下载好直接安装,下次启动生效\n\t\t\t\t\tplus.runtime.install(res.tempFilePath, {\n\t\t\t\t\t\tforce: false\n\t\t\t\t\t}, () => {\n\t\t\t\t\t\tif (is_mandatory) {\n\t\t\t\t\t\t\t//更新完重启app\n\t\t\t\t\t\t\tplus.runtime.restart();\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\ttitle: '安装成功是否重启?',\n\t\t\t\t\t\t\tsuccess: res => {\n\t\t\t\t\t\t\t\tif (res.confirm) {\n\t\t\t\t\t\t\t\t\t//更新完重启app\n\t\t\t\t\t\t\t\t\tplus.runtime.restart();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}, err => {\n\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\ttitle: '更新失败',\n\t\t\t\t\t\t\tcontent: err\n\t\t\t\t\t\t\t\t.message,\n\t\t\t\t\t\t\tshowCancel: false\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n}\n","export default function() {\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\treturn new Promise((resolve, reject) => {\r\n\t\treject({\r\n\t\t\tmessage: '请在App中使用'\r\n\t\t})\r\n\t})\r\n\r\n}\r\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode, /* vue-cli only */\n components, // fixed by xxxxxx auto components\n renderjs // fixed by xxxxxx renderjs\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // fixed by xxxxxx auto components\n if (components) {\n if (!options.components) {\n options.components = {}\n }\n var hasOwn = Object.prototype.hasOwnProperty\n for (var name in components) {\n if (hasOwn.call(components, name) && !hasOwn.call(options.components, name)) {\n options.components[name] = components[name]\n }\n }\n }\n // fixed by xxxxxx renderjs\n if (renderjs) {\n (renderjs.beforeCreate || (renderjs.beforeCreate = [])).unshift(function() {\n this[renderjs.__module] = this\n });\n (options.mixins || (options.mixins = [])).push(renderjs)\n }\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functioal component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","export default {\n \"id\": \"2852637\",\n \"name\": \"uniui图标库\",\n \"font_family\": \"uniicons\",\n \"css_prefix_text\": \"uniui-\",\n \"description\": \"\",\n \"glyphs\": [\n {\n \"icon_id\": \"25027049\",\n \"name\": \"yanse\",\n \"font_class\": \"color\",\n \"unicode\": \"e6cf\",\n \"unicode_decimal\": 59087\n },\n {\n \"icon_id\": \"25027048\",\n \"name\": \"wallet\",\n \"font_class\": \"wallet\",\n \"unicode\": \"e6b1\",\n \"unicode_decimal\": 59057\n },\n {\n \"icon_id\": \"25015720\",\n \"name\": \"settings-filled\",\n \"font_class\": \"settings-filled\",\n \"unicode\": \"e6ce\",\n \"unicode_decimal\": 59086\n },\n {\n \"icon_id\": \"25015434\",\n \"name\": \"shimingrenzheng-filled\",\n \"font_class\": \"auth-filled\",\n \"unicode\": \"e6cc\",\n \"unicode_decimal\": 59084\n },\n {\n \"icon_id\": \"24934246\",\n \"name\": \"shop-filled\",\n \"font_class\": \"shop-filled\",\n \"unicode\": \"e6cd\",\n \"unicode_decimal\": 59085\n },\n {\n \"icon_id\": \"24934159\",\n \"name\": \"staff-filled-01\",\n \"font_class\": \"staff-filled\",\n \"unicode\": \"e6cb\",\n \"unicode_decimal\": 59083\n },\n {\n \"icon_id\": \"24932461\",\n \"name\": \"VIP-filled\",\n \"font_class\": \"vip-filled\",\n \"unicode\": \"e6c6\",\n \"unicode_decimal\": 59078\n },\n {\n \"icon_id\": \"24932462\",\n \"name\": \"plus_circle_fill\",\n \"font_class\": \"plus-filled\",\n \"unicode\": \"e6c7\",\n \"unicode_decimal\": 59079\n },\n {\n \"icon_id\": \"24932463\",\n \"name\": \"folder_add-filled\",\n \"font_class\": \"folder-add-filled\",\n \"unicode\": \"e6c8\",\n \"unicode_decimal\": 59080\n },\n {\n \"icon_id\": \"24932464\",\n \"name\": \"yanse-filled\",\n \"font_class\": \"color-filled\",\n \"unicode\": \"e6c9\",\n \"unicode_decimal\": 59081\n },\n {\n \"icon_id\": \"24932465\",\n \"name\": \"tune-filled\",\n \"font_class\": \"tune-filled\",\n \"unicode\": \"e6ca\",\n \"unicode_decimal\": 59082\n },\n {\n \"icon_id\": \"24932455\",\n \"name\": \"a-rilidaka-filled\",\n \"font_class\": \"calendar-filled\",\n \"unicode\": \"e6c0\",\n \"unicode_decimal\": 59072\n },\n {\n \"icon_id\": \"24932456\",\n \"name\": \"notification-filled\",\n \"font_class\": \"notification-filled\",\n \"unicode\": \"e6c1\",\n \"unicode_decimal\": 59073\n },\n {\n \"icon_id\": \"24932457\",\n \"name\": \"wallet-filled\",\n \"font_class\": \"wallet-filled\",\n \"unicode\": \"e6c2\",\n \"unicode_decimal\": 59074\n },\n {\n \"icon_id\": \"24932458\",\n \"name\": \"paihangbang-filled\",\n \"font_class\": \"medal-filled\",\n \"unicode\": \"e6c3\",\n \"unicode_decimal\": 59075\n },\n {\n \"icon_id\": \"24932459\",\n \"name\": \"gift-filled\",\n \"font_class\": \"gift-filled\",\n \"unicode\": \"e6c4\",\n \"unicode_decimal\": 59076\n },\n {\n \"icon_id\": \"24932460\",\n \"name\": \"fire-filled\",\n \"font_class\": \"fire-filled\",\n \"unicode\": \"e6c5\",\n \"unicode_decimal\": 59077\n },\n {\n \"icon_id\": \"24928001\",\n \"name\": \"refreshempty\",\n \"font_class\": \"refreshempty\",\n \"unicode\": \"e6bf\",\n \"unicode_decimal\": 59071\n },\n {\n \"icon_id\": \"24926853\",\n \"name\": \"location-ellipse\",\n \"font_class\": \"location-filled\",\n \"unicode\": \"e6af\",\n \"unicode_decimal\": 59055\n },\n {\n \"icon_id\": \"24926735\",\n \"name\": \"person-filled\",\n \"font_class\": \"person-filled\",\n \"unicode\": \"e69d\",\n \"unicode_decimal\": 59037\n },\n {\n \"icon_id\": \"24926703\",\n \"name\": \"personadd-filled\",\n \"font_class\": \"personadd-filled\",\n \"unicode\": \"e698\",\n \"unicode_decimal\": 59032\n },\n {\n \"icon_id\": \"24923351\",\n \"name\": \"back\",\n \"font_class\": \"back\",\n \"unicode\": \"e6b9\",\n \"unicode_decimal\": 59065\n },\n {\n \"icon_id\": \"24923352\",\n \"name\": \"forward\",\n \"font_class\": \"forward\",\n \"unicode\": \"e6ba\",\n \"unicode_decimal\": 59066\n },\n {\n \"icon_id\": \"24923353\",\n \"name\": \"arrowthinright\",\n \"font_class\": \"arrow-right\",\n \"unicode\": \"e6bb\",\n \"unicode_decimal\": 59067\n },\n\t\t{\n\t\t \"icon_id\": \"24923353\",\n\t\t \"name\": \"arrowthinright\",\n\t\t \"font_class\": \"arrowthinright\",\n\t\t \"unicode\": \"e6bb\",\n\t\t \"unicode_decimal\": 59067\n\t\t},\n {\n \"icon_id\": \"24923354\",\n \"name\": \"arrowthinleft\",\n \"font_class\": \"arrow-left\",\n \"unicode\": \"e6bc\",\n \"unicode_decimal\": 59068\n },\n\t\t{\n\t\t \"icon_id\": \"24923354\",\n\t\t \"name\": \"arrowthinleft\",\n\t\t \"font_class\": \"arrowthinleft\",\n\t\t \"unicode\": \"e6bc\",\n\t\t \"unicode_decimal\": 59068\n\t\t},\n {\n \"icon_id\": \"24923355\",\n \"name\": \"arrowthinup\",\n \"font_class\": \"arrow-up\",\n \"unicode\": \"e6bd\",\n \"unicode_decimal\": 59069\n },\n\t\t{\n\t\t \"icon_id\": \"24923355\",\n\t\t \"name\": \"arrowthinup\",\n\t\t \"font_class\": \"arrowthinup\",\n\t\t \"unicode\": \"e6bd\",\n\t\t \"unicode_decimal\": 59069\n\t\t},\n {\n \"icon_id\": \"24923356\",\n \"name\": \"arrowthindown\",\n \"font_class\": \"arrow-down\",\n \"unicode\": \"e6be\",\n \"unicode_decimal\": 59070\n },{\n \"icon_id\": \"24923356\",\n \"name\": \"arrowthindown\",\n \"font_class\": \"arrowthindown\",\n \"unicode\": \"e6be\",\n \"unicode_decimal\": 59070\n },\n {\n \"icon_id\": \"24923349\",\n \"name\": \"arrowdown\",\n \"font_class\": \"bottom\",\n \"unicode\": \"e6b8\",\n \"unicode_decimal\": 59064\n },{\n \"icon_id\": \"24923349\",\n \"name\": \"arrowdown\",\n \"font_class\": \"arrowdown\",\n \"unicode\": \"e6b8\",\n \"unicode_decimal\": 59064\n },\n {\n \"icon_id\": \"24923346\",\n \"name\": \"arrowright\",\n \"font_class\": \"right\",\n \"unicode\": \"e6b5\",\n \"unicode_decimal\": 59061\n },\n\t\t{\n\t\t \"icon_id\": \"24923346\",\n\t\t \"name\": \"arrowright\",\n\t\t \"font_class\": \"arrowright\",\n\t\t \"unicode\": \"e6b5\",\n\t\t \"unicode_decimal\": 59061\n\t\t},\n {\n \"icon_id\": \"24923347\",\n \"name\": \"arrowup\",\n \"font_class\": \"top\",\n \"unicode\": \"e6b6\",\n \"unicode_decimal\": 59062\n },\n\t\t{\n\t\t \"icon_id\": \"24923347\",\n\t\t \"name\": \"arrowup\",\n\t\t \"font_class\": \"arrowup\",\n\t\t \"unicode\": \"e6b6\",\n\t\t \"unicode_decimal\": 59062\n\t\t},\n {\n \"icon_id\": \"24923348\",\n \"name\": \"arrowleft\",\n \"font_class\": \"left\",\n \"unicode\": \"e6b7\",\n \"unicode_decimal\": 59063\n },\n\t\t{\n\t\t \"icon_id\": \"24923348\",\n\t\t \"name\": \"arrowleft\",\n\t\t \"font_class\": \"arrowleft\",\n\t\t \"unicode\": \"e6b7\",\n\t\t \"unicode_decimal\": 59063\n\t\t},\n {\n \"icon_id\": \"24923334\",\n \"name\": \"eye\",\n \"font_class\": \"eye\",\n \"unicode\": \"e651\",\n \"unicode_decimal\": 58961\n },\n {\n \"icon_id\": \"24923335\",\n \"name\": \"eye-filled\",\n \"font_class\": \"eye-filled\",\n \"unicode\": \"e66a\",\n \"unicode_decimal\": 58986\n },\n {\n \"icon_id\": \"24923336\",\n \"name\": \"eye-slash\",\n \"font_class\": \"eye-slash\",\n \"unicode\": \"e6b3\",\n \"unicode_decimal\": 59059\n },\n {\n \"icon_id\": \"24923337\",\n \"name\": \"eye-slash-filled\",\n \"font_class\": \"eye-slash-filled\",\n \"unicode\": \"e6b4\",\n \"unicode_decimal\": 59060\n },\n {\n \"icon_id\": \"24923305\",\n \"name\": \"info-filled\",\n \"font_class\": \"info-filled\",\n \"unicode\": \"e649\",\n \"unicode_decimal\": 58953\n },\n {\n \"icon_id\": \"24923299\",\n \"name\": \"reload-01\",\n \"font_class\": \"reload\",\n \"unicode\": \"e6b2\",\n \"unicode_decimal\": 59058\n },\n {\n \"icon_id\": \"24923195\",\n \"name\": \"mic_slash_fill\",\n \"font_class\": \"micoff-filled\",\n \"unicode\": \"e6b0\",\n \"unicode_decimal\": 59056\n },\n {\n \"icon_id\": \"24923165\",\n \"name\": \"map-pin-ellipse\",\n \"font_class\": \"map-pin-ellipse\",\n \"unicode\": \"e6ac\",\n \"unicode_decimal\": 59052\n },\n {\n \"icon_id\": \"24923166\",\n \"name\": \"map-pin\",\n \"font_class\": \"map-pin\",\n \"unicode\": \"e6ad\",\n \"unicode_decimal\": 59053\n },\n {\n \"icon_id\": \"24923167\",\n \"name\": \"location\",\n \"font_class\": \"location\",\n \"unicode\": \"e6ae\",\n \"unicode_decimal\": 59054\n },\n {\n \"icon_id\": \"24923064\",\n \"name\": \"starhalf\",\n \"font_class\": \"starhalf\",\n \"unicode\": \"e683\",\n \"unicode_decimal\": 59011\n },\n {\n \"icon_id\": \"24923065\",\n \"name\": \"star\",\n \"font_class\": \"star\",\n \"unicode\": \"e688\",\n \"unicode_decimal\": 59016\n },\n {\n \"icon_id\": \"24923066\",\n \"name\": \"star-filled\",\n \"font_class\": \"star-filled\",\n \"unicode\": \"e68f\",\n \"unicode_decimal\": 59023\n },\n {\n \"icon_id\": \"24899646\",\n \"name\": \"a-rilidaka\",\n \"font_class\": \"calendar\",\n \"unicode\": \"e6a0\",\n \"unicode_decimal\": 59040\n },\n {\n \"icon_id\": \"24899647\",\n \"name\": \"fire\",\n \"font_class\": \"fire\",\n \"unicode\": \"e6a1\",\n \"unicode_decimal\": 59041\n },\n {\n \"icon_id\": \"24899648\",\n \"name\": \"paihangbang\",\n \"font_class\": \"medal\",\n \"unicode\": \"e6a2\",\n \"unicode_decimal\": 59042\n },\n {\n \"icon_id\": \"24899649\",\n \"name\": \"font\",\n \"font_class\": \"font\",\n \"unicode\": \"e6a3\",\n \"unicode_decimal\": 59043\n },\n {\n \"icon_id\": \"24899650\",\n \"name\": \"gift\",\n \"font_class\": \"gift\",\n \"unicode\": \"e6a4\",\n \"unicode_decimal\": 59044\n },\n {\n \"icon_id\": \"24899651\",\n \"name\": \"link\",\n \"font_class\": \"link\",\n \"unicode\": \"e6a5\",\n \"unicode_decimal\": 59045\n },\n {\n \"icon_id\": \"24899652\",\n \"name\": \"notification\",\n \"font_class\": \"notification\",\n \"unicode\": \"e6a6\",\n \"unicode_decimal\": 59046\n },\n {\n \"icon_id\": \"24899653\",\n \"name\": \"staff\",\n \"font_class\": \"staff\",\n \"unicode\": \"e6a7\",\n \"unicode_decimal\": 59047\n },\n {\n \"icon_id\": \"24899654\",\n \"name\": \"VIP\",\n \"font_class\": \"vip\",\n \"unicode\": \"e6a8\",\n \"unicode_decimal\": 59048\n },\n {\n \"icon_id\": \"24899655\",\n \"name\": \"folder_add\",\n \"font_class\": \"folder-add\",\n \"unicode\": \"e6a9\",\n \"unicode_decimal\": 59049\n },\n {\n \"icon_id\": \"24899656\",\n \"name\": \"tune\",\n \"font_class\": \"tune\",\n \"unicode\": \"e6aa\",\n \"unicode_decimal\": 59050\n },\n {\n \"icon_id\": \"24899657\",\n \"name\": \"shimingrenzheng\",\n \"font_class\": \"auth\",\n \"unicode\": \"e6ab\",\n \"unicode_decimal\": 59051\n },\n {\n \"icon_id\": \"24899565\",\n \"name\": \"person\",\n \"font_class\": \"person\",\n \"unicode\": \"e699\",\n \"unicode_decimal\": 59033\n },\n {\n \"icon_id\": \"24899566\",\n \"name\": \"email-filled\",\n \"font_class\": \"email-filled\",\n \"unicode\": \"e69a\",\n \"unicode_decimal\": 59034\n },\n {\n \"icon_id\": \"24899567\",\n \"name\": \"phone-filled\",\n \"font_class\": \"phone-filled\",\n \"unicode\": \"e69b\",\n \"unicode_decimal\": 59035\n },\n {\n \"icon_id\": \"24899568\",\n \"name\": \"phone\",\n \"font_class\": \"phone\",\n \"unicode\": \"e69c\",\n \"unicode_decimal\": 59036\n },\n {\n \"icon_id\": \"24899570\",\n \"name\": \"email\",\n \"font_class\": \"email\",\n \"unicode\": \"e69e\",\n \"unicode_decimal\": 59038\n },\n {\n \"icon_id\": \"24899571\",\n \"name\": \"personadd\",\n \"font_class\": \"personadd\",\n \"unicode\": \"e69f\",\n \"unicode_decimal\": 59039\n },\n {\n \"icon_id\": \"24899558\",\n \"name\": \"chatboxes-filled\",\n \"font_class\": \"chatboxes-filled\",\n \"unicode\": \"e692\",\n \"unicode_decimal\": 59026\n },\n {\n \"icon_id\": \"24899559\",\n \"name\": \"contact\",\n \"font_class\": \"contact\",\n \"unicode\": \"e693\",\n \"unicode_decimal\": 59027\n },\n {\n \"icon_id\": \"24899560\",\n \"name\": \"chatbubble-filled\",\n \"font_class\": \"chatbubble-filled\",\n \"unicode\": \"e694\",\n \"unicode_decimal\": 59028\n },\n {\n \"icon_id\": \"24899561\",\n \"name\": \"contact-filled\",\n \"font_class\": \"contact-filled\",\n \"unicode\": \"e695\",\n \"unicode_decimal\": 59029\n },\n {\n \"icon_id\": \"24899562\",\n \"name\": \"chatboxes\",\n \"font_class\": \"chatboxes\",\n \"unicode\": \"e696\",\n \"unicode_decimal\": 59030\n },\n {\n \"icon_id\": \"24899563\",\n \"name\": \"chatbubble\",\n \"font_class\": \"chatbubble\",\n \"unicode\": \"e697\",\n \"unicode_decimal\": 59031\n },\n {\n \"icon_id\": \"24881290\",\n \"name\": \"upload-filled\",\n \"font_class\": \"upload-filled\",\n \"unicode\": \"e68e\",\n \"unicode_decimal\": 59022\n },\n {\n \"icon_id\": \"24881292\",\n \"name\": \"upload\",\n \"font_class\": \"upload\",\n \"unicode\": \"e690\",\n \"unicode_decimal\": 59024\n },\n {\n \"icon_id\": \"24881293\",\n \"name\": \"weixin\",\n \"font_class\": \"weixin\",\n \"unicode\": \"e691\",\n \"unicode_decimal\": 59025\n },\n {\n \"icon_id\": \"24881274\",\n \"name\": \"compose\",\n \"font_class\": \"compose\",\n \"unicode\": \"e67f\",\n \"unicode_decimal\": 59007\n },\n {\n \"icon_id\": \"24881275\",\n \"name\": \"qq\",\n \"font_class\": \"qq\",\n \"unicode\": \"e680\",\n \"unicode_decimal\": 59008\n },\n {\n \"icon_id\": \"24881276\",\n \"name\": \"download-filled\",\n \"font_class\": \"download-filled\",\n \"unicode\": \"e681\",\n \"unicode_decimal\": 59009\n },\n {\n \"icon_id\": \"24881277\",\n \"name\": \"pengyouquan\",\n \"font_class\": \"pyq\",\n \"unicode\": \"e682\",\n \"unicode_decimal\": 59010\n },\n {\n \"icon_id\": \"24881279\",\n \"name\": \"sound\",\n \"font_class\": \"sound\",\n \"unicode\": \"e684\",\n \"unicode_decimal\": 59012\n },\n {\n \"icon_id\": \"24881280\",\n \"name\": \"trash-filled\",\n \"font_class\": \"trash-filled\",\n \"unicode\": \"e685\",\n \"unicode_decimal\": 59013\n },\n {\n \"icon_id\": \"24881281\",\n \"name\": \"sound-filled\",\n \"font_class\": \"sound-filled\",\n \"unicode\": \"e686\",\n \"unicode_decimal\": 59014\n },\n {\n \"icon_id\": \"24881282\",\n \"name\": \"trash\",\n \"font_class\": \"trash\",\n \"unicode\": \"e687\",\n \"unicode_decimal\": 59015\n },\n {\n \"icon_id\": \"24881284\",\n \"name\": \"videocam-filled\",\n \"font_class\": \"videocam-filled\",\n \"unicode\": \"e689\",\n \"unicode_decimal\": 59017\n },\n {\n \"icon_id\": \"24881285\",\n \"name\": \"spinner-cycle\",\n \"font_class\": \"spinner-cycle\",\n \"unicode\": \"e68a\",\n \"unicode_decimal\": 59018\n },\n {\n \"icon_id\": \"24881286\",\n \"name\": \"weibo\",\n \"font_class\": \"weibo\",\n \"unicode\": \"e68b\",\n \"unicode_decimal\": 59019\n },\n {\n \"icon_id\": \"24881288\",\n \"name\": \"videocam\",\n \"font_class\": \"videocam\",\n \"unicode\": \"e68c\",\n \"unicode_decimal\": 59020\n },\n {\n \"icon_id\": \"24881289\",\n \"name\": \"download\",\n \"font_class\": \"download\",\n \"unicode\": \"e68d\",\n \"unicode_decimal\": 59021\n },\n {\n \"icon_id\": \"24879601\",\n \"name\": \"help\",\n \"font_class\": \"help\",\n \"unicode\": \"e679\",\n \"unicode_decimal\": 59001\n },\n {\n \"icon_id\": \"24879602\",\n \"name\": \"navigate-filled\",\n \"font_class\": \"navigate-filled\",\n \"unicode\": \"e67a\",\n \"unicode_decimal\": 59002\n },\n {\n \"icon_id\": \"24879603\",\n \"name\": \"plusempty\",\n \"font_class\": \"plusempty\",\n \"unicode\": \"e67b\",\n \"unicode_decimal\": 59003\n },\n {\n \"icon_id\": \"24879604\",\n \"name\": \"smallcircle\",\n \"font_class\": \"smallcircle\",\n \"unicode\": \"e67c\",\n \"unicode_decimal\": 59004\n },\n {\n \"icon_id\": \"24879605\",\n \"name\": \"minus-filled\",\n \"font_class\": \"minus-filled\",\n \"unicode\": \"e67d\",\n \"unicode_decimal\": 59005\n },\n {\n \"icon_id\": \"24879606\",\n \"name\": \"micoff\",\n \"font_class\": \"micoff\",\n \"unicode\": \"e67e\",\n \"unicode_decimal\": 59006\n },\n {\n \"icon_id\": \"24879588\",\n \"name\": \"closeempty\",\n \"font_class\": \"closeempty\",\n \"unicode\": \"e66c\",\n \"unicode_decimal\": 58988\n },\n {\n \"icon_id\": \"24879589\",\n \"name\": \"clear\",\n \"font_class\": \"clear\",\n \"unicode\": \"e66d\",\n \"unicode_decimal\": 58989\n },\n {\n \"icon_id\": \"24879590\",\n \"name\": \"navigate\",\n \"font_class\": \"navigate\",\n \"unicode\": \"e66e\",\n \"unicode_decimal\": 58990\n },\n {\n \"icon_id\": \"24879591\",\n \"name\": \"minus\",\n \"font_class\": \"minus\",\n \"unicode\": \"e66f\",\n \"unicode_decimal\": 58991\n },\n {\n \"icon_id\": \"24879592\",\n \"name\": \"image\",\n \"font_class\": \"image\",\n \"unicode\": \"e670\",\n \"unicode_decimal\": 58992\n },\n {\n \"icon_id\": \"24879593\",\n \"name\": \"mic\",\n \"font_class\": \"mic\",\n \"unicode\": \"e671\",\n \"unicode_decimal\": 58993\n },\n {\n \"icon_id\": \"24879594\",\n \"name\": \"paperplane\",\n \"font_class\": \"paperplane\",\n \"unicode\": \"e672\",\n \"unicode_decimal\": 58994\n },\n {\n \"icon_id\": \"24879595\",\n \"name\": \"close\",\n \"font_class\": \"close\",\n \"unicode\": \"e673\",\n \"unicode_decimal\": 58995\n },\n {\n \"icon_id\": \"24879596\",\n \"name\": \"help-filled\",\n \"font_class\": \"help-filled\",\n \"unicode\": \"e674\",\n \"unicode_decimal\": 58996\n },\n {\n \"icon_id\": \"24879597\",\n \"name\": \"plus-filled\",\n \"font_class\": \"paperplane-filled\",\n \"unicode\": \"e675\",\n \"unicode_decimal\": 58997\n },\n {\n \"icon_id\": \"24879598\",\n \"name\": \"plus\",\n \"font_class\": \"plus\",\n \"unicode\": \"e676\",\n \"unicode_decimal\": 58998\n },\n {\n \"icon_id\": \"24879599\",\n \"name\": \"mic-filled\",\n \"font_class\": \"mic-filled\",\n \"unicode\": \"e677\",\n \"unicode_decimal\": 58999\n },\n {\n \"icon_id\": \"24879600\",\n \"name\": \"image-filled\",\n \"font_class\": \"image-filled\",\n \"unicode\": \"e678\",\n \"unicode_decimal\": 59000\n },\n {\n \"icon_id\": \"24855900\",\n \"name\": \"locked-filled\",\n \"font_class\": \"locked-filled\",\n \"unicode\": \"e668\",\n \"unicode_decimal\": 58984\n },\n {\n \"icon_id\": \"24855901\",\n \"name\": \"info\",\n \"font_class\": \"info\",\n \"unicode\": \"e669\",\n \"unicode_decimal\": 58985\n },\n {\n \"icon_id\": \"24855903\",\n \"name\": \"locked\",\n \"font_class\": \"locked\",\n \"unicode\": \"e66b\",\n \"unicode_decimal\": 58987\n },\n {\n \"icon_id\": \"24855884\",\n \"name\": \"camera-filled\",\n \"font_class\": \"camera-filled\",\n \"unicode\": \"e658\",\n \"unicode_decimal\": 58968\n },\n {\n \"icon_id\": \"24855885\",\n \"name\": \"chat-filled\",\n \"font_class\": \"chat-filled\",\n \"unicode\": \"e659\",\n \"unicode_decimal\": 58969\n },\n {\n \"icon_id\": \"24855886\",\n \"name\": \"camera\",\n \"font_class\": \"camera\",\n \"unicode\": \"e65a\",\n \"unicode_decimal\": 58970\n },\n {\n \"icon_id\": \"24855887\",\n \"name\": \"circle\",\n \"font_class\": \"circle\",\n \"unicode\": \"e65b\",\n \"unicode_decimal\": 58971\n },\n {\n \"icon_id\": \"24855888\",\n \"name\": \"checkmarkempty\",\n \"font_class\": \"checkmarkempty\",\n \"unicode\": \"e65c\",\n \"unicode_decimal\": 58972\n },\n {\n \"icon_id\": \"24855889\",\n \"name\": \"chat\",\n \"font_class\": \"chat\",\n \"unicode\": \"e65d\",\n \"unicode_decimal\": 58973\n },\n {\n \"icon_id\": \"24855890\",\n \"name\": \"circle-filled\",\n \"font_class\": \"circle-filled\",\n \"unicode\": \"e65e\",\n \"unicode_decimal\": 58974\n },\n {\n \"icon_id\": \"24855891\",\n \"name\": \"flag\",\n \"font_class\": \"flag\",\n \"unicode\": \"e65f\",\n \"unicode_decimal\": 58975\n },\n {\n \"icon_id\": \"24855892\",\n \"name\": \"flag-filled\",\n \"font_class\": \"flag-filled\",\n \"unicode\": \"e660\",\n \"unicode_decimal\": 58976\n },\n {\n \"icon_id\": \"24855893\",\n \"name\": \"gear-filled\",\n \"font_class\": \"gear-filled\",\n \"unicode\": \"e661\",\n \"unicode_decimal\": 58977\n },\n {\n \"icon_id\": \"24855894\",\n \"name\": \"home\",\n \"font_class\": \"home\",\n \"unicode\": \"e662\",\n \"unicode_decimal\": 58978\n },\n {\n \"icon_id\": \"24855895\",\n \"name\": \"home-filled\",\n \"font_class\": \"home-filled\",\n \"unicode\": \"e663\",\n \"unicode_decimal\": 58979\n },\n {\n \"icon_id\": \"24855896\",\n \"name\": \"gear\",\n \"font_class\": \"gear\",\n \"unicode\": \"e664\",\n \"unicode_decimal\": 58980\n },\n {\n \"icon_id\": \"24855897\",\n \"name\": \"smallcircle-filled\",\n \"font_class\": \"smallcircle-filled\",\n \"unicode\": \"e665\",\n \"unicode_decimal\": 58981\n },\n {\n \"icon_id\": \"24855898\",\n \"name\": \"map-filled\",\n \"font_class\": \"map-filled\",\n \"unicode\": \"e666\",\n \"unicode_decimal\": 58982\n },\n {\n \"icon_id\": \"24855899\",\n \"name\": \"map\",\n \"font_class\": \"map\",\n \"unicode\": \"e667\",\n \"unicode_decimal\": 58983\n },\n {\n \"icon_id\": \"24855825\",\n \"name\": \"refresh-filled\",\n \"font_class\": \"refresh-filled\",\n \"unicode\": \"e656\",\n \"unicode_decimal\": 58966\n },\n {\n \"icon_id\": \"24855826\",\n \"name\": \"refresh\",\n \"font_class\": \"refresh\",\n \"unicode\": \"e657\",\n \"unicode_decimal\": 58967\n },\n {\n \"icon_id\": \"24855808\",\n \"name\": \"cloud-upload\",\n \"font_class\": \"cloud-upload\",\n \"unicode\": \"e645\",\n \"unicode_decimal\": 58949\n },\n {\n \"icon_id\": \"24855809\",\n \"name\": \"cloud-download-filled\",\n \"font_class\": \"cloud-download-filled\",\n \"unicode\": \"e646\",\n \"unicode_decimal\": 58950\n },\n {\n \"icon_id\": \"24855810\",\n \"name\": \"cloud-download\",\n \"font_class\": \"cloud-download\",\n \"unicode\": \"e647\",\n \"unicode_decimal\": 58951\n },\n {\n \"icon_id\": \"24855811\",\n \"name\": \"cloud-upload-filled\",\n \"font_class\": \"cloud-upload-filled\",\n \"unicode\": \"e648\",\n \"unicode_decimal\": 58952\n },\n {\n \"icon_id\": \"24855813\",\n \"name\": \"redo\",\n \"font_class\": \"redo\",\n \"unicode\": \"e64a\",\n \"unicode_decimal\": 58954\n },\n {\n \"icon_id\": \"24855814\",\n \"name\": \"images-filled\",\n \"font_class\": \"images-filled\",\n \"unicode\": \"e64b\",\n \"unicode_decimal\": 58955\n },\n {\n \"icon_id\": \"24855815\",\n \"name\": \"undo-filled\",\n \"font_class\": \"undo-filled\",\n \"unicode\": \"e64c\",\n \"unicode_decimal\": 58956\n },\n {\n \"icon_id\": \"24855816\",\n \"name\": \"more\",\n \"font_class\": \"more\",\n \"unicode\": \"e64d\",\n \"unicode_decimal\": 58957\n },\n {\n \"icon_id\": \"24855817\",\n \"name\": \"more-filled\",\n \"font_class\": \"more-filled\",\n \"unicode\": \"e64e\",\n \"unicode_decimal\": 58958\n },\n {\n \"icon_id\": \"24855818\",\n \"name\": \"undo\",\n \"font_class\": \"undo\",\n \"unicode\": \"e64f\",\n \"unicode_decimal\": 58959\n },\n {\n \"icon_id\": \"24855819\",\n \"name\": \"images\",\n \"font_class\": \"images\",\n \"unicode\": \"e650\",\n \"unicode_decimal\": 58960\n },\n {\n \"icon_id\": \"24855821\",\n \"name\": \"paperclip\",\n \"font_class\": \"paperclip\",\n \"unicode\": \"e652\",\n \"unicode_decimal\": 58962\n },\n {\n \"icon_id\": \"24855822\",\n \"name\": \"settings\",\n \"font_class\": \"settings\",\n \"unicode\": \"e653\",\n \"unicode_decimal\": 58963\n },\n {\n \"icon_id\": \"24855823\",\n \"name\": \"search\",\n \"font_class\": \"search\",\n \"unicode\": \"e654\",\n \"unicode_decimal\": 58964\n },\n {\n \"icon_id\": \"24855824\",\n \"name\": \"redo-filled\",\n \"font_class\": \"redo-filled\",\n \"unicode\": \"e655\",\n \"unicode_decimal\": 58965\n },\n {\n \"icon_id\": \"24841702\",\n \"name\": \"list\",\n \"font_class\": \"list\",\n \"unicode\": \"e644\",\n \"unicode_decimal\": 58948\n },\n {\n \"icon_id\": \"24841489\",\n \"name\": \"mail-open-filled\",\n \"font_class\": \"mail-open-filled\",\n \"unicode\": \"e63a\",\n \"unicode_decimal\": 58938\n },\n {\n \"icon_id\": \"24841491\",\n \"name\": \"hand-thumbsdown-filled\",\n \"font_class\": \"hand-down-filled\",\n \"unicode\": \"e63c\",\n \"unicode_decimal\": 58940\n },\n {\n \"icon_id\": \"24841492\",\n \"name\": \"hand-thumbsdown\",\n \"font_class\": \"hand-down\",\n \"unicode\": \"e63d\",\n \"unicode_decimal\": 58941\n },\n {\n \"icon_id\": \"24841493\",\n \"name\": \"hand-thumbsup-filled\",\n \"font_class\": \"hand-up-filled\",\n \"unicode\": \"e63e\",\n \"unicode_decimal\": 58942\n },\n {\n \"icon_id\": \"24841494\",\n \"name\": \"hand-thumbsup\",\n \"font_class\": \"hand-up\",\n \"unicode\": \"e63f\",\n \"unicode_decimal\": 58943\n },\n {\n \"icon_id\": \"24841496\",\n \"name\": \"heart-filled\",\n \"font_class\": \"heart-filled\",\n \"unicode\": \"e641\",\n \"unicode_decimal\": 58945\n },\n {\n \"icon_id\": \"24841498\",\n \"name\": \"mail-open\",\n \"font_class\": \"mail-open\",\n \"unicode\": \"e643\",\n \"unicode_decimal\": 58947\n },\n {\n \"icon_id\": \"24841488\",\n \"name\": \"heart\",\n \"font_class\": \"heart\",\n \"unicode\": \"e639\",\n \"unicode_decimal\": 58937\n },\n {\n \"icon_id\": \"24839963\",\n \"name\": \"loop\",\n \"font_class\": \"loop\",\n \"unicode\": \"e633\",\n \"unicode_decimal\": 58931\n },\n {\n \"icon_id\": \"24839866\",\n \"name\": \"pulldown\",\n \"font_class\": \"pulldown\",\n \"unicode\": \"e632\",\n \"unicode_decimal\": 58930\n },\n {\n \"icon_id\": \"24813798\",\n \"name\": \"scan\",\n \"font_class\": \"scan\",\n \"unicode\": \"e62a\",\n \"unicode_decimal\": 58922\n },\n {\n \"icon_id\": \"24813786\",\n \"name\": \"bars\",\n \"font_class\": \"bars\",\n \"unicode\": \"e627\",\n \"unicode_decimal\": 58919\n },\n {\n \"icon_id\": \"24813788\",\n \"name\": \"cart-filled\",\n \"font_class\": \"cart-filled\",\n \"unicode\": \"e629\",\n \"unicode_decimal\": 58921\n },\n {\n \"icon_id\": \"24813790\",\n \"name\": \"checkbox\",\n \"font_class\": \"checkbox\",\n \"unicode\": \"e62b\",\n \"unicode_decimal\": 58923\n },\n {\n \"icon_id\": \"24813791\",\n \"name\": \"checkbox-filled\",\n \"font_class\": \"checkbox-filled\",\n \"unicode\": \"e62c\",\n \"unicode_decimal\": 58924\n },\n {\n \"icon_id\": \"24813794\",\n \"name\": \"shop\",\n \"font_class\": \"shop\",\n \"unicode\": \"e62f\",\n \"unicode_decimal\": 58927\n },\n {\n \"icon_id\": \"24813795\",\n \"name\": \"headphones\",\n \"font_class\": \"headphones\",\n \"unicode\": \"e630\",\n \"unicode_decimal\": 58928\n },\n {\n \"icon_id\": \"24813796\",\n \"name\": \"cart\",\n \"font_class\": \"cart\",\n \"unicode\": \"e631\",\n \"unicode_decimal\": 58929\n }\n ]\n}\n","\nimport Vue from 'vue'\nimport Vuex from 'vuex'\nVue.use(Vuex)\nconst store = new Vuex.Store({\n\n\n\n\n\n\n\tstate: {\n\t\thasLogin: false,\n\t\tisUniverifyLogin: false,\n\t\tloginProvider: \"\",\n\t\topenid: null,\n\t\ttestvuex: false,\n\t\tcolorIndex: 0,\n\t\tcolorList: ['#FF0000', '#00FF00', '#0000FF'],\n\t\tnoMatchLeftWindow: true,\n\t\tactive: 'componentPage',\n\t\tleftWinActive: '/pages/component/view/view',\n\t\tactiveOpen: '',\n\t\tmenu: [],\n\t\tuniverifyErrorMsg: ''\n\t},\n\tmutations: {\n\t\tlogin(state, provider) {\n\t\t\tstate.hasLogin = true;\n\t\t\tstate.loginProvider = provider;\n\t\t},\n\t\tlogout(state) {\n\t\t\tstate.hasLogin = false\n\t\t\tstate.openid = null\n\t\t},\n\t\tsetOpenid(state, openid) {\n\t\t\tstate.openid = openid\n\t\t},\n\t\tsetTestTrue(state) {\n\t\t\tstate.testvuex = true\n\t\t},\n\t\tsetTestFalse(state) {\n\t\t\tstate.testvuex = false\n\t\t},\n\t\tsetColorIndex(state, index) {\n\t\t\tstate.colorIndex = index\n\t\t},\n\t\tsetMatchLeftWindow(state, matchLeftWindow) {\n\t\t\tstate.noMatchLeftWindow = !matchLeftWindow\n\t\t},\n\t\tsetActive(state, tabPage) {\n\t\t\tstate.active = tabPage\n\t\t},\n\t\tsetLeftWinActive(state, leftWinActive) {\n\t\t\tstate.leftWinActive = leftWinActive\n\t\t},\n\t\tsetActiveOpen(state, activeOpen) {\n\t\t\tstate.activeOpen = activeOpen\n\t\t},\n\t\tsetMenu(state, menu) {\n\t\t\tstate.menu = menu\n\t\t},\n\t\tsetUniverifyLogin(state, payload) {\n\t\t\ttypeof payload !== 'boolean' ? payload = !!payload : '';\n\t\t\tstate.isUniverifyLogin = payload;\n\t\t},\n\t\tsetUniverifyErrorMsg(state,payload = ''){\n\t\t\tstate.univerifyErrorMsg = payload\n\t\t}\n\t},\n\tgetters: {\n\t\tcurrentColor(state) {\n\t\t\treturn state.colorList[state.colorIndex]\n\t\t}\n\t},\n\tactions: {\n\t\t// lazy loading openid\n\t\tgetUserOpenId: async function({\n\t\t\tcommit,\n\t\t\tstate\n\t\t}) {\n\t\t\treturn await new Promise((resolve, reject) => {\n\t\t\t\tif (state.openid) {\n\t\t\t\t\tresolve(state.openid)\n\t\t\t\t} else {\n\t\t\t\t\tuni.login({\n\t\t\t\t\t\tsuccess: (data) => {\n\t\t\t\t\t\t\tcommit('login')\n\t\t\t\t\t\t\tsetTimeout(function() { //模拟异步请求服务器获取 openid\n\t\t\t\t\t\t\t\tconst openid = '123456789'\n\t\t\t\t\t\t\t\tconsole.log('uni.request mock openid[' + openid + ']');\n\t\t\t\t\t\t\t\tcommit('setOpenid', openid)\n\t\t\t\t\t\t\t\tresolve(openid)\n\t\t\t\t\t\t\t}, 1000)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tfail: (err) => {\n\t\t\t\t\t\t\tconsole.log('uni.login 接口调用失败,将无法正常使用开放接口等服务', err)\n\t\t\t\t\t\t\treject(err)\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t\tgetPhoneNumber: function({\n\t\t\tcommit\n\t\t}, univerifyInfo) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tuni.request({\n\t\t\t\t\turl: 'https://97fca9f2-41f6-449f-a35e-3f135d4c3875.bspapp.com/http/univerify-login',\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\tdata: univerifyInfo,\n\t\t\t\t\tsuccess: (res) => {\n\t\t\t\t\t\tconst data = res.data\n\t\t\t\t\t\tif (data.success) {\n\t\t\t\t\t\t\tresolve(data.phoneNumber)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treject(res)\n\t\t\t\t\t\t}\n\n\t\t\t\t\t},\n\t\t\t\t\tfail: (err) => {\n\t\t\t\t\t\treject(res)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}\n\t}\n})\n\nexport default store\n","import en from './en.json'\nimport zhHans from './zh-Hans.json'\nimport zhHant from './zh-Hant.json'\nexport default {\n\ten,\n\t'zh-Hans': zhHans,\n\t'zh-Hant': zhHant\n}\n","module.exports = require(\"regenerator-runtime\");\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// This method of obtaining a reference to the global object needs to be\n// kept identical to the way it is obtained in runtime.js\nvar g = (function() {\n return this || (typeof self === \"object\" && self);\n})() || Function(\"return this\")();\n\n// Use `getOwnPropertyNames` because not all browsers support calling\n// `hasOwnProperty` on the global `self` object in a worker. See #183.\nvar hadRuntime = g.regeneratorRuntime &&\n Object.getOwnPropertyNames(g).indexOf(\"regeneratorRuntime\") >= 0;\n\n// Save the old regeneratorRuntime in case it needs to be restored later.\nvar oldRuntime = hadRuntime && g.regeneratorRuntime;\n\n// Force reevalutation of runtime.js.\ng.regeneratorRuntime = undefined;\n\nmodule.exports = require(\"./runtime\");\n\nif (hadRuntime) {\n // Restore the original runtime.\n g.regeneratorRuntime = oldRuntime;\n} else {\n // Remove the global property added by runtime.js.\n try {\n delete g.regeneratorRuntime;\n } catch(e) {\n g.regeneratorRuntime = undefined;\n }\n}\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n!(function(global) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n var inModule = typeof module === \"object\";\n var runtime = global.regeneratorRuntime;\n if (runtime) {\n if (inModule) {\n // If regeneratorRuntime is defined globally and we're in a module,\n // make the exports object identical to regeneratorRuntime.\n module.exports = runtime;\n }\n // Don't bother evaluating the rest of this file if the runtime was\n // already defined globally.\n return;\n }\n\n // Define the runtime globally (as expected by generated code) as either\n // module.exports (if we're in a module) or a new, empty object.\n runtime = global.regeneratorRuntime = inModule ? module.exports : {};\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n runtime.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n runtime.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n runtime.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n runtime.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n runtime.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n runtime.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return runtime.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n if (delegate.iterator.return) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n runtime.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n runtime.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n})(\n // In sloppy mode, unbound `this` refers to the global object, fallback to\n // Function constructor if we're in global strict mode. That is sadly a form\n // of indirect eval which violates Content Security Policy.\n (function() {\n return this || (typeof self === \"object\" && self);\n })() || Function(\"return this\")()\n);\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\t\n\t\t}\n\t},\n\tcreated(){\n\t\tthis.popup = this.getParent()\n\t},\n\tmethods:{\n\t\t/**\n\t\t * 获取父元素实例\n\t\t */\n\t\tgetParent(name = 'uniPopup') {\n\t\t\tlet parent = this.$parent;\n\t\t\tlet parentName = parent.$options.name;\n\t\t\twhile (parentName !== name) {\n\t\t\t\tparent = parent.$parent;\n\t\t\t\tif (!parent) return false\n\t\t\t\tparentName = parent.$options.name;\n\t\t\t}\n\t\t\treturn parent;\n\t\t},\n\t}\n}\n","import en from './en.json'\nimport zhHans from './zh-Hans.json'\nimport zhHant from './zh-Hant.json'\nexport default {\n\ten,\n\t'zh-Hans': zhHans,\n\t'zh-Hant': zhHant\n}\n","// const defaultOption = {\n// \tduration: 300,\n// \ttimingFunction: 'linear',\n// \tdelay: 0,\n// \ttransformOrigin: '50% 50% 0'\n// }\n\n\n\nclass MPAnimation {\n\tconstructor(options, _this) {\n\t\tthis.options = options\n\t\tthis.animation = uni.createAnimation(options)\n\t\tthis.currentStepAnimates = {}\n\t\tthis.next = 0\n\t\tthis.$ = _this\n\n\t}\n\n\t_nvuePushAnimates(type, args) {\n\t\tlet aniObj = this.currentStepAnimates[this.next]\n\t\tlet styles = {}\n\t\tif (!aniObj) {\n\t\t\tstyles = {\n\t\t\t\tstyles: {},\n\t\t\t\tconfig: {}\n\t\t\t}\n\t\t} else {\n\t\t\tstyles = aniObj\n\t\t}\n\t\tif (animateTypes1.includes(type)) {\n\t\t\tif (!styles.styles.transform) {\n\t\t\t\tstyles.styles.transform = ''\n\t\t\t}\n\t\t\tlet unit = ''\n\t\t\tif(type === 'rotate'){\n\t\t\t\tunit = 'deg'\n\t\t\t}\n\t\t\tstyles.styles.transform += `${type}(${args+unit}) `\n\t\t} else {\n\t\t\tstyles.styles[type] = `${args}`\n\t\t}\n\t\tthis.currentStepAnimates[this.next] = styles\n\t}\n\t_animateRun(styles = {}, config = {}) {\n\t\tlet ref = this.$.$refs['ani'].ref\n\t\tif (!ref) return\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tnvueAnimation.transition(ref, {\n\t\t\t\tstyles,\n\t\t\t\t...config\n\t\t\t}, res => {\n\t\t\t\tresolve()\n\t\t\t})\n\t\t})\n\t}\n\n\t_nvueNextAnimate(animates, step = 0, fn) {\n\t\tlet obj = animates[step]\n\t\tif (obj) {\n\t\t\tlet {\n\t\t\t\tstyles,\n\t\t\t\tconfig\n\t\t\t} = obj\n\t\t\tthis._animateRun(styles, config).then(() => {\n\t\t\t\tstep += 1\n\t\t\t\tthis._nvueNextAnimate(animates, step, fn)\n\t\t\t})\n\t\t} else {\n\t\t\tthis.currentStepAnimates = {}\n\t\t\ttypeof fn === 'function' && fn()\n\t\t\tthis.isEnd = true\n\t\t}\n\t}\n\n\tstep(config = {}) {\n\n\t\tthis.animation.step(config)\n\n\n\n\n\n\n\t\treturn this\n\t}\n\n\trun(fn) {\n\n\t\tthis.$.animationData = this.animation.export()\n\t\tthis.$.timer = setTimeout(() => {\n\t\t\ttypeof fn === 'function' && fn()\n\t\t}, this.$.durationTime)\n\n\n\n\n\n\n\n\n\t}\n}\n\n\nconst animateTypes1 = ['matrix', 'matrix3d', 'rotate', 'rotate3d', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scale3d',\n\t'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'translate', 'translate3d', 'translateX', 'translateY',\n\t'translateZ'\n]\nconst animateTypes2 = ['opacity', 'backgroundColor']\nconst animateTypes3 = ['width', 'height', 'left', 'right', 'top', 'bottom']\nanimateTypes1.concat(animateTypes2, animateTypes3).forEach(type => {\n\tMPAnimation.prototype[type] = function(...args) {\n\n\t\tthis.animation[type](...args)\n\n\n\n\n\t\treturn this\n\t}\n})\n\nexport function createAnimation(option, _this) {\n\tif(!_this) return\n\tclearTimeout(_this.timer)\n\treturn new MPAnimation(option, _this)\n}\n","import md5 from './md5.min.js';\n\n\n\n// const serverUrl = \"\";\n// var serverUrl = \"https://pay.service.huangshiparking.com\";\n\n// 黄石正式地址\n// var serverUrl = \"https://pay.service.huangshiparking.com\";\n// var serverUrl = \"https://pay.service.renniting.cwxbee319d15de03201n/v1/\";\n\n// 正式\n// var serverUrl = \"https://pay.huangshiparking.com\";\n// 测式\n\n// 江阴正式环境\nvar serverUrl = \"https://bus.jycrtc.com\";\n\n// var serverUrl = \"http://39.98.54.240:8090\";\n\n\n\n\n// const app_id = '0eca8f5373ca4866aec2f8e9d9367104';\n// const deviceInfo = 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E';\n\n//黄石微信小程序appid\n\n// 测试环境 wx1e9b2b7f35d7da83\n// 正式环境 wxbee319d15de03201\nconst hs_wxPay_appId = 'wxbee319d15de03201';\n\n// 黄石orgId\nconst public_orgId = '10079';\n// 无锡orgId\n// const public_orgId = '10005';\n\n// \"orgId\": \"10003\",\n// \"orgName\": \"赤峰\",\n\n// \"orgId\": \"10081\",\n// \"orgName\": \"兰州\",\n\nconst appName = '停车小码头';\nconst ACompany = '©黄石市城发停车管理有限公司';\nconst BCompany = '由中兴智能交通股份有限公司提供技术支持';\n\nconst appVerson = '1.0.0';\n\nconst SetToken = uni.getStorageSync(\"globalUser\").token;\n// const SetToken = 'a0050ae361a64a968ea4412723bbe0c7';\n\n// const SetToken = '17d135c3af364ad890772eeebda97096';\n\n\n\n//通过车牌查询待缴费(不能查历史单)\nconst ParkingwaitingPayUrl= serverUrl +\"/queryParkOrder/queryParkingByCarNumber\";\n\n//通过车牌查询历史欠费单\nconst ParkingrecoderUrl= serverUrl +\"/queryParkOrder/queryParkingRecordPageByCarNumbers\";\n\n// 银联支付的下单接口\nconst doPayUrl= serverUrl +\"/unionpay/doPay\";\n// 订单创建接口-doOrderCreate\nconst doOrderCreate = serverUrl +\"/unionpay/doOrderCreate\"\n\n\n//停车场接口\nconst ParkingLotsUrl= serverUrl +\"/park/queryParkingLots\";\n\n//查询停车场列表(地图形式)\nconst ParkingLotsSearchUrl= serverUrl +\"/park/queryParkingLotsByParkName\";\n\n//查询停车场列表(列表形式)\nconst ParkingLotsListUrl= serverUrl +\"/park/queryParkingLots\";\n\n//查询停车场详情\nconst ParkingLotsInfoUrl= serverUrl +\"/park/queryParkingLotByPlNo\";\n\n\n//查询单个订单\nconst billQueryUrl= serverUrl +\"/queryParkOrder/billQuery\";\n\n//个人账户支付-new\nconst accountPayUrl= serverUrl +\"/appAccountPay/accountPay\";\n\n\n//微信支付信息获取\nconst getwxpayinfoUrl= serverUrl +\"/weixinpay/publicUnifiedOrder\";\n\n//获取openid\nconst getOpenidUrl= serverUrl +\"/weixinPublicPay/getSmallRoutineOpenIdByCode\";\n\n//小程序一键登录\nconst smallRoutineLoginUrl= serverUrl +\"/weixinPublicPay/smallRoutineLogin\";\n\n//退出、登出\nconst userLogoutUrl= serverUrl +\"/user/logout\";\n\n//根据OrgId查询组织信息\nconst queryOrgInfoByOrgIdUrl= serverUrl +\"/appOrg/queryOrgInfoByOrgId\";\n\n\n//个人充值金额列表\nconst getAmountPrivilegeUrl= serverUrl +\"/appAcctRecharge/getAccountRechargeAmountPrivilege\";\n\n//账户余额查询\nconst getAccoutBalanceUrl= serverUrl +\"/appAcctRecharge/getAccoutBalance\";\n\n//账户充值-微信\nconst getwxPayUnifiedorderUrl= serverUrl +\"/weixinpay/unifiedOrder\";\n\n//账户明细\nconst getAccountDetailsUrl= serverUrl +\"/appAcctRecharge/queryAccountDetailsForPage\";\n\n\n//获取反馈建议 问题类型\nconst getFeedbackTypeUrl= serverUrl +\"/suggest/getFeedbackType\";\n\n//提交反馈建议\nconst saveFeedbackAndSuggestUrl= serverUrl +\"/suggest/saveFeedbackAndSuggest\";\n\n//自动扣款开关-查询\nconst getDirectDebitOpenOrCloseUrl= serverUrl +\"/acctNoSecret/getDirectDebitOpenOrClose\";\n//自动扣款开关-修改\nconst updateDirectDebitOpenOrCloseUrl= serverUrl +\"/acctNoSecret/updateDirectDebitOpenOrClose\";\n\n//个人卡券列表\nconst getCouponPersonUrl= serverUrl +\"/couponPerson/getCouponPerson\";\n//绑定卡券\nconst bindCouponPersonUrl= serverUrl +\"/couponPerson/bindingPersonCoupon\";\n\n\n//根据用户停车数据查询该客户可用的卡劵\nconst getCouponPersonAvailableUrl= serverUrl +\"/couponPerson/getCouponPersonAvailable\";\n\n\n//车辆信息查询\nconst queryUserCarsUrl= serverUrl +\"/user/car/queryUserCars\";\n\n//车辆信息维护\nconst userCarsInfoEditUrl= serverUrl +\"/user/car/userCarsInfoEdit\";\n\n//修改个人基本信息\nconst updateCustPersonBaseInfoUrl= serverUrl +\"/user/updateCustPersonBaseInfo\";\n\n//查询个人基本信息\nconst queryCustPersonBaseInfoUrl= serverUrl +\"/user/queryCustPersonBaseInfo\";\n\n\n\n//上传个人头像\nconst uploadHeadPicUrl= serverUrl +\"/user/uploadHeadPic\";\n\n//查询停车场-会员卡-根据orgID\nconst queryVipCardListByOrgIdUrl= serverUrl +\"/parkvip/queryVipCardListByOrgId\";\n//查询某个停车场的 具体的会员卡信息\nconst queryVipCardByPlNoUrl= serverUrl +\"/parkvip/queryVipCardByPlNo\";\n//0009、会员卡购买续费\nconst createVipCardOrderUrl= serverUrl +\"/vip/createVipCardOrder\";\n// 搜索有会员卡的停车场\nconst queryVipCardListByPlNameUrl= serverUrl +\"/parkvip/queryVipCardListByPlName\";\n// 查询用户已购买的会员卡\nconst queryVipCardsByCustIdUrl= serverUrl +\"/parkvip/queryVipCardsByCustId\";\n\n// 查询用户已购买的会员卡\nconst userPersoGetCouponAndOpenUrl= serverUrl +\"/couponPerson/userPersoGetCouponAndOpen\";\n\n// 零元支付\nconst zeroPayUrl= serverUrl +\"/appAccountPay/zeroPay\";\n\n// 我的提问\nconst queryTdCCustSuggestForAPP= serverUrl +\"/suggest/queryTdCCustSuggestForAPP\";\n\n// 查询某个停车场的 具体的会员卡信息\nconst queryVipCardMsgByCardNo= serverUrl +\"/parkvip/queryVipCardMsgByCardNo\";\n\n// // 用户意见建议及回复查看\n// const queryTdCCustSuggestForAPP= serverUrl +\"/suggest/queryTdCCustSuggestForAPP\";\n// 用户意见建议-详情列表\nconst queryTdCCustSuggestDetail= serverUrl +\"/suggest/queryTdCCustSuggestDetail\";\n\n\n// ----江阴项目 接口----\n// 商户登录\nconst userLogin= serverUrl +\"/business/h5/index/login\";\n\n// 商户退出登录\nconst userLoginout= serverUrl +\"/business/h5/index/logout\";\n\n// 商户关于我们\nconst useraboutUs= serverUrl +\"/business/h5/index/aboutUs\";\n\n\n\n//\nconst requestSign = function(inputData){\n\n\tvar jsonList = inputData;\n\t\tjsonList.sign_type = \"md5\";\n\t\tjsonList.app_id = \"0eca8f5373ca4866aec2f8e9d9367104\";\n\t\tjsonList.deviceInfo = \"BC0703A4-AFB0-4B51-9089-9B7487C0CC6E\";\n\t\tjsonList.salt = getSalt();\n\t\tjsonList.token = getGlobalUser(\"globalUser\").token;\n\t // jsonList.token = '84b5a8edb5974f7989e7888b9f48a765';\n\n\tvar arrData = [];\n\tfor(var key in jsonList){\n\t\tvar obj = {};\n\t\t // console.log(\"key = \"+key);\n\t\t // // obj[key] =jsonList[key];\n\t\t obj.keyname = key;\n\t\t obj.value = jsonList[key];\n\t\t // console.log(obj);\n\t\t arrData.push(obj);\n\t}\n\t\tvar sign = getSign(arrData);\n jsonList.sign =sign;\n return jsonList;\n}\n\n\n//获取sign\nvar getSign = function(objb){\n var compare = function (obj1, obj2) {\n\t var val1 = obj1.keyname;\n\t var val2 = obj2.keyname;\n\t if (val1 < val2) {\n\t return -1;\n\t } else if (val1 > val2) {\n\t return 1;\n\t } else {\n\t return 0;\n\t }\n\t}\n\tobjb.sort(compare);\n\tvar strmd5 = '14318527b13840c2a4af63fef52c2d6e';\n\tfor(var i=0;i<objb.length;i++){\n\t if(objb[i].value != null&&objb[i].value != ''){\n strmd5 += objb[i].keyname+objb[i].value;\n }\n\t}\n\tstrmd5 += '14318527b13840c2a4af63fef52c2d6e';\n // console.log('strmd5-------->'+strmd5);\n\tstrmd5 = md5(strmd5);\n\tstrmd5 =strmd5.toUpperCase();\n\treturn strmd5;\n}\n\n//获取盐值\nvar getSalt = function(){\n var len = parseInt(32);\n\tvar $chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678';\n\tvar maxPos = $chars.length;\n\tvar pwd = '';\n for (var i = 0; i < len; i++) {\n pwd += $chars.charAt(Math.floor(Math.random() * maxPos));\n }\n\t// console.log(pwd);\n return pwd;\n}\n\nvar getGlobalUser = function(key) {\n\tvar userInfo = uni.getStorageSync(\"globalUser\");\n\tif (userInfo != null && userInfo != \"\" && userInfo != undefined) {\n\t\treturn userInfo;\n\t} else {\n\t\treturn '';\n\t}\n}\n\n// common.sayHi();\nconst sayHi = function(){\n console.log('hi');\n}\n\n\nexport default{\n\tdoPayUrl,\n doOrderCreate,\n\tParkingwaitingPayUrl,\n\tParkingrecoderUrl,\n\tParkingLotsUrl,\n\tParkingLotsSearchUrl,\n\tParkingLotsListUrl,\n\tParkingLotsInfoUrl,\n\tbillQueryUrl,\n\taccountPayUrl,\n\tgetwxpayinfoUrl,\n\tgetOpenidUrl,\n\tsmallRoutineLoginUrl,\n\tuserLogoutUrl,\n\tqueryOrgInfoByOrgIdUrl,\n\tgetAmountPrivilegeUrl,\n\tgetAccoutBalanceUrl,\n\tgetwxPayUnifiedorderUrl,\n\tgetAccountDetailsUrl,\n\tgetFeedbackTypeUrl,\n\tsaveFeedbackAndSuggestUrl,\n\tgetDirectDebitOpenOrCloseUrl,\n\tupdateDirectDebitOpenOrCloseUrl,\n\tgetCouponPersonUrl,\n\tqueryUserCarsUrl,\n\tuserCarsInfoEditUrl,\n\tupdateCustPersonBaseInfoUrl,\n\tqueryCustPersonBaseInfoUrl,\n\n\tuploadHeadPicUrl,\n\tgetCouponPersonAvailableUrl,\n\tbindCouponPersonUrl,\n\tqueryVipCardListByOrgIdUrl,\n\tqueryVipCardByPlNoUrl,\n\tcreateVipCardOrderUrl,\n\tqueryVipCardListByPlNameUrl,\n\tqueryVipCardsByCustIdUrl,\n\tuserPersoGetCouponAndOpenUrl,\n\tzeroPayUrl,\n\n\t// deviceInfo,\n\ths_wxPay_appId,\n\tpublic_orgId,\n\tappName,\n\tACompany,\n\tBCompany,\n appVerson,\n\tSetToken,\n queryVipCardMsgByCardNo,\n queryTdCCustSuggestForAPP,\n queryTdCCustSuggestDetail,\n\trequestSign,\n sayHi,\n\t\n\tuserLogin,\n\tuserLoginout,\n\tuseraboutUs,\n}\n","!function(a){\"use strict\";function b(a,b){var c=(65535&a)+(65535&b),d=(a>>16)+(b>>16)+(c>>16);return d<<16|65535&c}function c(a,b){return a<<b|a>>>32-b}function d(a,d,e,f,g,h){return b(c(b(b(d,a),b(f,h)),g),e)}function e(a,b,c,e,f,g,h){return d(b&c|~b&e,a,b,f,g,h)}function f(a,b,c,e,f,g,h){return d(b&e|c&~e,a,b,f,g,h)}function g(a,b,c,e,f,g,h){return d(b^c^e,a,b,f,g,h)}function h(a,b,c,e,f,g,h){return d(c^(b|~e),a,b,f,g,h)}function i(a,c){a[c>>5]|=128<<c%32,a[(c+64>>>9<<4)+14]=c;var d,i,j,k,l,m=1732584193,n=-271733879,o=-1732584194,p=271733878;for(d=0;d<a.length;d+=16)i=m,j=n,k=o,l=p,m=e(m,n,o,p,a[d],7,-680876936),p=e(p,m,n,o,a[d+1],12,-389564586),o=e(o,p,m,n,a[d+2],17,606105819),n=e(n,o,p,m,a[d+3],22,-1044525330),m=e(m,n,o,p,a[d+4],7,-176418897),p=e(p,m,n,o,a[d+5],12,1200080426),o=e(o,p,m,n,a[d+6],17,-1473231341),n=e(n,o,p,m,a[d+7],22,-45705983),m=e(m,n,o,p,a[d+8],7,1770035416),p=e(p,m,n,o,a[d+9],12,-1958414417),o=e(o,p,m,n,a[d+10],17,-42063),n=e(n,o,p,m,a[d+11],22,-1990404162),m=e(m,n,o,p,a[d+12],7,1804603682),p=e(p,m,n,o,a[d+13],12,-40341101),o=e(o,p,m,n,a[d+14],17,-1502002290),n=e(n,o,p,m,a[d+15],22,1236535329),m=f(m,n,o,p,a[d+1],5,-165796510),p=f(p,m,n,o,a[d+6],9,-1069501632),o=f(o,p,m,n,a[d+11],14,643717713),n=f(n,o,p,m,a[d],20,-373897302),m=f(m,n,o,p,a[d+5],5,-701558691),p=f(p,m,n,o,a[d+10],9,38016083),o=f(o,p,m,n,a[d+15],14,-660478335),n=f(n,o,p,m,a[d+4],20,-405537848),m=f(m,n,o,p,a[d+9],5,568446438),p=f(p,m,n,o,a[d+14],9,-1019803690),o=f(o,p,m,n,a[d+3],14,-187363961),n=f(n,o,p,m,a[d+8],20,1163531501),m=f(m,n,o,p,a[d+13],5,-1444681467),p=f(p,m,n,o,a[d+2],9,-51403784),o=f(o,p,m,n,a[d+7],14,1735328473),n=f(n,o,p,m,a[d+12],20,-1926607734),m=g(m,n,o,p,a[d+5],4,-378558),p=g(p,m,n,o,a[d+8],11,-2022574463),o=g(o,p,m,n,a[d+11],16,1839030562),n=g(n,o,p,m,a[d+14],23,-35309556),m=g(m,n,o,p,a[d+1],4,-1530992060),p=g(p,m,n,o,a[d+4],11,1272893353),o=g(o,p,m,n,a[d+7],16,-155497632),n=g(n,o,p,m,a[d+10],23,-1094730640),m=g(m,n,o,p,a[d+13],4,681279174),p=g(p,m,n,o,a[d],11,-358537222),o=g(o,p,m,n,a[d+3],16,-722521979),n=g(n,o,p,m,a[d+6],23,76029189),m=g(m,n,o,p,a[d+9],4,-640364487),p=g(p,m,n,o,a[d+12],11,-421815835),o=g(o,p,m,n,a[d+15],16,530742520),n=g(n,o,p,m,a[d+2],23,-995338651),m=h(m,n,o,p,a[d],6,-198630844),p=h(p,m,n,o,a[d+7],10,1126891415),o=h(o,p,m,n,a[d+14],15,-1416354905),n=h(n,o,p,m,a[d+5],21,-57434055),m=h(m,n,o,p,a[d+12],6,1700485571),p=h(p,m,n,o,a[d+3],10,-1894986606),o=h(o,p,m,n,a[d+10],15,-1051523),n=h(n,o,p,m,a[d+1],21,-2054922799),m=h(m,n,o,p,a[d+8],6,1873313359),p=h(p,m,n,o,a[d+15],10,-30611744),o=h(o,p,m,n,a[d+6],15,-1560198380),n=h(n,o,p,m,a[d+13],21,1309151649),m=h(m,n,o,p,a[d+4],6,-145523070),p=h(p,m,n,o,a[d+11],10,-1120210379),o=h(o,p,m,n,a[d+2],15,718787259),n=h(n,o,p,m,a[d+9],21,-343485551),m=b(m,i),n=b(n,j),o=b(o,k),p=b(p,l);return[m,n,o,p]}function j(a){var b,c=\"\";for(b=0;b<32*a.length;b+=8)c+=String.fromCharCode(a[b>>5]>>>b%32&255);return c}function k(a){var b,c=[];for(c[(a.length>>2)-1]=void 0,b=0;b<c.length;b+=1)c[b]=0;for(b=0;b<8*a.length;b+=8)c[b>>5]|=(255&a.charCodeAt(b/8))<<b%32;return c}function l(a){return j(i(k(a),8*a.length))}function m(a,b){var c,d,e=k(a),f=[],g=[];for(f[15]=g[15]=void 0,e.length>16&&(e=i(e,8*a.length)),c=0;16>c;c+=1)f[c]=909522486^e[c],g[c]=1549556828^e[c];return d=i(f.concat(k(b)),512+8*b.length),j(i(g.concat(d),640))}function n(a){var b,c,d=\"0123456789abcdef\",e=\"\";for(c=0;c<a.length;c+=1)b=a.charCodeAt(c),e+=d.charAt(b>>>4&15)+d.charAt(15&b);return e}function o(a){return unescape(encodeURIComponent(a))}function p(a){return l(o(a))}function q(a){return n(p(a))}function r(a,b){return m(o(a),o(b))}function s(a,b){return n(r(a,b))}function t(a,b,c){return b?c?r(b,a):s(b,a):c?p(a):q(a)}\"function\"==typeof define&&define.amd?define(function(){return t}):a.md5=t}(this);","import common from \"./common.js\";\n\n//js中处理数据\nconst searchOrderWithCarNum = function nameCanHidden(CarNum, parkState) {\n return new Promise(resolve => {\n // setTimeout(() => {\n // resolve('resolved1111111111');\n // }, 2000);\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n\n var ParkingrecoderUrl = common.ParkingrecoderUrl;\n\n var jsondata = {\n carNumber: CarNum,\n terminalSource: '11',\n pageNum: '1',\n pageSize: '500',\n parkState: parkState\n }\n\n uni.request({\n url: ParkingrecoderUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n\n header: { 'content-type': 'application/json' },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n resolve(res.data);\n }\n else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n\n });\n\n}\n\n//js中处理数据\n// const requestSs =function nameCanHidden() {\n// return new Promise(resolve => {\n// setTimeout(() => {\n// resolve('resolved1111111111');\n// }, 2000);\n// });\n// }\n\n//vue中接收处理后的数据\n// async function asyncCall() {\n// console.log('calling');\n// var result = await requestServer.requestSs();\n// console.log(result);\n// // expected output: 'resolved'\n// }\n// asyncCall();\n\nexport default {\n searchOrderWithCarNum\n}\n","/*!\n * Vue.js v2.6.11\n * (c) 2014-2022 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n if (vm.$options && vm.$options.__file) { // fixed by xxxxxx\n return ('') + vm.$options.__file\n }\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm && vm.$options.name !== 'PageBody') {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n !vm.$options.isReserved && tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.SharedObject.target) {\n Dep.SharedObject.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\n// fixed by xxxxxx (nvue shared vuex)\n/* eslint-disable no-undef */\nDep.SharedObject = {};\nDep.SharedObject.target = null;\nDep.SharedObject.targetStack = [];\n\nfunction pushTarget (target) {\n Dep.SharedObject.targetStack.push(target);\n Dep.SharedObject.target = target;\n Dep.target = target;\n}\n\nfunction popTarget () {\n Dep.SharedObject.targetStack.pop();\n Dep.SharedObject.target = Dep.SharedObject.targetStack[Dep.SharedObject.targetStack.length - 1];\n Dep.target = Dep.SharedObject.target;\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n {// fixed by xxxxxx 微信小程序使用 plugins 之后,数组方法被直接挂载到了数组对象上,需要执行 copyAugment 逻辑\n if(value.push !== value.__proto__.push){\n copyAugment(value, arrayMethods, arrayKeys);\n } else {\n protoAugment(value, arrayMethods);\n }\n }\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.SharedObject.target) { // fixed by xxxxxx\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\n/* */\n\n// fixed by xxxxxx (mp properties)\nfunction extractPropertiesFromVNodeData(data, Ctor, res, context) {\n var propOptions = Ctor.options.mpOptions && Ctor.options.mpOptions.properties;\n if (isUndef(propOptions)) {\n return res\n }\n var externalClasses = Ctor.options.mpOptions.externalClasses || [];\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n var result = checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n // externalClass\n if (\n result &&\n res[key] &&\n externalClasses.indexOf(altKey) !== -1 &&\n context[camelize(res[key])]\n ) {\n // 赋值 externalClass 真正的值(模板里 externalClass 的值可能是字符串)\n res[key] = context[camelize(res[key])];\n }\n }\n }\n return res\n}\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag,\n context// fixed by xxxxxx\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, {}, context)\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, res, context)\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n // fixed by xxxxxx 临时 hack 掉 uni-app 中的异步 name slot page\n if(child.asyncMeta && child.asyncMeta.data && child.asyncMeta.data.slot === 'page'){\n (slots['page'] || (slots['page'] = [])).push(child);\n }else{\n (slots.default || (slots.default = [])).push(child);\n }\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i, i, i); // fixed by xxxxxx\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i, i, i); // fixed by xxxxxx\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length, i, i++)); // fixed by xxxxxx\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i, i); // fixed by xxxxxx\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n // fixed by xxxxxx app-plus scopedSlot\n nodes = scopedSlotFn(props, this, props._i) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n callHook(componentInstance, 'onServiceCreated');\n callHook(componentInstance, 'onServiceAttached');\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag, context); // fixed by xxxxxx\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n \n // fixed by xxxxxx update properties(mp runtime)\n vm._$updateProperties && vm._$updateProperties(vm);\n \n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n {\n if(vm.mpHost === 'mp-baidu' || vm.mpHost === 'mp-kuaishou' || vm.mpHost === 'mp-xhs'){//百度、快手、小红书 observer 在 setData callback 之后触发,直接忽略该 warn\n return\n }\n //fixed by xxxxxx __next_tick_pending,uni://form-field 时不告警\n if(\n key === 'value' && \n Array.isArray(vm.$options.behaviors) &&\n vm.$options.behaviors.indexOf('uni://form-field') !== -1\n ){\n return\n }\n if(vm._getFormData){\n return\n }\n var $parent = vm.$parent;\n while($parent){\n if($parent.__next_tick_pending){\n return \n }\n $parent = $parent.$parent;\n }\n }\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.SharedObject.target) {// fixed by xxxxxx\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n !vm._$fallback && initInjections(vm); // resolve injections before data/props \n initState(vm);\n !vm._$fallback && initProvide(vm); // resolve provide after data/props\n !vm._$fallback && callHook(vm, 'created'); \n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.11';\n\n/**\n * https://raw.githubusercontent.com/Tencent/westore/master/packages/westore/utils/diff.js\n */\nvar ARRAYTYPE = '[object Array]';\nvar OBJECTTYPE = '[object Object]';\n// const FUNCTIONTYPE = '[object Function]'\n\nfunction diff(current, pre) {\n var result = {};\n syncKeys(current, pre);\n _diff(current, pre, '', result);\n return result\n}\n\nfunction syncKeys(current, pre) {\n if (current === pre) { return }\n var rootCurrentType = type(current);\n var rootPreType = type(pre);\n if (rootCurrentType == OBJECTTYPE && rootPreType == OBJECTTYPE) {\n if(Object.keys(current).length >= Object.keys(pre).length){\n for (var key in pre) {\n var currentValue = current[key];\n if (currentValue === undefined) {\n current[key] = null;\n } else {\n syncKeys(currentValue, pre[key]);\n }\n }\n }\n } else if (rootCurrentType == ARRAYTYPE && rootPreType == ARRAYTYPE) {\n if (current.length >= pre.length) {\n pre.forEach(function (item, index) {\n syncKeys(current[index], item);\n });\n }\n }\n}\n\nfunction _diff(current, pre, path, result) {\n if (current === pre) { return }\n var rootCurrentType = type(current);\n var rootPreType = type(pre);\n if (rootCurrentType == OBJECTTYPE) {\n if (rootPreType != OBJECTTYPE || Object.keys(current).length < Object.keys(pre).length) {\n setResult(result, path, current);\n } else {\n var loop = function ( key ) {\n var currentValue = current[key];\n var preValue = pre[key];\n var currentType = type(currentValue);\n var preType = type(preValue);\n if (currentType != ARRAYTYPE && currentType != OBJECTTYPE) {\n if (currentValue !== pre[key]) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n }\n } else if (currentType == ARRAYTYPE) {\n if (preType != ARRAYTYPE) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n if (currentValue.length < preValue.length) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n currentValue.forEach(function (item, index) {\n _diff(item, preValue[index], (path == '' ? '' : path + \".\") + key + '[' + index + ']', result);\n });\n }\n }\n } else if (currentType == OBJECTTYPE) {\n if (preType != OBJECTTYPE || Object.keys(currentValue).length < Object.keys(preValue).length) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n for (var subKey in currentValue) {\n _diff(currentValue[subKey], preValue[subKey], (path == '' ? '' : path + \".\") + key + '.' + subKey, result);\n }\n }\n }\n };\n\n for (var key in current) loop( key );\n }\n } else if (rootCurrentType == ARRAYTYPE) {\n if (rootPreType != ARRAYTYPE) {\n setResult(result, path, current);\n } else {\n if (current.length < pre.length) {\n setResult(result, path, current);\n } else {\n current.forEach(function (item, index) {\n _diff(item, pre[index], path + '[' + index + ']', result);\n });\n }\n }\n } else {\n setResult(result, path, current);\n }\n}\n\nfunction setResult(result, k, v) {\n // if (type(v) != FUNCTIONTYPE) {\n result[k] = v;\n // }\n}\n\nfunction type(obj) {\n return Object.prototype.toString.call(obj)\n}\n\n/* */\n\nfunction flushCallbacks$1(vm) {\n if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {\n if (process.env.VUE_APP_DEBUG) {\n var mpInstance = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +\n ']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');\n }\n var copies = vm.__next_tick_callbacks.slice(0);\n vm.__next_tick_callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n }\n}\n\nfunction hasRenderWatcher(vm) {\n return queue.find(function (watcher) { return vm._watcher === watcher; })\n}\n\nfunction nextTick$1(vm, cb) {\n //1.nextTick 之前 已 setData 且 setData 还未回调完成\n //2.nextTick 之前存在 render watcher\n if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {\n if(process.env.VUE_APP_DEBUG){\n var mpInstance = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +\n ']:nextVueTick');\n }\n return nextTick(cb, vm)\n }else{\n if(process.env.VUE_APP_DEBUG){\n var mpInstance$1 = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +\n ']:nextMPTick');\n }\n }\n var _resolve;\n if (!vm.__next_tick_callbacks) {\n vm.__next_tick_callbacks = [];\n }\n vm.__next_tick_callbacks.push(function () {\n if (cb) {\n try {\n cb.call(vm);\n } catch (e) {\n handleError(e, vm, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(vm);\n }\n });\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\nfunction cloneWithData(vm) {\n // 确保当前 vm 所有数据被同步\n var ret = Object.create(null);\n var dataKeys = [].concat(\n Object.keys(vm._data || {}),\n Object.keys(vm._computedWatchers || {}));\n\n dataKeys.reduce(function(ret, key) {\n ret[key] = vm[key];\n return ret\n }, ret);\n\n // vue-composition-api\n var compositionApiState = vm.__composition_api_state__ || vm.__secret_vfa_state__;\n var rawBindings = compositionApiState && compositionApiState.rawBindings;\n if (rawBindings) {\n Object.keys(rawBindings).forEach(function (key) {\n ret[key] = vm[key];\n });\n }\n\n //TODO 需要把无用数据处理掉,比如 list=>l0 则 list 需要移除,否则多传输一份数据\n Object.assign(ret, vm.$mp.data || {});\n if (\n Array.isArray(vm.$options.behaviors) &&\n vm.$options.behaviors.indexOf('uni://form-field') !== -1\n ) { //form-field\n ret['name'] = vm.name;\n ret['value'] = vm.value;\n }\n\n return JSON.parse(JSON.stringify(ret))\n}\n\nvar patch = function(oldVnode, vnode) {\n var this$1 = this;\n\n if (vnode === null) { //destroy\n return\n }\n if (this.mpType === 'page' || this.mpType === 'component') {\n var mpInstance = this.$scope;\n var data = Object.create(null);\n try {\n data = cloneWithData(this);\n } catch (err) {\n console.error(err);\n }\n data.__webviewId__ = mpInstance.data.__webviewId__;\n var mpData = Object.create(null);\n Object.keys(data).forEach(function (key) { //仅同步 data 中有的数据\n mpData[key] = mpInstance.data[key];\n });\n var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);\n if (Object.keys(diffData).length) {\n if (process.env.VUE_APP_DEBUG) {\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +\n ']差量更新',\n JSON.stringify(diffData));\n }\n this.__next_tick_pending = true;\n mpInstance.setData(diffData, function () {\n this$1.__next_tick_pending = false;\n flushCallbacks$1(this$1);\n });\n } else {\n flushCallbacks$1(this);\n }\n }\n};\n\n/* */\n\nfunction createEmptyRender() {\n\n}\n\nfunction mountComponent$1(\n vm,\n el,\n hydrating\n) {\n if (!vm.mpType) {//main.js 中的 new Vue\n return vm\n }\n if (vm.mpType === 'app') {\n vm.$options.render = createEmptyRender;\n }\n if (!vm.$options.render) {\n vm.$options.render = createEmptyRender;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n \n !vm._$fallback && callHook(vm, 'beforeMount');\n\n var updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before() {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n return vm\n}\n\n/* */\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/* */\n\nvar MP_METHODS = ['createSelectorQuery', 'createIntersectionObserver', 'selectAllComponents', 'selectComponent'];\n\nfunction getTarget(obj, path) {\n var parts = path.split('.');\n var key = parts[0];\n if (key.indexOf('__$n') === 0) { //number index\n key = parseInt(key.replace('__$n', ''));\n }\n if (parts.length === 1) {\n return obj[key]\n }\n return getTarget(obj[key], parts.slice(1).join('.'))\n}\n\nfunction internalMixin(Vue) {\n\n Vue.config.errorHandler = function(err, vm, info) {\n Vue.util.warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n console.error(err);\n /* eslint-disable no-undef */\n var app = typeof getApp === 'function' && getApp();\n if (app && app.onError) {\n app.onError(err);\n }\n };\n\n var oldEmit = Vue.prototype.$emit;\n\n Vue.prototype.$emit = function(event) {\n if (this.$scope && event) {\n (this.$scope['_triggerEvent'] || this.$scope['triggerEvent']).call(this.$scope, event, {\n __args__: toArray(arguments, 1)\n });\n }\n return oldEmit.apply(this, arguments)\n };\n\n Vue.prototype.$nextTick = function(fn) {\n return nextTick$1(this, fn)\n };\n\n MP_METHODS.forEach(function (method) {\n Vue.prototype[method] = function(args) {\n if (this.$scope && this.$scope[method]) {\n return this.$scope[method](args)\n }\n // mp-alipay\n if (typeof my === 'undefined') {\n return\n }\n if (method === 'createSelectorQuery') {\n /* eslint-disable no-undef */\n return my.createSelectorQuery(args)\n } else if (method === 'createIntersectionObserver') {\n /* eslint-disable no-undef */\n return my.createIntersectionObserver(args)\n }\n // TODO mp-alipay 暂不支持 selectAllComponents,selectComponent\n };\n });\n\n Vue.prototype.__init_provide = initProvide;\n\n Vue.prototype.__init_injections = initInjections;\n\n Vue.prototype.__call_hook = function(hook, args) {\n var vm = this;\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n var ret;\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n ret = invokeWithErrorHandling(handlers[i], vm, args ? [args] : null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook, args);\n }\n popTarget();\n return ret\n };\n\n Vue.prototype.__set_model = function(target, key, value, modifiers) {\n if (Array.isArray(modifiers)) {\n if (modifiers.indexOf('trim') !== -1) {\n value = value.trim();\n }\n if (modifiers.indexOf('number') !== -1) {\n value = this._n(value);\n }\n }\n if (!target) {\n target = this;\n }\n // 解决动态属性添加\n Vue.set(target, key, value);\n };\n\n Vue.prototype.__set_sync = function(target, key, value) {\n if (!target) {\n target = this;\n }\n // 解决动态属性添加\n Vue.set(target, key, value);\n };\n\n Vue.prototype.__get_orig = function(item) {\n if (isPlainObject(item)) {\n return item['$orig'] || item\n }\n return item\n };\n\n Vue.prototype.__get_value = function(dataPath, target) {\n return getTarget(target || this, dataPath)\n };\n\n\n Vue.prototype.__get_class = function(dynamicClass, staticClass) {\n return renderClass(staticClass, dynamicClass)\n };\n\n Vue.prototype.__get_style = function(dynamicStyle, staticStyle) {\n if (!dynamicStyle && !staticStyle) {\n return ''\n }\n var dynamicStyleObj = normalizeStyleBinding(dynamicStyle);\n var styleObj = staticStyle ? extend(staticStyle, dynamicStyleObj) : dynamicStyleObj;\n return Object.keys(styleObj).map(function (name) { return ((hyphenate(name)) + \":\" + (styleObj[name])); }).join(';')\n };\n\n Vue.prototype.__map = function(val, iteratee) {\n //TODO 暂不考虑 string\n var ret, i, l, keys, key;\n if (Array.isArray(val)) {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = iteratee(val[i], i);\n }\n return ret\n } else if (isObject(val)) {\n keys = Object.keys(val);\n ret = Object.create(null);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[key] = iteratee(val[key], key, i);\n }\n return ret\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0, l = val; i < l; i++) {\n // 第一个参数暂时仍和小程序一致\n ret[i] = iteratee(i, i);\n }\n return ret\n }\n return []\n };\n\n}\n\n/* */\n\nvar LIFECYCLE_HOOKS$1 = [\n //App\n 'onLaunch',\n 'onShow',\n 'onHide',\n 'onUniNViewMessage',\n 'onPageNotFound',\n 'onThemeChange',\n 'onError',\n 'onUnhandledRejection',\n //Page\n 'onInit',\n 'onLoad',\n // 'onShow',\n 'onReady',\n // 'onHide',\n 'onUnload',\n 'onPullDownRefresh',\n 'onReachBottom',\n 'onTabItemTap',\n 'onAddToFavorites',\n 'onShareTimeline',\n 'onShareAppMessage',\n 'onResize',\n 'onPageScroll',\n 'onNavigationBarButtonTap',\n 'onBackPress',\n 'onNavigationBarSearchInputChanged',\n 'onNavigationBarSearchInputConfirmed',\n 'onNavigationBarSearchInputClicked',\n //Component\n // 'onReady', // 兼容旧版本,应该移除该事件\n 'onPageShow',\n 'onPageHide',\n 'onPageResize'\n];\nfunction lifecycleMixin$1(Vue) {\n\n //fixed vue-class-component\n var oldExtend = Vue.extend;\n Vue.extend = function(extendOptions) {\n extendOptions = extendOptions || {};\n\n var methods = extendOptions.methods;\n if (methods) {\n Object.keys(methods).forEach(function (methodName) {\n if (LIFECYCLE_HOOKS$1.indexOf(methodName)!==-1) {\n extendOptions[methodName] = methods[methodName];\n delete methods[methodName];\n }\n });\n }\n\n return oldExtend.call(this, extendOptions)\n };\n\n var strategies = Vue.config.optionMergeStrategies;\n var mergeHook = strategies.created;\n LIFECYCLE_HOOKS$1.forEach(function (hook) {\n strategies[hook] = mergeHook;\n });\n\n Vue.prototype.__lifecycle_hooks__ = LIFECYCLE_HOOKS$1;\n}\n\n/* */\n\n// install platform patch function\nVue.prototype.__patch__ = patch;\n\n// public mount method\nVue.prototype.$mount = function(\n el ,\n hydrating \n) {\n return mountComponent$1(this, el, hydrating)\n};\n\nlifecycleMixin$1(Vue);\ninternalMixin(Vue);\n\n/* */\n\nexport default Vue;\n","const isArray = Array.isArray;\nconst isObject = (val) => val !== null && typeof val === 'object';\nconst defaultDelimiters = ['{', '}'];\nclass BaseFormatter {\n constructor() {\n this._caches = Object.create(null);\n }\n interpolate(message, values, delimiters = defaultDelimiters) {\n if (!values) {\n return [message];\n }\n let tokens = this._caches[message];\n if (!tokens) {\n tokens = parse(message, delimiters);\n this._caches[message] = tokens;\n }\n return compile(tokens, values);\n }\n}\nconst RE_TOKEN_LIST_VALUE = /^(?:\\d)+/;\nconst RE_TOKEN_NAMED_VALUE = /^(?:\\w)+/;\nfunction parse(format, [startDelimiter, endDelimiter]) {\n const tokens = [];\n let position = 0;\n let text = '';\n while (position < format.length) {\n let char = format[position++];\n if (char === startDelimiter) {\n if (text) {\n tokens.push({ type: 'text', value: text });\n }\n text = '';\n let sub = '';\n char = format[position++];\n while (char !== undefined && char !== endDelimiter) {\n sub += char;\n char = format[position++];\n }\n const isClosed = char === endDelimiter;\n const type = RE_TOKEN_LIST_VALUE.test(sub)\n ? 'list'\n : isClosed && RE_TOKEN_NAMED_VALUE.test(sub)\n ? 'named'\n : 'unknown';\n tokens.push({ value: sub, type });\n }\n // else if (char === '%') {\n // // when found rails i18n syntax, skip text capture\n // if (format[position] !== '{') {\n // text += char\n // }\n // }\n else {\n text += char;\n }\n }\n text && tokens.push({ type: 'text', value: text });\n return tokens;\n}\nfunction compile(tokens, values) {\n const compiled = [];\n let index = 0;\n const mode = isArray(values)\n ? 'list'\n : isObject(values)\n ? 'named'\n : 'unknown';\n if (mode === 'unknown') {\n return compiled;\n }\n while (index < tokens.length) {\n const token = tokens[index];\n switch (token.type) {\n case 'text':\n compiled.push(token.value);\n break;\n case 'list':\n compiled.push(values[parseInt(token.value, 10)]);\n break;\n case 'named':\n if (mode === 'named') {\n compiled.push(values[token.value]);\n }\n else {\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Type of token '${token.type}' and format of value '${mode}' don't match!`);\n }\n }\n break;\n case 'unknown':\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Detect 'unknown' type of token!`);\n }\n break;\n }\n index++;\n }\n return compiled;\n}\n\nconst LOCALE_ZH_HANS = 'zh-Hans';\nconst LOCALE_ZH_HANT = 'zh-Hant';\nconst LOCALE_EN = 'en';\nconst LOCALE_FR = 'fr';\nconst LOCALE_ES = 'es';\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nconst hasOwn = (val, key) => hasOwnProperty.call(val, key);\nconst defaultFormatter = new BaseFormatter();\nfunction include(str, parts) {\n return !!parts.find((part) => str.indexOf(part) !== -1);\n}\nfunction startsWith(str, parts) {\n return parts.find((part) => str.indexOf(part) === 0);\n}\nfunction normalizeLocale(locale, messages) {\n if (!locale) {\n return;\n }\n locale = locale.trim().replace(/_/g, '-');\n if (messages && messages[locale]) {\n return locale;\n }\n locale = locale.toLowerCase();\n if (locale.indexOf('zh') === 0) {\n if (locale.indexOf('-hans') > -1) {\n return LOCALE_ZH_HANS;\n }\n if (locale.indexOf('-hant') > -1) {\n return LOCALE_ZH_HANT;\n }\n if (include(locale, ['-tw', '-hk', '-mo', '-cht'])) {\n return LOCALE_ZH_HANT;\n }\n return LOCALE_ZH_HANS;\n }\n const lang = startsWith(locale, [LOCALE_EN, LOCALE_FR, LOCALE_ES]);\n if (lang) {\n return lang;\n }\n}\nclass I18n {\n constructor({ locale, fallbackLocale, messages, watcher, formater, }) {\n this.locale = LOCALE_EN;\n this.fallbackLocale = LOCALE_EN;\n this.message = {};\n this.messages = {};\n this.watchers = [];\n if (fallbackLocale) {\n this.fallbackLocale = fallbackLocale;\n }\n this.formater = formater || defaultFormatter;\n this.messages = messages || {};\n this.setLocale(locale || LOCALE_EN);\n if (watcher) {\n this.watchLocale(watcher);\n }\n }\n setLocale(locale) {\n const oldLocale = this.locale;\n this.locale = normalizeLocale(locale, this.messages) || this.fallbackLocale;\n if (!this.messages[this.locale]) {\n // 可能初始化时不存在\n this.messages[this.locale] = {};\n }\n this.message = this.messages[this.locale];\n // 仅发生变化时,通知\n if (oldLocale !== this.locale) {\n this.watchers.forEach((watcher) => {\n watcher(this.locale, oldLocale);\n });\n }\n }\n getLocale() {\n return this.locale;\n }\n watchLocale(fn) {\n const index = this.watchers.push(fn) - 1;\n return () => {\n this.watchers.splice(index, 1);\n };\n }\n add(locale, message, override = true) {\n const curMessages = this.messages[locale];\n if (curMessages) {\n if (override) {\n Object.assign(curMessages, message);\n }\n else {\n Object.keys(message).forEach((key) => {\n if (!hasOwn(curMessages, key)) {\n curMessages[key] = message[key];\n }\n });\n }\n }\n else {\n this.messages[locale] = message;\n }\n }\n f(message, values, delimiters) {\n return this.formater.interpolate(message, values, delimiters).join('');\n }\n t(key, locale, values) {\n let message = this.message;\n if (typeof locale === 'string') {\n locale = normalizeLocale(locale, this.messages);\n locale && (message = this.messages[locale]);\n }\n else {\n values = locale;\n }\n if (!hasOwn(message, key)) {\n console.warn(`Cannot translate the value of keypath ${key}. Use the value of keypath as default.`);\n return key;\n }\n return this.formater.interpolate(message[key], values).join('');\n }\n}\n\nfunction watchAppLocale(appVm, i18n) {\n // 需要保证 watch 的触发在组件渲染之前\n if (appVm.$watchLocale) {\n // vue2\n appVm.$watchLocale((newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n else {\n appVm.$watch(() => appVm.$locale, (newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n}\nfunction getDefaultLocale() {\n if (typeof uni !== 'undefined' && uni.getLocale) {\n return uni.getLocale();\n }\n // 小程序平台,uni 和 uni-i18n 互相引用,导致访问不到 uni,故在 global 上挂了 getLocale\n if (typeof global !== 'undefined' && global.getLocale) {\n return global.getLocale();\n }\n return LOCALE_EN;\n}\nfunction initVueI18n(locale, messages = {}, fallbackLocale, watcher) {\n // 兼容旧版本入参\n if (typeof locale !== 'string') {\n [locale, messages] = [\n messages,\n locale,\n ];\n }\n if (typeof locale !== 'string') {\n // 因为小程序平台,uni-i18n 和 uni 互相引用,导致此时访问 uni 时,为 undefined\n locale = getDefaultLocale();\n }\n if (typeof fallbackLocale !== 'string') {\n fallbackLocale =\n (typeof __uniConfig !== 'undefined' && __uniConfig.fallbackLocale) ||\n LOCALE_EN;\n }\n const i18n = new I18n({\n locale,\n fallbackLocale,\n messages,\n watcher,\n });\n let t = (key, values) => {\n if (typeof getApp !== 'function') {\n // app view\n /* eslint-disable no-func-assign */\n t = function (key, values) {\n return i18n.t(key, values);\n };\n }\n else {\n let isWatchedAppLocale = false;\n t = function (key, values) {\n const appVm = getApp().$vm;\n // 可能$vm还不存在,比如在支付宝小程序中,组件定义较早,在props的default里使用了t()函数(如uni-goods-nav),此时app还未初始化\n // options: {\n // \ttype: Array,\n // \tdefault () {\n // \t\treturn [{\n // \t\t\ticon: 'shop',\n // \t\t\ttext: t(\"uni-goods-nav.options.shop\"),\n // \t\t}, {\n // \t\t\ticon: 'cart',\n // \t\t\ttext: t(\"uni-goods-nav.options.cart\")\n // \t\t}]\n // \t}\n // },\n if (appVm) {\n // 触发响应式\n appVm.$locale;\n if (!isWatchedAppLocale) {\n isWatchedAppLocale = true;\n watchAppLocale(appVm, i18n);\n }\n }\n return i18n.t(key, values);\n };\n }\n return t(key, values);\n };\n return {\n i18n,\n f(message, values, delimiters) {\n return i18n.f(message, values, delimiters);\n },\n t(key, values) {\n return t(key, values);\n },\n add(locale, message, override = true) {\n return i18n.add(locale, message, override);\n },\n watch(fn) {\n return i18n.watchLocale(fn);\n },\n getLocale() {\n return i18n.getLocale();\n },\n setLocale(newLocale) {\n return i18n.setLocale(newLocale);\n },\n };\n}\n\nconst isString = (val) => typeof val === 'string';\nlet formater;\nfunction hasI18nJson(jsonObj, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n return walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n return true;\n }\n }\n else {\n return hasI18nJson(value, delimiters);\n }\n });\n}\nfunction parseI18nJson(jsonObj, values, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, values, delimiters);\n }\n }\n else {\n parseI18nJson(value, values, delimiters);\n }\n });\n return jsonObj;\n}\nfunction compileI18nJsonStr(jsonStr, { locale, locales, delimiters, }) {\n if (!isI18nStr(jsonStr, delimiters)) {\n return jsonStr;\n }\n if (!formater) {\n formater = new BaseFormatter();\n }\n const localeValues = [];\n Object.keys(locales).forEach((name) => {\n if (name !== locale) {\n localeValues.push({\n locale: name,\n values: locales[name],\n });\n }\n });\n localeValues.unshift({ locale, values: locales[locale] });\n try {\n return JSON.stringify(compileJsonObj(JSON.parse(jsonStr), localeValues, delimiters), null, 2);\n }\n catch (e) { }\n return jsonStr;\n}\nfunction isI18nStr(value, delimiters) {\n return value.indexOf(delimiters[0]) > -1;\n}\nfunction compileStr(value, values, delimiters) {\n return formater.interpolate(value, values, delimiters).join('');\n}\nfunction compileValue(jsonObj, key, localeValues, delimiters) {\n const value = jsonObj[key];\n if (isString(value)) {\n // 存在国际化\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, localeValues[0].values, delimiters);\n if (localeValues.length > 1) {\n // 格式化国际化语言\n const valueLocales = (jsonObj[key + 'Locales'] = {});\n localeValues.forEach((localValue) => {\n valueLocales[localValue.locale] = compileStr(value, localValue.values, delimiters);\n });\n }\n }\n }\n else {\n compileJsonObj(value, localeValues, delimiters);\n }\n}\nfunction compileJsonObj(jsonObj, localeValues, delimiters) {\n walkJsonObj(jsonObj, (jsonObj, key) => {\n compileValue(jsonObj, key, localeValues, delimiters);\n });\n return jsonObj;\n}\nfunction walkJsonObj(jsonObj, walk) {\n if (isArray(jsonObj)) {\n for (let i = 0; i < jsonObj.length; i++) {\n if (walk(jsonObj, i)) {\n return true;\n }\n }\n }\n else if (isObject(jsonObj)) {\n for (const key in jsonObj) {\n if (walk(jsonObj, key)) {\n return true;\n }\n }\n }\n return false;\n}\n\nfunction resolveLocale(locales) {\n return (locale) => {\n if (!locale) {\n return locale;\n }\n locale = normalizeLocale(locale) || locale;\n return resolveLocaleChain(locale).find((locale) => locales.indexOf(locale) > -1);\n };\n}\nfunction resolveLocaleChain(locale) {\n const chain = [];\n const tokens = locale.split('-');\n while (tokens.length) {\n chain.push(tokens.join('-'));\n tokens.pop();\n }\n return chain;\n}\n\nexport { BaseFormatter as Formatter, I18n, LOCALE_EN, LOCALE_ES, LOCALE_FR, LOCALE_ZH_HANS, LOCALE_ZH_HANT, compileI18nJsonStr, hasI18nJson, initVueI18n, isI18nStr, isString, normalizeLocale, parseI18nJson, resolveLocale };\n","module.exports = \"/static/inputCarNumber_pic/carBg.png\";","/*!\n * vuex v3.6.2\n * (c) 2021 Evan You\n * @license MIT\n */\n'use strict';\n\nfunction applyMixin (Vue) {\n var version = Number(Vue.version.split('.')[0]);\n\n if (version >= 2) {\n Vue.mixin({ beforeCreate: vuexInit });\n } else {\n // override init and inject vuex init procedure\n // for 1.x backwards compatibility.\n var _init = Vue.prototype._init;\n Vue.prototype._init = function (options) {\n if ( options === void 0 ) options = {};\n\n options.init = options.init\n ? [vuexInit].concat(options.init)\n : vuexInit;\n _init.call(this, options);\n };\n }\n\n /**\n * Vuex init hook, injected into each instances init hooks list.\n */\n\n function vuexInit () {\n var options = this.$options;\n // store injection\n if (options.store) {\n this.$store = typeof options.store === 'function'\n ? options.store()\n : options.store;\n } else if (options.parent && options.parent.$store) {\n this.$store = options.parent.$store;\n }\n }\n}\n\nvar target = typeof window !== 'undefined'\n ? window\n : typeof global !== 'undefined'\n ? global\n : {};\nvar devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\nfunction devtoolPlugin (store) {\n if (!devtoolHook) { return }\n\n store._devtoolHook = devtoolHook;\n\n devtoolHook.emit('vuex:init', store);\n\n devtoolHook.on('vuex:travel-to-state', function (targetState) {\n store.replaceState(targetState);\n });\n\n store.subscribe(function (mutation, state) {\n devtoolHook.emit('vuex:mutation', mutation, state);\n }, { prepend: true });\n\n store.subscribeAction(function (action, state) {\n devtoolHook.emit('vuex:action', action, state);\n }, { prepend: true });\n}\n\n/**\n * Get the first item that pass the test\n * by second argument function\n *\n * @param {Array} list\n * @param {Function} f\n * @return {*}\n */\nfunction find (list, f) {\n return list.filter(f)[0]\n}\n\n/**\n * Deep copy the given object considering circular structure.\n * This function caches all nested objects and its copies.\n * If it detects circular structure, use cached copy to avoid infinite loop.\n *\n * @param {*} obj\n * @param {Array<Object>} cache\n * @return {*}\n */\nfunction deepCopy (obj, cache) {\n if ( cache === void 0 ) cache = [];\n\n // just return if obj is immutable value\n if (obj === null || typeof obj !== 'object') {\n return obj\n }\n\n // if obj is hit, it is in circular structure\n var hit = find(cache, function (c) { return c.original === obj; });\n if (hit) {\n return hit.copy\n }\n\n var copy = Array.isArray(obj) ? [] : {};\n // put the copy into cache at first\n // because we want to refer it in recursive deepCopy\n cache.push({\n original: obj,\n copy: copy\n });\n\n Object.keys(obj).forEach(function (key) {\n copy[key] = deepCopy(obj[key], cache);\n });\n\n return copy\n}\n\n/**\n * forEach for object\n */\nfunction forEachValue (obj, fn) {\n Object.keys(obj).forEach(function (key) { return fn(obj[key], key); });\n}\n\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\nfunction isPromise (val) {\n return val && typeof val.then === 'function'\n}\n\nfunction assert (condition, msg) {\n if (!condition) { throw new Error((\"[vuex] \" + msg)) }\n}\n\nfunction partial (fn, arg) {\n return function () {\n return fn(arg)\n }\n}\n\n// Base data struct for store's module, package with some attribute and method\nvar Module = function Module (rawModule, runtime) {\n this.runtime = runtime;\n // Store some children item\n this._children = Object.create(null);\n // Store the origin module object which passed by programmer\n this._rawModule = rawModule;\n var rawState = rawModule.state;\n\n // Store the origin module's state\n this.state = (typeof rawState === 'function' ? rawState() : rawState) || {};\n};\n\nvar prototypeAccessors = { namespaced: { configurable: true } };\n\nprototypeAccessors.namespaced.get = function () {\n return !!this._rawModule.namespaced\n};\n\nModule.prototype.addChild = function addChild (key, module) {\n this._children[key] = module;\n};\n\nModule.prototype.removeChild = function removeChild (key) {\n delete this._children[key];\n};\n\nModule.prototype.getChild = function getChild (key) {\n return this._children[key]\n};\n\nModule.prototype.hasChild = function hasChild (key) {\n return key in this._children\n};\n\nModule.prototype.update = function update (rawModule) {\n this._rawModule.namespaced = rawModule.namespaced;\n if (rawModule.actions) {\n this._rawModule.actions = rawModule.actions;\n }\n if (rawModule.mutations) {\n this._rawModule.mutations = rawModule.mutations;\n }\n if (rawModule.getters) {\n this._rawModule.getters = rawModule.getters;\n }\n};\n\nModule.prototype.forEachChild = function forEachChild (fn) {\n forEachValue(this._children, fn);\n};\n\nModule.prototype.forEachGetter = function forEachGetter (fn) {\n if (this._rawModule.getters) {\n forEachValue(this._rawModule.getters, fn);\n }\n};\n\nModule.prototype.forEachAction = function forEachAction (fn) {\n if (this._rawModule.actions) {\n forEachValue(this._rawModule.actions, fn);\n }\n};\n\nModule.prototype.forEachMutation = function forEachMutation (fn) {\n if (this._rawModule.mutations) {\n forEachValue(this._rawModule.mutations, fn);\n }\n};\n\nObject.defineProperties( Module.prototype, prototypeAccessors );\n\nvar ModuleCollection = function ModuleCollection (rawRootModule) {\n // register root module (Vuex.Store options)\n this.register([], rawRootModule, false);\n};\n\nModuleCollection.prototype.get = function get (path) {\n return path.reduce(function (module, key) {\n return module.getChild(key)\n }, this.root)\n};\n\nModuleCollection.prototype.getNamespace = function getNamespace (path) {\n var module = this.root;\n return path.reduce(function (namespace, key) {\n module = module.getChild(key);\n return namespace + (module.namespaced ? key + '/' : '')\n }, '')\n};\n\nModuleCollection.prototype.update = function update$1 (rawRootModule) {\n update([], this.root, rawRootModule);\n};\n\nModuleCollection.prototype.register = function register (path, rawModule, runtime) {\n var this$1 = this;\n if ( runtime === void 0 ) runtime = true;\n\n if ((process.env.NODE_ENV !== 'production')) {\n assertRawModule(path, rawModule);\n }\n\n var newModule = new Module(rawModule, runtime);\n if (path.length === 0) {\n this.root = newModule;\n } else {\n var parent = this.get(path.slice(0, -1));\n parent.addChild(path[path.length - 1], newModule);\n }\n\n // register nested modules\n if (rawModule.modules) {\n forEachValue(rawModule.modules, function (rawChildModule, key) {\n this$1.register(path.concat(key), rawChildModule, runtime);\n });\n }\n};\n\nModuleCollection.prototype.unregister = function unregister (path) {\n var parent = this.get(path.slice(0, -1));\n var key = path[path.length - 1];\n var child = parent.getChild(key);\n\n if (!child) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\n \"[vuex] trying to unregister module '\" + key + \"', which is \" +\n \"not registered\"\n );\n }\n return\n }\n\n if (!child.runtime) {\n return\n }\n\n parent.removeChild(key);\n};\n\nModuleCollection.prototype.isRegistered = function isRegistered (path) {\n var parent = this.get(path.slice(0, -1));\n var key = path[path.length - 1];\n\n if (parent) {\n return parent.hasChild(key)\n }\n\n return false\n};\n\nfunction update (path, targetModule, newModule) {\n if ((process.env.NODE_ENV !== 'production')) {\n assertRawModule(path, newModule);\n }\n\n // update target module\n targetModule.update(newModule);\n\n // update nested modules\n if (newModule.modules) {\n for (var key in newModule.modules) {\n if (!targetModule.getChild(key)) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\n \"[vuex] trying to add a new module '\" + key + \"' on hot reloading, \" +\n 'manual reload is needed'\n );\n }\n return\n }\n update(\n path.concat(key),\n targetModule.getChild(key),\n newModule.modules[key]\n );\n }\n }\n}\n\nvar functionAssert = {\n assert: function (value) { return typeof value === 'function'; },\n expected: 'function'\n};\n\nvar objectAssert = {\n assert: function (value) { return typeof value === 'function' ||\n (typeof value === 'object' && typeof value.handler === 'function'); },\n expected: 'function or object with \"handler\" function'\n};\n\nvar assertTypes = {\n getters: functionAssert,\n mutations: functionAssert,\n actions: objectAssert\n};\n\nfunction assertRawModule (path, rawModule) {\n Object.keys(assertTypes).forEach(function (key) {\n if (!rawModule[key]) { return }\n\n var assertOptions = assertTypes[key];\n\n forEachValue(rawModule[key], function (value, type) {\n assert(\n assertOptions.assert(value),\n makeAssertionMessage(path, key, type, value, assertOptions.expected)\n );\n });\n });\n}\n\nfunction makeAssertionMessage (path, key, type, value, expected) {\n var buf = key + \" should be \" + expected + \" but \\\"\" + key + \".\" + type + \"\\\"\";\n if (path.length > 0) {\n buf += \" in module \\\"\" + (path.join('.')) + \"\\\"\";\n }\n buf += \" is \" + (JSON.stringify(value)) + \".\";\n return buf\n}\n\nvar Vue; // bind on install\n\nvar Store = function Store (options) {\n var this$1 = this;\n if ( options === void 0 ) options = {};\n\n // Auto install if it is not done yet and `window` has `Vue`.\n // To allow users to avoid auto-installation in some cases,\n // this code should be placed here. See #731\n if (!Vue && typeof window !== 'undefined' && window.Vue) {\n install(window.Vue);\n }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Vue, \"must call Vue.use(Vuex) before creating a store instance.\");\n assert(typeof Promise !== 'undefined', \"vuex requires a Promise polyfill in this browser.\");\n assert(this instanceof Store, \"store must be called with the new operator.\");\n }\n\n var plugins = options.plugins; if ( plugins === void 0 ) plugins = [];\n var strict = options.strict; if ( strict === void 0 ) strict = false;\n\n // store internal state\n this._committing = false;\n this._actions = Object.create(null);\n this._actionSubscribers = [];\n this._mutations = Object.create(null);\n this._wrappedGetters = Object.create(null);\n this._modules = new ModuleCollection(options);\n this._modulesNamespaceMap = Object.create(null);\n this._subscribers = [];\n this._watcherVM = new Vue();\n this._makeLocalGettersCache = Object.create(null);\n\n // bind commit and dispatch to self\n var store = this;\n var ref = this;\n var dispatch = ref.dispatch;\n var commit = ref.commit;\n this.dispatch = function boundDispatch (type, payload) {\n return dispatch.call(store, type, payload)\n };\n this.commit = function boundCommit (type, payload, options) {\n return commit.call(store, type, payload, options)\n };\n\n // strict mode\n this.strict = strict;\n\n var state = this._modules.root.state;\n\n // init root module.\n // this also recursively registers all sub-modules\n // and collects all module getters inside this._wrappedGetters\n installModule(this, state, [], this._modules.root);\n\n // initialize the store vm, which is responsible for the reactivity\n // (also registers _wrappedGetters as computed properties)\n resetStoreVM(this, state);\n\n // apply plugins\n plugins.forEach(function (plugin) { return plugin(this$1); });\n\n var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools;\n if (useDevtools) {\n devtoolPlugin(this);\n }\n};\n\nvar prototypeAccessors$1 = { state: { configurable: true } };\n\nprototypeAccessors$1.state.get = function () {\n return this._vm._data.$$state\n};\n\nprototypeAccessors$1.state.set = function (v) {\n if ((process.env.NODE_ENV !== 'production')) {\n assert(false, \"use store.replaceState() to explicit replace store state.\");\n }\n};\n\nStore.prototype.commit = function commit (_type, _payload, _options) {\n var this$1 = this;\n\n // check object-style commit\n var ref = unifyObjectStyle(_type, _payload, _options);\n var type = ref.type;\n var payload = ref.payload;\n var options = ref.options;\n\n var mutation = { type: type, payload: payload };\n var entry = this._mutations[type];\n if (!entry) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] unknown mutation type: \" + type));\n }\n return\n }\n this._withCommit(function () {\n entry.forEach(function commitIterator (handler) {\n handler(payload);\n });\n });\n\n this._subscribers\n .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe\n .forEach(function (sub) { return sub(mutation, this$1.state); });\n\n if (\n (process.env.NODE_ENV !== 'production') &&\n options && options.silent\n ) {\n console.warn(\n \"[vuex] mutation type: \" + type + \". Silent option has been removed. \" +\n 'Use the filter functionality in the vue-devtools'\n );\n }\n};\n\nStore.prototype.dispatch = function dispatch (_type, _payload) {\n var this$1 = this;\n\n // check object-style dispatch\n var ref = unifyObjectStyle(_type, _payload);\n var type = ref.type;\n var payload = ref.payload;\n\n var action = { type: type, payload: payload };\n var entry = this._actions[type];\n if (!entry) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] unknown action type: \" + type));\n }\n return\n }\n\n try {\n this._actionSubscribers\n .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe\n .filter(function (sub) { return sub.before; })\n .forEach(function (sub) { return sub.before(action, this$1.state); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in before action subscribers: \");\n console.error(e);\n }\n }\n\n var result = entry.length > 1\n ? Promise.all(entry.map(function (handler) { return handler(payload); }))\n : entry[0](payload);\n\n return new Promise(function (resolve, reject) {\n result.then(function (res) {\n try {\n this$1._actionSubscribers\n .filter(function (sub) { return sub.after; })\n .forEach(function (sub) { return sub.after(action, this$1.state); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in after action subscribers: \");\n console.error(e);\n }\n }\n resolve(res);\n }, function (error) {\n try {\n this$1._actionSubscribers\n .filter(function (sub) { return sub.error; })\n .forEach(function (sub) { return sub.error(action, this$1.state, error); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in error action subscribers: \");\n console.error(e);\n }\n }\n reject(error);\n });\n })\n};\n\nStore.prototype.subscribe = function subscribe (fn, options) {\n return genericSubscribe(fn, this._subscribers, options)\n};\n\nStore.prototype.subscribeAction = function subscribeAction (fn, options) {\n var subs = typeof fn === 'function' ? { before: fn } : fn;\n return genericSubscribe(subs, this._actionSubscribers, options)\n};\n\nStore.prototype.watch = function watch (getter, cb, options) {\n var this$1 = this;\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(typeof getter === 'function', \"store.watch only accepts a function.\");\n }\n return this._watcherVM.$watch(function () { return getter(this$1.state, this$1.getters); }, cb, options)\n};\n\nStore.prototype.replaceState = function replaceState (state) {\n var this$1 = this;\n\n this._withCommit(function () {\n this$1._vm._data.$$state = state;\n });\n};\n\nStore.prototype.registerModule = function registerModule (path, rawModule, options) {\n if ( options === void 0 ) options = {};\n\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n assert(path.length > 0, 'cannot register the root module by using registerModule.');\n }\n\n this._modules.register(path, rawModule);\n installModule(this, this.state, path, this._modules.get(path), options.preserveState);\n // reset store to update getters...\n resetStoreVM(this, this.state);\n};\n\nStore.prototype.unregisterModule = function unregisterModule (path) {\n var this$1 = this;\n\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n }\n\n this._modules.unregister(path);\n this._withCommit(function () {\n var parentState = getNestedState(this$1.state, path.slice(0, -1));\n Vue.delete(parentState, path[path.length - 1]);\n });\n resetStore(this);\n};\n\nStore.prototype.hasModule = function hasModule (path) {\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n }\n\n return this._modules.isRegistered(path)\n};\n\nStore.prototype[[104,111,116,85,112,100,97,116,101].map(function (item) {return String.fromCharCode(item)}).join('')] = function (newOptions) {\n this._modules.update(newOptions);\n resetStore(this, true);\n};\n\nStore.prototype._withCommit = function _withCommit (fn) {\n var committing = this._committing;\n this._committing = true;\n fn();\n this._committing = committing;\n};\n\nObject.defineProperties( Store.prototype, prototypeAccessors$1 );\n\nfunction genericSubscribe (fn, subs, options) {\n if (subs.indexOf(fn) < 0) {\n options && options.prepend\n ? subs.unshift(fn)\n : subs.push(fn);\n }\n return function () {\n var i = subs.indexOf(fn);\n if (i > -1) {\n subs.splice(i, 1);\n }\n }\n}\n\nfunction resetStore (store, hot) {\n store._actions = Object.create(null);\n store._mutations = Object.create(null);\n store._wrappedGetters = Object.create(null);\n store._modulesNamespaceMap = Object.create(null);\n var state = store.state;\n // init all modules\n installModule(store, state, [], store._modules.root, true);\n // reset vm\n resetStoreVM(store, state, hot);\n}\n\nfunction resetStoreVM (store, state, hot) {\n var oldVm = store._vm;\n\n // bind store public getters\n store.getters = {};\n // reset local getters cache\n store._makeLocalGettersCache = Object.create(null);\n var wrappedGetters = store._wrappedGetters;\n var computed = {};\n forEachValue(wrappedGetters, function (fn, key) {\n // use computed to leverage its lazy-caching mechanism\n // direct inline function use will lead to closure preserving oldVm.\n // using partial to return function with only arguments preserved in closure environment.\n computed[key] = partial(fn, store);\n Object.defineProperty(store.getters, key, {\n get: function () { return store._vm[key]; },\n enumerable: true // for local getters\n });\n });\n\n // use a Vue instance to store the state tree\n // suppress warnings just in case the user has added\n // some funky global mixins\n var silent = Vue.config.silent;\n Vue.config.silent = true;\n store._vm = new Vue({\n data: {\n $$state: state\n },\n computed: computed\n });\n Vue.config.silent = silent;\n\n // enable strict mode for new vm\n if (store.strict) {\n enableStrictMode(store);\n }\n\n if (oldVm) {\n if (hot) {\n // dispatch changes in all subscribed watchers\n // to force getter re-evaluation for hot reloading.\n store._withCommit(function () {\n oldVm._data.$$state = null;\n });\n }\n Vue.nextTick(function () { return oldVm.$destroy(); });\n }\n}\n\nfunction installModule (store, rootState, path, module, hot) {\n var isRoot = !path.length;\n var namespace = store._modules.getNamespace(path);\n\n // register in namespace map\n if (module.namespaced) {\n if (store._modulesNamespaceMap[namespace] && (process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] duplicate namespace \" + namespace + \" for the namespaced module \" + (path.join('/'))));\n }\n store._modulesNamespaceMap[namespace] = module;\n }\n\n // set state\n if (!isRoot && !hot) {\n var parentState = getNestedState(rootState, path.slice(0, -1));\n var moduleName = path[path.length - 1];\n store._withCommit(function () {\n if ((process.env.NODE_ENV !== 'production')) {\n if (moduleName in parentState) {\n console.warn(\n (\"[vuex] state field \\\"\" + moduleName + \"\\\" was overridden by a module with the same name at \\\"\" + (path.join('.')) + \"\\\"\")\n );\n }\n }\n Vue.set(parentState, moduleName, module.state);\n });\n }\n\n var local = module.context = makeLocalContext(store, namespace, path);\n\n module.forEachMutation(function (mutation, key) {\n var namespacedType = namespace + key;\n registerMutation(store, namespacedType, mutation, local);\n });\n\n module.forEachAction(function (action, key) {\n var type = action.root ? key : namespace + key;\n var handler = action.handler || action;\n registerAction(store, type, handler, local);\n });\n\n module.forEachGetter(function (getter, key) {\n var namespacedType = namespace + key;\n registerGetter(store, namespacedType, getter, local);\n });\n\n module.forEachChild(function (child, key) {\n installModule(store, rootState, path.concat(key), child, hot);\n });\n}\n\n/**\n * make localized dispatch, commit, getters and state\n * if there is no namespace, just use root ones\n */\nfunction makeLocalContext (store, namespace, path) {\n var noNamespace = namespace === '';\n\n var local = {\n dispatch: noNamespace ? store.dispatch : function (_type, _payload, _options) {\n var args = unifyObjectStyle(_type, _payload, _options);\n var payload = args.payload;\n var options = args.options;\n var type = args.type;\n\n if (!options || !options.root) {\n type = namespace + type;\n if ((process.env.NODE_ENV !== 'production') && !store._actions[type]) {\n console.error((\"[vuex] unknown local action type: \" + (args.type) + \", global type: \" + type));\n return\n }\n }\n\n return store.dispatch(type, payload)\n },\n\n commit: noNamespace ? store.commit : function (_type, _payload, _options) {\n var args = unifyObjectStyle(_type, _payload, _options);\n var payload = args.payload;\n var options = args.options;\n var type = args.type;\n\n if (!options || !options.root) {\n type = namespace + type;\n if ((process.env.NODE_ENV !== 'production') && !store._mutations[type]) {\n console.error((\"[vuex] unknown local mutation type: \" + (args.type) + \", global type: \" + type));\n return\n }\n }\n\n store.commit(type, payload, options);\n }\n };\n\n // getters and state object must be gotten lazily\n // because they will be changed by vm update\n Object.defineProperties(local, {\n getters: {\n get: noNamespace\n ? function () { return store.getters; }\n : function () { return makeLocalGetters(store, namespace); }\n },\n state: {\n get: function () { return getNestedState(store.state, path); }\n }\n });\n\n return local\n}\n\nfunction makeLocalGetters (store, namespace) {\n if (!store._makeLocalGettersCache[namespace]) {\n var gettersProxy = {};\n var splitPos = namespace.length;\n Object.keys(store.getters).forEach(function (type) {\n // skip if the target getter is not match this namespace\n if (type.slice(0, splitPos) !== namespace) { return }\n\n // extract local getter type\n var localType = type.slice(splitPos);\n\n // Add a port to the getters proxy.\n // Define as getter property because\n // we do not want to evaluate the getters in this time.\n Object.defineProperty(gettersProxy, localType, {\n get: function () { return store.getters[type]; },\n enumerable: true\n });\n });\n store._makeLocalGettersCache[namespace] = gettersProxy;\n }\n\n return store._makeLocalGettersCache[namespace]\n}\n\nfunction registerMutation (store, type, handler, local) {\n var entry = store._mutations[type] || (store._mutations[type] = []);\n entry.push(function wrappedMutationHandler (payload) {\n handler.call(store, local.state, payload);\n });\n}\n\nfunction registerAction (store, type, handler, local) {\n var entry = store._actions[type] || (store._actions[type] = []);\n entry.push(function wrappedActionHandler (payload) {\n var res = handler.call(store, {\n dispatch: local.dispatch,\n commit: local.commit,\n getters: local.getters,\n state: local.state,\n rootGetters: store.getters,\n rootState: store.state\n }, payload);\n if (!isPromise(res)) {\n res = Promise.resolve(res);\n }\n if (store._devtoolHook) {\n return res.catch(function (err) {\n store._devtoolHook.emit('vuex:error', err);\n throw err\n })\n } else {\n return res\n }\n });\n}\n\nfunction registerGetter (store, type, rawGetter, local) {\n if (store._wrappedGetters[type]) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] duplicate getter key: \" + type));\n }\n return\n }\n store._wrappedGetters[type] = function wrappedGetter (store) {\n return rawGetter(\n local.state, // local state\n local.getters, // local getters\n store.state, // root state\n store.getters // root getters\n )\n };\n}\n\nfunction enableStrictMode (store) {\n store._vm.$watch(function () { return this._data.$$state }, function () {\n if ((process.env.NODE_ENV !== 'production')) {\n assert(store._committing, \"do not mutate vuex store state outside mutation handlers.\");\n }\n }, { deep: true, sync: true });\n}\n\nfunction getNestedState (state, path) {\n return path.reduce(function (state, key) { return state[key]; }, state)\n}\n\nfunction unifyObjectStyle (type, payload, options) {\n if (isObject(type) && type.type) {\n options = payload;\n payload = type;\n type = type.type;\n }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(typeof type === 'string', (\"expects string as the type, but found \" + (typeof type) + \".\"));\n }\n\n return { type: type, payload: payload, options: options }\n}\n\nfunction install (_Vue) {\n if (Vue && _Vue === Vue) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error(\n '[vuex] already installed. Vue.use(Vuex) should be called only once.'\n );\n }\n return\n }\n Vue = _Vue;\n applyMixin(Vue);\n}\n\n/**\n * Reduce the code which written in Vue.js for getting the state.\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it.\n * @param {Object}\n */\nvar mapState = normalizeNamespace(function (namespace, states) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(states)) {\n console.error('[vuex] mapState: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(states).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedState () {\n var state = this.$store.state;\n var getters = this.$store.getters;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapState', namespace);\n if (!module) {\n return\n }\n state = module.context.state;\n getters = module.context.getters;\n }\n return typeof val === 'function'\n ? val.call(this, state, getters)\n : state[val]\n };\n // mark vuex getter for devtools\n res[key].vuex = true;\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for committing the mutation\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.\n * @return {Object}\n */\nvar mapMutations = normalizeNamespace(function (namespace, mutations) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(mutations)) {\n console.error('[vuex] mapMutations: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(mutations).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedMutation () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n // Get the commit method from store\n var commit = this.$store.commit;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapMutations', namespace);\n if (!module) {\n return\n }\n commit = module.context.commit;\n }\n return typeof val === 'function'\n ? val.apply(this, [commit].concat(args))\n : commit.apply(this.$store, [val].concat(args))\n };\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for getting the getters\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} getters\n * @return {Object}\n */\nvar mapGetters = normalizeNamespace(function (namespace, getters) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(getters)) {\n console.error('[vuex] mapGetters: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(getters).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n // The namespace has been mutated by normalizeNamespace\n val = namespace + val;\n res[key] = function mappedGetter () {\n if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) {\n return\n }\n if ((process.env.NODE_ENV !== 'production') && !(val in this.$store.getters)) {\n console.error((\"[vuex] unknown getter: \" + val));\n return\n }\n return this.$store.getters[val]\n };\n // mark vuex getter for devtools\n res[key].vuex = true;\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for dispatch the action\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function.\n * @return {Object}\n */\nvar mapActions = normalizeNamespace(function (namespace, actions) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(actions)) {\n console.error('[vuex] mapActions: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(actions).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedAction () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n // get dispatch function from store\n var dispatch = this.$store.dispatch;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapActions', namespace);\n if (!module) {\n return\n }\n dispatch = module.context.dispatch;\n }\n return typeof val === 'function'\n ? val.apply(this, [dispatch].concat(args))\n : dispatch.apply(this.$store, [val].concat(args))\n };\n });\n return res\n});\n\n/**\n * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object\n * @param {String} namespace\n * @return {Object}\n */\nvar createNamespacedHelpers = function (namespace) { return ({\n mapState: mapState.bind(null, namespace),\n mapGetters: mapGetters.bind(null, namespace),\n mapMutations: mapMutations.bind(null, namespace),\n mapActions: mapActions.bind(null, namespace)\n}); };\n\n/**\n * Normalize the map\n * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ]\n * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ]\n * @param {Array|Object} map\n * @return {Object}\n */\nfunction normalizeMap (map) {\n if (!isValidMap(map)) {\n return []\n }\n return Array.isArray(map)\n ? map.map(function (key) { return ({ key: key, val: key }); })\n : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); })\n}\n\n/**\n * Validate whether given map is valid or not\n * @param {*} map\n * @return {Boolean}\n */\nfunction isValidMap (map) {\n return Array.isArray(map) || isObject(map)\n}\n\n/**\n * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map.\n * @param {Function} fn\n * @return {Function}\n */\nfunction normalizeNamespace (fn) {\n return function (namespace, map) {\n if (typeof namespace !== 'string') {\n map = namespace;\n namespace = '';\n } else if (namespace.charAt(namespace.length - 1) !== '/') {\n namespace += '/';\n }\n return fn(namespace, map)\n }\n}\n\n/**\n * Search a special module from store by namespace. if module not exist, print error message.\n * @param {Object} store\n * @param {String} helper\n * @param {String} namespace\n * @return {Object}\n */\nfunction getModuleByNamespace (store, helper, namespace) {\n var module = store._modulesNamespaceMap[namespace];\n if ((process.env.NODE_ENV !== 'production') && !module) {\n console.error((\"[vuex] module namespace not found in \" + helper + \"(): \" + namespace));\n }\n return module\n}\n\n// Credits: borrowed code from fcomb/redux-logger\n\nfunction createLogger (ref) {\n if ( ref === void 0 ) ref = {};\n var collapsed = ref.collapsed; if ( collapsed === void 0 ) collapsed = true;\n var filter = ref.filter; if ( filter === void 0 ) filter = function (mutation, stateBefore, stateAfter) { return true; };\n var transformer = ref.transformer; if ( transformer === void 0 ) transformer = function (state) { return state; };\n var mutationTransformer = ref.mutationTransformer; if ( mutationTransformer === void 0 ) mutationTransformer = function (mut) { return mut; };\n var actionFilter = ref.actionFilter; if ( actionFilter === void 0 ) actionFilter = function (action, state) { return true; };\n var actionTransformer = ref.actionTransformer; if ( actionTransformer === void 0 ) actionTransformer = function (act) { return act; };\n var logMutations = ref.logMutations; if ( logMutations === void 0 ) logMutations = true;\n var logActions = ref.logActions; if ( logActions === void 0 ) logActions = true;\n var logger = ref.logger; if ( logger === void 0 ) logger = console;\n\n return function (store) {\n var prevState = deepCopy(store.state);\n\n if (typeof logger === 'undefined') {\n return\n }\n\n if (logMutations) {\n store.subscribe(function (mutation, state) {\n var nextState = deepCopy(state);\n\n if (filter(mutation, prevState, nextState)) {\n var formattedTime = getFormattedTime();\n var formattedMutation = mutationTransformer(mutation);\n var message = \"mutation \" + (mutation.type) + formattedTime;\n\n startMessage(logger, message, collapsed);\n logger.log('%c prev state', 'color: #9E9E9E; font-weight: bold', transformer(prevState));\n logger.log('%c mutation', 'color: #03A9F4; font-weight: bold', formattedMutation);\n logger.log('%c next state', 'color: #4CAF50; font-weight: bold', transformer(nextState));\n endMessage(logger);\n }\n\n prevState = nextState;\n });\n }\n\n if (logActions) {\n store.subscribeAction(function (action, state) {\n if (actionFilter(action, state)) {\n var formattedTime = getFormattedTime();\n var formattedAction = actionTransformer(action);\n var message = \"action \" + (action.type) + formattedTime;\n\n startMessage(logger, message, collapsed);\n logger.log('%c action', 'color: #03A9F4; font-weight: bold', formattedAction);\n endMessage(logger);\n }\n });\n }\n }\n}\n\nfunction startMessage (logger, message, collapsed) {\n var startMessage = collapsed\n ? logger.groupCollapsed\n : logger.group;\n\n // render\n try {\n startMessage.call(logger, message);\n } catch (e) {\n logger.log(message);\n }\n}\n\nfunction endMessage (logger) {\n try {\n logger.groupEnd();\n } catch (e) {\n logger.log('—— log end ——');\n }\n}\n\nfunction getFormattedTime () {\n var time = new Date();\n return (\" @ \" + (pad(time.getHours(), 2)) + \":\" + (pad(time.getMinutes(), 2)) + \":\" + (pad(time.getSeconds(), 2)) + \".\" + (pad(time.getMilliseconds(), 3)))\n}\n\nfunction repeat (str, times) {\n return (new Array(times + 1)).join(str)\n}\n\nfunction pad (num, maxLength) {\n return repeat('0', maxLength - num.toString().length) + num\n}\n\nvar index_cjs = {\n Store: Store,\n install: install,\n version: '3.6.2',\n mapState: mapState,\n mapMutations: mapMutations,\n mapGetters: mapGetters,\n mapActions: mapActions,\n createNamespacedHelpers: createNamespacedHelpers,\n createLogger: createLogger\n};\n\nmodule.exports = index_cjs;\n"],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["webpack:///./node_modules/@dcloudio/uni-mp-weixin/dist/index.js?543d","uni-app:///uni_modules/uni-upgrade-center-app/utils/check-update.js","uni-app:///uni_modules/uni-upgrade-center-app/utils/call-check-version.js","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js?f0c5","uni-app:///store/index.js","webpack:///./node_modules/@babel/runtime/regenerator/index.js?a34a","webpack:///./node_modules/regenerator-runtime/runtime-module.js?bbdd","webpack:///./node_modules/regenerator-runtime/runtime.js?96cf","webpack:///(webpack)/buildin/global.js?cd00","uni-app:///common/common.js","uni-app:///common/md5.min.js","uni-app:///uni_modules/uni-popup/components/uni-popup/popup.js","uni-app:///uni_modules/uni-popup/components/uni-popup/i18n/index.js","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/mp-vue/dist/mp.runtime.esm.js?66fd","uni-app:///uni_modules/uni-forms/components/uni-forms/validate.js","uni-app:///uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js","uni-app:///uni_modules/uni-icons/components/uni-icons/icons.js","uni-app:///uni_modules/uni-load-more/components/uni-load-more/i18n/index.js","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/uni-cloud/dist/index.js?a9ff","uni-app:///pages.json","uni-app:///uni_modules/uni-file-picker/components/uni-file-picker/choose-and-upload-file.js","uni-app:///uni_modules/uni-file-picker/components/uni-file-picker/utils.js","webpack:///./node_modules/@dcloudio/uni-i18n/dist/uni-i18n.es.js?37dc","uni-app:///uni_modules/uni-transition/components/uni-transition/createAnimation.js","uni-app:///uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js","uni-app:///common/requestServer.js","webpack:////Users/liugongyu/Documents/jiangyin/static/inputCarNumber_pic/carBg.png?b8e7","webpack:///./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vuex3/dist/vuex.common.js?26cb"],"names":["realAtob","b64","b64re","atob","str","String","replace","test","Error","slice","length","bitmap","result","r1","r2","i","indexOf","charAt","fromCharCode","b64DecodeUnicode","decodeURIComponent","split","map","c","charCodeAt","toString","join","getCurrentUserInfo","token","wx","getStorageSync","tokenArr","uid","role","permission","tokenExpired","userInfo","JSON","parse","error","message","exp","iat","uniIdMixin","Vue","prototype","uniIDHasRole","roleId","uniIDHasPermission","permissionId","uniIDTokenValid","Date","now","_toString","Object","hasOwnProperty","isFn","fn","isStr","isPlainObject","obj","call","hasOwn","key","noop","cached","cache","create","cachedFn","hit","camelizeRE","camelize","_","toUpperCase","HOOKS","globalInterceptors","scopedInterceptors","mergeHook","parentVal","childVal","res","concat","Array","isArray","dedupeHooks","hooks","push","removeHook","hook","index","splice","mergeInterceptorHook","interceptor","option","keys","forEach","removeInterceptorHook","addInterceptor","method","removeInterceptor","wrapperHook","data","isPromise","then","queue","promise","Promise","resolve","callback","wrapperOptions","options","name","oldCallback","callbackInterceptor","wrapperReturnValue","returnValue","returnValueHooks","getApiInterceptorHooks","scopedInterceptor","invokeApi","api","params","invoke","promiseInterceptor","reject","SYNC_API_RE","CONTEXT_API_RE","CONTEXT_API_RE_EXC","ASYNC_API","CALLBACK_API_RE","isContextApi","isSyncApi","isCallbackApi","handlePromise","catch","err","shouldPromise","finally","constructor","value","reason","promisify","promiseApi","success","fail","complete","assign","EPS","BASE_DEVICE_WIDTH","isIOS","deviceWidth","deviceDPR","checkDeviceWidth","getSystemInfoSync","platform","pixelRatio","windowWidth","upx2px","number","newDeviceWidth","Number","Math","floor","getLocale","app","getApp","allowDefault","$vm","$locale","language","setLocale","locale","oldLocale","onLocaleChangeCallbacks","onLocaleChange","global","interceptors","baseApi","freeze","__proto__","findExistsPageIndex","url","pages","getCurrentPages","len","page","$page","fullPath","redirectTo","fromArgs","exists","delta","args","existsPageIndex","previewImage","currentIndex","parseInt","current","isNaN","urls","filter","item","indicator","loop","UUID_KEY","deviceId","addUuid","random","setStorage","addSafeAreaInsets","safeArea","safeAreaInsets","top","left","right","bottom","windowHeight","getSystemInfo","showActionSheet","alertText","title","protocols","todos","canIUses","CALLBACKS","processCallback","methodName","processReturnValue","processArgs","argsOption","keepFromArgs","toArgs","keyOption","console","warn","keepReturnValue","wrapper","protocol","arg1","arg2","apply","todoApis","TODOS","createTodoApi","todoApi","errMsg","providers","oauth","share","payment","getProvider","service","provider","extraApi","getEmitter","Emitter","getUniEmitter","ctx","$on","arguments","$off","$once","$emit","eventApi","MPPage","Page","MPComponent","Component","customizeRE","customize","initTriggerEvent","mpInstance","oldTriggerEvent","triggerEvent","newTriggerEvent","event","_triggerEvent","initHook","isComponent","oldHook","__$wrappered","after","PAGE_EVENT_HOOKS","initMocks","vm","mocks","$mp","mpType","mock","hasHook","vueOptions","default","extendOptions","super","mixins","find","mixin","initHooks","mpOptions","__call_hook","initVueComponent","VueComponent","extend","initSlots","vueSlots","$slots","slotName","$scopedSlots","initVueIds","vueIds","_$vueId","_$vuePid","initData","context","methods","e","process","VUE_APP_DEBUG","stringify","__lifecycle_hooks__","PROP_TYPES","Boolean","createObserver","observer","newVal","oldVal","initBehaviors","initBehavior","vueBehaviors","behaviors","vueExtends","extends","vueMixins","vueProps","props","behavior","type","properties","initProperties","vueMixin","parsePropType","defaultValue","file","isBehavior","vueId","generic","scopedSlotsCompiler","setData","opts","wrapper$1","mp","stopPropagation","preventDefault","target","detail","markerId","getExtraValue","dataPathsArray","dataPathArray","dataPath","propPath","valuePath","vFor","isInteger","substr","__get_value","vForItem","vForKey","processEventExtra","extra","extraObj","__args__","getObjByArray","arr","element","processEventArgs","isCustom","isCustomMPEvent","currentTarget","dataset","comType","ret","arg","ONCE","CUSTOM","isMatchEventType","eventType","optType","getContextVm","$parent","$options","$scope","handleEvent","eventOpts","eventOpt","eventsArray","isOnce","eventArray","handlerCtx","handler","once","messages","initI18nMessages","isEnableLocale","localeKeys","__uniConfig","locales","curMessages","userMessages","i18n","t","i18nMixin","beforeCreate","unwatch","watchLocale","$forceUpdate","$$t","values","setLocale$1","getLocale$1","initAppLocale","appVm","state","observable","localeWatchers","$watchLocale","defineProperty","get","set","v","watch","eventChannels","eventChannelStack","getEventChannel","id","eventChannel","shift","initEventChannel","getOpenerEventChannel","callHook","__id__","__eventChannel__","initScopedSlotsParams","center","parents","$hasScopedSlotsParams","has","$getScopedSlotsParams","object","$setScopedSlotsParams","propsData","destroyed","parseBaseApp","initRefs","store","$store","mpHost","$i18n","_i18n","appOptions","onLaunch","canIUse","globalData","_isMounted","findVmByVueId","vuePid","$children","childVm","parentVm","Behavior","isPage","route","initRelation","selectAllComponents","selector","$refs","components","component","ref","vueGeneric","scopedComponent","forComponents","handleLink","parent","parseApp","createApp","App","encodeReserveRE","encodeReserveReplacer","commaRE","encode","encodeURIComponent","stringifyQuery","encodeStr","val","undefined","val2","x","parseBaseComponent","vueComponentOptions","multipleSlots","addGlobalClass","componentOptions","__file","lifetimes","attached","$mount","ready","detached","$destroy","pageLifetimes","show","hide","resize","size","__l","__e","externalClasses","wxsCallMethods","callMethod","parseComponent","hooks$1","parseBasePage","vuePageOptions","pageOptions","onLoad","query","copyQuery","is","parsePage","createPage","createComponent","createSubpackageApp","onShow","onAppShow","onHide","onAppHide","getLaunchOptionsSync","createPlugin","canIUseApi","apiName","uni","Proxy","uni$1","PACKAGE_INFO_KEY","updateUseModal","packageInfo","contents","is_mandatory","isWGT","isiOS","includes","confirmText","showModal","content","showCancel","cancel","plus","runtime","openURL","showToast","duration","downloadTask","downloadFile","statusCode","install","tempFilePath","force","restart","confirm","use","Vuex","Store","hasLogin","isUniverifyLogin","loginProvider","openid","testvuex","colorIndex","colorList","noMatchLeftWindow","active","leftWinActive","activeOpen","menu","univerifyErrorMsg","mutations","login","logout","setOpenid","setTestTrue","setTestFalse","setColorIndex","setMatchLeftWindow","matchLeftWindow","setActive","tabPage","setLeftWinActive","setActiveOpen","setMenu","setUniverifyLogin","payload","setUniverifyErrorMsg","getters","currentColor","actions","getUserOpenId","commit","setTimeout","log","getPhoneNumber","univerifyInfo","request","phoneNumber","module","exports","require","serverUrl","hs_wxPay_appId","public_orgId","appName","ACompany","BCompany","appVerson","SetToken","ParkingwaitingPayUrl","ParkingrecoderUrl","doPayUrl","doOrderCreate","ParkingLotsUrl","ParkingLotsSearchUrl","ParkingLotsListUrl","ParkingLotsInfoUrl","billQueryUrl","accountPayUrl","getwxpayinfoUrl","getOpenidUrl","smallRoutineLoginUrl","userLogoutUrl","queryOrgInfoByOrgIdUrl","getAmountPrivilegeUrl","getAccoutBalanceUrl","getwxPayUnifiedorderUrl","getAccountDetailsUrl","getFeedbackTypeUrl","saveFeedbackAndSuggestUrl","getDirectDebitOpenOrCloseUrl","updateDirectDebitOpenOrCloseUrl","getCouponPersonUrl","bindCouponPersonUrl","getCouponPersonAvailableUrl","queryUserCarsUrl","userCarsInfoEditUrl","updateCustPersonBaseInfoUrl","queryCustPersonBaseInfoUrl","uploadHeadPicUrl","queryVipCardListByOrgIdUrl","queryVipCardByPlNoUrl","createVipCardOrderUrl","queryVipCardListByPlNameUrl","queryVipCardsByCustIdUrl","userPersoGetCouponAndOpenUrl","zeroPayUrl","queryTdCCustSuggestForAPP","queryVipCardMsgByCardNo","queryTdCCustSuggestDetail","userLogin","userLoginout","useraboutUs","requestSign","inputData","jsonList","sign_type","app_id","deviceInfo","salt","getSalt","getGlobalUser","arrData","keyname","sign","getSign","objb","compare","obj1","obj2","val1","sort","strmd5","$chars","maxPos","pwd","sayHi","a","b","d","f","g","h","j","k","l","m","n","o","p","unescape","q","r","s","define","created","popup","getParent","parentName","en","zhHans","zhHant","pattern","email","idcard","RegExp","FORMAT_MAPPING","formatMessage","resources","defaultMessage","reg","isEmptyValue","types","integer","string","array","date","timestamp","abs","match","startsWith","RuleValidator","_message","fieldKey","fieldValue","allData","rules","hasRequired","findIndex","required","rule","vt","_getValidateType","label","RuleValidatorHelper","validateExpr","resultExpr","_getMessage","errorMessage","validateFunction","TAG","callbackMessage","format","arrayType","range","maximum","minimum","maxLength","minLength","list","Set","rangeNumber","mismatch","exclusiveMinimum","exclusiveMaximum","min","max","rangeLength","customTypes","typeError","arrayTypeFormat","formatResult","SchemaValidator","schema","_schema","_options","_checkFieldInSchema","invokeValidate","invokeValidateUpdate","all","validateRule","keys2","noExistFields","field","Message","defaultInvalid","whitespace","invalid","globalThis","window","self","__esModule","path","lib","Base","mixIn","init","$super","clone","WordArray","words","sigBytes","clamp","ceil","enc","Hex","u","Latin1","Utf8","escape","BufferedBlockAlgorithm","reset","_data","_nDataBytes","_append","_process","blockSize","_minBufferSize","_doProcessBlock","Hasher","cfg","_doReset","update","finalize","_doFinalize","_createHelper","_createHmacHelper","HMAC","algo","sin","MD5","_hash","y","w","S","T","A","P","I","O","E","C","HmacMD5","_hasher","_oKey","_iKey","toLowerCase","appid","_globalUniCloudObj","reduce","isReady","initUniCloud","errCode","code","requestId","defineProperties","LOCALE","PLATFORM","OS","APPID","DEVICEID","CLIENT_SDK_VERSION","wrappedRequest","header","uploadFile","setStorageSync","removeStorageSync","clearStorageSync","U","fr","es","ja","D","param","config","endpoint","requestUrl","envType","accessTokenKey","spaceId","adapter","_getAccessTokenPromise","_getAccessTokenPromiseStatus","accessToken","requestWrapped","hasAccessToken","getAccessToken","rebuildRequest","clientSecret","dataType","requestAuth","setupRequest","setAccessToken","functionTarget","functionArgs","formData","filePath","fileType","onUploadProgress","onProgressUpdate","loaded","totalBytesSent","total","totalBytesExpectedToSend","cloudPath","trim","getOSSUploadOptionsFromPath","env","filename","cdnDomain","ossPath","host","OSSAccessKeyId","accessKeyId","Signature","signature","policy","success_action_status","fileName","uploadFileToOSS","reportOSSUpload","fileID","fileList","tempFileURL","signInAnonymously","authorize","getLoginState","auth","customAuth","R","location","L","local","none","session","F","N","$","M","B","isMatch","genAdapter","WEB","WX_MP","K","H","W","root","tcbObject","z","localStorage","sessionStorage","J","_storage","_persistence","primaryStorage","persistence","accessTokenExpireKey","refreshTokenKey","anonymousUuidKey","loginTypeKey","userInfoKey","getItem","setItem","removeItem","version","V","Y","X","G","Q","Z","_listeners","_listens","ee","on","te","fire","ne","off","se","re","oe","ie","ae","ce","ANONYMOUS","WECHAT","WECHAT_PUBLIC","WECHAT_OPEN","EMAIL","USERNAME","NULL","ue","he","le","headers","append","de","seqId","fe","_reqClass","reqClass","timeout","timeoutMsg","restrictedMethods","_cache","_localCache","post","upload","download","_refreshAccessTokenPromise","_refreshAccessToken","_shouldRefreshAccessTokenHook","removeStore","getStore","refresh_token","send","anonymous_uuid","setRefreshToken","access_token","setStore","access_token_expire","accessTokenExpire","refreshAccessToken","action","dataVersion","FormData","inQuery","search","status","pe","ge","me","_request","setLocalUserInfo","ye","_envId","setUserInfo","ticket","signInWithRedirect","oldPassword","newPassword","newEmail","username","users","wxOpenId","wxPublicId","hasPrimaryUid","nickName","gender","avatarUrl","province","country","city","_e","credential","refreshToken","user","loginType","we","updatePersistence","uuid","_setAnonymousUUID","refresh","_clearAnonymousUUID","ke","refreshUserInfo","Se","password","ve","Te","_onAnonymousConverted","bind","_onLoginTypeChanged","signIn","_anonymousAuthProvider","linkAndRetrieveDataWithTicket","hasLoginState","isRegistered","Ae","authorization","fileId","cosFileId","Pe","Ie","fileid_list","delete_list","be","fileid","max_age","maxAge","file_list","download_list","Oe","download_url","encodeURI","Ee","function_name","request_data","response_data","Ce","Ue","xe","authObj","requestClient","De","qe","Re","Le","clear","Fe","useAdapters","Ne","$e","je","Me","Be","Ke","fileUrl","He","We","clientInfo","uniIdToken","ze","localAddress","localPort","aliyun","tencent","_originCallFunction","Je","mode","Ve","Ye","source","Xe","Ge","functionName","logPvd","useDebugFunction","Qe","callFunction","extraInfo","formatter","debugInfo","forceRemote","Ze","Symbol","et","_internalType","__ob__","tt","nt","st","rt","$regexp","flags","$date","toISOString","ot","prevStage","udb","_database","$db","reverse","$method","$param","toJSON","_send","from","getAction","getCommand","_callCloudFunction","command","useAggregate","it","at","$newDb","ct","multiCommand","queryList","setResult","dataList","_uniClient","systemInfo","level","_callback","_callbackAuth","affectedDocs","uniClient","_authCallBacks","_dbCallBacks","isDefault","$env","Geo","serverDate","ut","database","ht","lt","dt","ft","pt","tempFiles","substring","lastIndexOf","tempFilePaths","onChooseFile","tempFile","initChooseAndUploadFile","count","sizeType","sourceType","extension","chooseImage","camera","compressed","maxDuration","chooseVideo","height","width","chooseFile","chooseMessageFile","gt","mt","localdata","spaceInfo","collection","orderby","where","pageData","pageCurrent","pageSize","getcount","gettree","gettreepath","startwith","limitlevel","groupby","groupField","distinct","foreignKey","loadtime","manual","mixinDatacomLoading","mixinDatacomHasMore","mixinDatacomResData","mixinDatacomErrorMessage","mixinDatacomPage","$watch","onMixinDatacomPropsChange","mixinDatacomEasyGet","getone","mixinDatacomGet","groupBy","orderBy","getCount","limitLevel","startWith","getTree","getTreePath","skip","limit","yt","customUI","loadingOptions","errorOptions","text","mask","retry","showLoading","hideLoading","icon","cancelText","_t","wt","initUniCloudStatus","address","servePort","port","initialLaunchType","kt","debugFunction","navigator","userAgent","reInit","chooseAndUploadFile","mixinDatacom","importObject","uniCloud","St","ERR_MSG_OK","ERR_MSG_FAIL","normalizeChooseAndUploadFileRes","chooseAll","uploadCloudFiles","files","next","cur","fileItem","uploadFiles","choosePromise","customChooseRes","chooseRes","get_file_ext","last_len","ext","get_extname","fileExtname","extname","get_files_and_is_max","_extname","filePaths","fileFullName","get_file_info","filepath","getImageInfo","src","get_file_data","filedata","image","video","imageinfo","isObject","defaultDelimiters","BaseFormatter","_caches","delimiters","tokens","compile","RE_TOKEN_LIST_VALUE","RE_TOKEN_NAMED_VALUE","startDelimiter","endDelimiter","position","char","sub","isClosed","compiled","LOCALE_ZH_HANS","LOCALE_ZH_HANT","LOCALE_EN","LOCALE_FR","LOCALE_ES","defaultFormatter","include","parts","part","normalizeLocale","lang","I18n","fallbackLocale","watcher","formater","watchers","override","interpolate","watchAppLocale","newLocale","getDefaultLocale","initVueI18n","isWatchedAppLocale","add","isString","hasI18nJson","jsonObj","walkJsonObj","isI18nStr","parseI18nJson","compileStr","compileI18nJsonStr","jsonStr","localeValues","unshift","compileJsonObj","compileValue","valueLocales","localValue","walk","resolveLocale","resolveLocaleChain","chain","pop","MPAnimation","_this","animation","createAnimation","currentStepAnimates","aniObj","styles","animateTypes1","transform","unit","nvueAnimation","transition","animates","step","_animateRun","_nvueNextAnimate","isEnd","animationData","export","timer","durationTime","animateTypes2","animateTypes3","clearTimeout","Calendar","selected","startDate","endDate","getDate","cleanMultipleStatus","weeks","lastHover","selectDate","_getWeek","fullDate","multipleStatus","before","AddDayCount","dd","setDate","setMonth","getMonth","setFullYear","getFullYear","year","month","day","getDay","firstDay","full","dateArr","beforeDate","disable","dateData","isinfo","nowDate","isDay","info","dateEqual","disableBefore","disableAfter","dateCompare","multiples","checked","multiplesStatus","multiple","beforeMultiple","isLogicBefore","afterMultiple","isLogicAfter","userChecked","surplus","dateInfo","canlender","getTime","currentDay","logicBefore","logicAfter","begin","end","ab","db","unixDb","unixDe","fulldate","geDateAll","dates","lastMonthDays","_getLastMonthDays","currentMonthDys","_currentMonthDys","nextMonthDays","_getNextMonthDays","searchOrderWithCarNum","nameCanHidden","CarNum","parkState","showNavigationBarLoading","common","jsondata","carNumber","terminalSource","pageNum","hideNavigationBarLoading"],"mappings":"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AAM,CAAC5C,GAAD,CAAN;AACA,WAfU,EAAZ;;AAiBA,OAlBM,CAAP;AAmBA,KAlDO,EAvEmB,EAAf,CAAd,C;;;;AA6HesX,K;;;;;;;;;;;;ACjIfgK,MAAM,CAACC,OAAP,GAAiBC,mBAAO,CAAC,6BAAD,CAAxB,C;;;;;;;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,iBAAiB,mBAAO,CAAC,mBAAW;;AAEpC;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;;;;;;;;;;;ACpCA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd,KAAK;AACL,cAAc;AACd;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,yDAAyD;AACzD;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,WAAW;AACX;;AAEA;AACA;AACA,wCAAwC,WAAW;AACnD;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,SAAS;AACT;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS;AACT;AACA;AACA;AACA;;AAEA;;AAEA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,oCAAoC,cAAc;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,iCAAiC,kBAAkB;AACnD;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,iBAAiB;;AAEjB;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,wBAAwB,iBAAiB;AACzC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,YAAY;AACZ;AACA;;AAEA;AACA,YAAY;AACZ;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,8CAA8C,QAAQ;AACtD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa;AACb;AACA;;AAEA,WAAW;AACX;AACA;AACA;;AAEA,WAAW;AACX;AACA;AACA;;AAEA,WAAW;AACX;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA,8CAA8C,QAAQ;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA,KAAK;;AAEL;AACA,8CAA8C,QAAQ;AACtD;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C;;AAElC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;AACA,sBAAsB,+BAA+B;AACrD,sBAAsB,iBAAiB;AACvC;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,kDAAkD,iCAAiC,EAAE;AACrF,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6BAA6B,cAAc;;AAE3C;;AAEA;AACA;AACA;AACA,6BAA6B,UAAU;;AAEvC;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC,kCAAkC;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,aAAoB;;AAErC;AACA;AACA;AACA,YAAY,aAAoB;;AAEhC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC,iBAAiB;AACjB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK,GAAG;AACR;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;AACH;;AAEA;;AAEA;AACA;AACA,oCAAoC;AACpC;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA,iCAAiC;AACjC,uCAAuC,wBAAwB,EAAE;AACjE,0BAA0B;;AAE1B;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,wBAAwB,YAAY;AACpC,kBAAkB,YAAY;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA,wCAAwC,EAAE;AAC1C;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,+BAA+B,oBAAoB,EAAE;AACrD;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,0BAA0B,SAAS,qBAAqB;;AAExD;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA,GAAG;AACH,CAAC;;AAED;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iDAAiD,OAAO;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,cAAc;AACd;;AAEA;AACA;AACA;;AAEA,iBAAiB,iBAAiB;AAClC;AACA;AACA,2BAA2B;AAC3B;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,uBAAuB;AACzD,iCAAiC,sBAAsB;AACvD;AACA,kBAAkB;AAClB,MAAM,IAAqC;AAC3C;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB,aAAoB;AACtC;AACA;AACA,mBAAmB;AACnB;AACA;AACA,iBAAiB,uBAAuB;AACxC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB,OAAO,UAAU,IAAqC;AACtD;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA,mBAAmB,mBAAmB;AACtC,+BAA+B;AAC/B;AACA,GAAG;AACH;AACA;AACA;AACA,kBAAkB,YAAY;AAC9B,WAAW;AACX;AACA,GAAG,UAAU,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,oCAAoC;AACpC;AACA,qCAAqC;AACrC;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,IAEQ;AACZ;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,6CAA6C,SAAS;AACtD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA,6CAA6C,qCAAqC,EAAE;AACpF;;AAEA;AACA;AACA;;AAEA,oCAAoC,yCAAyC,EAAE;AAC/E;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,kBAAkB;AAC3C;AACA;AACA,4BAA4B;AAC5B,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,sDAAsD,EAAE;AACtF;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB,kBAAkB;AAClC;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;;AAEA;;AAEA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,kCAAkC,iCAAiC;AACnE,cAAc,6BAA6B;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,yBAAyB;AAC1C,GAAG;AACH;AACA;AACA,iBAAiB,+BAA+B;AAChD;AACA;;AAEA;AACA;;AAEA,IAAI,IAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,uBAAuB;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,uCAAuC;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB,mBAAmB;AACxC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,qBAAqB;AACtC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,qBAAqB;AAClC;AACA,+CAA+C;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,IAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,OAAO,MAAM,EAEN;AACP,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,mBAAmB,iBAAiB;AACpC;AACA;AACA,6BAA6B;AAC7B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,UAAU,IAAqC;AACxD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC,OAAO;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,kEAAkE;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA,sBAAsB,mBAAmB;AACzC;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B,OAAO;AACtC,uCAAuC;AACvC;AACA,GAAG;AACH;AACA,eAAe,SAAS;AACxB,sCAAsC;AACtC;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,2DAA2D;AAC3D;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB;AACrB;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA,4CAA4C,eAAe;AAC3D,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,kDAAkD;AAClD,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA,KAAK;AACL,4CAA4C;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;AACA,KAAK,UAAU,KAAqC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,qCAAqC,gEAAgE;AACrG;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,4BAA4B,+BAA+B;AAC3D,4BAA4B,+BAA+B;AAC3D;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA,mBAAmB,mBAAmB;AACtC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C,kDAAkD;AAClD;AACA;AACA,mCAAmC;AACnC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sEAAsE;;AAEtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,uFAAuF;AAC5F;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0CAA0C;AAC1C,iBAAiB,yBAAyB;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG,+BAA+B;AAClC,mCAAmC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,GAAG;AACH,oBAAoB,oBAAoB;AACxC,sBAAsB,4BAA4B;AAClD;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,OAAO;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,mBAAmB;AACnB,yBAAyB;AACzB;AACA,qDAAqD;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,6CAA6C;AAC9E;AACA;AACA,6CAA6C,4CAA4C;;AAEzF;AACA;AACA;;AAEA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL,GAAG,MAAM,EAGN;AACH;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA,SAAS;AACT;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,KAAK,2CAA2C,8BAA8B,EAAE;;AAEhF;AACA,wCAAwC,OAAO;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB,KAAqC;AACrD;AACA,oBAAoB,SAAI;AACxB;AACA;AACA,WAAW;AACX;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uCAAuC,OAAO;AAC9C;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC,SAAS;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC,OAAO;AAC5C;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;;AAE1B,kBAAkB;AAClB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB,qBAAqB;AACxC;AACA,0CAA0C;AAC1C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,MAAM,IAAqC;AAC3C;AACA;AACA;;AAEA;AACA;AACA,uBAAuB;AACvB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,yBAAyB;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,OAAO;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B,0BAA0B;AACpD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,oBAAoB,EAAE;;AAEpD;AACA;AACA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,UAAU,KAAqC;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;AAIA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,oBAAoB;AACpB;AACA,yBAAyB;AACzB;AACA;AACA;AACA;AACA,oBAAoB,KAAqC;AACzD;AACA,MAAM,SAAE;AACR;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,KAAK;AACL;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB,2BAA2B;AAC9C,qBAAqB,+BAA+B;AACpD;AACA;AACA,GAAG;AACH,yBAAyB;AACzB;AACA,sBAAsB,iCAAiC;AACvD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kGAAkG;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,KAAqC;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK,UAAU,IAAqC;AACpD;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,qBAAqB,oBAAoB;AACzC;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,6BAA6B;AAC7B;AACA,8BAA8B;AAC9B,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA,KAAK,MAAM,EAEN;AACL;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA,sCAAsC;AACtC,8C;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,eAAe;AACrC;AACA;AACA;AACA;AACA;;AAEA;AACA,MAAM,KAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sEAAsE;AACtE;AACA;AACA;;AAEA;AACA,QAAQ,KAAqC;AAC7C;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,YAAY,KAAqC;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;;;;AAIA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA,0CAA0C,2BAA2B,EAAE;AACvE,KAAK;AACL;AACA,0CAA0C,4BAA4B,EAAE;AACxE,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,+BAA+B,eAAe;AAC9C,MAAM,IAAqC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,CAAC;;AAED;AACA;AACA;AACA,CAAC;;AAED;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;;AAEA;AACA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA,yBAAyB;AACzB;AACA;AACA,6BAA6B;AAC7B;AACA;AACA,iBAAiB;AACjB;AACA;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA,SAAS;AACT;AACA;AACA,aAAa;AACb;AACA;AACA,iBAAiB;AACjB;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,YAAY,0GAAW;AACvB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,mBAAmB;AAC1C;AACA;AACA;AACA;;AAEA;AACA,0CAA0C,gCAAgC,EAAE;AAC5E;;AAEA;AACA;AACA;AACA;AACA,WAAW,0GAAW;AACtB;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,WAAW,0GAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B,0CAA0C;;AAE1C;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA,sCAAsC;AACtC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,uBAAuB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA,KAAK;AACL;AACA;AACA,UAAU,0GAAW;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAqC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,mCAAmC,OAAO;AAC1C;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,gBAAgB,YAAY;AAC5B;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,wBAAwB;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C,OAAO;AACjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,qDAAqD,EAAE,SAAS;AACtH;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC,OAAO;AACxC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,OAAO;AACzC;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,0BAA0B,OAAO;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEe,kEAAG,EAAC;;;;;;;;;;;;;;+zGC95LnB,IAAIC,OAAO,GAAG;AACbC,OAAK,EAAE,mBADM;AAEbC,QAAM,EAAE,8FAFK;AAGb3hB,KAAG,EAAE,IAAI4hB,MAAJ;AACJ,kZADI;AAEJ,KAFI,CAHQ,EAAd;;;AAQA,IAAMC,cAAc,GAAG;AACtB,SAAO,SADe;AAEtB,UAAQ,SAFc;AAGtB,YAAU,QAHY;AAItB,UAAQ,QAJc;AAKtB,cAAY;AACZ;AANsB,CAAvB;;AASA,SAASC,aAAT,CAAuBnhB,IAAvB,EAA6C,KAAhBohB,SAAgB,uEAAJ,EAAI;AAC5C,MAAIC,cAAc,G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AY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,EAAE;AACb,WAAW,cAAc;AACzB,YAAY;AACZ;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sCAAsC,2BAA2B,EAAE;AACnE;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA,2CAA2C,0BAA0B,EAAE;AACvE;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,mBAAmB;AACnB;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,0BAA0B,cAAc,qBAAqB;;AAE7D;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,4BAA4B,oCAAoC,EAAE;AAClE;AACA;;AAEA;AACA,4BAA4B;AAC5B,uEAAuE,EAAE;AACzE;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,0BAA0B;;AAE1B;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,QAAQ;;AAER;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA;AACA;;AAEA,gCAAgC;AAChC,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,qCAAqC,uBAAuB,EAAE;;AAE9D;AACA;AACA;AACA;AACA;;AAEA,4BAA4B,SAAS,qBAAqB;;AAE1D;AACA;AACA;;AAEA;AACA,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,kBAAkB;AAClB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA,6BAA6B,oCAAoC,EAAE;;AAEnE;AACA,KAAK,KAAqC;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,gBAAgB;AAChB;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,8BAA8B,mBAAmB,EAAE;AACnD,+BAA+B,yCAAyC,EAAE;AAC1E,GAAG;AACH,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;;AAEA;AACA,gDAAgD,yBAAyB,EAAE;AAC3E;;AAEA;AACA;AACA;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,wCAAwC,EAAE;AAC7E,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,kCAAkC,kBAAkB,EAAE;AACtD,mCAAmC,+CAA+C,EAAE;AACpF,OAAO;AACP,aAAa,IAAqC;AAClD;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,GAAG;AACH;;AAEA;AACA;AACA;;AAEA;AACA,yCAAyC,aAAa;AACtD;AACA;;AAEA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;AACA,6CAA6C,6CAA6C,EAAE;AAC5F;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;AACH;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA,iCAAiC,eAAe;;AAEhD,OAAO,IAAqC;AAC5C;AACA;;AAEA;AACA;;AAEA,yEAAyE,iCAAiC;AAC1G;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB,EAAE;AACjD;AACA,KAAK;AACL,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,8BAA8B,yBAAyB,EAAE;AACzD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,kDAAkD,aAAoB;AACtE;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,IAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,aAAa,KAAqC;AAClD;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,uBAAuB,sBAAsB;AAC7C,uBAAuB,2CAA2C;AAClE,KAAK;AACL;AACA,wBAAwB,0CAA0C;AAClE;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD;;AAElD;AACA;;AAEA;AACA;AACA;AACA;AACA,0BAA0B,4BAA4B,EAAE;AACxD;AACA,OAAO;AACP,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP,KAAK;AACL;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gCAAgC,4BAA4B;AAC5D,SAAS,IAAqC;AAC9C;AACA;AACA,GAAG,GAAG,yBAAyB;AAC/B;;AAEA;AACA,4CAA4C,mBAAmB,EAAE;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,IAAqC;AAC5C;AACA;;AAEA,UAAU;AACV;;AAEA;AACA;AACA,SAAS,IAAqC;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,WAAW;AACX;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,KAAqC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,CAAC;;AAED;AACA;AACA,WAAW,OAAO;AAClB,YAAY;AACZ;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA,CAAC,EAAE;;AAEH;AACA;AACA,iCAAiC,iBAAiB,GAAG,iBAAiB,GAAG,iBAAiB;AAC1F,iBAAiB,iBAAiB,QAAQ,mBAAmB,GAAG,mBAAmB,GAAG,mBAAmB;AACzG,WAAW,aAAa;AACxB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,UAAU,qBAAqB,EAAE,EAAE;AACjE,2CAA2C,UAAU,0BAA0B,EAAE,EAAE;AACnF;;AAEA;AACA;AACA,WAAW,EAAE;AACb,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,SAAS;AACpB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,YAAY;AACZ;AACA;AACA;AACA,OAAO,KAAqC;AAC5C;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,gCAAgC;AAChC,0BAA0B,iFAAiF,aAAa;AACxH,oCAAoC,+DAA+D,cAAc;AACjH,oDAAoD,6EAA6E,YAAY;AAC7I,sCAAsC,yEAAyE,aAAa;AAC5H,gDAAgD,yEAAyE,YAAY;AACrI,sCAAsC;AACtC,kCAAkC;AAClC,0BAA0B;;AAE1B;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sDAAsD;AACtD,oDAAoD;AACpD,sDAAsD;AACtD;AACA;;AAEA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,kDAAkD;AAClD;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"common/vendor.js","sourcesContent":["import Vue from 'vue';\nimport { initVueI18n } from '@dcloudio/uni-i18n';\n\nlet realAtob;\n\nconst b64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\nconst b64re = /^(?:[A-Za-z\\d+/]{4})*?(?:[A-Za-z\\d+/]{2}(?:==)?|[A-Za-z\\d+/]{3}=?)?$/;\n\nif (typeof atob !== 'function') {\n realAtob = function (str) {\n str = String(str).replace(/[\\t\\n\\f\\r ]+/g, '');\n if (!b64re.test(str)) { throw new Error(\"Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.\") }\n\n // Adding the padding if missing, for semplicity\n str += '=='.slice(2 - (str.length & 3));\n var bitmap; var result = ''; var r1; var r2; var i = 0;\n for (; i < str.length;) {\n bitmap = b64.indexOf(str.charAt(i++)) << 18 | b64.indexOf(str.charAt(i++)) << 12 |\n (r1 = b64.indexOf(str.charAt(i++))) << 6 | (r2 = b64.indexOf(str.charAt(i++)));\n\n result += r1 === 64 ? String.fromCharCode(bitmap >> 16 & 255)\n : r2 === 64 ? String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255)\n : String.fromCharCode(bitmap >> 16 & 255, bitmap >> 8 & 255, bitmap & 255);\n }\n return result\n };\n} else {\n // 注意atob只能在全局对象上调用,例如:`const Base64 = {atob};Base64.atob('xxxx')`是错误的用法\n realAtob = atob;\n}\n\nfunction b64DecodeUnicode (str) {\n return decodeURIComponent(realAtob(str).split('').map(function (c) {\n return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)\n }).join(''))\n}\n\nfunction getCurrentUserInfo () {\n const token = ( wx).getStorageSync('uni_id_token') || '';\n const tokenArr = token.split('.');\n if (!token || tokenArr.length !== 3) {\n return {\n uid: null,\n role: [],\n permission: [],\n tokenExpired: 0\n }\n }\n let userInfo;\n try {\n userInfo = JSON.parse(b64DecodeUnicode(tokenArr[1]));\n } catch (error) {\n throw new Error('获取当前用户信息出错,详细错误信息为:' + error.message)\n }\n userInfo.tokenExpired = userInfo.exp * 1000;\n delete userInfo.exp;\n delete userInfo.iat;\n return userInfo\n}\n\nfunction uniIdMixin (Vue) {\n Vue.prototype.uniIDHasRole = function (roleId) {\n const {\n role\n } = getCurrentUserInfo();\n return role.indexOf(roleId) > -1\n };\n Vue.prototype.uniIDHasPermission = function (permissionId) {\n const {\n permission\n } = getCurrentUserInfo();\n return this.uniIDHasRole('admin') || permission.indexOf(permissionId) > -1\n };\n Vue.prototype.uniIDTokenValid = function () {\n const {\n tokenExpired\n } = getCurrentUserInfo();\n return tokenExpired > Date.now()\n };\n}\n\nconst _toString = Object.prototype.toString;\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\n\nfunction isFn (fn) {\n return typeof fn === 'function'\n}\n\nfunction isStr (str) {\n return typeof str === 'string'\n}\n\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\nfunction noop () {}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n const cache = Object.create(null);\n return function cachedFn (str) {\n const hit = cache[str];\n return hit || (cache[str] = fn(str))\n }\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nconst camelizeRE = /-(\\w)/g;\nconst camelize = cached((str) => {\n return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : '')\n});\n\nconst HOOKS = [\n 'invoke',\n 'success',\n 'fail',\n 'complete',\n 'returnValue'\n];\n\nconst globalInterceptors = {};\nconst scopedInterceptors = {};\n\nfunction mergeHook (parentVal, childVal) {\n const res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n const res = [];\n for (let i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nfunction removeHook (hooks, hook) {\n const index = hooks.indexOf(hook);\n if (index !== -1) {\n hooks.splice(index, 1);\n }\n}\n\nfunction mergeInterceptorHook (interceptor, option) {\n Object.keys(option).forEach(hook => {\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\n interceptor[hook] = mergeHook(interceptor[hook], option[hook]);\n }\n });\n}\n\nfunction removeInterceptorHook (interceptor, option) {\n if (!interceptor || !option) {\n return\n }\n Object.keys(option).forEach(hook => {\n if (HOOKS.indexOf(hook) !== -1 && isFn(option[hook])) {\n removeHook(interceptor[hook], option[hook]);\n }\n });\n}\n\nfunction addInterceptor (method, option) {\n if (typeof method === 'string' && isPlainObject(option)) {\n mergeInterceptorHook(scopedInterceptors[method] || (scopedInterceptors[method] = {}), option);\n } else if (isPlainObject(method)) {\n mergeInterceptorHook(globalInterceptors, method);\n }\n}\n\nfunction removeInterceptor (method, option) {\n if (typeof method === 'string') {\n if (isPlainObject(option)) {\n removeInterceptorHook(scopedInterceptors[method], option);\n } else {\n delete scopedInterceptors[method];\n }\n } else if (isPlainObject(method)) {\n removeInterceptorHook(globalInterceptors, method);\n }\n}\n\nfunction wrapperHook (hook) {\n return function (data) {\n return hook(data) || data\n }\n}\n\nfunction isPromise (obj) {\n return !!obj && (typeof obj === 'object' || typeof obj === 'function') && typeof obj.then === 'function'\n}\n\nfunction queue (hooks, data) {\n let promise = false;\n for (let i = 0; i < hooks.length; i++) {\n const hook = hooks[i];\n if (promise) {\n promise = Promise.resolve(wrapperHook(hook));\n } else {\n const res = hook(data);\n if (isPromise(res)) {\n promise = Promise.resolve(res);\n }\n if (res === false) {\n return {\n then () { }\n }\n }\n }\n }\n return promise || {\n then (callback) {\n return callback(data)\n }\n }\n}\n\nfunction wrapperOptions (interceptor, options = {}) {\n ['success', 'fail', 'complete'].forEach(name => {\n if (Array.isArray(interceptor[name])) {\n const oldCallback = options[name];\n options[name] = function callbackInterceptor (res) {\n queue(interceptor[name], res).then((res) => {\n /* eslint-disable no-mixed-operators */\n return isFn(oldCallback) && oldCallback(res) || res\n });\n };\n }\n });\n return options\n}\n\nfunction wrapperReturnValue (method, returnValue) {\n const returnValueHooks = [];\n if (Array.isArray(globalInterceptors.returnValue)) {\n returnValueHooks.push(...globalInterceptors.returnValue);\n }\n const interceptor = scopedInterceptors[method];\n if (interceptor && Array.isArray(interceptor.returnValue)) {\n returnValueHooks.push(...interceptor.returnValue);\n }\n returnValueHooks.forEach(hook => {\n returnValue = hook(returnValue) || returnValue;\n });\n return returnValue\n}\n\nfunction getApiInterceptorHooks (method) {\n const interceptor = Object.create(null);\n Object.keys(globalInterceptors).forEach(hook => {\n if (hook !== 'returnValue') {\n interceptor[hook] = globalInterceptors[hook].slice();\n }\n });\n const scopedInterceptor = scopedInterceptors[method];\n if (scopedInterceptor) {\n Object.keys(scopedInterceptor).forEach(hook => {\n if (hook !== 'returnValue') {\n interceptor[hook] = (interceptor[hook] || []).concat(scopedInterceptor[hook]);\n }\n });\n }\n return interceptor\n}\n\nfunction invokeApi (method, api, options, ...params) {\n const interceptor = getApiInterceptorHooks(method);\n if (interceptor && Object.keys(interceptor).length) {\n if (Array.isArray(interceptor.invoke)) {\n const res = queue(interceptor.invoke, options);\n return res.then((options) => {\n return api(wrapperOptions(interceptor, options), ...params)\n })\n } else {\n return api(wrapperOptions(interceptor, options), ...params)\n }\n }\n return api(options, ...params)\n}\n\nconst promiseInterceptor = {\n returnValue (res) {\n if (!isPromise(res)) {\n return res\n }\n return new Promise((resolve, reject) => {\n res.then(res => {\n if (res[0]) {\n reject(res[0]);\n } else {\n resolve(res[1]);\n }\n });\n })\n }\n};\n\nconst SYNC_API_RE =\n /^\\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale/;\n\nconst CONTEXT_API_RE = /^create|Manager$/;\n\n// Context例外情况\nconst CONTEXT_API_RE_EXC = ['createBLEConnection'];\n\n// 同步例外情况\nconst ASYNC_API = ['createBLEConnection'];\n\nconst CALLBACK_API_RE = /^on|^off/;\n\nfunction isContextApi (name) {\n return CONTEXT_API_RE.test(name) && CONTEXT_API_RE_EXC.indexOf(name) === -1\n}\nfunction isSyncApi (name) {\n return SYNC_API_RE.test(name) && ASYNC_API.indexOf(name) === -1\n}\n\nfunction isCallbackApi (name) {\n return CALLBACK_API_RE.test(name) && name !== 'onPush'\n}\n\nfunction handlePromise (promise) {\n return promise.then(data => {\n return [null, data]\n })\n .catch(err => [err])\n}\n\nfunction shouldPromise (name) {\n if (\n isContextApi(name) ||\n isSyncApi(name) ||\n isCallbackApi(name)\n ) {\n return false\n }\n return true\n}\n\n/* eslint-disable no-extend-native */\nif (!Promise.prototype.finally) {\n Promise.prototype.finally = function (callback) {\n const promise = this.constructor;\n return this.then(\n value => promise.resolve(callback()).then(() => value),\n reason => promise.resolve(callback()).then(() => {\n throw reason\n })\n )\n };\n}\n\nfunction promisify (name, api) {\n if (!shouldPromise(name)) {\n return api\n }\n return function promiseApi (options = {}, ...params) {\n if (isFn(options.success) || isFn(options.fail) || isFn(options.complete)) {\n return wrapperReturnValue(name, invokeApi(name, api, options, ...params))\n }\n return wrapperReturnValue(name, handlePromise(new Promise((resolve, reject) => {\n invokeApi(name, api, Object.assign({}, options, {\n success: resolve,\n fail: reject\n }), ...params);\n })))\n }\n}\n\nconst EPS = 1e-4;\nconst BASE_DEVICE_WIDTH = 750;\nlet isIOS = false;\nlet deviceWidth = 0;\nlet deviceDPR = 0;\n\nfunction checkDeviceWidth () {\n const {\n platform,\n pixelRatio,\n windowWidth\n } = wx.getSystemInfoSync(); // uni=>wx runtime 编译目标是 uni 对象,内部不允许直接使用 uni\n\n deviceWidth = windowWidth;\n deviceDPR = pixelRatio;\n isIOS = platform === 'ios';\n}\n\nfunction upx2px (number, newDeviceWidth) {\n if (deviceWidth === 0) {\n checkDeviceWidth();\n }\n\n number = Number(number);\n if (number === 0) {\n return 0\n }\n let result = (number / BASE_DEVICE_WIDTH) * (newDeviceWidth || deviceWidth);\n if (result < 0) {\n result = -result;\n }\n result = Math.floor(result + EPS);\n if (result === 0) {\n if (deviceDPR === 1 || !isIOS) {\n result = 1;\n } else {\n result = 0.5;\n }\n }\n return number < 0 ? -result : result\n}\n\nfunction getLocale () {\n // 优先使用 $locale\n const app = getApp({\n allowDefault: true\n });\n if (app && app.$vm) {\n return app.$vm.$locale\n }\n return wx.getSystemInfoSync().language || 'zh-Hans'\n}\n\nfunction setLocale (locale) {\n const app = getApp();\n if (!app) {\n return false\n }\n const oldLocale = app.$vm.$locale;\n if (oldLocale !== locale) {\n app.$vm.$locale = locale;\n onLocaleChangeCallbacks.forEach((fn) => fn({\n locale\n }));\n return true\n }\n return false\n}\n\nconst onLocaleChangeCallbacks = [];\nfunction onLocaleChange (fn) {\n if (onLocaleChangeCallbacks.indexOf(fn) === -1) {\n onLocaleChangeCallbacks.push(fn);\n }\n}\n\nif (typeof global !== 'undefined') {\n global.getLocale = getLocale;\n}\n\nconst interceptors = {\n promiseInterceptor\n};\n\nvar baseApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n upx2px: upx2px,\n getLocale: getLocale,\n setLocale: setLocale,\n onLocaleChange: onLocaleChange,\n addInterceptor: addInterceptor,\n removeInterceptor: removeInterceptor,\n interceptors: interceptors\n});\n\nfunction findExistsPageIndex (url) {\n const pages = getCurrentPages();\n let len = pages.length;\n while (len--) {\n const page = pages[len];\n if (page.$page && page.$page.fullPath === url) {\n return len\n }\n }\n return -1\n}\n\nvar redirectTo = {\n name (fromArgs) {\n if (fromArgs.exists === 'back' && fromArgs.delta) {\n return 'navigateBack'\n }\n return 'redirectTo'\n },\n args (fromArgs) {\n if (fromArgs.exists === 'back' && fromArgs.url) {\n const existsPageIndex = findExistsPageIndex(fromArgs.url);\n if (existsPageIndex !== -1) {\n const delta = getCurrentPages().length - 1 - existsPageIndex;\n if (delta > 0) {\n fromArgs.delta = delta;\n }\n }\n }\n }\n};\n\nvar previewImage = {\n args (fromArgs) {\n let currentIndex = parseInt(fromArgs.current);\n if (isNaN(currentIndex)) {\n return\n }\n const urls = fromArgs.urls;\n if (!Array.isArray(urls)) {\n return\n }\n const len = urls.length;\n if (!len) {\n return\n }\n if (currentIndex < 0) {\n currentIndex = 0;\n } else if (currentIndex >= len) {\n currentIndex = len - 1;\n }\n if (currentIndex > 0) {\n fromArgs.current = urls[currentIndex];\n fromArgs.urls = urls.filter(\n (item, index) => index < currentIndex ? item !== urls[currentIndex] : true\n );\n } else {\n fromArgs.current = urls[0];\n }\n return {\n indicator: false,\n loop: false\n }\n }\n};\n\nconst UUID_KEY = '__DC_STAT_UUID';\nlet deviceId;\nfunction addUuid (result) {\n deviceId = deviceId || wx.getStorageSync(UUID_KEY);\n if (!deviceId) {\n deviceId = Date.now() + '' + Math.floor(Math.random() * 1e7);\n wx.setStorage({\n key: UUID_KEY,\n data: deviceId\n });\n }\n result.deviceId = deviceId;\n}\n\nfunction addSafeAreaInsets (result) {\n if (result.safeArea) {\n const safeArea = result.safeArea;\n result.safeAreaInsets = {\n top: safeArea.top,\n left: safeArea.left,\n right: result.windowWidth - safeArea.right,\n bottom: result.windowHeight - safeArea.bottom\n };\n }\n}\n\nvar getSystemInfo = {\n returnValue: function (result) {\n addUuid(result);\n addSafeAreaInsets(result);\n }\n};\n\nvar showActionSheet = {\n args (fromArgs) {\n if (typeof fromArgs === 'object') {\n fromArgs.alertText = fromArgs.title;\n }\n }\n};\n\n// import navigateTo from 'uni-helpers/navigate-to'\n\nconst protocols = {\n redirectTo,\n // navigateTo, // 由于在微信开发者工具的页面参数,会显示__id__参数,因此暂时关闭mp-weixin对于navigateTo的AOP\n previewImage,\n getSystemInfo,\n getSystemInfoSync: getSystemInfo,\n showActionSheet\n};\nconst todos = [\n 'vibrate',\n 'preloadPage',\n 'unPreloadPage',\n 'loadSubPackage'\n];\nconst canIUses = [];\n\nconst CALLBACKS = ['success', 'fail', 'cancel', 'complete'];\n\nfunction processCallback (methodName, method, returnValue) {\n return function (res) {\n return method(processReturnValue(methodName, res, returnValue))\n }\n}\n\nfunction processArgs (methodName, fromArgs, argsOption = {}, returnValue = {}, keepFromArgs = false) {\n if (isPlainObject(fromArgs)) { // 一般 api 的参数解析\n const toArgs = keepFromArgs === true ? fromArgs : {}; // returnValue 为 false 时,说明是格式化返回值,直接在返回值对象上修改赋值\n if (isFn(argsOption)) {\n argsOption = argsOption(fromArgs, toArgs) || {};\n }\n for (const key in fromArgs) {\n if (hasOwn(argsOption, key)) {\n let keyOption = argsOption[key];\n if (isFn(keyOption)) {\n keyOption = keyOption(fromArgs[key], fromArgs, toArgs);\n }\n if (!keyOption) { // 不支持的参数\n console.warn(`The '${methodName}' method of platform '微信小程序' does not support option '${key}'`);\n } else if (isStr(keyOption)) { // 重写参数 key\n toArgs[keyOption] = fromArgs[key];\n } else if (isPlainObject(keyOption)) { // {name:newName,value:value}可重新指定参数 key:value\n toArgs[keyOption.name ? keyOption.name : key] = keyOption.value;\n }\n } else if (CALLBACKS.indexOf(key) !== -1) {\n if (isFn(fromArgs[key])) {\n toArgs[key] = processCallback(methodName, fromArgs[key], returnValue);\n }\n } else {\n if (!keepFromArgs) {\n toArgs[key] = fromArgs[key];\n }\n }\n }\n return toArgs\n } else if (isFn(fromArgs)) {\n fromArgs = processCallback(methodName, fromArgs, returnValue);\n }\n return fromArgs\n}\n\nfunction processReturnValue (methodName, res, returnValue, keepReturnValue = false) {\n if (isFn(protocols.returnValue)) { // 处理通用 returnValue\n res = protocols.returnValue(methodName, res);\n }\n return processArgs(methodName, res, returnValue, {}, keepReturnValue)\n}\n\nfunction wrapper (methodName, method) {\n if (hasOwn(protocols, methodName)) {\n const protocol = protocols[methodName];\n if (!protocol) { // 暂不支持的 api\n return function () {\n console.error(`Platform '微信小程序' does not support '${methodName}'.`);\n }\n }\n return function (arg1, arg2) { // 目前 api 最多两个参数\n let options = protocol;\n if (isFn(protocol)) {\n options = protocol(arg1);\n }\n\n arg1 = processArgs(methodName, arg1, options.args, options.returnValue);\n\n const args = [arg1];\n if (typeof arg2 !== 'undefined') {\n args.push(arg2);\n }\n if (isFn(options.name)) {\n methodName = options.name(arg1);\n } else if (isStr(options.name)) {\n methodName = options.name;\n }\n const returnValue = wx[methodName].apply(wx, args);\n if (isSyncApi(methodName)) { // 同步 api\n return processReturnValue(methodName, returnValue, options.returnValue, isContextApi(methodName))\n }\n return returnValue\n }\n }\n return method\n}\n\nconst todoApis = Object.create(null);\n\nconst TODOS = [\n 'onTabBarMidButtonTap',\n 'subscribePush',\n 'unsubscribePush',\n 'onPush',\n 'offPush',\n 'share'\n];\n\nfunction createTodoApi (name) {\n return function todoApi ({\n fail,\n complete\n }) {\n const res = {\n errMsg: `${name}:fail method '${name}' not supported`\n };\n isFn(fail) && fail(res);\n isFn(complete) && complete(res);\n }\n}\n\nTODOS.forEach(function (name) {\n todoApis[name] = createTodoApi(name);\n});\n\nvar providers = {\n oauth: ['weixin'],\n share: ['weixin'],\n payment: ['wxpay'],\n push: ['weixin']\n};\n\nfunction getProvider ({\n service,\n success,\n fail,\n complete\n}) {\n let res = false;\n if (providers[service]) {\n res = {\n errMsg: 'getProvider:ok',\n service,\n provider: providers[service]\n };\n isFn(success) && success(res);\n } else {\n res = {\n errMsg: 'getProvider:fail service not found'\n };\n isFn(fail) && fail(res);\n }\n isFn(complete) && complete(res);\n}\n\nvar extraApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n getProvider: getProvider\n});\n\nconst getEmitter = (function () {\n let Emitter;\n return function getUniEmitter () {\n if (!Emitter) {\n Emitter = new Vue();\n }\n return Emitter\n }\n})();\n\nfunction apply (ctx, method, args) {\n return ctx[method].apply(ctx, args)\n}\n\nfunction $on () {\n return apply(getEmitter(), '$on', [...arguments])\n}\nfunction $off () {\n return apply(getEmitter(), '$off', [...arguments])\n}\nfunction $once () {\n return apply(getEmitter(), '$once', [...arguments])\n}\nfunction $emit () {\n return apply(getEmitter(), '$emit', [...arguments])\n}\n\nvar eventApi = /*#__PURE__*/Object.freeze({\n __proto__: null,\n $on: $on,\n $off: $off,\n $once: $once,\n $emit: $emit\n});\n\nvar api = /*#__PURE__*/Object.freeze({\n __proto__: null\n});\n\nconst MPPage = Page;\nconst MPComponent = Component;\n\nconst customizeRE = /:/g;\n\nconst customize = cached((str) => {\n return camelize(str.replace(customizeRE, '-'))\n});\n\nfunction initTriggerEvent (mpInstance) {\n const oldTriggerEvent = mpInstance.triggerEvent;\n const newTriggerEvent = function (event, ...args) {\n return oldTriggerEvent.apply(mpInstance, [customize(event), ...args])\n };\n try {\n // 京东小程序 triggerEvent 为只读\n mpInstance.triggerEvent = newTriggerEvent;\n } catch (error) {\n mpInstance._triggerEvent = newTriggerEvent;\n }\n}\n\nfunction initHook (name, options, isComponent) {\n const oldHook = options[name];\n if (!oldHook) {\n options[name] = function () {\n initTriggerEvent(this);\n };\n } else {\n options[name] = function (...args) {\n initTriggerEvent(this);\n return oldHook.apply(this, args)\n };\n }\n}\nif (!MPPage.__$wrappered) {\n MPPage.__$wrappered = true;\n Page = function (options = {}) {\n initHook('onLoad', options);\n return MPPage(options)\n };\n Page.after = MPPage.after;\n\n Component = function (options = {}) {\n initHook('created', options);\n return MPComponent(options)\n };\n}\n\nconst PAGE_EVENT_HOOKS = [\n 'onPullDownRefresh',\n 'onReachBottom',\n 'onAddToFavorites',\n 'onShareTimeline',\n 'onShareAppMessage',\n 'onPageScroll',\n 'onResize',\n 'onTabItemTap'\n];\n\nfunction initMocks (vm, mocks) {\n const mpInstance = vm.$mp[vm.mpType];\n mocks.forEach(mock => {\n if (hasOwn(mpInstance, mock)) {\n vm[mock] = mpInstance[mock];\n }\n });\n}\n\nfunction hasHook (hook, vueOptions) {\n if (!vueOptions) {\n return true\n }\n\n if (Vue.options && Array.isArray(Vue.options[hook])) {\n return true\n }\n\n vueOptions = vueOptions.default || vueOptions;\n\n if (isFn(vueOptions)) {\n if (isFn(vueOptions.extendOptions[hook])) {\n return true\n }\n if (vueOptions.super &&\n vueOptions.super.options &&\n Array.isArray(vueOptions.super.options[hook])) {\n return true\n }\n return false\n }\n\n if (isFn(vueOptions[hook])) {\n return true\n }\n const mixins = vueOptions.mixins;\n if (Array.isArray(mixins)) {\n return !!mixins.find(mixin => hasHook(hook, mixin))\n }\n}\n\nfunction initHooks (mpOptions, hooks, vueOptions) {\n hooks.forEach(hook => {\n if (hasHook(hook, vueOptions)) {\n mpOptions[hook] = function (args) {\n return this.$vm && this.$vm.__call_hook(hook, args)\n };\n }\n });\n}\n\nfunction initVueComponent (Vue, vueOptions) {\n vueOptions = vueOptions.default || vueOptions;\n let VueComponent;\n if (isFn(vueOptions)) {\n VueComponent = vueOptions;\n } else {\n VueComponent = Vue.extend(vueOptions);\n }\n vueOptions = VueComponent.options;\n return [VueComponent, vueOptions]\n}\n\nfunction initSlots (vm, vueSlots) {\n if (Array.isArray(vueSlots) && vueSlots.length) {\n const $slots = Object.create(null);\n vueSlots.forEach(slotName => {\n $slots[slotName] = true;\n });\n vm.$scopedSlots = vm.$slots = $slots;\n }\n}\n\nfunction initVueIds (vueIds, mpInstance) {\n vueIds = (vueIds || '').split(',');\n const len = vueIds.length;\n\n if (len === 1) {\n mpInstance._$vueId = vueIds[0];\n } else if (len === 2) {\n mpInstance._$vueId = vueIds[0];\n mpInstance._$vuePid = vueIds[1];\n }\n}\n\nfunction initData (vueOptions, context) {\n let data = vueOptions.data || {};\n const methods = vueOptions.methods || {};\n\n if (typeof data === 'function') {\n try {\n data = data.call(context); // 支持 Vue.prototype 上挂的数据\n } catch (e) {\n if (process.env.VUE_APP_DEBUG) {\n console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);\n }\n }\n } else {\n try {\n // 对 data 格式化\n data = JSON.parse(JSON.stringify(data));\n } catch (e) {}\n }\n\n if (!isPlainObject(data)) {\n data = {};\n }\n\n Object.keys(methods).forEach(methodName => {\n if (context.__lifecycle_hooks__.indexOf(methodName) === -1 && !hasOwn(data, methodName)) {\n data[methodName] = methods[methodName];\n }\n });\n\n return data\n}\n\nconst PROP_TYPES = [String, Number, Boolean, Object, Array, null];\n\nfunction createObserver (name) {\n return function observer (newVal, oldVal) {\n if (this.$vm) {\n this.$vm[name] = newVal; // 为了触发其他非 render watcher\n }\n }\n}\n\nfunction initBehaviors (vueOptions, initBehavior) {\n const vueBehaviors = vueOptions.behaviors;\n const vueExtends = vueOptions.extends;\n const vueMixins = vueOptions.mixins;\n\n let vueProps = vueOptions.props;\n\n if (!vueProps) {\n vueOptions.props = vueProps = [];\n }\n\n const behaviors = [];\n if (Array.isArray(vueBehaviors)) {\n vueBehaviors.forEach(behavior => {\n behaviors.push(behavior.replace('uni://', `${\"wx\"}://`));\n if (behavior === 'uni://form-field') {\n if (Array.isArray(vueProps)) {\n vueProps.push('name');\n vueProps.push('value');\n } else {\n vueProps.name = {\n type: String,\n default: ''\n };\n vueProps.value = {\n type: [String, Number, Boolean, Array, Object, Date],\n default: ''\n };\n }\n }\n });\n }\n if (isPlainObject(vueExtends) && vueExtends.props) {\n behaviors.push(\n initBehavior({\n properties: initProperties(vueExtends.props, true)\n })\n );\n }\n if (Array.isArray(vueMixins)) {\n vueMixins.forEach(vueMixin => {\n if (isPlainObject(vueMixin) && vueMixin.props) {\n behaviors.push(\n initBehavior({\n properties: initProperties(vueMixin.props, true)\n })\n );\n }\n });\n }\n return behaviors\n}\n\nfunction parsePropType (key, type, defaultValue, file) {\n // [String]=>String\n if (Array.isArray(type) && type.length === 1) {\n return type[0]\n }\n return type\n}\n\nfunction initProperties (props, isBehavior = false, file = '') {\n const properties = {};\n if (!isBehavior) {\n properties.vueId = {\n type: String,\n value: ''\n };\n // 用于字节跳动小程序模拟抽象节点\n properties.generic = {\n type: Object,\n value: null\n };\n // scopedSlotsCompiler auto\n properties.scopedSlotsCompiler = {\n type: String,\n value: ''\n };\n properties.vueSlots = { // 小程序不能直接定义 $slots 的 props,所以通过 vueSlots 转换到 $slots\n type: null,\n value: [],\n observer: function (newVal, oldVal) {\n const $slots = Object.create(null);\n newVal.forEach(slotName => {\n $slots[slotName] = true;\n });\n this.setData({\n $slots\n });\n }\n };\n }\n if (Array.isArray(props)) { // ['title']\n props.forEach(key => {\n properties[key] = {\n type: null,\n observer: createObserver(key)\n };\n });\n } else if (isPlainObject(props)) { // {title:{type:String,default:''},content:String}\n Object.keys(props).forEach(key => {\n const opts = props[key];\n if (isPlainObject(opts)) { // title:{type:String,default:''}\n let value = opts.default;\n if (isFn(value)) {\n value = value();\n }\n\n opts.type = parsePropType(key, opts.type);\n\n properties[key] = {\n type: PROP_TYPES.indexOf(opts.type) !== -1 ? opts.type : null,\n value,\n observer: createObserver(key)\n };\n } else { // content:String\n const type = parsePropType(key, opts);\n properties[key] = {\n type: PROP_TYPES.indexOf(type) !== -1 ? type : null,\n observer: createObserver(key)\n };\n }\n });\n }\n return properties\n}\n\nfunction wrapper$1 (event) {\n // TODO 又得兼容 mpvue 的 mp 对象\n try {\n event.mp = JSON.parse(JSON.stringify(event));\n } catch (e) {}\n\n event.stopPropagation = noop;\n event.preventDefault = noop;\n\n event.target = event.target || {};\n\n if (!hasOwn(event, 'detail')) {\n event.detail = {};\n }\n\n if (hasOwn(event, 'markerId')) {\n event.detail = typeof event.detail === 'object' ? event.detail : {};\n event.detail.markerId = event.markerId;\n }\n\n if (isPlainObject(event.detail)) {\n event.target = Object.assign({}, event.target, event.detail);\n }\n\n return event\n}\n\nfunction getExtraValue (vm, dataPathsArray) {\n let context = vm;\n dataPathsArray.forEach(dataPathArray => {\n const dataPath = dataPathArray[0];\n const value = dataPathArray[2];\n if (dataPath || typeof value !== 'undefined') { // ['','',index,'disable']\n const propPath = dataPathArray[1];\n const valuePath = dataPathArray[3];\n\n let vFor;\n if (Number.isInteger(dataPath)) {\n vFor = dataPath;\n } else if (!dataPath) {\n vFor = context;\n } else if (typeof dataPath === 'string' && dataPath) {\n if (dataPath.indexOf('#s#') === 0) {\n vFor = dataPath.substr(3);\n } else {\n vFor = vm.__get_value(dataPath, context);\n }\n }\n\n if (Number.isInteger(vFor)) {\n context = value;\n } else if (!propPath) {\n context = vFor[value];\n } else {\n if (Array.isArray(vFor)) {\n context = vFor.find(vForItem => {\n return vm.__get_value(propPath, vForItem) === value\n });\n } else if (isPlainObject(vFor)) {\n context = Object.keys(vFor).find(vForKey => {\n return vm.__get_value(propPath, vFor[vForKey]) === value\n });\n } else {\n console.error('v-for 暂不支持循环数据:', vFor);\n }\n }\n\n if (valuePath) {\n context = vm.__get_value(valuePath, context);\n }\n }\n });\n return context\n}\n\nfunction processEventExtra (vm, extra, event) {\n const extraObj = {};\n\n if (Array.isArray(extra) && extra.length) {\n /**\n *[\n * ['data.items', 'data.id', item.data.id],\n * ['metas', 'id', meta.id]\n *],\n *[\n * ['data.items', 'data.id', item.data.id],\n * ['metas', 'id', meta.id]\n *],\n *'test'\n */\n extra.forEach((dataPath, index) => {\n if (typeof dataPath === 'string') {\n if (!dataPath) { // model,prop.sync\n extraObj['$' + index] = vm;\n } else {\n if (dataPath === '$event') { // $event\n extraObj['$' + index] = event;\n } else if (dataPath === 'arguments') {\n if (event.detail && event.detail.__args__) {\n extraObj['$' + index] = event.detail.__args__;\n } else {\n extraObj['$' + index] = [event];\n }\n } else if (dataPath.indexOf('$event.') === 0) { // $event.target.value\n extraObj['$' + index] = vm.__get_value(dataPath.replace('$event.', ''), event);\n } else {\n extraObj['$' + index] = vm.__get_value(dataPath);\n }\n }\n } else {\n extraObj['$' + index] = getExtraValue(vm, dataPath);\n }\n });\n }\n\n return extraObj\n}\n\nfunction getObjByArray (arr) {\n const obj = {};\n for (let i = 1; i < arr.length; i++) {\n const element = arr[i];\n obj[element[0]] = element[1];\n }\n return obj\n}\n\nfunction processEventArgs (vm, event, args = [], extra = [], isCustom, methodName) {\n let isCustomMPEvent = false; // wxcomponent 组件,传递原始 event 对象\n if (isCustom) { // 自定义事件\n isCustomMPEvent = event.currentTarget &&\n event.currentTarget.dataset &&\n event.currentTarget.dataset.comType === 'wx';\n if (!args.length) { // 无参数,直接传入 event 或 detail 数组\n if (isCustomMPEvent) {\n return [event]\n }\n return event.detail.__args__ || event.detail\n }\n }\n\n const extraObj = processEventExtra(vm, extra, event);\n\n const ret = [];\n args.forEach(arg => {\n if (arg === '$event') {\n if (methodName === '__set_model' && !isCustom) { // input v-model value\n ret.push(event.target.value);\n } else {\n if (isCustom && !isCustomMPEvent) {\n ret.push(event.detail.__args__[0]);\n } else { // wxcomponent 组件或内置组件\n ret.push(event);\n }\n }\n } else {\n if (Array.isArray(arg) && arg[0] === 'o') {\n ret.push(getObjByArray(arg));\n } else if (typeof arg === 'string' && hasOwn(extraObj, arg)) {\n ret.push(extraObj[arg]);\n } else {\n ret.push(arg);\n }\n }\n });\n\n return ret\n}\n\nconst ONCE = '~';\nconst CUSTOM = '^';\n\nfunction isMatchEventType (eventType, optType) {\n return (eventType === optType) ||\n (\n optType === 'regionchange' &&\n (\n eventType === 'begin' ||\n eventType === 'end'\n )\n )\n}\n\nfunction getContextVm (vm) {\n let $parent = vm.$parent;\n // 父组件是 scoped slots 或者其他自定义组件时继续查找\n while ($parent && $parent.$parent && ($parent.$options.generic || $parent.$parent.$options.generic || $parent.$scope._$vuePid)) {\n $parent = $parent.$parent;\n }\n return $parent && $parent.$parent\n}\n\nfunction handleEvent (event) {\n event = wrapper$1(event);\n\n // [['tap',[['handle',[1,2,a]],['handle1',[1,2,a]]]]]\n const dataset = (event.currentTarget || event.target).dataset;\n if (!dataset) {\n return console.warn('事件信息不存在')\n }\n const eventOpts = dataset.eventOpts || dataset['event-opts']; // 支付宝 web-view 组件 dataset 非驼峰\n if (!eventOpts) {\n return console.warn('事件信息不存在')\n }\n\n // [['handle',[1,2,a]],['handle1',[1,2,a]]]\n const eventType = event.type;\n\n const ret = [];\n\n eventOpts.forEach(eventOpt => {\n let type = eventOpt[0];\n const eventsArray = eventOpt[1];\n\n const isCustom = type.charAt(0) === CUSTOM;\n type = isCustom ? type.slice(1) : type;\n const isOnce = type.charAt(0) === ONCE;\n type = isOnce ? type.slice(1) : type;\n\n if (eventsArray && isMatchEventType(eventType, type)) {\n eventsArray.forEach(eventArray => {\n const methodName = eventArray[0];\n if (methodName) {\n let handlerCtx = this.$vm;\n if (handlerCtx.$options.generic) { // mp-weixin,mp-toutiao 抽象节点模拟 scoped slots\n handlerCtx = getContextVm(handlerCtx) || handlerCtx;\n }\n if (methodName === '$emit') {\n handlerCtx.$emit.apply(handlerCtx,\n processEventArgs(\n this.$vm,\n event,\n eventArray[1],\n eventArray[2],\n isCustom,\n methodName\n ));\n return\n }\n const handler = handlerCtx[methodName];\n if (!isFn(handler)) {\n throw new Error(` _vm.${methodName} is not a function`)\n }\n if (isOnce) {\n if (handler.once) {\n return\n }\n handler.once = true;\n }\n let params = processEventArgs(\n this.$vm,\n event,\n eventArray[1],\n eventArray[2],\n isCustom,\n methodName\n );\n params = Array.isArray(params) ? params : [];\n // 参数尾部增加原始事件对象用于复杂表达式内获取额外数据\n if (/=\\s*\\S+\\.eventParams\\s*\\|\\|\\s*\\S+\\[['\"]event-params['\"]\\]/.test(handler.toString())) {\n // eslint-disable-next-line no-sparse-arrays\n params = params.concat([, , , , , , , , , , event]);\n }\n ret.push(handler.apply(handlerCtx, params));\n }\n });\n }\n });\n\n if (\n eventType === 'input' &&\n ret.length === 1 &&\n typeof ret[0] !== 'undefined'\n ) {\n return ret[0]\n }\n}\n\nconst messages = {};\n\nlet locale;\n\n{\n locale = wx.getSystemInfoSync().language;\n}\n\nfunction initI18nMessages () {\n if (!isEnableLocale()) {\n return\n }\n const localeKeys = Object.keys(__uniConfig.locales);\n if (localeKeys.length) {\n localeKeys.forEach((locale) => {\n const curMessages = messages[locale];\n const userMessages = __uniConfig.locales[locale];\n if (curMessages) {\n Object.assign(curMessages, userMessages);\n } else {\n messages[locale] = userMessages;\n }\n });\n }\n}\n\ninitI18nMessages();\n\nconst i18n = initVueI18n(\n locale,\n {}\n);\nconst t = i18n.t;\nconst i18nMixin = (i18n.mixin = {\n beforeCreate () {\n const unwatch = i18n.i18n.watchLocale(() => {\n this.$forceUpdate();\n });\n this.$once('hook:beforeDestroy', function () {\n unwatch();\n });\n },\n methods: {\n $$t (key, values) {\n return t(key, values)\n }\n }\n});\nconst setLocale$1 = i18n.setLocale;\nconst getLocale$1 = i18n.getLocale;\n\nfunction initAppLocale (Vue, appVm, locale) {\n const state = Vue.observable({\n locale: locale || i18n.getLocale()\n });\n const localeWatchers = [];\n appVm.$watchLocale = fn => {\n localeWatchers.push(fn);\n };\n Object.defineProperty(appVm, '$locale', {\n get () {\n return state.locale\n },\n set (v) {\n state.locale = v;\n localeWatchers.forEach(watch => watch(v));\n }\n });\n}\n\nfunction isEnableLocale () {\n return typeof __uniConfig !== 'undefined' && __uniConfig.locales && !!Object.keys(__uniConfig.locales).length\n}\n\n// export function initI18n() {\n// const localeKeys = Object.keys(__uniConfig.locales || {})\n// if (localeKeys.length) {\n// localeKeys.forEach((locale) =>\n// i18n.add(locale, __uniConfig.locales[locale])\n// )\n// }\n// }\n\nconst eventChannels = {};\n\nconst eventChannelStack = [];\n\nfunction getEventChannel (id) {\n if (id) {\n const eventChannel = eventChannels[id];\n delete eventChannels[id];\n return eventChannel\n }\n return eventChannelStack.shift()\n}\n\nconst hooks = [\n 'onShow',\n 'onHide',\n 'onError',\n 'onPageNotFound',\n 'onThemeChange',\n 'onUnhandledRejection'\n];\n\nfunction initEventChannel () {\n Vue.prototype.getOpenerEventChannel = function () {\n // 微信小程序使用自身getOpenerEventChannel\n {\n return this.$scope.getOpenerEventChannel()\n }\n };\n const callHook = Vue.prototype.__call_hook;\n Vue.prototype.__call_hook = function (hook, args) {\n if (hook === 'onLoad' && args && args.__id__) {\n this.__eventChannel__ = getEventChannel(args.__id__);\n delete args.__id__;\n }\n return callHook.call(this, hook, args)\n };\n}\n\nfunction initScopedSlotsParams () {\n const center = {};\n const parents = {};\n\n Vue.prototype.$hasScopedSlotsParams = function (vueId) {\n const has = center[vueId];\n if (!has) {\n parents[vueId] = this;\n this.$on('hook:destroyed', () => {\n delete parents[vueId];\n });\n }\n return has\n };\n\n Vue.prototype.$getScopedSlotsParams = function (vueId, name, key) {\n const data = center[vueId];\n if (data) {\n const object = data[name] || {};\n return key ? object[key] : object\n } else {\n parents[vueId] = this;\n this.$on('hook:destroyed', () => {\n delete parents[vueId];\n });\n }\n };\n\n Vue.prototype.$setScopedSlotsParams = function (name, value) {\n const vueIds = this.$options.propsData.vueId;\n if (vueIds) {\n const vueId = vueIds.split(',')[0];\n const object = center[vueId] = center[vueId] || {};\n object[name] = value;\n if (parents[vueId]) {\n parents[vueId].$forceUpdate();\n }\n }\n };\n\n Vue.mixin({\n destroyed () {\n const propsData = this.$options.propsData;\n const vueId = propsData && propsData.vueId;\n if (vueId) {\n delete center[vueId];\n delete parents[vueId];\n }\n }\n });\n}\n\nfunction parseBaseApp (vm, {\n mocks,\n initRefs\n}) {\n initEventChannel();\n {\n initScopedSlotsParams();\n }\n if (vm.$options.store) {\n Vue.prototype.$store = vm.$options.store;\n }\n uniIdMixin(Vue);\n\n Vue.prototype.mpHost = \"mp-weixin\";\n\n Vue.mixin({\n beforeCreate () {\n if (!this.$options.mpType) {\n return\n }\n\n this.mpType = this.$options.mpType;\n\n this.$mp = {\n data: {},\n [this.mpType]: this.$options.mpInstance\n };\n\n this.$scope = this.$options.mpInstance;\n\n delete this.$options.mpType;\n delete this.$options.mpInstance;\n if (this.mpType === 'page' && typeof getApp === 'function') { // hack vue-i18n\n const app = getApp();\n if (app.$vm && app.$vm.$i18n) {\n this._i18n = app.$vm.$i18n;\n }\n }\n if (this.mpType !== 'app') {\n initRefs(this);\n initMocks(this, mocks);\n }\n }\n });\n\n const appOptions = {\n onLaunch (args) {\n if (this.$vm) { // 已经初始化过了,主要是为了百度,百度 onShow 在 onLaunch 之前\n return\n }\n {\n if (wx.canIUse && !wx.canIUse('nextTick')) { // 事实 上2.2.3 即可,简单使用 2.3.0 的 nextTick 判断\n console.error('当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上');\n }\n }\n\n this.$vm = vm;\n\n this.$vm.$mp = {\n app: this\n };\n\n this.$vm.$scope = this;\n // vm 上也挂载 globalData\n this.$vm.globalData = this.globalData;\n\n this.$vm._isMounted = true;\n this.$vm.__call_hook('mounted', args);\n\n this.$vm.__call_hook('onLaunch', args);\n }\n };\n\n // 兼容旧版本 globalData\n appOptions.globalData = vm.$options.globalData || {};\n // 将 methods 中的方法挂在 getApp() 中\n const methods = vm.$options.methods;\n if (methods) {\n Object.keys(methods).forEach(name => {\n appOptions[name] = methods[name];\n });\n }\n\n initAppLocale(Vue, vm, wx.getSystemInfoSync().language || 'zh-Hans');\n\n initHooks(appOptions, hooks);\n\n return appOptions\n}\n\nconst mocks = ['__route__', '__wxExparserNodeId__', '__wxWebviewId__'];\n\nfunction findVmByVueId (vm, vuePid) {\n const $children = vm.$children;\n // 优先查找直属(反向查找:https://github.com/dcloudio/uni-app/issues/1200)\n for (let i = $children.length - 1; i >= 0; i--) {\n const childVm = $children[i];\n if (childVm.$scope._$vueId === vuePid) {\n return childVm\n }\n }\n // 反向递归查找\n let parentVm;\n for (let i = $children.length - 1; i >= 0; i--) {\n parentVm = findVmByVueId($children[i], vuePid);\n if (parentVm) {\n return parentVm\n }\n }\n}\n\nfunction initBehavior (options) {\n return Behavior(options)\n}\n\nfunction isPage () {\n return !!this.route\n}\n\nfunction initRelation (detail) {\n this.triggerEvent('__l', detail);\n}\n\nfunction selectAllComponents (mpInstance, selector, $refs) {\n const components = mpInstance.selectAllComponents(selector);\n components.forEach(component => {\n const ref = component.dataset.ref;\n $refs[ref] = component.$vm || component;\n {\n if (component.dataset.vueGeneric === 'scoped') {\n component.selectAllComponents('.scoped-ref').forEach(scopedComponent => {\n selectAllComponents(scopedComponent, selector, $refs);\n });\n }\n }\n });\n}\n\nfunction initRefs (vm) {\n const mpInstance = vm.$scope;\n Object.defineProperty(vm, '$refs', {\n get () {\n const $refs = {};\n selectAllComponents(mpInstance, '.vue-ref', $refs);\n // TODO 暂不考虑 for 中的 scoped\n const forComponents = mpInstance.selectAllComponents('.vue-ref-in-for');\n forComponents.forEach(component => {\n const ref = component.dataset.ref;\n if (!$refs[ref]) {\n $refs[ref] = [];\n }\n $refs[ref].push(component.$vm || component);\n });\n return $refs\n }\n });\n}\n\nfunction handleLink (event) {\n const {\n vuePid,\n vueOptions\n } = event.detail || event.value; // detail 是微信,value 是百度(dipatch)\n\n let parentVm;\n\n if (vuePid) {\n parentVm = findVmByVueId(this.$vm, vuePid);\n }\n\n if (!parentVm) {\n parentVm = this.$vm;\n }\n\n vueOptions.parent = parentVm;\n}\n\nfunction parseApp (vm) {\n return parseBaseApp(vm, {\n mocks,\n initRefs\n })\n}\n\nfunction createApp (vm) {\n App(parseApp(vm));\n return vm\n}\n\nconst encodeReserveRE = /[!'()*]/g;\nconst encodeReserveReplacer = c => '%' + c.charCodeAt(0).toString(16);\nconst commaRE = /%2C/g;\n\n// fixed encodeURIComponent which is more conformant to RFC3986:\n// - escapes [!'()*]\n// - preserve commas\nconst encode = str => encodeURIComponent(str)\n .replace(encodeReserveRE, encodeReserveReplacer)\n .replace(commaRE, ',');\n\nfunction stringifyQuery (obj, encodeStr = encode) {\n const res = obj ? Object.keys(obj).map(key => {\n const val = obj[key];\n\n if (val === undefined) {\n return ''\n }\n\n if (val === null) {\n return encodeStr(key)\n }\n\n if (Array.isArray(val)) {\n const result = [];\n val.forEach(val2 => {\n if (val2 === undefined) {\n return\n }\n if (val2 === null) {\n result.push(encodeStr(key));\n } else {\n result.push(encodeStr(key) + '=' + encodeStr(val2));\n }\n });\n return result.join('&')\n }\n\n return encodeStr(key) + '=' + encodeStr(val)\n }).filter(x => x.length > 0).join('&') : null;\n return res ? `?${res}` : ''\n}\n\nfunction parseBaseComponent (vueComponentOptions, {\n isPage,\n initRelation\n} = {}) {\n const [VueComponent, vueOptions] = initVueComponent(Vue, vueComponentOptions);\n\n const options = {\n multipleSlots: true,\n addGlobalClass: true,\n ...(vueOptions.options || {})\n };\n\n {\n // 微信 multipleSlots 部分情况有 bug,导致内容顺序错乱 如 u-list,提供覆盖选项\n if (vueOptions['mp-weixin'] && vueOptions['mp-weixin'].options) {\n Object.assign(options, vueOptions['mp-weixin'].options);\n }\n }\n\n const componentOptions = {\n options,\n data: initData(vueOptions, Vue.prototype),\n behaviors: initBehaviors(vueOptions, initBehavior),\n properties: initProperties(vueOptions.props, false, vueOptions.__file),\n lifetimes: {\n attached () {\n const properties = this.properties;\n\n const options = {\n mpType: isPage.call(this) ? 'page' : 'component',\n mpInstance: this,\n propsData: properties\n };\n\n initVueIds(properties.vueId, this);\n\n // 处理父子关系\n initRelation.call(this, {\n vuePid: this._$vuePid,\n vueOptions: options\n });\n\n // 初始化 vue 实例\n this.$vm = new VueComponent(options);\n\n // 处理$slots,$scopedSlots(暂不支持动态变化$slots)\n initSlots(this.$vm, properties.vueSlots);\n\n // 触发首次 setData\n this.$vm.$mount();\n },\n ready () {\n // 当组件 props 默认值为 true,初始化时传入 false 会导致 created,ready 触发, 但 attached 不触发\n // https://developers.weixin.qq.com/community/develop/doc/00066ae2844cc0f8eb883e2a557800\n if (this.$vm) {\n this.$vm._isMounted = true;\n this.$vm.__call_hook('mounted');\n this.$vm.__call_hook('onReady');\n }\n },\n detached () {\n this.$vm && this.$vm.$destroy();\n }\n },\n pageLifetimes: {\n show (args) {\n this.$vm && this.$vm.__call_hook('onPageShow', args);\n },\n hide () {\n this.$vm && this.$vm.__call_hook('onPageHide');\n },\n resize (size) {\n this.$vm && this.$vm.__call_hook('onPageResize', size);\n }\n },\n methods: {\n __l: handleLink,\n __e: handleEvent\n }\n };\n // externalClasses\n if (vueOptions.externalClasses) {\n componentOptions.externalClasses = vueOptions.externalClasses;\n }\n\n if (Array.isArray(vueOptions.wxsCallMethods)) {\n vueOptions.wxsCallMethods.forEach(callMethod => {\n componentOptions.methods[callMethod] = function (args) {\n return this.$vm[callMethod](args)\n };\n });\n }\n\n if (isPage) {\n return componentOptions\n }\n return [componentOptions, VueComponent]\n}\n\nfunction parseComponent (vueComponentOptions) {\n return parseBaseComponent(vueComponentOptions, {\n isPage,\n initRelation\n })\n}\n\nconst hooks$1 = [\n 'onShow',\n 'onHide',\n 'onUnload'\n];\n\nhooks$1.push(...PAGE_EVENT_HOOKS);\n\nfunction parseBasePage (vuePageOptions, {\n isPage,\n initRelation\n}) {\n const pageOptions = parseComponent(vuePageOptions);\n\n initHooks(pageOptions.methods, hooks$1, vuePageOptions);\n\n pageOptions.methods.onLoad = function (query) {\n this.options = query;\n const copyQuery = Object.assign({}, query);\n delete copyQuery.__id__;\n this.$page = {\n fullPath: '/' + (this.route || this.is) + stringifyQuery(copyQuery)\n };\n this.$vm.$mp.query = query; // 兼容 mpvue\n this.$vm.__call_hook('onLoad', query);\n };\n\n return pageOptions\n}\n\nfunction parsePage (vuePageOptions) {\n return parseBasePage(vuePageOptions, {\n isPage,\n initRelation\n })\n}\n\nfunction createPage (vuePageOptions) {\n {\n return Component(parsePage(vuePageOptions))\n }\n}\n\nfunction createComponent (vueOptions) {\n {\n return Component(parseComponent(vueOptions))\n }\n}\n\nfunction createSubpackageApp (vm) {\n const appOptions = parseApp(vm);\n const app = getApp({\n allowDefault: true\n });\n vm.$scope = app;\n const globalData = app.globalData;\n if (globalData) {\n Object.keys(appOptions.globalData).forEach(name => {\n if (!hasOwn(globalData, name)) {\n globalData[name] = appOptions.globalData[name];\n }\n });\n }\n Object.keys(appOptions).forEach(name => {\n if (!hasOwn(app, name)) {\n app[name] = appOptions[name];\n }\n });\n if (isFn(appOptions.onShow) && wx.onAppShow) {\n wx.onAppShow((...args) => {\n vm.__call_hook('onShow', args);\n });\n }\n if (isFn(appOptions.onHide) && wx.onAppHide) {\n wx.onAppHide((...args) => {\n vm.__call_hook('onHide', args);\n });\n }\n if (isFn(appOptions.onLaunch)) {\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\n vm.__call_hook('onLaunch', args);\n }\n return vm\n}\n\nfunction createPlugin (vm) {\n const appOptions = parseApp(vm);\n if (isFn(appOptions.onShow) && wx.onAppShow) {\n wx.onAppShow((...args) => {\n vm.__call_hook('onShow', args);\n });\n }\n if (isFn(appOptions.onHide) && wx.onAppHide) {\n wx.onAppHide((...args) => {\n vm.__call_hook('onHide', args);\n });\n }\n if (isFn(appOptions.onLaunch)) {\n const args = wx.getLaunchOptionsSync && wx.getLaunchOptionsSync();\n vm.__call_hook('onLaunch', args);\n }\n return vm\n}\n\ntodos.forEach(todoApi => {\n protocols[todoApi] = false;\n});\n\ncanIUses.forEach(canIUseApi => {\n const apiName = protocols[canIUseApi] && protocols[canIUseApi].name ? protocols[canIUseApi].name\n : canIUseApi;\n if (!wx.canIUse(apiName)) {\n protocols[canIUseApi] = false;\n }\n});\n\nlet uni = {};\n\nif (typeof Proxy !== 'undefined' && \"mp-weixin\" !== 'app-plus') {\n uni = new Proxy({}, {\n get (target, name) {\n if (hasOwn(target, name)) {\n return target[name]\n }\n if (baseApi[name]) {\n return baseApi[name]\n }\n if (api[name]) {\n return promisify(name, api[name])\n }\n {\n if (extraApi[name]) {\n return promisify(name, extraApi[name])\n }\n if (todoApis[name]) {\n return promisify(name, todoApis[name])\n }\n }\n if (eventApi[name]) {\n return eventApi[name]\n }\n if (!hasOwn(wx, name) && !hasOwn(protocols, name)) {\n return\n }\n return promisify(name, wrapper(name, wx[name]))\n },\n set (target, name, value) {\n target[name] = value;\n return true\n }\n });\n} else {\n Object.keys(baseApi).forEach(name => {\n uni[name] = baseApi[name];\n });\n\n {\n Object.keys(todoApis).forEach(name => {\n uni[name] = promisify(name, todoApis[name]);\n });\n Object.keys(extraApi).forEach(name => {\n uni[name] = promisify(name, todoApis[name]);\n });\n }\n\n Object.keys(eventApi).forEach(name => {\n uni[name] = eventApi[name];\n });\n\n Object.keys(api).forEach(name => {\n uni[name] = promisify(name, api[name]);\n });\n\n Object.keys(wx).forEach(name => {\n if (hasOwn(wx, name) || hasOwn(protocols, name)) {\n uni[name] = promisify(name, wrapper(name, wx[name]));\n }\n });\n}\n\nwx.createApp = createApp;\nwx.createPage = createPage;\nwx.createComponent = createComponent;\nwx.createSubpackageApp = createSubpackageApp;\nwx.createPlugin = createPlugin;\n\nvar uni$1 = uni;\n\nexport default uni$1;\nexport { createApp, createComponent, createPage, createPlugin, createSubpackageApp };\n","import callCheckVersion from './call-check-version'\n\n// 推荐再App.vue中使用\nconst PACKAGE_INFO_KEY = '__package_info__'\n\nexport default function() {\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n}\n\n/**\n * 使用 uni.showModal 升级\n */\nfunction updateUseModal(packageInfo) {\n\tconst {\n\t\ttitle, // 标题\n\t\tcontents, // 升级内容\n\t\tis_mandatory, // 是否强制更新\n\t\turl, // 安装包下载地址\n\t\tplatform, // 安装包平台\n\t\ttype // 安装包类型\n\t} = packageInfo;\n\n\tlet isWGT = type === 'wgt'\n\tlet isiOS = !isWGT ? platform.includes('iOS') : false;\n\tlet confirmText = isiOS ? '立即跳转更新' : '立即下载更新'\n\n\treturn uni.showModal({\n\t\ttitle,\n\t\tcontent: contents,\n\t\tshowCancel: !is_mandatory,\n\t\tconfirmText,\n\t\tsuccess: res => {\n\t\t\tif (res.cancel) return;\n\n\t\t\t// 安装包下载\n\t\t\tif (isiOS) {\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tuni.showToast({\n\t\t\t\ttitle: '后台下载中……',\n\t\t\t\tduration: 1000\n\t\t\t});\n\n\t\t\t// wgt 和 安卓下载更新\n\t\t\tdownloadTask = uni.downloadFile({\n\t\t\t\turl,\n\t\t\t\tsuccess: res => {\n\t\t\t\t\tif (res.statusCode !== 200) {\n\t\t\t\t\t\tconsole.error('下载安装包失败', err);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\t// 下载好直接安装,下次启动生效\n\t\t\t\t\tplus.runtime.install(res.tempFilePath, {\n\t\t\t\t\t\tforce: false\n\t\t\t\t\t}, () => {\n\t\t\t\t\t\tif (is_mandatory) {\n\t\t\t\t\t\t\t//更新完重启app\n\t\t\t\t\t\t\tplus.runtime.restart();\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\ttitle: '安装成功是否重启?',\n\t\t\t\t\t\t\tsuccess: res => {\n\t\t\t\t\t\t\t\tif (res.confirm) {\n\t\t\t\t\t\t\t\t\t//更新完重启app\n\t\t\t\t\t\t\t\t\tplus.runtime.restart();\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}, err => {\n\t\t\t\t\t\tuni.showModal({\n\t\t\t\t\t\t\ttitle: '更新失败',\n\t\t\t\t\t\t\tcontent: err\n\t\t\t\t\t\t\t\t.message,\n\t\t\t\t\t\t\tshowCancel: false\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n}\n","export default function() {\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\treturn new Promise((resolve, reject) => {\r\n\t\treject({\r\n\t\t\tmessage: '请在App中使用'\r\n\t\t})\r\n\t})\r\n\r\n}\r\n","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent (\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier, /* server only */\n shadowMode, /* vue-cli only */\n components, // fixed by xxxxxx auto components\n renderjs // fixed by xxxxxx renderjs\n) {\n // Vue.extend constructor export interop\n var options = typeof scriptExports === 'function'\n ? scriptExports.options\n : scriptExports\n\n // fixed by xxxxxx auto components\n if (components) {\n if (!options.components) {\n options.components = {}\n }\n var hasOwn = Object.prototype.hasOwnProperty\n for (var name in components) {\n if (hasOwn.call(components, name) && !hasOwn.call(options.components, name)) {\n options.components[name] = components[name]\n }\n }\n }\n // fixed by xxxxxx renderjs\n if (renderjs) {\n (renderjs.beforeCreate || (renderjs.beforeCreate = [])).unshift(function() {\n this[renderjs.__module] = this\n });\n (options.mixins || (options.mixins = [])).push(renderjs)\n }\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) { // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () { injectStyles.call(this, this.$root.$options.shadowRoot) }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functioal component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection (h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing\n ? [].concat(existing, hook)\n : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","\nimport Vue from 'vue'\nimport Vuex from 'vuex'\nVue.use(Vuex)\nconst store = new Vuex.Store({\n\n\n\n\n\n\n\tstate: {\n\t\thasLogin: false,\n\t\tisUniverifyLogin: false,\n\t\tloginProvider: \"\",\n\t\topenid: null,\n\t\ttestvuex: false,\n\t\tcolorIndex: 0,\n\t\tcolorList: ['#FF0000', '#00FF00', '#0000FF'],\n\t\tnoMatchLeftWindow: true,\n\t\tactive: 'componentPage',\n\t\tleftWinActive: '/pages/component/view/view',\n\t\tactiveOpen: '',\n\t\tmenu: [],\n\t\tuniverifyErrorMsg: ''\n\t},\n\tmutations: {\n\t\tlogin(state, provider) {\n\t\t\tstate.hasLogin = true;\n\t\t\tstate.loginProvider = provider;\n\t\t},\n\t\tlogout(state) {\n\t\t\tstate.hasLogin = false\n\t\t\tstate.openid = null\n\t\t},\n\t\tsetOpenid(state, openid) {\n\t\t\tstate.openid = openid\n\t\t},\n\t\tsetTestTrue(state) {\n\t\t\tstate.testvuex = true\n\t\t},\n\t\tsetTestFalse(state) {\n\t\t\tstate.testvuex = false\n\t\t},\n\t\tsetColorIndex(state, index) {\n\t\t\tstate.colorIndex = index\n\t\t},\n\t\tsetMatchLeftWindow(state, matchLeftWindow) {\n\t\t\tstate.noMatchLeftWindow = !matchLeftWindow\n\t\t},\n\t\tsetActive(state, tabPage) {\n\t\t\tstate.active = tabPage\n\t\t},\n\t\tsetLeftWinActive(state, leftWinActive) {\n\t\t\tstate.leftWinActive = leftWinActive\n\t\t},\n\t\tsetActiveOpen(state, activeOpen) {\n\t\t\tstate.activeOpen = activeOpen\n\t\t},\n\t\tsetMenu(state, menu) {\n\t\t\tstate.menu = menu\n\t\t},\n\t\tsetUniverifyLogin(state, payload) {\n\t\t\ttypeof payload !== 'boolean' ? payload = !!payload : '';\n\t\t\tstate.isUniverifyLogin = payload;\n\t\t},\n\t\tsetUniverifyErrorMsg(state,payload = ''){\n\t\t\tstate.univerifyErrorMsg = payload\n\t\t}\n\t},\n\tgetters: {\n\t\tcurrentColor(state) {\n\t\t\treturn state.colorList[state.colorIndex]\n\t\t}\n\t},\n\tactions: {\n\t\t// lazy loading openid\n\t\tgetUserOpenId: async function({\n\t\t\tcommit,\n\t\t\tstate\n\t\t}) {\n\t\t\treturn await new Promise((resolve, reject) => {\n\t\t\t\tif (state.openid) {\n\t\t\t\t\tresolve(state.openid)\n\t\t\t\t} else {\n\t\t\t\t\tuni.login({\n\t\t\t\t\t\tsuccess: (data) => {\n\t\t\t\t\t\t\tcommit('login')\n\t\t\t\t\t\t\tsetTimeout(function() { //模拟异步请求服务器获取 openid\n\t\t\t\t\t\t\t\tconst openid = '123456789'\n\t\t\t\t\t\t\t\tconsole.log('uni.request mock openid[' + openid + ']');\n\t\t\t\t\t\t\t\tcommit('setOpenid', openid)\n\t\t\t\t\t\t\t\tresolve(openid)\n\t\t\t\t\t\t\t}, 1000)\n\t\t\t\t\t\t},\n\t\t\t\t\t\tfail: (err) => {\n\t\t\t\t\t\t\tconsole.log('uni.login 接口调用失败,将无法正常使用开放接口等服务', err)\n\t\t\t\t\t\t\treject(err)\n\t\t\t\t\t\t}\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t\tgetPhoneNumber: function({\n\t\t\tcommit\n\t\t}, univerifyInfo) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tuni.request({\n\t\t\t\t\turl: 'https://97fca9f2-41f6-449f-a35e-3f135d4c3875.bspapp.com/http/univerify-login',\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\tdata: univerifyInfo,\n\t\t\t\t\tsuccess: (res) => {\n\t\t\t\t\t\tconst data = res.data\n\t\t\t\t\t\tif (data.success) {\n\t\t\t\t\t\t\tresolve(data.phoneNumber)\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treject(res)\n\t\t\t\t\t\t}\n\n\t\t\t\t\t},\n\t\t\t\t\tfail: (err) => {\n\t\t\t\t\t\treject(res)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t\t}\n\t}\n})\n\nexport default store\n","module.exports = require(\"regenerator-runtime\");\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// This method of obtaining a reference to the global object needs to be\n// kept identical to the way it is obtained in runtime.js\nvar g = (function() {\n return this || (typeof self === \"object\" && self);\n})() || Function(\"return this\")();\n\n// Use `getOwnPropertyNames` because not all browsers support calling\n// `hasOwnProperty` on the global `self` object in a worker. See #183.\nvar hadRuntime = g.regeneratorRuntime &&\n Object.getOwnPropertyNames(g).indexOf(\"regeneratorRuntime\") >= 0;\n\n// Save the old regeneratorRuntime in case it needs to be restored later.\nvar oldRuntime = hadRuntime && g.regeneratorRuntime;\n\n// Force reevalutation of runtime.js.\ng.regeneratorRuntime = undefined;\n\nmodule.exports = require(\"./runtime\");\n\nif (hadRuntime) {\n // Restore the original runtime.\n g.regeneratorRuntime = oldRuntime;\n} else {\n // Remove the global property added by runtime.js.\n try {\n delete g.regeneratorRuntime;\n } catch(e) {\n g.regeneratorRuntime = undefined;\n }\n}\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n!(function(global) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n var inModule = typeof module === \"object\";\n var runtime = global.regeneratorRuntime;\n if (runtime) {\n if (inModule) {\n // If regeneratorRuntime is defined globally and we're in a module,\n // make the exports object identical to regeneratorRuntime.\n module.exports = runtime;\n }\n // Don't bother evaluating the rest of this file if the runtime was\n // already defined globally.\n return;\n }\n\n // Define the runtime globally (as expected by generated code) as either\n // module.exports (if we're in a module) or a new, empty object.\n runtime = global.regeneratorRuntime = inModule ? module.exports : {};\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n runtime.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunctionPrototype[toStringTagSymbol] =\n GeneratorFunction.displayName = \"GeneratorFunction\";\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n prototype[method] = function(arg) {\n return this._invoke(method, arg);\n };\n });\n }\n\n runtime.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n runtime.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n if (!(toStringTagSymbol in genFun)) {\n genFun[toStringTagSymbol] = \"GeneratorFunction\";\n }\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n runtime.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return Promise.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return Promise.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new Promise(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n runtime.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n runtime.async = function(innerFn, outerFn, self, tryLocsList) {\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList)\n );\n\n return runtime.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n if (delegate.iterator.return) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n Gp[toStringTagSymbol] = \"Generator\";\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n runtime.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n runtime.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n})(\n // In sloppy mode, unbound `this` refers to the global object, fallback to\n // Function constructor if we're in global strict mode. That is sadly a form\n // of indirect eval which violates Content Security Policy.\n (function() {\n return this || (typeof self === \"object\" && self);\n })() || Function(\"return this\")()\n);\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","import md5 from './md5.min.js';\n\n\n\n// const serverUrl = \"\";\n// var serverUrl = \"https://pay.service.huangshiparking.com\";\n\n// 黄石正式地址\n// var serverUrl = \"https://pay.service.huangshiparking.com\";\n// var serverUrl = \"https://pay.service.renniting.cwxbee319d15de03201n/v1/\";\n\n// 正式\n// var serverUrl = \"https://pay.huangshiparking.com\";\n// 测式\n\n// 江阴正式环境\nvar serverUrl = \"https://bus.jycrtc.com\";\n\n// var serverUrl = \"http://39.98.54.240:8090\";\n\n\n\n\n// const app_id = '0eca8f5373ca4866aec2f8e9d9367104';\n// const deviceInfo = 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E';\n\n//黄石微信小程序appid\n\n// 测试环境 wx1e9b2b7f35d7da83\n// 正式环境 wxbee319d15de03201\nconst hs_wxPay_appId = 'wxbee319d15de03201';\n\n// 黄石orgId\nconst public_orgId = '10079';\n// 无锡orgId\n// const public_orgId = '10005';\n\n// \"orgId\": \"10003\",\n// \"orgName\": \"赤峰\",\n\n// \"orgId\": \"10081\",\n// \"orgName\": \"兰州\",\n\nconst appName = '停车小码头';\nconst ACompany = '©黄石市城发停车管理有限公司';\nconst BCompany = '由中兴智能交通股份有限公司提供技术支持';\n\nconst appVerson = '1.0.0';\n\nconst SetToken = uni.getStorageSync(\"globalUser\").token;\n// const SetToken = 'a0050ae361a64a968ea4412723bbe0c7';\n\n// const SetToken = '17d135c3af364ad890772eeebda97096';\n\n\n\n//通过车牌查询待缴费(不能查历史单)\nconst ParkingwaitingPayUrl= serverUrl +\"/queryParkOrder/queryParkingByCarNumber\";\n\n//通过车牌查询历史欠费单\nconst ParkingrecoderUrl= serverUrl +\"/queryParkOrder/queryParkingRecordPageByCarNumbers\";\n\n// 银联支付的下单接口\nconst doPayUrl= serverUrl +\"/unionpay/doPay\";\n// 订单创建接口-doOrderCreate\nconst doOrderCreate = serverUrl +\"/unionpay/doOrderCreate\"\n\n\n//停车场接口\nconst ParkingLotsUrl= serverUrl +\"/park/queryParkingLots\";\n\n//查询停车场列表(地图形式)\nconst ParkingLotsSearchUrl= serverUrl +\"/park/queryParkingLotsByParkName\";\n\n//查询停车场列表(列表形式)\nconst ParkingLotsListUrl= serverUrl +\"/park/queryParkingLots\";\n\n//查询停车场详情\nconst ParkingLotsInfoUrl= serverUrl +\"/park/queryParkingLotByPlNo\";\n\n\n//查询单个订单\nconst billQueryUrl= serverUrl +\"/queryParkOrder/billQuery\";\n\n//个人账户支付-new\nconst accountPayUrl= serverUrl +\"/appAccountPay/accountPay\";\n\n\n//微信支付信息获取\nconst getwxpayinfoUrl= serverUrl +\"/weixinpay/publicUnifiedOrder\";\n\n//获取openid\nconst getOpenidUrl= serverUrl +\"/weixinPublicPay/getSmallRoutineOpenIdByCode\";\n\n//小程序一键登录\nconst smallRoutineLoginUrl= serverUrl +\"/weixinPublicPay/smallRoutineLogin\";\n\n//退出、登出\nconst userLogoutUrl= serverUrl +\"/user/logout\";\n\n//根据OrgId查询组织信息\nconst queryOrgInfoByOrgIdUrl= serverUrl +\"/appOrg/queryOrgInfoByOrgId\";\n\n\n//个人充值金额列表\nconst getAmountPrivilegeUrl= serverUrl +\"/appAcctRecharge/getAccountRechargeAmountPrivilege\";\n\n//账户余额查询\nconst getAccoutBalanceUrl= serverUrl +\"/appAcctRecharge/getAccoutBalance\";\n\n//账户充值-微信\nconst getwxPayUnifiedorderUrl= serverUrl +\"/weixinpay/unifiedOrder\";\n\n//账户明细\nconst getAccountDetailsUrl= serverUrl +\"/appAcctRecharge/queryAccountDetailsForPage\";\n\n\n//获取反馈建议 问题类型\nconst getFeedbackTypeUrl= serverUrl +\"/suggest/getFeedbackType\";\n\n//提交反馈建议\nconst saveFeedbackAndSuggestUrl= serverUrl +\"/suggest/saveFeedbackAndSuggest\";\n\n//自动扣款开关-查询\nconst getDirectDebitOpenOrCloseUrl= serverUrl +\"/acctNoSecret/getDirectDebitOpenOrClose\";\n//自动扣款开关-修改\nconst updateDirectDebitOpenOrCloseUrl= serverUrl +\"/acctNoSecret/updateDirectDebitOpenOrClose\";\n\n//个人卡券列表\nconst getCouponPersonUrl= serverUrl +\"/couponPerson/getCouponPerson\";\n//绑定卡券\nconst bindCouponPersonUrl= serverUrl +\"/couponPerson/bindingPersonCoupon\";\n\n\n//根据用户停车数据查询该客户可用的卡劵\nconst getCouponPersonAvailableUrl= serverUrl +\"/couponPerson/getCouponPersonAvailable\";\n\n\n//车辆信息查询\nconst queryUserCarsUrl= serverUrl +\"/user/car/queryUserCars\";\n\n//车辆信息维护\nconst userCarsInfoEditUrl= serverUrl +\"/user/car/userCarsInfoEdit\";\n\n//修改个人基本信息\nconst updateCustPersonBaseInfoUrl= serverUrl +\"/user/updateCustPersonBaseInfo\";\n\n//查询个人基本信息\nconst queryCustPersonBaseInfoUrl= serverUrl +\"/user/queryCustPersonBaseInfo\";\n\n\n\n//上传个人头像\nconst uploadHeadPicUrl= serverUrl +\"/user/uploadHeadPic\";\n\n//查询停车场-会员卡-根据orgID\nconst queryVipCardListByOrgIdUrl= serverUrl +\"/parkvip/queryVipCardListByOrgId\";\n//查询某个停车场的 具体的会员卡信息\nconst queryVipCardByPlNoUrl= serverUrl +\"/parkvip/queryVipCardByPlNo\";\n//0009、会员卡购买续费\nconst createVipCardOrderUrl= serverUrl +\"/vip/createVipCardOrder\";\n// 搜索有会员卡的停车场\nconst queryVipCardListByPlNameUrl= serverUrl +\"/parkvip/queryVipCardListByPlName\";\n// 查询用户已购买的会员卡\nconst queryVipCardsByCustIdUrl= serverUrl +\"/parkvip/queryVipCardsByCustId\";\n\n// 查询用户已购买的会员卡\nconst userPersoGetCouponAndOpenUrl= serverUrl +\"/couponPerson/userPersoGetCouponAndOpen\";\n\n// 零元支付\nconst zeroPayUrl= serverUrl +\"/appAccountPay/zeroPay\";\n\n// 我的提问\nconst queryTdCCustSuggestForAPP= serverUrl +\"/suggest/queryTdCCustSuggestForAPP\";\n\n// 查询某个停车场的 具体的会员卡信息\nconst queryVipCardMsgByCardNo= serverUrl +\"/parkvip/queryVipCardMsgByCardNo\";\n\n// // 用户意见建议及回复查看\n// const queryTdCCustSuggestForAPP= serverUrl +\"/suggest/queryTdCCustSuggestForAPP\";\n// 用户意见建议-详情列表\nconst queryTdCCustSuggestDetail= serverUrl +\"/suggest/queryTdCCustSuggestDetail\";\n\n\n// ----江阴项目 接口----\n// 商户登录\nconst userLogin= serverUrl +\"/business/h5/index/login\";\n\n// 商户退出登录\nconst userLoginout= serverUrl +\"/business/h5/index/logout\";\n\n// 商户关于我们\nconst useraboutUs= serverUrl +\"/business/h5/index/aboutUs\";\n\n\n\n//\nconst requestSign = function(inputData){\n\n\tvar jsonList = inputData;\n\t\tjsonList.sign_type = \"md5\";\n\t\tjsonList.app_id = \"0eca8f5373ca4866aec2f8e9d9367104\";\n\t\tjsonList.deviceInfo = \"BC0703A4-AFB0-4B51-9089-9B7487C0CC6E\";\n\t\tjsonList.salt = getSalt();\n\t\tjsonList.token = getGlobalUser(\"globalUser\").token;\n\t // jsonList.token = '84b5a8edb5974f7989e7888b9f48a765';\n\n\tvar arrData = [];\n\tfor(var key in jsonList){\n\t\tvar obj = {};\n\t\t // console.log(\"key = \"+key);\n\t\t // // obj[key] =jsonList[key];\n\t\t obj.keyname = key;\n\t\t obj.value = jsonList[key];\n\t\t // console.log(obj);\n\t\t arrData.push(obj);\n\t}\n\t\tvar sign = getSign(arrData);\n jsonList.sign =sign;\n return jsonList;\n}\n\n\n//获取sign\nvar getSign = function(objb){\n var compare = function (obj1, obj2) {\n\t var val1 = obj1.keyname;\n\t var val2 = obj2.keyname;\n\t if (val1 < val2) {\n\t return -1;\n\t } else if (val1 > val2) {\n\t return 1;\n\t } else {\n\t return 0;\n\t }\n\t}\n\tobjb.sort(compare);\n\tvar strmd5 = '14318527b13840c2a4af63fef52c2d6e';\n\tfor(var i=0;i<objb.length;i++){\n\t if(objb[i].value != null&&objb[i].value != ''){\n strmd5 += objb[i].keyname+objb[i].value;\n }\n\t}\n\tstrmd5 += '14318527b13840c2a4af63fef52c2d6e';\n // console.log('strmd5-------->'+strmd5);\n\tstrmd5 = md5(strmd5);\n\tstrmd5 =strmd5.toUpperCase();\n\treturn strmd5;\n}\n\n//获取盐值\nvar getSalt = function(){\n var len = parseInt(32);\n\tvar $chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678';\n\tvar maxPos = $chars.length;\n\tvar pwd = '';\n for (var i = 0; i < len; i++) {\n pwd += $chars.charAt(Math.floor(Math.random() * maxPos));\n }\n\t// console.log(pwd);\n return pwd;\n}\n\nvar getGlobalUser = function(key) {\n\tvar userInfo = uni.getStorageSync(\"globalUser\");\n\tif (userInfo != null && userInfo != \"\" && userInfo != undefined) {\n\t\treturn userInfo;\n\t} else {\n\t\treturn '';\n\t}\n}\n\n// common.sayHi();\nconst sayHi = function(){\n console.log('hi');\n}\n\n\nexport default{\n\tdoPayUrl,\n doOrderCreate,\n\tParkingwaitingPayUrl,\n\tParkingrecoderUrl,\n\tParkingLotsUrl,\n\tParkingLotsSearchUrl,\n\tParkingLotsListUrl,\n\tParkingLotsInfoUrl,\n\tbillQueryUrl,\n\taccountPayUrl,\n\tgetwxpayinfoUrl,\n\tgetOpenidUrl,\n\tsmallRoutineLoginUrl,\n\tuserLogoutUrl,\n\tqueryOrgInfoByOrgIdUrl,\n\tgetAmountPrivilegeUrl,\n\tgetAccoutBalanceUrl,\n\tgetwxPayUnifiedorderUrl,\n\tgetAccountDetailsUrl,\n\tgetFeedbackTypeUrl,\n\tsaveFeedbackAndSuggestUrl,\n\tgetDirectDebitOpenOrCloseUrl,\n\tupdateDirectDebitOpenOrCloseUrl,\n\tgetCouponPersonUrl,\n\tqueryUserCarsUrl,\n\tuserCarsInfoEditUrl,\n\tupdateCustPersonBaseInfoUrl,\n\tqueryCustPersonBaseInfoUrl,\n\n\tuploadHeadPicUrl,\n\tgetCouponPersonAvailableUrl,\n\tbindCouponPersonUrl,\n\tqueryVipCardListByOrgIdUrl,\n\tqueryVipCardByPlNoUrl,\n\tcreateVipCardOrderUrl,\n\tqueryVipCardListByPlNameUrl,\n\tqueryVipCardsByCustIdUrl,\n\tuserPersoGetCouponAndOpenUrl,\n\tzeroPayUrl,\n\n\t// deviceInfo,\n\ths_wxPay_appId,\n\tpublic_orgId,\n\tappName,\n\tACompany,\n\tBCompany,\n appVerson,\n\tSetToken,\n queryVipCardMsgByCardNo,\n queryTdCCustSuggestForAPP,\n queryTdCCustSuggestDetail,\n\trequestSign,\n sayHi,\n\t\n\tuserLogin,\n\tuserLoginout,\n\tuseraboutUs,\n}\n","!function(a){\"use strict\";function b(a,b){var c=(65535&a)+(65535&b),d=(a>>16)+(b>>16)+(c>>16);return d<<16|65535&c}function c(a,b){return a<<b|a>>>32-b}function d(a,d,e,f,g,h){return b(c(b(b(d,a),b(f,h)),g),e)}function e(a,b,c,e,f,g,h){return d(b&c|~b&e,a,b,f,g,h)}function f(a,b,c,e,f,g,h){return d(b&e|c&~e,a,b,f,g,h)}function g(a,b,c,e,f,g,h){return d(b^c^e,a,b,f,g,h)}function h(a,b,c,e,f,g,h){return d(c^(b|~e),a,b,f,g,h)}function i(a,c){a[c>>5]|=128<<c%32,a[(c+64>>>9<<4)+14]=c;var d,i,j,k,l,m=1732584193,n=-271733879,o=-1732584194,p=271733878;for(d=0;d<a.length;d+=16)i=m,j=n,k=o,l=p,m=e(m,n,o,p,a[d],7,-680876936),p=e(p,m,n,o,a[d+1],12,-389564586),o=e(o,p,m,n,a[d+2],17,606105819),n=e(n,o,p,m,a[d+3],22,-1044525330),m=e(m,n,o,p,a[d+4],7,-176418897),p=e(p,m,n,o,a[d+5],12,1200080426),o=e(o,p,m,n,a[d+6],17,-1473231341),n=e(n,o,p,m,a[d+7],22,-45705983),m=e(m,n,o,p,a[d+8],7,1770035416),p=e(p,m,n,o,a[d+9],12,-1958414417),o=e(o,p,m,n,a[d+10],17,-42063),n=e(n,o,p,m,a[d+11],22,-1990404162),m=e(m,n,o,p,a[d+12],7,1804603682),p=e(p,m,n,o,a[d+13],12,-40341101),o=e(o,p,m,n,a[d+14],17,-1502002290),n=e(n,o,p,m,a[d+15],22,1236535329),m=f(m,n,o,p,a[d+1],5,-165796510),p=f(p,m,n,o,a[d+6],9,-1069501632),o=f(o,p,m,n,a[d+11],14,643717713),n=f(n,o,p,m,a[d],20,-373897302),m=f(m,n,o,p,a[d+5],5,-701558691),p=f(p,m,n,o,a[d+10],9,38016083),o=f(o,p,m,n,a[d+15],14,-660478335),n=f(n,o,p,m,a[d+4],20,-405537848),m=f(m,n,o,p,a[d+9],5,568446438),p=f(p,m,n,o,a[d+14],9,-1019803690),o=f(o,p,m,n,a[d+3],14,-187363961),n=f(n,o,p,m,a[d+8],20,1163531501),m=f(m,n,o,p,a[d+13],5,-1444681467),p=f(p,m,n,o,a[d+2],9,-51403784),o=f(o,p,m,n,a[d+7],14,1735328473),n=f(n,o,p,m,a[d+12],20,-1926607734),m=g(m,n,o,p,a[d+5],4,-378558),p=g(p,m,n,o,a[d+8],11,-2022574463),o=g(o,p,m,n,a[d+11],16,1839030562),n=g(n,o,p,m,a[d+14],23,-35309556),m=g(m,n,o,p,a[d+1],4,-1530992060),p=g(p,m,n,o,a[d+4],11,1272893353),o=g(o,p,m,n,a[d+7],16,-155497632),n=g(n,o,p,m,a[d+10],23,-1094730640),m=g(m,n,o,p,a[d+13],4,681279174),p=g(p,m,n,o,a[d],11,-358537222),o=g(o,p,m,n,a[d+3],16,-722521979),n=g(n,o,p,m,a[d+6],23,76029189),m=g(m,n,o,p,a[d+9],4,-640364487),p=g(p,m,n,o,a[d+12],11,-421815835),o=g(o,p,m,n,a[d+15],16,530742520),n=g(n,o,p,m,a[d+2],23,-995338651),m=h(m,n,o,p,a[d],6,-198630844),p=h(p,m,n,o,a[d+7],10,1126891415),o=h(o,p,m,n,a[d+14],15,-1416354905),n=h(n,o,p,m,a[d+5],21,-57434055),m=h(m,n,o,p,a[d+12],6,1700485571),p=h(p,m,n,o,a[d+3],10,-1894986606),o=h(o,p,m,n,a[d+10],15,-1051523),n=h(n,o,p,m,a[d+1],21,-2054922799),m=h(m,n,o,p,a[d+8],6,1873313359),p=h(p,m,n,o,a[d+15],10,-30611744),o=h(o,p,m,n,a[d+6],15,-1560198380),n=h(n,o,p,m,a[d+13],21,1309151649),m=h(m,n,o,p,a[d+4],6,-145523070),p=h(p,m,n,o,a[d+11],10,-1120210379),o=h(o,p,m,n,a[d+2],15,718787259),n=h(n,o,p,m,a[d+9],21,-343485551),m=b(m,i),n=b(n,j),o=b(o,k),p=b(p,l);return[m,n,o,p]}function j(a){var b,c=\"\";for(b=0;b<32*a.length;b+=8)c+=String.fromCharCode(a[b>>5]>>>b%32&255);return c}function k(a){var b,c=[];for(c[(a.length>>2)-1]=void 0,b=0;b<c.length;b+=1)c[b]=0;for(b=0;b<8*a.length;b+=8)c[b>>5]|=(255&a.charCodeAt(b/8))<<b%32;return c}function l(a){return j(i(k(a),8*a.length))}function m(a,b){var c,d,e=k(a),f=[],g=[];for(f[15]=g[15]=void 0,e.length>16&&(e=i(e,8*a.length)),c=0;16>c;c+=1)f[c]=909522486^e[c],g[c]=1549556828^e[c];return d=i(f.concat(k(b)),512+8*b.length),j(i(g.concat(d),640))}function n(a){var b,c,d=\"0123456789abcdef\",e=\"\";for(c=0;c<a.length;c+=1)b=a.charCodeAt(c),e+=d.charAt(b>>>4&15)+d.charAt(15&b);return e}function o(a){return unescape(encodeURIComponent(a))}function p(a){return l(o(a))}function q(a){return n(p(a))}function r(a,b){return m(o(a),o(b))}function s(a,b){return n(r(a,b))}function t(a,b,c){return b?c?r(b,a):s(b,a):c?p(a):q(a)}\"function\"==typeof define&&define.amd?define(function(){return t}):a.md5=t}(this);","\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\t\n\t\t}\n\t},\n\tcreated(){\n\t\tthis.popup = this.getParent()\n\t},\n\tmethods:{\n\t\t/**\n\t\t * 获取父元素实例\n\t\t */\n\t\tgetParent(name = 'uniPopup') {\n\t\t\tlet parent = this.$parent;\n\t\t\tlet parentName = parent.$options.name;\n\t\t\twhile (parentName !== name) {\n\t\t\t\tparent = parent.$parent;\n\t\t\t\tif (!parent) return false\n\t\t\t\tparentName = parent.$options.name;\n\t\t\t}\n\t\t\treturn parent;\n\t\t},\n\t}\n}\n","import en from './en.json'\nimport zhHans from './zh-Hans.json'\nimport zhHant from './zh-Hant.json'\nexport default {\n\ten,\n\t'zh-Hans': zhHans,\n\t'zh-Hant': zhHant\n}\n","/*!\n * Vue.js v2.6.11\n * (c) 2014-2022 Evan You\n * Released under the MIT License.\n */\n/* */\n\nvar emptyObject = Object.freeze({});\n\n// These helpers produce better VM code in JS engines due to their\n// explicitness and function inlining.\nfunction isUndef (v) {\n return v === undefined || v === null\n}\n\nfunction isDef (v) {\n return v !== undefined && v !== null\n}\n\nfunction isTrue (v) {\n return v === true\n}\n\nfunction isFalse (v) {\n return v === false\n}\n\n/**\n * Check if value is primitive.\n */\nfunction isPrimitive (value) {\n return (\n typeof value === 'string' ||\n typeof value === 'number' ||\n // $flow-disable-line\n typeof value === 'symbol' ||\n typeof value === 'boolean'\n )\n}\n\n/**\n * Quick object check - this is primarily used to tell\n * Objects from primitive values when we know the value\n * is a JSON-compliant type.\n */\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\n/**\n * Get the raw type string of a value, e.g., [object Object].\n */\nvar _toString = Object.prototype.toString;\n\nfunction toRawType (value) {\n return _toString.call(value).slice(8, -1)\n}\n\n/**\n * Strict object type check. Only returns true\n * for plain JavaScript objects.\n */\nfunction isPlainObject (obj) {\n return _toString.call(obj) === '[object Object]'\n}\n\nfunction isRegExp (v) {\n return _toString.call(v) === '[object RegExp]'\n}\n\n/**\n * Check if val is a valid array index.\n */\nfunction isValidArrayIndex (val) {\n var n = parseFloat(String(val));\n return n >= 0 && Math.floor(n) === n && isFinite(val)\n}\n\nfunction isPromise (val) {\n return (\n isDef(val) &&\n typeof val.then === 'function' &&\n typeof val.catch === 'function'\n )\n}\n\n/**\n * Convert a value to a string that is actually rendered.\n */\nfunction toString (val) {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n ? JSON.stringify(val, null, 2)\n : String(val)\n}\n\n/**\n * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\nfunction toNumber (val) {\n var n = parseFloat(val);\n return isNaN(n) ? val : n\n}\n\n/**\n * Make a map and return a function for checking if a key\n * is in that map.\n */\nfunction makeMap (\n str,\n expectsLowerCase\n) {\n var map = Object.create(null);\n var list = str.split(',');\n for (var i = 0; i < list.length; i++) {\n map[list[i]] = true;\n }\n return expectsLowerCase\n ? function (val) { return map[val.toLowerCase()]; }\n : function (val) { return map[val]; }\n}\n\n/**\n * Check if a tag is a built-in tag.\n */\nvar isBuiltInTag = makeMap('slot,component', true);\n\n/**\n * Check if an attribute is a reserved attribute.\n */\nvar isReservedAttribute = makeMap('key,ref,slot,slot-scope,is');\n\n/**\n * Remove an item from an array.\n */\nfunction remove (arr, item) {\n if (arr.length) {\n var index = arr.indexOf(item);\n if (index > -1) {\n return arr.splice(index, 1)\n }\n }\n}\n\n/**\n * Check whether an object has the property.\n */\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction hasOwn (obj, key) {\n return hasOwnProperty.call(obj, key)\n}\n\n/**\n * Create a cached version of a pure function.\n */\nfunction cached (fn) {\n var cache = Object.create(null);\n return (function cachedFn (str) {\n var hit = cache[str];\n return hit || (cache[str] = fn(str))\n })\n}\n\n/**\n * Camelize a hyphen-delimited string.\n */\nvar camelizeRE = /-(\\w)/g;\nvar camelize = cached(function (str) {\n return str.replace(camelizeRE, function (_, c) { return c ? c.toUpperCase() : ''; })\n});\n\n/**\n * Capitalize a string.\n */\nvar capitalize = cached(function (str) {\n return str.charAt(0).toUpperCase() + str.slice(1)\n});\n\n/**\n * Hyphenate a camelCase string.\n */\nvar hyphenateRE = /\\B([A-Z])/g;\nvar hyphenate = cached(function (str) {\n return str.replace(hyphenateRE, '-$1').toLowerCase()\n});\n\n/**\n * Simple bind polyfill for environments that do not support it,\n * e.g., PhantomJS 1.x. Technically, we don't need this anymore\n * since native bind is now performant enough in most browsers.\n * But removing it would mean breaking code that was able to run in\n * PhantomJS 1.x, so this must be kept for backward compatibility.\n */\n\n/* istanbul ignore next */\nfunction polyfillBind (fn, ctx) {\n function boundFn (a) {\n var l = arguments.length;\n return l\n ? l > 1\n ? fn.apply(ctx, arguments)\n : fn.call(ctx, a)\n : fn.call(ctx)\n }\n\n boundFn._length = fn.length;\n return boundFn\n}\n\nfunction nativeBind (fn, ctx) {\n return fn.bind(ctx)\n}\n\nvar bind = Function.prototype.bind\n ? nativeBind\n : polyfillBind;\n\n/**\n * Convert an Array-like object to a real Array.\n */\nfunction toArray (list, start) {\n start = start || 0;\n var i = list.length - start;\n var ret = new Array(i);\n while (i--) {\n ret[i] = list[i + start];\n }\n return ret\n}\n\n/**\n * Mix properties into target object.\n */\nfunction extend (to, _from) {\n for (var key in _from) {\n to[key] = _from[key];\n }\n return to\n}\n\n/**\n * Merge an Array of Objects into a single Object.\n */\nfunction toObject (arr) {\n var res = {};\n for (var i = 0; i < arr.length; i++) {\n if (arr[i]) {\n extend(res, arr[i]);\n }\n }\n return res\n}\n\n/* eslint-disable no-unused-vars */\n\n/**\n * Perform no operation.\n * Stubbing args to make Flow happy without leaving useless transpiled code\n * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/).\n */\nfunction noop (a, b, c) {}\n\n/**\n * Always return false.\n */\nvar no = function (a, b, c) { return false; };\n\n/* eslint-enable no-unused-vars */\n\n/**\n * Return the same value.\n */\nvar identity = function (_) { return _; };\n\n/**\n * Check if two values are loosely equal - that is,\n * if they are plain objects, do they have the same shape?\n */\nfunction looseEqual (a, b) {\n if (a === b) { return true }\n var isObjectA = isObject(a);\n var isObjectB = isObject(b);\n if (isObjectA && isObjectB) {\n try {\n var isArrayA = Array.isArray(a);\n var isArrayB = Array.isArray(b);\n if (isArrayA && isArrayB) {\n return a.length === b.length && a.every(function (e, i) {\n return looseEqual(e, b[i])\n })\n } else if (a instanceof Date && b instanceof Date) {\n return a.getTime() === b.getTime()\n } else if (!isArrayA && !isArrayB) {\n var keysA = Object.keys(a);\n var keysB = Object.keys(b);\n return keysA.length === keysB.length && keysA.every(function (key) {\n return looseEqual(a[key], b[key])\n })\n } else {\n /* istanbul ignore next */\n return false\n }\n } catch (e) {\n /* istanbul ignore next */\n return false\n }\n } else if (!isObjectA && !isObjectB) {\n return String(a) === String(b)\n } else {\n return false\n }\n}\n\n/**\n * Return the first index at which a loosely equal value can be\n * found in the array (if value is a plain object, the array must\n * contain an object of the same shape), or -1 if it is not present.\n */\nfunction looseIndexOf (arr, val) {\n for (var i = 0; i < arr.length; i++) {\n if (looseEqual(arr[i], val)) { return i }\n }\n return -1\n}\n\n/**\n * Ensure a function is called only once.\n */\nfunction once (fn) {\n var called = false;\n return function () {\n if (!called) {\n called = true;\n fn.apply(this, arguments);\n }\n }\n}\n\nvar ASSET_TYPES = [\n 'component',\n 'directive',\n 'filter'\n];\n\nvar LIFECYCLE_HOOKS = [\n 'beforeCreate',\n 'created',\n 'beforeMount',\n 'mounted',\n 'beforeUpdate',\n 'updated',\n 'beforeDestroy',\n 'destroyed',\n 'activated',\n 'deactivated',\n 'errorCaptured',\n 'serverPrefetch'\n];\n\n/* */\n\n\n\nvar config = ({\n /**\n * Option merge strategies (used in core/util/options)\n */\n // $flow-disable-line\n optionMergeStrategies: Object.create(null),\n\n /**\n * Whether to suppress warnings.\n */\n silent: false,\n\n /**\n * Show production mode tip message on boot?\n */\n productionTip: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to enable devtools\n */\n devtools: process.env.NODE_ENV !== 'production',\n\n /**\n * Whether to record perf\n */\n performance: false,\n\n /**\n * Error handler for watcher errors\n */\n errorHandler: null,\n\n /**\n * Warn handler for watcher warns\n */\n warnHandler: null,\n\n /**\n * Ignore certain custom elements\n */\n ignoredElements: [],\n\n /**\n * Custom user key aliases for v-on\n */\n // $flow-disable-line\n keyCodes: Object.create(null),\n\n /**\n * Check if a tag is reserved so that it cannot be registered as a\n * component. This is platform-dependent and may be overwritten.\n */\n isReservedTag: no,\n\n /**\n * Check if an attribute is reserved so that it cannot be used as a component\n * prop. This is platform-dependent and may be overwritten.\n */\n isReservedAttr: no,\n\n /**\n * Check if a tag is an unknown element.\n * Platform-dependent.\n */\n isUnknownElement: no,\n\n /**\n * Get the namespace of an element\n */\n getTagNamespace: noop,\n\n /**\n * Parse the real tag name for the specific platform.\n */\n parsePlatformTagName: identity,\n\n /**\n * Check if an attribute must be bound using property, e.g. value\n * Platform-dependent.\n */\n mustUseProp: no,\n\n /**\n * Perform updates asynchronously. Intended to be used by Vue Test Utils\n * This will significantly reduce performance if set to false.\n */\n async: true,\n\n /**\n * Exposed for legacy reasons\n */\n _lifecycleHooks: LIFECYCLE_HOOKS\n});\n\n/* */\n\n/**\n * unicode letters used for parsing html tags, component names and property paths.\n * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname\n * skipping \\u10000-\\uEFFFF due to it freezing up PhantomJS\n */\nvar unicodeRegExp = /a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;\n\n/**\n * Check if a string starts with $ or _\n */\nfunction isReserved (str) {\n var c = (str + '').charCodeAt(0);\n return c === 0x24 || c === 0x5F\n}\n\n/**\n * Define a property.\n */\nfunction def (obj, key, val, enumerable) {\n Object.defineProperty(obj, key, {\n value: val,\n enumerable: !!enumerable,\n writable: true,\n configurable: true\n });\n}\n\n/**\n * Parse simple path.\n */\nvar bailRE = new RegExp((\"[^\" + (unicodeRegExp.source) + \".$_\\\\d]\"));\nfunction parsePath (path) {\n if (bailRE.test(path)) {\n return\n }\n var segments = path.split('.');\n return function (obj) {\n for (var i = 0; i < segments.length; i++) {\n if (!obj) { return }\n obj = obj[segments[i]];\n }\n return obj\n }\n}\n\n/* */\n\n// can we use __proto__?\nvar hasProto = '__proto__' in {};\n\n// Browser environment sniffing\nvar inBrowser = typeof window !== 'undefined';\nvar inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;\nvar weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();\nvar UA = inBrowser && window.navigator.userAgent.toLowerCase();\nvar isIE = UA && /msie|trident/.test(UA);\nvar isIE9 = UA && UA.indexOf('msie 9.0') > 0;\nvar isEdge = UA && UA.indexOf('edge/') > 0;\nvar isAndroid = (UA && UA.indexOf('android') > 0) || (weexPlatform === 'android');\nvar isIOS = (UA && /iphone|ipad|ipod|ios/.test(UA)) || (weexPlatform === 'ios');\nvar isChrome = UA && /chrome\\/\\d+/.test(UA) && !isEdge;\nvar isPhantomJS = UA && /phantomjs/.test(UA);\nvar isFF = UA && UA.match(/firefox\\/(\\d+)/);\n\n// Firefox has a \"watch\" function on Object.prototype...\nvar nativeWatch = ({}).watch;\nif (inBrowser) {\n try {\n var opts = {};\n Object.defineProperty(opts, 'passive', ({\n get: function get () {\n }\n })); // https://github.com/facebook/flow/issues/285\n window.addEventListener('test-passive', null, opts);\n } catch (e) {}\n}\n\n// this needs to be lazy-evaled because vue may be required before\n// vue-server-renderer can set VUE_ENV\nvar _isServer;\nvar isServerRendering = function () {\n if (_isServer === undefined) {\n /* istanbul ignore if */\n if (!inBrowser && !inWeex && typeof global !== 'undefined') {\n // detect presence of vue-server-renderer and avoid\n // Webpack shimming the process\n _isServer = global['process'] && global['process'].env.VUE_ENV === 'server';\n } else {\n _isServer = false;\n }\n }\n return _isServer\n};\n\n// detect devtools\nvar devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\n/* istanbul ignore next */\nfunction isNative (Ctor) {\n return typeof Ctor === 'function' && /native code/.test(Ctor.toString())\n}\n\nvar hasSymbol =\n typeof Symbol !== 'undefined' && isNative(Symbol) &&\n typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys);\n\nvar _Set;\n/* istanbul ignore if */ // $flow-disable-line\nif (typeof Set !== 'undefined' && isNative(Set)) {\n // use native Set when available.\n _Set = Set;\n} else {\n // a non-standard Set polyfill that only works with primitive keys.\n _Set = /*@__PURE__*/(function () {\n function Set () {\n this.set = Object.create(null);\n }\n Set.prototype.has = function has (key) {\n return this.set[key] === true\n };\n Set.prototype.add = function add (key) {\n this.set[key] = true;\n };\n Set.prototype.clear = function clear () {\n this.set = Object.create(null);\n };\n\n return Set;\n }());\n}\n\n/* */\n\nvar warn = noop;\nvar tip = noop;\nvar generateComponentTrace = (noop); // work around flow check\nvar formatComponentName = (noop);\n\nif (process.env.NODE_ENV !== 'production') {\n var hasConsole = typeof console !== 'undefined';\n var classifyRE = /(?:^|[-_])(\\w)/g;\n var classify = function (str) { return str\n .replace(classifyRE, function (c) { return c.toUpperCase(); })\n .replace(/[-_]/g, ''); };\n\n warn = function (msg, vm) {\n var trace = vm ? generateComponentTrace(vm) : '';\n\n if (config.warnHandler) {\n config.warnHandler.call(null, msg, vm, trace);\n } else if (hasConsole && (!config.silent)) {\n console.error((\"[Vue warn]: \" + msg + trace));\n }\n };\n\n tip = function (msg, vm) {\n if (hasConsole && (!config.silent)) {\n console.warn(\"[Vue tip]: \" + msg + (\n vm ? generateComponentTrace(vm) : ''\n ));\n }\n };\n\n formatComponentName = function (vm, includeFile) {\n if (vm.$root === vm) {\n if (vm.$options && vm.$options.__file) { // fixed by xxxxxx\n return ('') + vm.$options.__file\n }\n return '<Root>'\n }\n var options = typeof vm === 'function' && vm.cid != null\n ? vm.options\n : vm._isVue\n ? vm.$options || vm.constructor.options\n : vm;\n var name = options.name || options._componentTag;\n var file = options.__file;\n if (!name && file) {\n var match = file.match(/([^/\\\\]+)\\.vue$/);\n name = match && match[1];\n }\n\n return (\n (name ? (\"<\" + (classify(name)) + \">\") : \"<Anonymous>\") +\n (file && includeFile !== false ? (\" at \" + file) : '')\n )\n };\n\n var repeat = function (str, n) {\n var res = '';\n while (n) {\n if (n % 2 === 1) { res += str; }\n if (n > 1) { str += str; }\n n >>= 1;\n }\n return res\n };\n\n generateComponentTrace = function (vm) {\n if (vm._isVue && vm.$parent) {\n var tree = [];\n var currentRecursiveSequence = 0;\n while (vm && vm.$options.name !== 'PageBody') {\n if (tree.length > 0) {\n var last = tree[tree.length - 1];\n if (last.constructor === vm.constructor) {\n currentRecursiveSequence++;\n vm = vm.$parent;\n continue\n } else if (currentRecursiveSequence > 0) {\n tree[tree.length - 1] = [last, currentRecursiveSequence];\n currentRecursiveSequence = 0;\n }\n }\n !vm.$options.isReserved && tree.push(vm);\n vm = vm.$parent;\n }\n return '\\n\\nfound in\\n\\n' + tree\n .map(function (vm, i) { return (\"\" + (i === 0 ? '---> ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n : formatComponentName(vm))); })\n .join('\\n')\n } else {\n return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n }\n };\n}\n\n/* */\n\nvar uid = 0;\n\n/**\n * A dep is an observable that can have multiple\n * directives subscribing to it.\n */\nvar Dep = function Dep () {\n this.id = uid++;\n this.subs = [];\n};\n\nDep.prototype.addSub = function addSub (sub) {\n this.subs.push(sub);\n};\n\nDep.prototype.removeSub = function removeSub (sub) {\n remove(this.subs, sub);\n};\n\nDep.prototype.depend = function depend () {\n if (Dep.SharedObject.target) {\n Dep.SharedObject.target.addDep(this);\n }\n};\n\nDep.prototype.notify = function notify () {\n // stabilize the subscriber list first\n var subs = this.subs.slice();\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n // subs aren't sorted in scheduler if not running async\n // we need to sort them now to make sure they fire in correct\n // order\n subs.sort(function (a, b) { return a.id - b.id; });\n }\n for (var i = 0, l = subs.length; i < l; i++) {\n subs[i].update();\n }\n};\n\n// The current target watcher being evaluated.\n// This is globally unique because only one watcher\n// can be evaluated at a time.\n// fixed by xxxxxx (nvue shared vuex)\n/* eslint-disable no-undef */\nDep.SharedObject = {};\nDep.SharedObject.target = null;\nDep.SharedObject.targetStack = [];\n\nfunction pushTarget (target) {\n Dep.SharedObject.targetStack.push(target);\n Dep.SharedObject.target = target;\n Dep.target = target;\n}\n\nfunction popTarget () {\n Dep.SharedObject.targetStack.pop();\n Dep.SharedObject.target = Dep.SharedObject.targetStack[Dep.SharedObject.targetStack.length - 1];\n Dep.target = Dep.SharedObject.target;\n}\n\n/* */\n\nvar VNode = function VNode (\n tag,\n data,\n children,\n text,\n elm,\n context,\n componentOptions,\n asyncFactory\n) {\n this.tag = tag;\n this.data = data;\n this.children = children;\n this.text = text;\n this.elm = elm;\n this.ns = undefined;\n this.context = context;\n this.fnContext = undefined;\n this.fnOptions = undefined;\n this.fnScopeId = undefined;\n this.key = data && data.key;\n this.componentOptions = componentOptions;\n this.componentInstance = undefined;\n this.parent = undefined;\n this.raw = false;\n this.isStatic = false;\n this.isRootInsert = true;\n this.isComment = false;\n this.isCloned = false;\n this.isOnce = false;\n this.asyncFactory = asyncFactory;\n this.asyncMeta = undefined;\n this.isAsyncPlaceholder = false;\n};\n\nvar prototypeAccessors = { child: { configurable: true } };\n\n// DEPRECATED: alias for componentInstance for backwards compat.\n/* istanbul ignore next */\nprototypeAccessors.child.get = function () {\n return this.componentInstance\n};\n\nObject.defineProperties( VNode.prototype, prototypeAccessors );\n\nvar createEmptyVNode = function (text) {\n if ( text === void 0 ) text = '';\n\n var node = new VNode();\n node.text = text;\n node.isComment = true;\n return node\n};\n\nfunction createTextVNode (val) {\n return new VNode(undefined, undefined, undefined, String(val))\n}\n\n// optimized shallow clone\n// used for static nodes and slot nodes because they may be reused across\n// multiple renders, cloning them avoids errors when DOM manipulations rely\n// on their elm reference.\nfunction cloneVNode (vnode) {\n var cloned = new VNode(\n vnode.tag,\n vnode.data,\n // #7975\n // clone children array to avoid mutating original in case of cloning\n // a child.\n vnode.children && vnode.children.slice(),\n vnode.text,\n vnode.elm,\n vnode.context,\n vnode.componentOptions,\n vnode.asyncFactory\n );\n cloned.ns = vnode.ns;\n cloned.isStatic = vnode.isStatic;\n cloned.key = vnode.key;\n cloned.isComment = vnode.isComment;\n cloned.fnContext = vnode.fnContext;\n cloned.fnOptions = vnode.fnOptions;\n cloned.fnScopeId = vnode.fnScopeId;\n cloned.asyncMeta = vnode.asyncMeta;\n cloned.isCloned = true;\n return cloned\n}\n\n/*\n * not type checking this file because flow doesn't play well with\n * dynamically accessing methods on Array prototype\n */\n\nvar arrayProto = Array.prototype;\nvar arrayMethods = Object.create(arrayProto);\n\nvar methodsToPatch = [\n 'push',\n 'pop',\n 'shift',\n 'unshift',\n 'splice',\n 'sort',\n 'reverse'\n];\n\n/**\n * Intercept mutating methods and emit events\n */\nmethodsToPatch.forEach(function (method) {\n // cache original method\n var original = arrayProto[method];\n def(arrayMethods, method, function mutator () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n var result = original.apply(this, args);\n var ob = this.__ob__;\n var inserted;\n switch (method) {\n case 'push':\n case 'unshift':\n inserted = args;\n break\n case 'splice':\n inserted = args.slice(2);\n break\n }\n if (inserted) { ob.observeArray(inserted); }\n // notify change\n ob.dep.notify();\n return result\n });\n});\n\n/* */\n\nvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\n/**\n * In some cases we may want to disable observation inside a component's\n * update computation.\n */\nvar shouldObserve = true;\n\nfunction toggleObserving (value) {\n shouldObserve = value;\n}\n\n/**\n * Observer class that is attached to each observed\n * object. Once attached, the observer converts the target\n * object's property keys into getter/setters that\n * collect dependencies and dispatch updates.\n */\nvar Observer = function Observer (value) {\n this.value = value;\n this.dep = new Dep();\n this.vmCount = 0;\n def(value, '__ob__', this);\n if (Array.isArray(value)) {\n if (hasProto) {\n {// fixed by xxxxxx 微信小程序使用 plugins 之后,数组方法被直接挂载到了数组对象上,需要执行 copyAugment 逻辑\n if(value.push !== value.__proto__.push){\n copyAugment(value, arrayMethods, arrayKeys);\n } else {\n protoAugment(value, arrayMethods);\n }\n }\n } else {\n copyAugment(value, arrayMethods, arrayKeys);\n }\n this.observeArray(value);\n } else {\n this.walk(value);\n }\n};\n\n/**\n * Walk through all properties and convert them into\n * getter/setters. This method should only be called when\n * value type is Object.\n */\nObserver.prototype.walk = function walk (obj) {\n var keys = Object.keys(obj);\n for (var i = 0; i < keys.length; i++) {\n defineReactive$$1(obj, keys[i]);\n }\n};\n\n/**\n * Observe a list of Array items.\n */\nObserver.prototype.observeArray = function observeArray (items) {\n for (var i = 0, l = items.length; i < l; i++) {\n observe(items[i]);\n }\n};\n\n// helpers\n\n/**\n * Augment a target Object or Array by intercepting\n * the prototype chain using __proto__\n */\nfunction protoAugment (target, src) {\n /* eslint-disable no-proto */\n target.__proto__ = src;\n /* eslint-enable no-proto */\n}\n\n/**\n * Augment a target Object or Array by defining\n * hidden properties.\n */\n/* istanbul ignore next */\nfunction copyAugment (target, src, keys) {\n for (var i = 0, l = keys.length; i < l; i++) {\n var key = keys[i];\n def(target, key, src[key]);\n }\n}\n\n/**\n * Attempt to create an observer instance for a value,\n * returns the new observer if successfully observed,\n * or the existing observer if the value already has one.\n */\nfunction observe (value, asRootData) {\n if (!isObject(value) || value instanceof VNode) {\n return\n }\n var ob;\n if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n ob = value.__ob__;\n } else if (\n shouldObserve &&\n !isServerRendering() &&\n (Array.isArray(value) || isPlainObject(value)) &&\n Object.isExtensible(value) &&\n !value._isVue\n ) {\n ob = new Observer(value);\n }\n if (asRootData && ob) {\n ob.vmCount++;\n }\n return ob\n}\n\n/**\n * Define a reactive property on an Object.\n */\nfunction defineReactive$$1 (\n obj,\n key,\n val,\n customSetter,\n shallow\n) {\n var dep = new Dep();\n\n var property = Object.getOwnPropertyDescriptor(obj, key);\n if (property && property.configurable === false) {\n return\n }\n\n // cater for pre-defined getter/setters\n var getter = property && property.get;\n var setter = property && property.set;\n if ((!getter || setter) && arguments.length === 2) {\n val = obj[key];\n }\n\n var childOb = !shallow && observe(val);\n Object.defineProperty(obj, key, {\n enumerable: true,\n configurable: true,\n get: function reactiveGetter () {\n var value = getter ? getter.call(obj) : val;\n if (Dep.SharedObject.target) { // fixed by xxxxxx\n dep.depend();\n if (childOb) {\n childOb.dep.depend();\n if (Array.isArray(value)) {\n dependArray(value);\n }\n }\n }\n return value\n },\n set: function reactiveSetter (newVal) {\n var value = getter ? getter.call(obj) : val;\n /* eslint-disable no-self-compare */\n if (newVal === value || (newVal !== newVal && value !== value)) {\n return\n }\n /* eslint-enable no-self-compare */\n if (process.env.NODE_ENV !== 'production' && customSetter) {\n customSetter();\n }\n // #7981: for accessor properties without setter\n if (getter && !setter) { return }\n if (setter) {\n setter.call(obj, newVal);\n } else {\n val = newVal;\n }\n childOb = !shallow && observe(newVal);\n dep.notify();\n }\n });\n}\n\n/**\n * Set a property on an object. Adds the new property and\n * triggers change notification if the property doesn't\n * already exist.\n */\nfunction set (target, key, val) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot set reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.length = Math.max(target.length, key);\n target.splice(key, 1, val);\n return val\n }\n if (key in target && !(key in Object.prototype)) {\n target[key] = val;\n return val\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n 'at runtime - declare it upfront in the data option.'\n );\n return val\n }\n if (!ob) {\n target[key] = val;\n return val\n }\n defineReactive$$1(ob.value, key, val);\n ob.dep.notify();\n return val\n}\n\n/**\n * Delete a property and trigger change if necessary.\n */\nfunction del (target, key) {\n if (process.env.NODE_ENV !== 'production' &&\n (isUndef(target) || isPrimitive(target))\n ) {\n warn((\"Cannot delete reactive property on undefined, null, or primitive value: \" + ((target))));\n }\n if (Array.isArray(target) && isValidArrayIndex(key)) {\n target.splice(key, 1);\n return\n }\n var ob = (target).__ob__;\n if (target._isVue || (ob && ob.vmCount)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'Avoid deleting properties on a Vue instance or its root $data ' +\n '- just set it to null.'\n );\n return\n }\n if (!hasOwn(target, key)) {\n return\n }\n delete target[key];\n if (!ob) {\n return\n }\n ob.dep.notify();\n}\n\n/**\n * Collect dependencies on array elements when the array is touched, since\n * we cannot intercept array element access like property getters.\n */\nfunction dependArray (value) {\n for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n e = value[i];\n e && e.__ob__ && e.__ob__.dep.depend();\n if (Array.isArray(e)) {\n dependArray(e);\n }\n }\n}\n\n/* */\n\n/**\n * Option overwriting strategies are functions that handle\n * how to merge a parent option value and a child option\n * value into the final value.\n */\nvar strats = config.optionMergeStrategies;\n\n/**\n * Options with restrictions\n */\nif (process.env.NODE_ENV !== 'production') {\n strats.el = strats.propsData = function (parent, child, vm, key) {\n if (!vm) {\n warn(\n \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n 'creation with the `new` keyword.'\n );\n }\n return defaultStrat(parent, child)\n };\n}\n\n/**\n * Helper that recursively merges two data objects together.\n */\nfunction mergeData (to, from) {\n if (!from) { return to }\n var key, toVal, fromVal;\n\n var keys = hasSymbol\n ? Reflect.ownKeys(from)\n : Object.keys(from);\n\n for (var i = 0; i < keys.length; i++) {\n key = keys[i];\n // in case the object is already observed...\n if (key === '__ob__') { continue }\n toVal = to[key];\n fromVal = from[key];\n if (!hasOwn(to, key)) {\n set(to, key, fromVal);\n } else if (\n toVal !== fromVal &&\n isPlainObject(toVal) &&\n isPlainObject(fromVal)\n ) {\n mergeData(toVal, fromVal);\n }\n }\n return to\n}\n\n/**\n * Data\n */\nfunction mergeDataOrFn (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n // in a Vue.extend merge, both should be functions\n if (!childVal) {\n return parentVal\n }\n if (!parentVal) {\n return childVal\n }\n // when parentVal & childVal are both present,\n // we need to return a function that returns the\n // merged result of both functions... no need to\n // check if parentVal is a function here because\n // it has to be a function to pass previous merges.\n return function mergedDataFn () {\n return mergeData(\n typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n )\n }\n } else {\n return function mergedInstanceDataFn () {\n // instance merge\n var instanceData = typeof childVal === 'function'\n ? childVal.call(vm, vm)\n : childVal;\n var defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm, vm)\n : parentVal;\n if (instanceData) {\n return mergeData(instanceData, defaultData)\n } else {\n return defaultData\n }\n }\n }\n}\n\nstrats.data = function (\n parentVal,\n childVal,\n vm\n) {\n if (!vm) {\n if (childVal && typeof childVal !== 'function') {\n process.env.NODE_ENV !== 'production' && warn(\n 'The \"data\" option should be a function ' +\n 'that returns a per-instance value in component ' +\n 'definitions.',\n vm\n );\n\n return parentVal\n }\n return mergeDataOrFn(parentVal, childVal)\n }\n\n return mergeDataOrFn(parentVal, childVal, vm)\n};\n\n/**\n * Hooks and props are merged as arrays.\n */\nfunction mergeHook (\n parentVal,\n childVal\n) {\n var res = childVal\n ? parentVal\n ? parentVal.concat(childVal)\n : Array.isArray(childVal)\n ? childVal\n : [childVal]\n : parentVal;\n return res\n ? dedupeHooks(res)\n : res\n}\n\nfunction dedupeHooks (hooks) {\n var res = [];\n for (var i = 0; i < hooks.length; i++) {\n if (res.indexOf(hooks[i]) === -1) {\n res.push(hooks[i]);\n }\n }\n return res\n}\n\nLIFECYCLE_HOOKS.forEach(function (hook) {\n strats[hook] = mergeHook;\n});\n\n/**\n * Assets\n *\n * When a vm is present (instance creation), we need to do\n * a three-way merge between constructor options, instance\n * options and parent options.\n */\nfunction mergeAssets (\n parentVal,\n childVal,\n vm,\n key\n) {\n var res = Object.create(parentVal || null);\n if (childVal) {\n process.env.NODE_ENV !== 'production' && assertObjectType(key, childVal, vm);\n return extend(res, childVal)\n } else {\n return res\n }\n}\n\nASSET_TYPES.forEach(function (type) {\n strats[type + 's'] = mergeAssets;\n});\n\n/**\n * Watchers.\n *\n * Watchers hashes should not overwrite one\n * another, so we merge them as arrays.\n */\nstrats.watch = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n // work around Firefox's Object.prototype.watch...\n if (parentVal === nativeWatch) { parentVal = undefined; }\n if (childVal === nativeWatch) { childVal = undefined; }\n /* istanbul ignore if */\n if (!childVal) { return Object.create(parentVal || null) }\n if (process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = {};\n extend(ret, parentVal);\n for (var key$1 in childVal) {\n var parent = ret[key$1];\n var child = childVal[key$1];\n if (parent && !Array.isArray(parent)) {\n parent = [parent];\n }\n ret[key$1] = parent\n ? parent.concat(child)\n : Array.isArray(child) ? child : [child];\n }\n return ret\n};\n\n/**\n * Other object hashes.\n */\nstrats.props =\nstrats.methods =\nstrats.inject =\nstrats.computed = function (\n parentVal,\n childVal,\n vm,\n key\n) {\n if (childVal && process.env.NODE_ENV !== 'production') {\n assertObjectType(key, childVal, vm);\n }\n if (!parentVal) { return childVal }\n var ret = Object.create(null);\n extend(ret, parentVal);\n if (childVal) { extend(ret, childVal); }\n return ret\n};\nstrats.provide = mergeDataOrFn;\n\n/**\n * Default strategy.\n */\nvar defaultStrat = function (parentVal, childVal) {\n return childVal === undefined\n ? parentVal\n : childVal\n};\n\n/**\n * Validate component names\n */\nfunction checkComponents (options) {\n for (var key in options.components) {\n validateComponentName(key);\n }\n}\n\nfunction validateComponentName (name) {\n if (!new RegExp((\"^[a-zA-Z][\\\\-\\\\.0-9_\" + (unicodeRegExp.source) + \"]*$\")).test(name)) {\n warn(\n 'Invalid component name: \"' + name + '\". Component names ' +\n 'should conform to valid custom element name in html5 specification.'\n );\n }\n if (isBuiltInTag(name) || config.isReservedTag(name)) {\n warn(\n 'Do not use built-in or reserved HTML elements as component ' +\n 'id: ' + name\n );\n }\n}\n\n/**\n * Ensure all props option syntax are normalized into the\n * Object-based format.\n */\nfunction normalizeProps (options, vm) {\n var props = options.props;\n if (!props) { return }\n var res = {};\n var i, val, name;\n if (Array.isArray(props)) {\n i = props.length;\n while (i--) {\n val = props[i];\n if (typeof val === 'string') {\n name = camelize(val);\n res[name] = { type: null };\n } else if (process.env.NODE_ENV !== 'production') {\n warn('props must be strings when using array syntax.');\n }\n }\n } else if (isPlainObject(props)) {\n for (var key in props) {\n val = props[key];\n name = camelize(key);\n res[name] = isPlainObject(val)\n ? val\n : { type: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(props)) + \".\",\n vm\n );\n }\n options.props = res;\n}\n\n/**\n * Normalize all injections into Object-based format\n */\nfunction normalizeInject (options, vm) {\n var inject = options.inject;\n if (!inject) { return }\n var normalized = options.inject = {};\n if (Array.isArray(inject)) {\n for (var i = 0; i < inject.length; i++) {\n normalized[inject[i]] = { from: inject[i] };\n }\n } else if (isPlainObject(inject)) {\n for (var key in inject) {\n var val = inject[key];\n normalized[key] = isPlainObject(val)\n ? extend({ from: key }, val)\n : { from: val };\n }\n } else if (process.env.NODE_ENV !== 'production') {\n warn(\n \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n \"but got \" + (toRawType(inject)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Normalize raw function directives into object format.\n */\nfunction normalizeDirectives (options) {\n var dirs = options.directives;\n if (dirs) {\n for (var key in dirs) {\n var def$$1 = dirs[key];\n if (typeof def$$1 === 'function') {\n dirs[key] = { bind: def$$1, update: def$$1 };\n }\n }\n }\n}\n\nfunction assertObjectType (name, value, vm) {\n if (!isPlainObject(value)) {\n warn(\n \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n \"but got \" + (toRawType(value)) + \".\",\n vm\n );\n }\n}\n\n/**\n * Merge two option objects into a new one.\n * Core utility used in both instantiation and inheritance.\n */\nfunction mergeOptions (\n parent,\n child,\n vm\n) {\n if (process.env.NODE_ENV !== 'production') {\n checkComponents(child);\n }\n\n if (typeof child === 'function') {\n child = child.options;\n }\n\n normalizeProps(child, vm);\n normalizeInject(child, vm);\n normalizeDirectives(child);\n\n // Apply extends and mixins on the child options,\n // but only if it is a raw options object that isn't\n // the result of another mergeOptions call.\n // Only merged options has the _base property.\n if (!child._base) {\n if (child.extends) {\n parent = mergeOptions(parent, child.extends, vm);\n }\n if (child.mixins) {\n for (var i = 0, l = child.mixins.length; i < l; i++) {\n parent = mergeOptions(parent, child.mixins[i], vm);\n }\n }\n }\n\n var options = {};\n var key;\n for (key in parent) {\n mergeField(key);\n }\n for (key in child) {\n if (!hasOwn(parent, key)) {\n mergeField(key);\n }\n }\n function mergeField (key) {\n var strat = strats[key] || defaultStrat;\n options[key] = strat(parent[key], child[key], vm, key);\n }\n return options\n}\n\n/**\n * Resolve an asset.\n * This function is used because child instances need access\n * to assets defined in its ancestor chain.\n */\nfunction resolveAsset (\n options,\n type,\n id,\n warnMissing\n) {\n /* istanbul ignore if */\n if (typeof id !== 'string') {\n return\n }\n var assets = options[type];\n // check local registration variations first\n if (hasOwn(assets, id)) { return assets[id] }\n var camelizedId = camelize(id);\n if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n var PascalCaseId = capitalize(camelizedId);\n if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n // fallback to prototype chain\n var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n if (process.env.NODE_ENV !== 'production' && warnMissing && !res) {\n warn(\n 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n options\n );\n }\n return res\n}\n\n/* */\n\n\n\nfunction validateProp (\n key,\n propOptions,\n propsData,\n vm\n) {\n var prop = propOptions[key];\n var absent = !hasOwn(propsData, key);\n var value = propsData[key];\n // boolean casting\n var booleanIndex = getTypeIndex(Boolean, prop.type);\n if (booleanIndex > -1) {\n if (absent && !hasOwn(prop, 'default')) {\n value = false;\n } else if (value === '' || value === hyphenate(key)) {\n // only cast empty string / same name to boolean if\n // boolean has higher priority\n var stringIndex = getTypeIndex(String, prop.type);\n if (stringIndex < 0 || booleanIndex < stringIndex) {\n value = true;\n }\n }\n }\n // check default value\n if (value === undefined) {\n value = getPropDefaultValue(vm, prop, key);\n // since the default value is a fresh copy,\n // make sure to observe it.\n var prevShouldObserve = shouldObserve;\n toggleObserving(true);\n observe(value);\n toggleObserving(prevShouldObserve);\n }\n if (\n process.env.NODE_ENV !== 'production' &&\n // skip validation for weex recycle-list child component props\n !(false)\n ) {\n assertProp(prop, key, value, vm, absent);\n }\n return value\n}\n\n/**\n * Get the default value of a prop.\n */\nfunction getPropDefaultValue (vm, prop, key) {\n // no default, return undefined\n if (!hasOwn(prop, 'default')) {\n return undefined\n }\n var def = prop.default;\n // warn against non-factory defaults for Object & Array\n if (process.env.NODE_ENV !== 'production' && isObject(def)) {\n warn(\n 'Invalid default value for prop \"' + key + '\": ' +\n 'Props with type Object/Array must use a factory function ' +\n 'to return the default value.',\n vm\n );\n }\n // the raw prop value was also undefined from previous render,\n // return previous default value to avoid unnecessary watcher trigger\n if (vm && vm.$options.propsData &&\n vm.$options.propsData[key] === undefined &&\n vm._props[key] !== undefined\n ) {\n return vm._props[key]\n }\n // call factory function for non-Function types\n // a value is Function if its prototype is function even across different execution context\n return typeof def === 'function' && getType(prop.type) !== 'Function'\n ? def.call(vm)\n : def\n}\n\n/**\n * Assert whether a prop is valid.\n */\nfunction assertProp (\n prop,\n name,\n value,\n vm,\n absent\n) {\n if (prop.required && absent) {\n warn(\n 'Missing required prop: \"' + name + '\"',\n vm\n );\n return\n }\n if (value == null && !prop.required) {\n return\n }\n var type = prop.type;\n var valid = !type || type === true;\n var expectedTypes = [];\n if (type) {\n if (!Array.isArray(type)) {\n type = [type];\n }\n for (var i = 0; i < type.length && !valid; i++) {\n var assertedType = assertType(value, type[i]);\n expectedTypes.push(assertedType.expectedType || '');\n valid = assertedType.valid;\n }\n }\n\n if (!valid) {\n warn(\n getInvalidTypeMessage(name, value, expectedTypes),\n vm\n );\n return\n }\n var validator = prop.validator;\n if (validator) {\n if (!validator(value)) {\n warn(\n 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n vm\n );\n }\n }\n}\n\nvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\nfunction assertType (value, type) {\n var valid;\n var expectedType = getType(type);\n if (simpleCheckRE.test(expectedType)) {\n var t = typeof value;\n valid = t === expectedType.toLowerCase();\n // for primitive wrapper objects\n if (!valid && t === 'object') {\n valid = value instanceof type;\n }\n } else if (expectedType === 'Object') {\n valid = isPlainObject(value);\n } else if (expectedType === 'Array') {\n valid = Array.isArray(value);\n } else {\n valid = value instanceof type;\n }\n return {\n valid: valid,\n expectedType: expectedType\n }\n}\n\n/**\n * Use function string name to check built-in types,\n * because a simple equality check will fail when running\n * across different vms / iframes.\n */\nfunction getType (fn) {\n var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n return match ? match[1] : ''\n}\n\nfunction isSameType (a, b) {\n return getType(a) === getType(b)\n}\n\nfunction getTypeIndex (type, expectedTypes) {\n if (!Array.isArray(expectedTypes)) {\n return isSameType(expectedTypes, type) ? 0 : -1\n }\n for (var i = 0, len = expectedTypes.length; i < len; i++) {\n if (isSameType(expectedTypes[i], type)) {\n return i\n }\n }\n return -1\n}\n\nfunction getInvalidTypeMessage (name, value, expectedTypes) {\n var message = \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n \" Expected \" + (expectedTypes.map(capitalize).join(', '));\n var expectedType = expectedTypes[0];\n var receivedType = toRawType(value);\n var expectedValue = styleValue(value, expectedType);\n var receivedValue = styleValue(value, receivedType);\n // check if we need to specify expected value\n if (expectedTypes.length === 1 &&\n isExplicable(expectedType) &&\n !isBoolean(expectedType, receivedType)) {\n message += \" with value \" + expectedValue;\n }\n message += \", got \" + receivedType + \" \";\n // check if we need to specify received value\n if (isExplicable(receivedType)) {\n message += \"with value \" + receivedValue + \".\";\n }\n return message\n}\n\nfunction styleValue (value, type) {\n if (type === 'String') {\n return (\"\\\"\" + value + \"\\\"\")\n } else if (type === 'Number') {\n return (\"\" + (Number(value)))\n } else {\n return (\"\" + value)\n }\n}\n\nfunction isExplicable (value) {\n var explicitTypes = ['string', 'number', 'boolean'];\n return explicitTypes.some(function (elem) { return value.toLowerCase() === elem; })\n}\n\nfunction isBoolean () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n return args.some(function (elem) { return elem.toLowerCase() === 'boolean'; })\n}\n\n/* */\n\nfunction handleError (err, vm, info) {\n // Deactivate deps tracking while processing error handler to avoid possible infinite rendering.\n // See: https://github.com/vuejs/vuex/issues/1505\n pushTarget();\n try {\n if (vm) {\n var cur = vm;\n while ((cur = cur.$parent)) {\n var hooks = cur.$options.errorCaptured;\n if (hooks) {\n for (var i = 0; i < hooks.length; i++) {\n try {\n var capture = hooks[i].call(cur, err, vm, info) === false;\n if (capture) { return }\n } catch (e) {\n globalHandleError(e, cur, 'errorCaptured hook');\n }\n }\n }\n }\n }\n globalHandleError(err, vm, info);\n } finally {\n popTarget();\n }\n}\n\nfunction invokeWithErrorHandling (\n handler,\n context,\n args,\n vm,\n info\n) {\n var res;\n try {\n res = args ? handler.apply(context, args) : handler.call(context);\n if (res && !res._isVue && isPromise(res) && !res._handled) {\n res.catch(function (e) { return handleError(e, vm, info + \" (Promise/async)\"); });\n // issue #9511\n // avoid catch triggering multiple times when nested calls\n res._handled = true;\n }\n } catch (e) {\n handleError(e, vm, info);\n }\n return res\n}\n\nfunction globalHandleError (err, vm, info) {\n if (config.errorHandler) {\n try {\n return config.errorHandler.call(null, err, vm, info)\n } catch (e) {\n // if the user intentionally throws the original error in the handler,\n // do not log it twice\n if (e !== err) {\n logError(e, null, 'config.errorHandler');\n }\n }\n }\n logError(err, vm, info);\n}\n\nfunction logError (err, vm, info) {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n }\n /* istanbul ignore else */\n if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n console.error(err);\n } else {\n throw err\n }\n}\n\n/* */\n\nvar callbacks = [];\nvar pending = false;\n\nfunction flushCallbacks () {\n pending = false;\n var copies = callbacks.slice(0);\n callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n}\n\n// Here we have async deferring wrappers using microtasks.\n// In 2.5 we used (macro) tasks (in combination with microtasks).\n// However, it has subtle problems when state is changed right before repaint\n// (e.g. #6813, out-in transitions).\n// Also, using (macro) tasks in event handler would cause some weird behaviors\n// that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109).\n// So we now use microtasks everywhere, again.\n// A major drawback of this tradeoff is that there are some scenarios\n// where microtasks have too high a priority and fire in between supposedly\n// sequential events (e.g. #4521, #6690, which have workarounds)\n// or even between bubbling of the same event (#6566).\nvar timerFunc;\n\n// The nextTick behavior leverages the microtask queue, which can be accessed\n// via either native Promise.then or MutationObserver.\n// MutationObserver has wider support, however it is seriously bugged in\n// UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It\n// completely stops working after triggering a few times... so, if native\n// Promise is available, we will use it:\n/* istanbul ignore next, $flow-disable-line */\nif (typeof Promise !== 'undefined' && isNative(Promise)) {\n var p = Promise.resolve();\n timerFunc = function () {\n p.then(flushCallbacks);\n // In problematic UIWebViews, Promise.then doesn't completely break, but\n // it can get stuck in a weird state where callbacks are pushed into the\n // microtask queue but the queue isn't being flushed, until the browser\n // needs to do some other work, e.g. handle a timer. Therefore we can\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) { setTimeout(noop); }\n };\n} else if (!isIE && typeof MutationObserver !== 'undefined' && (\n isNative(MutationObserver) ||\n // PhantomJS and iOS 7.x\n MutationObserver.toString() === '[object MutationObserverConstructor]'\n)) {\n // Use MutationObserver where native Promise is not available,\n // e.g. PhantomJS, iOS7, Android 4.4\n // (#6466 MutationObserver is unreliable in IE11)\n var counter = 1;\n var observer = new MutationObserver(flushCallbacks);\n var textNode = document.createTextNode(String(counter));\n observer.observe(textNode, {\n characterData: true\n });\n timerFunc = function () {\n counter = (counter + 1) % 2;\n textNode.data = String(counter);\n };\n} else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n // Fallback to setImmediate.\n // Technically it leverages the (macro) task queue,\n // but it is still a better choice than setTimeout.\n timerFunc = function () {\n setImmediate(flushCallbacks);\n };\n} else {\n // Fallback to setTimeout.\n timerFunc = function () {\n setTimeout(flushCallbacks, 0);\n };\n}\n\nfunction nextTick (cb, ctx) {\n var _resolve;\n callbacks.push(function () {\n if (cb) {\n try {\n cb.call(ctx);\n } catch (e) {\n handleError(e, ctx, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(ctx);\n }\n });\n if (!pending) {\n pending = true;\n timerFunc();\n }\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\n/* not type checking this file because flow doesn't play well with Proxy */\n\nvar initProxy;\n\nif (process.env.NODE_ENV !== 'production') {\n var allowedGlobals = makeMap(\n 'Infinity,undefined,NaN,isFinite,isNaN,' +\n 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n 'require' // for Webpack/Browserify\n );\n\n var warnNonPresent = function (target, key) {\n warn(\n \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n 'referenced during render. Make sure that this property is reactive, ' +\n 'either in the data option, or for class-based components, by ' +\n 'initializing the property. ' +\n 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n target\n );\n };\n\n var warnReservedPrefix = function (target, key) {\n warn(\n \"Property \\\"\" + key + \"\\\" must be accessed with \\\"$data.\" + key + \"\\\" because \" +\n 'properties starting with \"$\" or \"_\" are not proxied in the Vue instance to ' +\n 'prevent conflicts with Vue internals. ' +\n 'See: https://vuejs.org/v2/api/#data',\n target\n );\n };\n\n var hasProxy =\n typeof Proxy !== 'undefined' && isNative(Proxy);\n\n if (hasProxy) {\n var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n config.keyCodes = new Proxy(config.keyCodes, {\n set: function set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n return false\n } else {\n target[key] = value;\n return true\n }\n }\n });\n }\n\n var hasHandler = {\n has: function has (target, key) {\n var has = key in target;\n var isAllowed = allowedGlobals(key) ||\n (typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data));\n if (!has && !isAllowed) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return has || !isAllowed\n }\n };\n\n var getHandler = {\n get: function get (target, key) {\n if (typeof key === 'string' && !(key in target)) {\n if (key in target.$data) { warnReservedPrefix(target, key); }\n else { warnNonPresent(target, key); }\n }\n return target[key]\n }\n };\n\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n var options = vm.$options;\n var handlers = options.render && options.render._withStripped\n ? getHandler\n : hasHandler;\n vm._renderProxy = new Proxy(vm, handlers);\n } else {\n vm._renderProxy = vm;\n }\n };\n}\n\n/* */\n\nvar seenObjects = new _Set();\n\n/**\n * Recursively traverse an object to evoke all converted\n * getters, so that every nested property inside the object\n * is collected as a \"deep\" dependency.\n */\nfunction traverse (val) {\n _traverse(val, seenObjects);\n seenObjects.clear();\n}\n\nfunction _traverse (val, seen) {\n var i, keys;\n var isA = Array.isArray(val);\n if ((!isA && !isObject(val)) || Object.isFrozen(val) || val instanceof VNode) {\n return\n }\n if (val.__ob__) {\n var depId = val.__ob__.dep.id;\n if (seen.has(depId)) {\n return\n }\n seen.add(depId);\n }\n if (isA) {\n i = val.length;\n while (i--) { _traverse(val[i], seen); }\n } else {\n keys = Object.keys(val);\n i = keys.length;\n while (i--) { _traverse(val[keys[i]], seen); }\n }\n}\n\nvar mark;\nvar measure;\n\nif (process.env.NODE_ENV !== 'production') {\n var perf = inBrowser && window.performance;\n /* istanbul ignore if */\n if (\n perf &&\n perf.mark &&\n perf.measure &&\n perf.clearMarks &&\n perf.clearMeasures\n ) {\n mark = function (tag) { return perf.mark(tag); };\n measure = function (name, startTag, endTag) {\n perf.measure(name, startTag, endTag);\n perf.clearMarks(startTag);\n perf.clearMarks(endTag);\n // perf.clearMeasures(name)\n };\n }\n}\n\n/* */\n\nvar normalizeEvent = cached(function (name) {\n var passive = name.charAt(0) === '&';\n name = passive ? name.slice(1) : name;\n var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n name = once$$1 ? name.slice(1) : name;\n var capture = name.charAt(0) === '!';\n name = capture ? name.slice(1) : name;\n return {\n name: name,\n once: once$$1,\n capture: capture,\n passive: passive\n }\n});\n\nfunction createFnInvoker (fns, vm) {\n function invoker () {\n var arguments$1 = arguments;\n\n var fns = invoker.fns;\n if (Array.isArray(fns)) {\n var cloned = fns.slice();\n for (var i = 0; i < cloned.length; i++) {\n invokeWithErrorHandling(cloned[i], null, arguments$1, vm, \"v-on handler\");\n }\n } else {\n // return handler return value for single handlers\n return invokeWithErrorHandling(fns, null, arguments, vm, \"v-on handler\")\n }\n }\n invoker.fns = fns;\n return invoker\n}\n\nfunction updateListeners (\n on,\n oldOn,\n add,\n remove$$1,\n createOnceHandler,\n vm\n) {\n var name, def$$1, cur, old, event;\n for (name in on) {\n def$$1 = cur = on[name];\n old = oldOn[name];\n event = normalizeEvent(name);\n if (isUndef(cur)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n vm\n );\n } else if (isUndef(old)) {\n if (isUndef(cur.fns)) {\n cur = on[name] = createFnInvoker(cur, vm);\n }\n if (isTrue(event.once)) {\n cur = on[name] = createOnceHandler(event.name, cur, event.capture);\n }\n add(event.name, cur, event.capture, event.passive, event.params);\n } else if (cur !== old) {\n old.fns = cur;\n on[name] = old;\n }\n }\n for (name in oldOn) {\n if (isUndef(on[name])) {\n event = normalizeEvent(name);\n remove$$1(event.name, oldOn[name], event.capture);\n }\n }\n}\n\n/* */\n\n/* */\n\n// fixed by xxxxxx (mp properties)\nfunction extractPropertiesFromVNodeData(data, Ctor, res, context) {\n var propOptions = Ctor.options.mpOptions && Ctor.options.mpOptions.properties;\n if (isUndef(propOptions)) {\n return res\n }\n var externalClasses = Ctor.options.mpOptions.externalClasses || [];\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n var result = checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n // externalClass\n if (\n result &&\n res[key] &&\n externalClasses.indexOf(altKey) !== -1 &&\n context[camelize(res[key])]\n ) {\n // 赋值 externalClass 真正的值(模板里 externalClass 的值可能是字符串)\n res[key] = context[camelize(res[key])];\n }\n }\n }\n return res\n}\n\nfunction extractPropsFromVNodeData (\n data,\n Ctor,\n tag,\n context// fixed by xxxxxx\n) {\n // we are only extracting raw values here.\n // validation and default values are handled in the child\n // component itself.\n var propOptions = Ctor.options.props;\n if (isUndef(propOptions)) {\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, {}, context)\n }\n var res = {};\n var attrs = data.attrs;\n var props = data.props;\n if (isDef(attrs) || isDef(props)) {\n for (var key in propOptions) {\n var altKey = hyphenate(key);\n if (process.env.NODE_ENV !== 'production') {\n var keyInLowerCase = key.toLowerCase();\n if (\n key !== keyInLowerCase &&\n attrs && hasOwn(attrs, keyInLowerCase)\n ) {\n tip(\n \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n \" \\\"\" + key + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and camelCased \" +\n \"props need to use their kebab-case equivalents when using in-DOM \" +\n \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n );\n }\n }\n checkProp(res, props, key, altKey, true) ||\n checkProp(res, attrs, key, altKey, false);\n }\n }\n // fixed by xxxxxx\n return extractPropertiesFromVNodeData(data, Ctor, res, context)\n}\n\nfunction checkProp (\n res,\n hash,\n key,\n altKey,\n preserve\n) {\n if (isDef(hash)) {\n if (hasOwn(hash, key)) {\n res[key] = hash[key];\n if (!preserve) {\n delete hash[key];\n }\n return true\n } else if (hasOwn(hash, altKey)) {\n res[key] = hash[altKey];\n if (!preserve) {\n delete hash[altKey];\n }\n return true\n }\n }\n return false\n}\n\n/* */\n\n// The template compiler attempts to minimize the need for normalization by\n// statically analyzing the template at compile time.\n//\n// For plain HTML markup, normalization can be completely skipped because the\n// generated render function is guaranteed to return Array<VNode>. There are\n// two cases where extra normalization is needed:\n\n// 1. When the children contains components - because a functional component\n// may return an Array instead of a single root. In this case, just a simple\n// normalization is needed - if any child is an Array, we flatten the whole\n// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n// because functional components already normalize their own children.\nfunction simpleNormalizeChildren (children) {\n for (var i = 0; i < children.length; i++) {\n if (Array.isArray(children[i])) {\n return Array.prototype.concat.apply([], children)\n }\n }\n return children\n}\n\n// 2. When the children contains constructs that always generated nested Arrays,\n// e.g. <template>, <slot>, v-for, or when the children is provided by user\n// with hand-written render functions / JSX. In such cases a full normalization\n// is needed to cater to all possible types of children values.\nfunction normalizeChildren (children) {\n return isPrimitive(children)\n ? [createTextVNode(children)]\n : Array.isArray(children)\n ? normalizeArrayChildren(children)\n : undefined\n}\n\nfunction isTextNode (node) {\n return isDef(node) && isDef(node.text) && isFalse(node.isComment)\n}\n\nfunction normalizeArrayChildren (children, nestedIndex) {\n var res = [];\n var i, c, lastIndex, last;\n for (i = 0; i < children.length; i++) {\n c = children[i];\n if (isUndef(c) || typeof c === 'boolean') { continue }\n lastIndex = res.length - 1;\n last = res[lastIndex];\n // nested\n if (Array.isArray(c)) {\n if (c.length > 0) {\n c = normalizeArrayChildren(c, ((nestedIndex || '') + \"_\" + i));\n // merge adjacent text nodes\n if (isTextNode(c[0]) && isTextNode(last)) {\n res[lastIndex] = createTextVNode(last.text + (c[0]).text);\n c.shift();\n }\n res.push.apply(res, c);\n }\n } else if (isPrimitive(c)) {\n if (isTextNode(last)) {\n // merge adjacent text nodes\n // this is necessary for SSR hydration because text nodes are\n // essentially merged when rendered to HTML strings\n res[lastIndex] = createTextVNode(last.text + c);\n } else if (c !== '') {\n // convert primitive to vnode\n res.push(createTextVNode(c));\n }\n } else {\n if (isTextNode(c) && isTextNode(last)) {\n // merge adjacent text nodes\n res[lastIndex] = createTextVNode(last.text + c.text);\n } else {\n // default key for nested array children (likely generated by v-for)\n if (isTrue(children._isVList) &&\n isDef(c.tag) &&\n isUndef(c.key) &&\n isDef(nestedIndex)) {\n c.key = \"__vlist\" + nestedIndex + \"_\" + i + \"__\";\n }\n res.push(c);\n }\n }\n }\n return res\n}\n\n/* */\n\nfunction initProvide (vm) {\n var provide = vm.$options.provide;\n if (provide) {\n vm._provided = typeof provide === 'function'\n ? provide.call(vm)\n : provide;\n }\n}\n\nfunction initInjections (vm) {\n var result = resolveInject(vm.$options.inject, vm);\n if (result) {\n toggleObserving(false);\n Object.keys(result).forEach(function (key) {\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, key, result[key], function () {\n warn(\n \"Avoid mutating an injected value directly since the changes will be \" +\n \"overwritten whenever the provided component re-renders. \" +\n \"injection being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n });\n } else {\n defineReactive$$1(vm, key, result[key]);\n }\n });\n toggleObserving(true);\n }\n}\n\nfunction resolveInject (inject, vm) {\n if (inject) {\n // inject is :any because flow is not smart enough to figure out cached\n var result = Object.create(null);\n var keys = hasSymbol\n ? Reflect.ownKeys(inject)\n : Object.keys(inject);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n // #6574 in case the inject object is observed...\n if (key === '__ob__') { continue }\n var provideKey = inject[key].from;\n var source = vm;\n while (source) {\n if (source._provided && hasOwn(source._provided, provideKey)) {\n result[key] = source._provided[provideKey];\n break\n }\n source = source.$parent;\n }\n if (!source) {\n if ('default' in inject[key]) {\n var provideDefault = inject[key].default;\n result[key] = typeof provideDefault === 'function'\n ? provideDefault.call(vm)\n : provideDefault;\n } else if (process.env.NODE_ENV !== 'production') {\n warn((\"Injection \\\"\" + key + \"\\\" not found\"), vm);\n }\n }\n }\n return result\n }\n}\n\n/* */\n\n\n\n/**\n * Runtime helper for resolving raw children VNodes into a slot object.\n */\nfunction resolveSlots (\n children,\n context\n) {\n if (!children || !children.length) {\n return {}\n }\n var slots = {};\n for (var i = 0, l = children.length; i < l; i++) {\n var child = children[i];\n var data = child.data;\n // remove slot attribute if the node is resolved as a Vue slot node\n if (data && data.attrs && data.attrs.slot) {\n delete data.attrs.slot;\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n if ((child.context === context || child.fnContext === context) &&\n data && data.slot != null\n ) {\n var name = data.slot;\n var slot = (slots[name] || (slots[name] = []));\n if (child.tag === 'template') {\n slot.push.apply(slot, child.children || []);\n } else {\n slot.push(child);\n }\n } else {\n // fixed by xxxxxx 临时 hack 掉 uni-app 中的异步 name slot page\n if(child.asyncMeta && child.asyncMeta.data && child.asyncMeta.data.slot === 'page'){\n (slots['page'] || (slots['page'] = [])).push(child);\n }else{\n (slots.default || (slots.default = [])).push(child);\n }\n }\n }\n // ignore slots that contains only whitespace\n for (var name$1 in slots) {\n if (slots[name$1].every(isWhitespace)) {\n delete slots[name$1];\n }\n }\n return slots\n}\n\nfunction isWhitespace (node) {\n return (node.isComment && !node.asyncFactory) || node.text === ' '\n}\n\n/* */\n\nfunction normalizeScopedSlots (\n slots,\n normalSlots,\n prevSlots\n) {\n var res;\n var hasNormalSlots = Object.keys(normalSlots).length > 0;\n var isStable = slots ? !!slots.$stable : !hasNormalSlots;\n var key = slots && slots.$key;\n if (!slots) {\n res = {};\n } else if (slots._normalized) {\n // fast path 1: child component re-render only, parent did not change\n return slots._normalized\n } else if (\n isStable &&\n prevSlots &&\n prevSlots !== emptyObject &&\n key === prevSlots.$key &&\n !hasNormalSlots &&\n !prevSlots.$hasNormal\n ) {\n // fast path 2: stable scoped slots w/ no normal slots to proxy,\n // only need to normalize once\n return prevSlots\n } else {\n res = {};\n for (var key$1 in slots) {\n if (slots[key$1] && key$1[0] !== '$') {\n res[key$1] = normalizeScopedSlot(normalSlots, key$1, slots[key$1]);\n }\n }\n }\n // expose normal slots on scopedSlots\n for (var key$2 in normalSlots) {\n if (!(key$2 in res)) {\n res[key$2] = proxyNormalSlot(normalSlots, key$2);\n }\n }\n // avoriaz seems to mock a non-extensible $scopedSlots object\n // and when that is passed down this would cause an error\n if (slots && Object.isExtensible(slots)) {\n (slots)._normalized = res;\n }\n def(res, '$stable', isStable);\n def(res, '$key', key);\n def(res, '$hasNormal', hasNormalSlots);\n return res\n}\n\nfunction normalizeScopedSlot(normalSlots, key, fn) {\n var normalized = function () {\n var res = arguments.length ? fn.apply(null, arguments) : fn({});\n res = res && typeof res === 'object' && !Array.isArray(res)\n ? [res] // single vnode\n : normalizeChildren(res);\n return res && (\n res.length === 0 ||\n (res.length === 1 && res[0].isComment) // #9658\n ) ? undefined\n : res\n };\n // this is a slot using the new v-slot syntax without scope. although it is\n // compiled as a scoped slot, render fn users would expect it to be present\n // on this.$slots because the usage is semantically a normal slot.\n if (fn.proxy) {\n Object.defineProperty(normalSlots, key, {\n get: normalized,\n enumerable: true,\n configurable: true\n });\n }\n return normalized\n}\n\nfunction proxyNormalSlot(slots, key) {\n return function () { return slots[key]; }\n}\n\n/* */\n\n/**\n * Runtime helper for rendering v-for lists.\n */\nfunction renderList (\n val,\n render\n) {\n var ret, i, l, keys, key;\n if (Array.isArray(val) || typeof val === 'string') {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = render(val[i], i, i, i); // fixed by xxxxxx\n }\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0; i < val; i++) {\n ret[i] = render(i + 1, i, i, i); // fixed by xxxxxx\n }\n } else if (isObject(val)) {\n if (hasSymbol && val[Symbol.iterator]) {\n ret = [];\n var iterator = val[Symbol.iterator]();\n var result = iterator.next();\n while (!result.done) {\n ret.push(render(result.value, ret.length, i, i++)); // fixed by xxxxxx\n result = iterator.next();\n }\n } else {\n keys = Object.keys(val);\n ret = new Array(keys.length);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[i] = render(val[key], key, i, i); // fixed by xxxxxx\n }\n }\n }\n if (!isDef(ret)) {\n ret = [];\n }\n (ret)._isVList = true;\n return ret\n}\n\n/* */\n\n/**\n * Runtime helper for rendering <slot>\n */\nfunction renderSlot (\n name,\n fallback,\n props,\n bindObject\n) {\n var scopedSlotFn = this.$scopedSlots[name];\n var nodes;\n if (scopedSlotFn) { // scoped slot\n props = props || {};\n if (bindObject) {\n if (process.env.NODE_ENV !== 'production' && !isObject(bindObject)) {\n warn(\n 'slot v-bind without argument expects an Object',\n this\n );\n }\n props = extend(extend({}, bindObject), props);\n }\n // fixed by xxxxxx app-plus scopedSlot\n nodes = scopedSlotFn(props, this, props._i) || fallback;\n } else {\n nodes = this.$slots[name] || fallback;\n }\n\n var target = props && props.slot;\n if (target) {\n return this.$createElement('template', { slot: target }, nodes)\n } else {\n return nodes\n }\n}\n\n/* */\n\n/**\n * Runtime helper for resolving filters\n */\nfunction resolveFilter (id) {\n return resolveAsset(this.$options, 'filters', id, true) || identity\n}\n\n/* */\n\nfunction isKeyNotMatch (expect, actual) {\n if (Array.isArray(expect)) {\n return expect.indexOf(actual) === -1\n } else {\n return expect !== actual\n }\n}\n\n/**\n * Runtime helper for checking keyCodes from config.\n * exposed as Vue.prototype._k\n * passing in eventKeyName as last argument separately for backwards compat\n */\nfunction checkKeyCodes (\n eventKeyCode,\n key,\n builtInKeyCode,\n eventKeyName,\n builtInKeyName\n) {\n var mappedKeyCode = config.keyCodes[key] || builtInKeyCode;\n if (builtInKeyName && eventKeyName && !config.keyCodes[key]) {\n return isKeyNotMatch(builtInKeyName, eventKeyName)\n } else if (mappedKeyCode) {\n return isKeyNotMatch(mappedKeyCode, eventKeyCode)\n } else if (eventKeyName) {\n return hyphenate(eventKeyName) !== key\n }\n}\n\n/* */\n\n/**\n * Runtime helper for merging v-bind=\"object\" into a VNode's data.\n */\nfunction bindObjectProps (\n data,\n tag,\n value,\n asProp,\n isSync\n) {\n if (value) {\n if (!isObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-bind without argument expects an Object or Array value',\n this\n );\n } else {\n if (Array.isArray(value)) {\n value = toObject(value);\n }\n var hash;\n var loop = function ( key ) {\n if (\n key === 'class' ||\n key === 'style' ||\n isReservedAttribute(key)\n ) {\n hash = data;\n } else {\n var type = data.attrs && data.attrs.type;\n hash = asProp || config.mustUseProp(tag, type, key)\n ? data.domProps || (data.domProps = {})\n : data.attrs || (data.attrs = {});\n }\n var camelizedKey = camelize(key);\n var hyphenatedKey = hyphenate(key);\n if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) {\n hash[key] = value[key];\n\n if (isSync) {\n var on = data.on || (data.on = {});\n on[(\"update:\" + key)] = function ($event) {\n value[key] = $event;\n };\n }\n }\n };\n\n for (var key in value) loop( key );\n }\n }\n return data\n}\n\n/* */\n\n/**\n * Runtime helper for rendering static trees.\n */\nfunction renderStatic (\n index,\n isInFor\n) {\n var cached = this._staticTrees || (this._staticTrees = []);\n var tree = cached[index];\n // if has already-rendered static tree and not inside v-for,\n // we can reuse the same tree.\n if (tree && !isInFor) {\n return tree\n }\n // otherwise, render a fresh tree.\n tree = cached[index] = this.$options.staticRenderFns[index].call(\n this._renderProxy,\n null,\n this // for render fns generated for functional component templates\n );\n markStatic(tree, (\"__static__\" + index), false);\n return tree\n}\n\n/**\n * Runtime helper for v-once.\n * Effectively it means marking the node as static with a unique key.\n */\nfunction markOnce (\n tree,\n index,\n key\n) {\n markStatic(tree, (\"__once__\" + index + (key ? (\"_\" + key) : \"\")), true);\n return tree\n}\n\nfunction markStatic (\n tree,\n key,\n isOnce\n) {\n if (Array.isArray(tree)) {\n for (var i = 0; i < tree.length; i++) {\n if (tree[i] && typeof tree[i] !== 'string') {\n markStaticNode(tree[i], (key + \"_\" + i), isOnce);\n }\n }\n } else {\n markStaticNode(tree, key, isOnce);\n }\n}\n\nfunction markStaticNode (node, key, isOnce) {\n node.isStatic = true;\n node.key = key;\n node.isOnce = isOnce;\n}\n\n/* */\n\nfunction bindObjectListeners (data, value) {\n if (value) {\n if (!isPlainObject(value)) {\n process.env.NODE_ENV !== 'production' && warn(\n 'v-on without argument expects an Object value',\n this\n );\n } else {\n var on = data.on = data.on ? extend({}, data.on) : {};\n for (var key in value) {\n var existing = on[key];\n var ours = value[key];\n on[key] = existing ? [].concat(existing, ours) : ours;\n }\n }\n }\n return data\n}\n\n/* */\n\nfunction resolveScopedSlots (\n fns, // see flow/vnode\n res,\n // the following are added in 2.6\n hasDynamicKeys,\n contentHashKey\n) {\n res = res || { $stable: !hasDynamicKeys };\n for (var i = 0; i < fns.length; i++) {\n var slot = fns[i];\n if (Array.isArray(slot)) {\n resolveScopedSlots(slot, res, hasDynamicKeys);\n } else if (slot) {\n // marker for reverse proxying v-slot without scope on this.$slots\n if (slot.proxy) {\n slot.fn.proxy = true;\n }\n res[slot.key] = slot.fn;\n }\n }\n if (contentHashKey) {\n (res).$key = contentHashKey;\n }\n return res\n}\n\n/* */\n\nfunction bindDynamicKeys (baseObj, values) {\n for (var i = 0; i < values.length; i += 2) {\n var key = values[i];\n if (typeof key === 'string' && key) {\n baseObj[values[i]] = values[i + 1];\n } else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {\n // null is a special value for explicitly removing a binding\n warn(\n (\"Invalid value for dynamic directive argument (expected string or null): \" + key),\n this\n );\n }\n }\n return baseObj\n}\n\n// helper to dynamically append modifier runtime markers to event names.\n// ensure only append when value is already string, otherwise it will be cast\n// to string and cause the type check to miss.\nfunction prependModifier (value, symbol) {\n return typeof value === 'string' ? symbol + value : value\n}\n\n/* */\n\nfunction installRenderHelpers (target) {\n target._o = markOnce;\n target._n = toNumber;\n target._s = toString;\n target._l = renderList;\n target._t = renderSlot;\n target._q = looseEqual;\n target._i = looseIndexOf;\n target._m = renderStatic;\n target._f = resolveFilter;\n target._k = checkKeyCodes;\n target._b = bindObjectProps;\n target._v = createTextVNode;\n target._e = createEmptyVNode;\n target._u = resolveScopedSlots;\n target._g = bindObjectListeners;\n target._d = bindDynamicKeys;\n target._p = prependModifier;\n}\n\n/* */\n\nfunction FunctionalRenderContext (\n data,\n props,\n children,\n parent,\n Ctor\n) {\n var this$1 = this;\n\n var options = Ctor.options;\n // ensure the createElement function in functional components\n // gets a unique context - this is necessary for correct named slot check\n var contextVm;\n if (hasOwn(parent, '_uid')) {\n contextVm = Object.create(parent);\n // $flow-disable-line\n contextVm._original = parent;\n } else {\n // the context vm passed in is a functional context as well.\n // in this case we want to make sure we are able to get a hold to the\n // real context instance.\n contextVm = parent;\n // $flow-disable-line\n parent = parent._original;\n }\n var isCompiled = isTrue(options._compiled);\n var needNormalization = !isCompiled;\n\n this.data = data;\n this.props = props;\n this.children = children;\n this.parent = parent;\n this.listeners = data.on || emptyObject;\n this.injections = resolveInject(options.inject, parent);\n this.slots = function () {\n if (!this$1.$slots) {\n normalizeScopedSlots(\n data.scopedSlots,\n this$1.$slots = resolveSlots(children, parent)\n );\n }\n return this$1.$slots\n };\n\n Object.defineProperty(this, 'scopedSlots', ({\n enumerable: true,\n get: function get () {\n return normalizeScopedSlots(data.scopedSlots, this.slots())\n }\n }));\n\n // support for compiled functional template\n if (isCompiled) {\n // exposing $options for renderStatic()\n this.$options = options;\n // pre-resolve slots for renderSlot()\n this.$slots = this.slots();\n this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots);\n }\n\n if (options._scopeId) {\n this._c = function (a, b, c, d) {\n var vnode = createElement(contextVm, a, b, c, d, needNormalization);\n if (vnode && !Array.isArray(vnode)) {\n vnode.fnScopeId = options._scopeId;\n vnode.fnContext = parent;\n }\n return vnode\n };\n } else {\n this._c = function (a, b, c, d) { return createElement(contextVm, a, b, c, d, needNormalization); };\n }\n}\n\ninstallRenderHelpers(FunctionalRenderContext.prototype);\n\nfunction createFunctionalComponent (\n Ctor,\n propsData,\n data,\n contextVm,\n children\n) {\n var options = Ctor.options;\n var props = {};\n var propOptions = options.props;\n if (isDef(propOptions)) {\n for (var key in propOptions) {\n props[key] = validateProp(key, propOptions, propsData || emptyObject);\n }\n } else {\n if (isDef(data.attrs)) { mergeProps(props, data.attrs); }\n if (isDef(data.props)) { mergeProps(props, data.props); }\n }\n\n var renderContext = new FunctionalRenderContext(\n data,\n props,\n children,\n contextVm,\n Ctor\n );\n\n var vnode = options.render.call(null, renderContext._c, renderContext);\n\n if (vnode instanceof VNode) {\n return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext)\n } else if (Array.isArray(vnode)) {\n var vnodes = normalizeChildren(vnode) || [];\n var res = new Array(vnodes.length);\n for (var i = 0; i < vnodes.length; i++) {\n res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext);\n }\n return res\n }\n}\n\nfunction cloneAndMarkFunctionalResult (vnode, data, contextVm, options, renderContext) {\n // #7817 clone node before setting fnContext, otherwise if the node is reused\n // (e.g. it was from a cached normal slot) the fnContext causes named slots\n // that should not be matched to match.\n var clone = cloneVNode(vnode);\n clone.fnContext = contextVm;\n clone.fnOptions = options;\n if (process.env.NODE_ENV !== 'production') {\n (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext;\n }\n if (data.slot) {\n (clone.data || (clone.data = {})).slot = data.slot;\n }\n return clone\n}\n\nfunction mergeProps (to, from) {\n for (var key in from) {\n to[camelize(key)] = from[key];\n }\n}\n\n/* */\n\n/* */\n\n/* */\n\n/* */\n\n// inline hooks to be invoked on component VNodes during patch\nvar componentVNodeHooks = {\n init: function init (vnode, hydrating) {\n if (\n vnode.componentInstance &&\n !vnode.componentInstance._isDestroyed &&\n vnode.data.keepAlive\n ) {\n // kept-alive components, treat as a patch\n var mountedNode = vnode; // work around flow\n componentVNodeHooks.prepatch(mountedNode, mountedNode);\n } else {\n var child = vnode.componentInstance = createComponentInstanceForVnode(\n vnode,\n activeInstance\n );\n child.$mount(hydrating ? vnode.elm : undefined, hydrating);\n }\n },\n\n prepatch: function prepatch (oldVnode, vnode) {\n var options = vnode.componentOptions;\n var child = vnode.componentInstance = oldVnode.componentInstance;\n updateChildComponent(\n child,\n options.propsData, // updated props\n options.listeners, // updated listeners\n vnode, // new parent vnode\n options.children // new children\n );\n },\n\n insert: function insert (vnode) {\n var context = vnode.context;\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isMounted) {\n callHook(componentInstance, 'onServiceCreated');\n callHook(componentInstance, 'onServiceAttached');\n componentInstance._isMounted = true;\n callHook(componentInstance, 'mounted');\n }\n if (vnode.data.keepAlive) {\n if (context._isMounted) {\n // vue-router#1212\n // During updates, a kept-alive component's child components may\n // change, so directly walking the tree here may call activated hooks\n // on incorrect children. Instead we push them into a queue which will\n // be processed after the whole patch process ended.\n queueActivatedComponent(componentInstance);\n } else {\n activateChildComponent(componentInstance, true /* direct */);\n }\n }\n },\n\n destroy: function destroy (vnode) {\n var componentInstance = vnode.componentInstance;\n if (!componentInstance._isDestroyed) {\n if (!vnode.data.keepAlive) {\n componentInstance.$destroy();\n } else {\n deactivateChildComponent(componentInstance, true /* direct */);\n }\n }\n }\n};\n\nvar hooksToMerge = Object.keys(componentVNodeHooks);\n\nfunction createComponent (\n Ctor,\n data,\n context,\n children,\n tag\n) {\n if (isUndef(Ctor)) {\n return\n }\n\n var baseCtor = context.$options._base;\n\n // plain options object: turn it into a constructor\n if (isObject(Ctor)) {\n Ctor = baseCtor.extend(Ctor);\n }\n\n // if at this stage it's not a constructor or an async component factory,\n // reject.\n if (typeof Ctor !== 'function') {\n if (process.env.NODE_ENV !== 'production') {\n warn((\"Invalid Component definition: \" + (String(Ctor))), context);\n }\n return\n }\n\n // async component\n var asyncFactory;\n if (isUndef(Ctor.cid)) {\n asyncFactory = Ctor;\n Ctor = resolveAsyncComponent(asyncFactory, baseCtor);\n if (Ctor === undefined) {\n // return a placeholder node for async component, which is rendered\n // as a comment node but preserves all the raw information for the node.\n // the information will be used for async server-rendering and hydration.\n return createAsyncPlaceholder(\n asyncFactory,\n data,\n context,\n children,\n tag\n )\n }\n }\n\n data = data || {};\n\n // resolve constructor options in case global mixins are applied after\n // component constructor creation\n resolveConstructorOptions(Ctor);\n\n // transform component v-model data into props & events\n if (isDef(data.model)) {\n transformModel(Ctor.options, data);\n }\n\n // extract props\n var propsData = extractPropsFromVNodeData(data, Ctor, tag, context); // fixed by xxxxxx\n\n // functional component\n if (isTrue(Ctor.options.functional)) {\n return createFunctionalComponent(Ctor, propsData, data, context, children)\n }\n\n // extract listeners, since these needs to be treated as\n // child component listeners instead of DOM listeners\n var listeners = data.on;\n // replace with listeners with .native modifier\n // so it gets processed during parent component patch.\n data.on = data.nativeOn;\n\n if (isTrue(Ctor.options.abstract)) {\n // abstract components do not keep anything\n // other than props & listeners & slot\n\n // work around flow\n var slot = data.slot;\n data = {};\n if (slot) {\n data.slot = slot;\n }\n }\n\n // install component management hooks onto the placeholder node\n installComponentHooks(data);\n\n // return a placeholder vnode\n var name = Ctor.options.name || tag;\n var vnode = new VNode(\n (\"vue-component-\" + (Ctor.cid) + (name ? (\"-\" + name) : '')),\n data, undefined, undefined, undefined, context,\n { Ctor: Ctor, propsData: propsData, listeners: listeners, tag: tag, children: children },\n asyncFactory\n );\n\n return vnode\n}\n\nfunction createComponentInstanceForVnode (\n vnode, // we know it's MountedComponentVNode but flow doesn't\n parent // activeInstance in lifecycle state\n) {\n var options = {\n _isComponent: true,\n _parentVnode: vnode,\n parent: parent\n };\n // check inline-template render functions\n var inlineTemplate = vnode.data.inlineTemplate;\n if (isDef(inlineTemplate)) {\n options.render = inlineTemplate.render;\n options.staticRenderFns = inlineTemplate.staticRenderFns;\n }\n return new vnode.componentOptions.Ctor(options)\n}\n\nfunction installComponentHooks (data) {\n var hooks = data.hook || (data.hook = {});\n for (var i = 0; i < hooksToMerge.length; i++) {\n var key = hooksToMerge[i];\n var existing = hooks[key];\n var toMerge = componentVNodeHooks[key];\n if (existing !== toMerge && !(existing && existing._merged)) {\n hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge;\n }\n }\n}\n\nfunction mergeHook$1 (f1, f2) {\n var merged = function (a, b) {\n // flow complains about extra args which is why we use any\n f1(a, b);\n f2(a, b);\n };\n merged._merged = true;\n return merged\n}\n\n// transform component v-model info (value and callback) into\n// prop and event handler respectively.\nfunction transformModel (options, data) {\n var prop = (options.model && options.model.prop) || 'value';\n var event = (options.model && options.model.event) || 'input'\n ;(data.attrs || (data.attrs = {}))[prop] = data.model.value;\n var on = data.on || (data.on = {});\n var existing = on[event];\n var callback = data.model.callback;\n if (isDef(existing)) {\n if (\n Array.isArray(existing)\n ? existing.indexOf(callback) === -1\n : existing !== callback\n ) {\n on[event] = [callback].concat(existing);\n }\n } else {\n on[event] = callback;\n }\n}\n\n/* */\n\nvar SIMPLE_NORMALIZE = 1;\nvar ALWAYS_NORMALIZE = 2;\n\n// wrapper function for providing a more flexible interface\n// without getting yelled at by flow\nfunction createElement (\n context,\n tag,\n data,\n children,\n normalizationType,\n alwaysNormalize\n) {\n if (Array.isArray(data) || isPrimitive(data)) {\n normalizationType = children;\n children = data;\n data = undefined;\n }\n if (isTrue(alwaysNormalize)) {\n normalizationType = ALWAYS_NORMALIZE;\n }\n return _createElement(context, tag, data, children, normalizationType)\n}\n\nfunction _createElement (\n context,\n tag,\n data,\n children,\n normalizationType\n) {\n if (isDef(data) && isDef((data).__ob__)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Avoid using observed data object as vnode data: \" + (JSON.stringify(data)) + \"\\n\" +\n 'Always create fresh vnode data objects in each render!',\n context\n );\n return createEmptyVNode()\n }\n // object syntax in v-bind\n if (isDef(data) && isDef(data.is)) {\n tag = data.is;\n }\n if (!tag) {\n // in case of component :is set to falsy value\n return createEmptyVNode()\n }\n // warn against non-primitive key\n if (process.env.NODE_ENV !== 'production' &&\n isDef(data) && isDef(data.key) && !isPrimitive(data.key)\n ) {\n {\n warn(\n 'Avoid using non-primitive value as key, ' +\n 'use string/number value instead.',\n context\n );\n }\n }\n // support single function children as default scoped slot\n if (Array.isArray(children) &&\n typeof children[0] === 'function'\n ) {\n data = data || {};\n data.scopedSlots = { default: children[0] };\n children.length = 0;\n }\n if (normalizationType === ALWAYS_NORMALIZE) {\n children = normalizeChildren(children);\n } else if (normalizationType === SIMPLE_NORMALIZE) {\n children = simpleNormalizeChildren(children);\n }\n var vnode, ns;\n if (typeof tag === 'string') {\n var Ctor;\n ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag);\n if (config.isReservedTag(tag)) {\n // platform built-in elements\n if (process.env.NODE_ENV !== 'production' && isDef(data) && isDef(data.nativeOn)) {\n warn(\n (\"The .native modifier for v-on is only valid on components but it was used on <\" + tag + \">.\"),\n context\n );\n }\n vnode = new VNode(\n config.parsePlatformTagName(tag), data, children,\n undefined, undefined, context\n );\n } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) {\n // component\n vnode = createComponent(Ctor, data, context, children, tag);\n } else {\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n vnode = new VNode(\n tag, data, children,\n undefined, undefined, context\n );\n }\n } else {\n // direct component options / constructor\n vnode = createComponent(tag, data, context, children);\n }\n if (Array.isArray(vnode)) {\n return vnode\n } else if (isDef(vnode)) {\n if (isDef(ns)) { applyNS(vnode, ns); }\n if (isDef(data)) { registerDeepBindings(data); }\n return vnode\n } else {\n return createEmptyVNode()\n }\n}\n\nfunction applyNS (vnode, ns, force) {\n vnode.ns = ns;\n if (vnode.tag === 'foreignObject') {\n // use default namespace inside foreignObject\n ns = undefined;\n force = true;\n }\n if (isDef(vnode.children)) {\n for (var i = 0, l = vnode.children.length; i < l; i++) {\n var child = vnode.children[i];\n if (isDef(child.tag) && (\n isUndef(child.ns) || (isTrue(force) && child.tag !== 'svg'))) {\n applyNS(child, ns, force);\n }\n }\n }\n}\n\n// ref #5318\n// necessary to ensure parent re-render when deep bindings like :style and\n// :class are used on slot nodes\nfunction registerDeepBindings (data) {\n if (isObject(data.style)) {\n traverse(data.style);\n }\n if (isObject(data.class)) {\n traverse(data.class);\n }\n}\n\n/* */\n\nfunction initRender (vm) {\n vm._vnode = null; // the root of the child tree\n vm._staticTrees = null; // v-once cached trees\n var options = vm.$options;\n var parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree\n var renderContext = parentVnode && parentVnode.context;\n vm.$slots = resolveSlots(options._renderChildren, renderContext);\n vm.$scopedSlots = emptyObject;\n // bind the createElement fn to this instance\n // so that we get proper render context inside it.\n // args order: tag, data, children, normalizationType, alwaysNormalize\n // internal version is used by render functions compiled from templates\n vm._c = function (a, b, c, d) { return createElement(vm, a, b, c, d, false); };\n // normalization is always applied for the public version, used in\n // user-written render functions.\n vm.$createElement = function (a, b, c, d) { return createElement(vm, a, b, c, d, true); };\n\n // $attrs & $listeners are exposed for easier HOC creation.\n // they need to be reactive so that HOCs using them are always updated\n var parentData = parentVnode && parentVnode.data;\n\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$attrs is readonly.\", vm);\n }, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, function () {\n !isUpdatingChildComponent && warn(\"$listeners is readonly.\", vm);\n }, true);\n } else {\n defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, null, true);\n defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, null, true);\n }\n}\n\nvar currentRenderingInstance = null;\n\nfunction renderMixin (Vue) {\n // install runtime convenience helpers\n installRenderHelpers(Vue.prototype);\n\n Vue.prototype.$nextTick = function (fn) {\n return nextTick(fn, this)\n };\n\n Vue.prototype._render = function () {\n var vm = this;\n var ref = vm.$options;\n var render = ref.render;\n var _parentVnode = ref._parentVnode;\n\n if (_parentVnode) {\n vm.$scopedSlots = normalizeScopedSlots(\n _parentVnode.data.scopedSlots,\n vm.$slots,\n vm.$scopedSlots\n );\n }\n\n // set parent vnode. this allows render functions to have access\n // to the data on the placeholder node.\n vm.$vnode = _parentVnode;\n // render self\n var vnode;\n try {\n // There's no need to maintain a stack because all render fns are called\n // separately from one another. Nested component's render fns are called\n // when parent component is patched.\n currentRenderingInstance = vm;\n vnode = render.call(vm._renderProxy, vm.$createElement);\n } catch (e) {\n handleError(e, vm, \"render\");\n // return error render result,\n // or previous vnode to prevent render error causing blank component\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production' && vm.$options.renderError) {\n try {\n vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e);\n } catch (e) {\n handleError(e, vm, \"renderError\");\n vnode = vm._vnode;\n }\n } else {\n vnode = vm._vnode;\n }\n } finally {\n currentRenderingInstance = null;\n }\n // if the returned array contains only a single node, allow it\n if (Array.isArray(vnode) && vnode.length === 1) {\n vnode = vnode[0];\n }\n // return empty vnode in case the render function errored out\n if (!(vnode instanceof VNode)) {\n if (process.env.NODE_ENV !== 'production' && Array.isArray(vnode)) {\n warn(\n 'Multiple root nodes returned from render function. Render function ' +\n 'should return a single root node.',\n vm\n );\n }\n vnode = createEmptyVNode();\n }\n // set parent\n vnode.parent = _parentVnode;\n return vnode\n };\n}\n\n/* */\n\nfunction ensureCtor (comp, base) {\n if (\n comp.__esModule ||\n (hasSymbol && comp[Symbol.toStringTag] === 'Module')\n ) {\n comp = comp.default;\n }\n return isObject(comp)\n ? base.extend(comp)\n : comp\n}\n\nfunction createAsyncPlaceholder (\n factory,\n data,\n context,\n children,\n tag\n) {\n var node = createEmptyVNode();\n node.asyncFactory = factory;\n node.asyncMeta = { data: data, context: context, children: children, tag: tag };\n return node\n}\n\nfunction resolveAsyncComponent (\n factory,\n baseCtor\n) {\n if (isTrue(factory.error) && isDef(factory.errorComp)) {\n return factory.errorComp\n }\n\n if (isDef(factory.resolved)) {\n return factory.resolved\n }\n\n var owner = currentRenderingInstance;\n if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) {\n // already pending\n factory.owners.push(owner);\n }\n\n if (isTrue(factory.loading) && isDef(factory.loadingComp)) {\n return factory.loadingComp\n }\n\n if (owner && !isDef(factory.owners)) {\n var owners = factory.owners = [owner];\n var sync = true;\n var timerLoading = null;\n var timerTimeout = null\n\n ;(owner).$on('hook:destroyed', function () { return remove(owners, owner); });\n\n var forceRender = function (renderCompleted) {\n for (var i = 0, l = owners.length; i < l; i++) {\n (owners[i]).$forceUpdate();\n }\n\n if (renderCompleted) {\n owners.length = 0;\n if (timerLoading !== null) {\n clearTimeout(timerLoading);\n timerLoading = null;\n }\n if (timerTimeout !== null) {\n clearTimeout(timerTimeout);\n timerTimeout = null;\n }\n }\n };\n\n var resolve = once(function (res) {\n // cache resolved\n factory.resolved = ensureCtor(res, baseCtor);\n // invoke callbacks only if this is not a synchronous resolve\n // (async resolves are shimmed as synchronous during SSR)\n if (!sync) {\n forceRender(true);\n } else {\n owners.length = 0;\n }\n });\n\n var reject = once(function (reason) {\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed to resolve async component: \" + (String(factory)) +\n (reason ? (\"\\nReason: \" + reason) : '')\n );\n if (isDef(factory.errorComp)) {\n factory.error = true;\n forceRender(true);\n }\n });\n\n var res = factory(resolve, reject);\n\n if (isObject(res)) {\n if (isPromise(res)) {\n // () => Promise\n if (isUndef(factory.resolved)) {\n res.then(resolve, reject);\n }\n } else if (isPromise(res.component)) {\n res.component.then(resolve, reject);\n\n if (isDef(res.error)) {\n factory.errorComp = ensureCtor(res.error, baseCtor);\n }\n\n if (isDef(res.loading)) {\n factory.loadingComp = ensureCtor(res.loading, baseCtor);\n if (res.delay === 0) {\n factory.loading = true;\n } else {\n timerLoading = setTimeout(function () {\n timerLoading = null;\n if (isUndef(factory.resolved) && isUndef(factory.error)) {\n factory.loading = true;\n forceRender(false);\n }\n }, res.delay || 200);\n }\n }\n\n if (isDef(res.timeout)) {\n timerTimeout = setTimeout(function () {\n timerTimeout = null;\n if (isUndef(factory.resolved)) {\n reject(\n process.env.NODE_ENV !== 'production'\n ? (\"timeout (\" + (res.timeout) + \"ms)\")\n : null\n );\n }\n }, res.timeout);\n }\n }\n }\n\n sync = false;\n // return in case resolved synchronously\n return factory.loading\n ? factory.loadingComp\n : factory.resolved\n }\n}\n\n/* */\n\nfunction isAsyncPlaceholder (node) {\n return node.isComment && node.asyncFactory\n}\n\n/* */\n\nfunction getFirstComponentChild (children) {\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n var c = children[i];\n if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) {\n return c\n }\n }\n }\n}\n\n/* */\n\n/* */\n\nfunction initEvents (vm) {\n vm._events = Object.create(null);\n vm._hasHookEvent = false;\n // init parent attached events\n var listeners = vm.$options._parentListeners;\n if (listeners) {\n updateComponentListeners(vm, listeners);\n }\n}\n\nvar target;\n\nfunction add (event, fn) {\n target.$on(event, fn);\n}\n\nfunction remove$1 (event, fn) {\n target.$off(event, fn);\n}\n\nfunction createOnceHandler (event, fn) {\n var _target = target;\n return function onceHandler () {\n var res = fn.apply(null, arguments);\n if (res !== null) {\n _target.$off(event, onceHandler);\n }\n }\n}\n\nfunction updateComponentListeners (\n vm,\n listeners,\n oldListeners\n) {\n target = vm;\n updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm);\n target = undefined;\n}\n\nfunction eventsMixin (Vue) {\n var hookRE = /^hook:/;\n Vue.prototype.$on = function (event, fn) {\n var vm = this;\n if (Array.isArray(event)) {\n for (var i = 0, l = event.length; i < l; i++) {\n vm.$on(event[i], fn);\n }\n } else {\n (vm._events[event] || (vm._events[event] = [])).push(fn);\n // optimize hook:event cost by using a boolean flag marked at registration\n // instead of a hash lookup\n if (hookRE.test(event)) {\n vm._hasHookEvent = true;\n }\n }\n return vm\n };\n\n Vue.prototype.$once = function (event, fn) {\n var vm = this;\n function on () {\n vm.$off(event, on);\n fn.apply(vm, arguments);\n }\n on.fn = fn;\n vm.$on(event, on);\n return vm\n };\n\n Vue.prototype.$off = function (event, fn) {\n var vm = this;\n // all\n if (!arguments.length) {\n vm._events = Object.create(null);\n return vm\n }\n // array of events\n if (Array.isArray(event)) {\n for (var i$1 = 0, l = event.length; i$1 < l; i$1++) {\n vm.$off(event[i$1], fn);\n }\n return vm\n }\n // specific event\n var cbs = vm._events[event];\n if (!cbs) {\n return vm\n }\n if (!fn) {\n vm._events[event] = null;\n return vm\n }\n // specific handler\n var cb;\n var i = cbs.length;\n while (i--) {\n cb = cbs[i];\n if (cb === fn || cb.fn === fn) {\n cbs.splice(i, 1);\n break\n }\n }\n return vm\n };\n\n Vue.prototype.$emit = function (event) {\n var vm = this;\n if (process.env.NODE_ENV !== 'production') {\n var lowerCaseEvent = event.toLowerCase();\n if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) {\n tip(\n \"Event \\\"\" + lowerCaseEvent + \"\\\" is emitted in component \" +\n (formatComponentName(vm)) + \" but the handler is registered for \\\"\" + event + \"\\\". \" +\n \"Note that HTML attributes are case-insensitive and you cannot use \" +\n \"v-on to listen to camelCase events when using in-DOM templates. \" +\n \"You should probably use \\\"\" + (hyphenate(event)) + \"\\\" instead of \\\"\" + event + \"\\\".\"\n );\n }\n }\n var cbs = vm._events[event];\n if (cbs) {\n cbs = cbs.length > 1 ? toArray(cbs) : cbs;\n var args = toArray(arguments, 1);\n var info = \"event handler for \\\"\" + event + \"\\\"\";\n for (var i = 0, l = cbs.length; i < l; i++) {\n invokeWithErrorHandling(cbs[i], vm, args, vm, info);\n }\n }\n return vm\n };\n}\n\n/* */\n\nvar activeInstance = null;\nvar isUpdatingChildComponent = false;\n\nfunction setActiveInstance(vm) {\n var prevActiveInstance = activeInstance;\n activeInstance = vm;\n return function () {\n activeInstance = prevActiveInstance;\n }\n}\n\nfunction initLifecycle (vm) {\n var options = vm.$options;\n\n // locate first non-abstract parent\n var parent = options.parent;\n if (parent && !options.abstract) {\n while (parent.$options.abstract && parent.$parent) {\n parent = parent.$parent;\n }\n parent.$children.push(vm);\n }\n\n vm.$parent = parent;\n vm.$root = parent ? parent.$root : vm;\n\n vm.$children = [];\n vm.$refs = {};\n\n vm._watcher = null;\n vm._inactive = null;\n vm._directInactive = false;\n vm._isMounted = false;\n vm._isDestroyed = false;\n vm._isBeingDestroyed = false;\n}\n\nfunction lifecycleMixin (Vue) {\n Vue.prototype._update = function (vnode, hydrating) {\n var vm = this;\n var prevEl = vm.$el;\n var prevVnode = vm._vnode;\n var restoreActiveInstance = setActiveInstance(vm);\n vm._vnode = vnode;\n // Vue.prototype.__patch__ is injected in entry points\n // based on the rendering backend used.\n if (!prevVnode) {\n // initial render\n vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */);\n } else {\n // updates\n vm.$el = vm.__patch__(prevVnode, vnode);\n }\n restoreActiveInstance();\n // update __vue__ reference\n if (prevEl) {\n prevEl.__vue__ = null;\n }\n if (vm.$el) {\n vm.$el.__vue__ = vm;\n }\n // if parent is an HOC, update its $el as well\n if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) {\n vm.$parent.$el = vm.$el;\n }\n // updated hook is called by the scheduler to ensure that children are\n // updated in a parent's updated hook.\n };\n\n Vue.prototype.$forceUpdate = function () {\n var vm = this;\n if (vm._watcher) {\n vm._watcher.update();\n }\n };\n\n Vue.prototype.$destroy = function () {\n var vm = this;\n if (vm._isBeingDestroyed) {\n return\n }\n callHook(vm, 'beforeDestroy');\n vm._isBeingDestroyed = true;\n // remove self from parent\n var parent = vm.$parent;\n if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) {\n remove(parent.$children, vm);\n }\n // teardown watchers\n if (vm._watcher) {\n vm._watcher.teardown();\n }\n var i = vm._watchers.length;\n while (i--) {\n vm._watchers[i].teardown();\n }\n // remove reference from data ob\n // frozen object may not have observer.\n if (vm._data.__ob__) {\n vm._data.__ob__.vmCount--;\n }\n // call the last hook...\n vm._isDestroyed = true;\n // invoke destroy hooks on current rendered tree\n vm.__patch__(vm._vnode, null);\n // fire destroyed hook\n callHook(vm, 'destroyed');\n // turn off all instance listeners.\n vm.$off();\n // remove __vue__ reference\n if (vm.$el) {\n vm.$el.__vue__ = null;\n }\n // release circular reference (#6759)\n if (vm.$vnode) {\n vm.$vnode.parent = null;\n }\n };\n}\n\nfunction updateChildComponent (\n vm,\n propsData,\n listeners,\n parentVnode,\n renderChildren\n) {\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = true;\n }\n\n // determine whether component has slot children\n // we need to do this before overwriting $options._renderChildren.\n\n // check if there are dynamic scopedSlots (hand-written or compiled but with\n // dynamic slot names). Static scoped slots compiled from template has the\n // \"$stable\" marker.\n var newScopedSlots = parentVnode.data.scopedSlots;\n var oldScopedSlots = vm.$scopedSlots;\n var hasDynamicScopedSlot = !!(\n (newScopedSlots && !newScopedSlots.$stable) ||\n (oldScopedSlots !== emptyObject && !oldScopedSlots.$stable) ||\n (newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key)\n );\n\n // Any static slot children from the parent may have changed during parent's\n // update. Dynamic scoped slots may also have changed. In such cases, a forced\n // update is necessary to ensure correctness.\n var needsForceUpdate = !!(\n renderChildren || // has new static slots\n vm.$options._renderChildren || // has old static slots\n hasDynamicScopedSlot\n );\n\n vm.$options._parentVnode = parentVnode;\n vm.$vnode = parentVnode; // update vm's placeholder node without re-render\n\n if (vm._vnode) { // update child tree's parent\n vm._vnode.parent = parentVnode;\n }\n vm.$options._renderChildren = renderChildren;\n\n // update $attrs and $listeners hash\n // these are also reactive so they may trigger child update if the child\n // used them during render\n vm.$attrs = parentVnode.data.attrs || emptyObject;\n vm.$listeners = listeners || emptyObject;\n\n // update props\n if (propsData && vm.$options.props) {\n toggleObserving(false);\n var props = vm._props;\n var propKeys = vm.$options._propKeys || [];\n for (var i = 0; i < propKeys.length; i++) {\n var key = propKeys[i];\n var propOptions = vm.$options.props; // wtf flow?\n props[key] = validateProp(key, propOptions, propsData, vm);\n }\n toggleObserving(true);\n // keep a copy of raw propsData\n vm.$options.propsData = propsData;\n }\n \n // fixed by xxxxxx update properties(mp runtime)\n vm._$updateProperties && vm._$updateProperties(vm);\n \n // update listeners\n listeners = listeners || emptyObject;\n var oldListeners = vm.$options._parentListeners;\n vm.$options._parentListeners = listeners;\n updateComponentListeners(vm, listeners, oldListeners);\n\n // resolve slots + force update if has children\n if (needsForceUpdate) {\n vm.$slots = resolveSlots(renderChildren, parentVnode.context);\n vm.$forceUpdate();\n }\n\n if (process.env.NODE_ENV !== 'production') {\n isUpdatingChildComponent = false;\n }\n}\n\nfunction isInInactiveTree (vm) {\n while (vm && (vm = vm.$parent)) {\n if (vm._inactive) { return true }\n }\n return false\n}\n\nfunction activateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = false;\n if (isInInactiveTree(vm)) {\n return\n }\n } else if (vm._directInactive) {\n return\n }\n if (vm._inactive || vm._inactive === null) {\n vm._inactive = false;\n for (var i = 0; i < vm.$children.length; i++) {\n activateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'activated');\n }\n}\n\nfunction deactivateChildComponent (vm, direct) {\n if (direct) {\n vm._directInactive = true;\n if (isInInactiveTree(vm)) {\n return\n }\n }\n if (!vm._inactive) {\n vm._inactive = true;\n for (var i = 0; i < vm.$children.length; i++) {\n deactivateChildComponent(vm.$children[i]);\n }\n callHook(vm, 'deactivated');\n }\n}\n\nfunction callHook (vm, hook) {\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n invokeWithErrorHandling(handlers[i], vm, null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook);\n }\n popTarget();\n}\n\n/* */\n\nvar MAX_UPDATE_COUNT = 100;\n\nvar queue = [];\nvar activatedChildren = [];\nvar has = {};\nvar circular = {};\nvar waiting = false;\nvar flushing = false;\nvar index = 0;\n\n/**\n * Reset the scheduler's state.\n */\nfunction resetSchedulerState () {\n index = queue.length = activatedChildren.length = 0;\n has = {};\n if (process.env.NODE_ENV !== 'production') {\n circular = {};\n }\n waiting = flushing = false;\n}\n\n// Async edge case #6566 requires saving the timestamp when event listeners are\n// attached. However, calling performance.now() has a perf overhead especially\n// if the page has thousands of event listeners. Instead, we take a timestamp\n// every time the scheduler flushes and use that for all event listeners\n// attached during that flush.\nvar currentFlushTimestamp = 0;\n\n// Async edge case fix requires storing an event listener's attach timestamp.\nvar getNow = Date.now;\n\n// Determine what event timestamp the browser is using. Annoyingly, the\n// timestamp can either be hi-res (relative to page load) or low-res\n// (relative to UNIX epoch), so in order to compare time we have to use the\n// same timestamp type when saving the flush timestamp.\n// All IE versions use low-res event timestamps, and have problematic clock\n// implementations (#9632)\nif (inBrowser && !isIE) {\n var performance = window.performance;\n if (\n performance &&\n typeof performance.now === 'function' &&\n getNow() > document.createEvent('Event').timeStamp\n ) {\n // if the event timestamp, although evaluated AFTER the Date.now(), is\n // smaller than it, it means the event is using a hi-res timestamp,\n // and we need to use the hi-res version for event listener timestamps as\n // well.\n getNow = function () { return performance.now(); };\n }\n}\n\n/**\n * Flush both queues and run the watchers.\n */\nfunction flushSchedulerQueue () {\n currentFlushTimestamp = getNow();\n flushing = true;\n var watcher, id;\n\n // Sort queue before flush.\n // This ensures that:\n // 1. Components are updated from parent to child. (because parent is always\n // created before the child)\n // 2. A component's user watchers are run before its render watcher (because\n // user watchers are created before the render watcher)\n // 3. If a component is destroyed during a parent component's watcher run,\n // its watchers can be skipped.\n queue.sort(function (a, b) { return a.id - b.id; });\n\n // do not cache length because more watchers might be pushed\n // as we run existing watchers\n for (index = 0; index < queue.length; index++) {\n watcher = queue[index];\n if (watcher.before) {\n watcher.before();\n }\n id = watcher.id;\n has[id] = null;\n watcher.run();\n // in dev build, check and stop circular updates.\n if (process.env.NODE_ENV !== 'production' && has[id] != null) {\n circular[id] = (circular[id] || 0) + 1;\n if (circular[id] > MAX_UPDATE_COUNT) {\n warn(\n 'You may have an infinite update loop ' + (\n watcher.user\n ? (\"in watcher with expression \\\"\" + (watcher.expression) + \"\\\"\")\n : \"in a component render function.\"\n ),\n watcher.vm\n );\n break\n }\n }\n }\n\n // keep copies of post queues before resetting state\n var activatedQueue = activatedChildren.slice();\n var updatedQueue = queue.slice();\n\n resetSchedulerState();\n\n // call component updated and activated hooks\n callActivatedHooks(activatedQueue);\n callUpdatedHooks(updatedQueue);\n\n // devtool hook\n /* istanbul ignore if */\n if (devtools && config.devtools) {\n devtools.emit('flush');\n }\n}\n\nfunction callUpdatedHooks (queue) {\n var i = queue.length;\n while (i--) {\n var watcher = queue[i];\n var vm = watcher.vm;\n if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'updated');\n }\n }\n}\n\n/**\n * Queue a kept-alive component that was activated during patch.\n * The queue will be processed after the entire tree has been patched.\n */\nfunction queueActivatedComponent (vm) {\n // setting _inactive to false here so that a render function can\n // rely on checking whether it's in an inactive tree (e.g. router-view)\n vm._inactive = false;\n activatedChildren.push(vm);\n}\n\nfunction callActivatedHooks (queue) {\n for (var i = 0; i < queue.length; i++) {\n queue[i]._inactive = true;\n activateChildComponent(queue[i], true /* true */);\n }\n}\n\n/**\n * Push a watcher into the watcher queue.\n * Jobs with duplicate IDs will be skipped unless it's\n * pushed when the queue is being flushed.\n */\nfunction queueWatcher (watcher) {\n var id = watcher.id;\n if (has[id] == null) {\n has[id] = true;\n if (!flushing) {\n queue.push(watcher);\n } else {\n // if already flushing, splice the watcher based on its id\n // if already past its id, it will be run next immediately.\n var i = queue.length - 1;\n while (i > index && queue[i].id > watcher.id) {\n i--;\n }\n queue.splice(i + 1, 0, watcher);\n }\n // queue the flush\n if (!waiting) {\n waiting = true;\n\n if (process.env.NODE_ENV !== 'production' && !config.async) {\n flushSchedulerQueue();\n return\n }\n nextTick(flushSchedulerQueue);\n }\n }\n}\n\n/* */\n\n\n\nvar uid$2 = 0;\n\n/**\n * A watcher parses an expression, collects dependencies,\n * and fires callback when the expression value changes.\n * This is used for both the $watch() api and directives.\n */\nvar Watcher = function Watcher (\n vm,\n expOrFn,\n cb,\n options,\n isRenderWatcher\n) {\n this.vm = vm;\n if (isRenderWatcher) {\n vm._watcher = this;\n }\n vm._watchers.push(this);\n // options\n if (options) {\n this.deep = !!options.deep;\n this.user = !!options.user;\n this.lazy = !!options.lazy;\n this.sync = !!options.sync;\n this.before = options.before;\n } else {\n this.deep = this.user = this.lazy = this.sync = false;\n }\n this.cb = cb;\n this.id = ++uid$2; // uid for batching\n this.active = true;\n this.dirty = this.lazy; // for lazy watchers\n this.deps = [];\n this.newDeps = [];\n this.depIds = new _Set();\n this.newDepIds = new _Set();\n this.expression = process.env.NODE_ENV !== 'production'\n ? expOrFn.toString()\n : '';\n // parse expression for getter\n if (typeof expOrFn === 'function') {\n this.getter = expOrFn;\n } else {\n this.getter = parsePath(expOrFn);\n if (!this.getter) {\n this.getter = noop;\n process.env.NODE_ENV !== 'production' && warn(\n \"Failed watching path: \\\"\" + expOrFn + \"\\\" \" +\n 'Watcher only accepts simple dot-delimited paths. ' +\n 'For full control, use a function instead.',\n vm\n );\n }\n }\n this.value = this.lazy\n ? undefined\n : this.get();\n};\n\n/**\n * Evaluate the getter, and re-collect dependencies.\n */\nWatcher.prototype.get = function get () {\n pushTarget(this);\n var value;\n var vm = this.vm;\n try {\n value = this.getter.call(vm, vm);\n } catch (e) {\n if (this.user) {\n handleError(e, vm, (\"getter for watcher \\\"\" + (this.expression) + \"\\\"\"));\n } else {\n throw e\n }\n } finally {\n // \"touch\" every property so they are all tracked as\n // dependencies for deep watching\n if (this.deep) {\n traverse(value);\n }\n popTarget();\n this.cleanupDeps();\n }\n return value\n};\n\n/**\n * Add a dependency to this directive.\n */\nWatcher.prototype.addDep = function addDep (dep) {\n var id = dep.id;\n if (!this.newDepIds.has(id)) {\n this.newDepIds.add(id);\n this.newDeps.push(dep);\n if (!this.depIds.has(id)) {\n dep.addSub(this);\n }\n }\n};\n\n/**\n * Clean up for dependency collection.\n */\nWatcher.prototype.cleanupDeps = function cleanupDeps () {\n var i = this.deps.length;\n while (i--) {\n var dep = this.deps[i];\n if (!this.newDepIds.has(dep.id)) {\n dep.removeSub(this);\n }\n }\n var tmp = this.depIds;\n this.depIds = this.newDepIds;\n this.newDepIds = tmp;\n this.newDepIds.clear();\n tmp = this.deps;\n this.deps = this.newDeps;\n this.newDeps = tmp;\n this.newDeps.length = 0;\n};\n\n/**\n * Subscriber interface.\n * Will be called when a dependency changes.\n */\nWatcher.prototype.update = function update () {\n /* istanbul ignore else */\n if (this.lazy) {\n this.dirty = true;\n } else if (this.sync) {\n this.run();\n } else {\n queueWatcher(this);\n }\n};\n\n/**\n * Scheduler job interface.\n * Will be called by the scheduler.\n */\nWatcher.prototype.run = function run () {\n if (this.active) {\n var value = this.get();\n if (\n value !== this.value ||\n // Deep watchers and watchers on Object/Arrays should fire even\n // when the value is the same, because the value may\n // have mutated.\n isObject(value) ||\n this.deep\n ) {\n // set new value\n var oldValue = this.value;\n this.value = value;\n if (this.user) {\n try {\n this.cb.call(this.vm, value, oldValue);\n } catch (e) {\n handleError(e, this.vm, (\"callback for watcher \\\"\" + (this.expression) + \"\\\"\"));\n }\n } else {\n this.cb.call(this.vm, value, oldValue);\n }\n }\n }\n};\n\n/**\n * Evaluate the value of the watcher.\n * This only gets called for lazy watchers.\n */\nWatcher.prototype.evaluate = function evaluate () {\n this.value = this.get();\n this.dirty = false;\n};\n\n/**\n * Depend on all deps collected by this watcher.\n */\nWatcher.prototype.depend = function depend () {\n var i = this.deps.length;\n while (i--) {\n this.deps[i].depend();\n }\n};\n\n/**\n * Remove self from all dependencies' subscriber list.\n */\nWatcher.prototype.teardown = function teardown () {\n if (this.active) {\n // remove self from vm's watcher list\n // this is a somewhat expensive operation so we skip it\n // if the vm is being destroyed.\n if (!this.vm._isBeingDestroyed) {\n remove(this.vm._watchers, this);\n }\n var i = this.deps.length;\n while (i--) {\n this.deps[i].removeSub(this);\n }\n this.active = false;\n }\n};\n\n/* */\n\nvar sharedPropertyDefinition = {\n enumerable: true,\n configurable: true,\n get: noop,\n set: noop\n};\n\nfunction proxy (target, sourceKey, key) {\n sharedPropertyDefinition.get = function proxyGetter () {\n return this[sourceKey][key]\n };\n sharedPropertyDefinition.set = function proxySetter (val) {\n this[sourceKey][key] = val;\n };\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction initState (vm) {\n vm._watchers = [];\n var opts = vm.$options;\n if (opts.props) { initProps(vm, opts.props); }\n if (opts.methods) { initMethods(vm, opts.methods); }\n if (opts.data) {\n initData(vm);\n } else {\n observe(vm._data = {}, true /* asRootData */);\n }\n if (opts.computed) { initComputed(vm, opts.computed); }\n if (opts.watch && opts.watch !== nativeWatch) {\n initWatch(vm, opts.watch);\n }\n}\n\nfunction initProps (vm, propsOptions) {\n var propsData = vm.$options.propsData || {};\n var props = vm._props = {};\n // cache prop keys so that future props updates can iterate using Array\n // instead of dynamic object key enumeration.\n var keys = vm.$options._propKeys = [];\n var isRoot = !vm.$parent;\n // root instance props should be converted\n if (!isRoot) {\n toggleObserving(false);\n }\n var loop = function ( key ) {\n keys.push(key);\n var value = validateProp(key, propsOptions, propsData, vm);\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n var hyphenatedKey = hyphenate(key);\n if (isReservedAttribute(hyphenatedKey) ||\n config.isReservedAttr(hyphenatedKey)) {\n warn(\n (\"\\\"\" + hyphenatedKey + \"\\\" is a reserved attribute and cannot be used as component prop.\"),\n vm\n );\n }\n defineReactive$$1(props, key, value, function () {\n if (!isRoot && !isUpdatingChildComponent) {\n {\n if(vm.mpHost === 'mp-baidu' || vm.mpHost === 'mp-kuaishou' || vm.mpHost === 'mp-xhs'){//百度、快手、小红书 observer 在 setData callback 之后触发,直接忽略该 warn\n return\n }\n //fixed by xxxxxx __next_tick_pending,uni://form-field 时不告警\n if(\n key === 'value' && \n Array.isArray(vm.$options.behaviors) &&\n vm.$options.behaviors.indexOf('uni://form-field') !== -1\n ){\n return\n }\n if(vm._getFormData){\n return\n }\n var $parent = vm.$parent;\n while($parent){\n if($parent.__next_tick_pending){\n return \n }\n $parent = $parent.$parent;\n }\n }\n warn(\n \"Avoid mutating a prop directly since the value will be \" +\n \"overwritten whenever the parent component re-renders. \" +\n \"Instead, use a data or computed property based on the prop's \" +\n \"value. Prop being mutated: \\\"\" + key + \"\\\"\",\n vm\n );\n }\n });\n } else {\n defineReactive$$1(props, key, value);\n }\n // static props are already proxied on the component's prototype\n // during Vue.extend(). We only need to proxy props defined at\n // instantiation here.\n if (!(key in vm)) {\n proxy(vm, \"_props\", key);\n }\n };\n\n for (var key in propsOptions) loop( key );\n toggleObserving(true);\n}\n\nfunction initData (vm) {\n var data = vm.$options.data;\n data = vm._data = typeof data === 'function'\n ? getData(data, vm)\n : data || {};\n if (!isPlainObject(data)) {\n data = {};\n process.env.NODE_ENV !== 'production' && warn(\n 'data functions should return an object:\\n' +\n 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function',\n vm\n );\n }\n // proxy data on instance\n var keys = Object.keys(data);\n var props = vm.$options.props;\n var methods = vm.$options.methods;\n var i = keys.length;\n while (i--) {\n var key = keys[i];\n if (process.env.NODE_ENV !== 'production') {\n if (methods && hasOwn(methods, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a data property.\"),\n vm\n );\n }\n }\n if (props && hasOwn(props, key)) {\n process.env.NODE_ENV !== 'production' && warn(\n \"The data property \\\"\" + key + \"\\\" is already declared as a prop. \" +\n \"Use prop default value instead.\",\n vm\n );\n } else if (!isReserved(key)) {\n proxy(vm, \"_data\", key);\n }\n }\n // observe data\n observe(data, true /* asRootData */);\n}\n\nfunction getData (data, vm) {\n // #7573 disable dep collection when invoking data getters\n pushTarget();\n try {\n return data.call(vm, vm)\n } catch (e) {\n handleError(e, vm, \"data()\");\n return {}\n } finally {\n popTarget();\n }\n}\n\nvar computedWatcherOptions = { lazy: true };\n\nfunction initComputed (vm, computed) {\n // $flow-disable-line\n var watchers = vm._computedWatchers = Object.create(null);\n // computed properties are just getters during SSR\n var isSSR = isServerRendering();\n\n for (var key in computed) {\n var userDef = computed[key];\n var getter = typeof userDef === 'function' ? userDef : userDef.get;\n if (process.env.NODE_ENV !== 'production' && getter == null) {\n warn(\n (\"Getter is missing for computed property \\\"\" + key + \"\\\".\"),\n vm\n );\n }\n\n if (!isSSR) {\n // create internal watcher for the computed property.\n watchers[key] = new Watcher(\n vm,\n getter || noop,\n noop,\n computedWatcherOptions\n );\n }\n\n // component-defined computed properties are already defined on the\n // component prototype. We only need to define computed properties defined\n // at instantiation here.\n if (!(key in vm)) {\n defineComputed(vm, key, userDef);\n } else if (process.env.NODE_ENV !== 'production') {\n if (key in vm.$data) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined in data.\"), vm);\n } else if (vm.$options.props && key in vm.$options.props) {\n warn((\"The computed property \\\"\" + key + \"\\\" is already defined as a prop.\"), vm);\n }\n }\n }\n}\n\nfunction defineComputed (\n target,\n key,\n userDef\n) {\n var shouldCache = !isServerRendering();\n if (typeof userDef === 'function') {\n sharedPropertyDefinition.get = shouldCache\n ? createComputedGetter(key)\n : createGetterInvoker(userDef);\n sharedPropertyDefinition.set = noop;\n } else {\n sharedPropertyDefinition.get = userDef.get\n ? shouldCache && userDef.cache !== false\n ? createComputedGetter(key)\n : createGetterInvoker(userDef.get)\n : noop;\n sharedPropertyDefinition.set = userDef.set || noop;\n }\n if (process.env.NODE_ENV !== 'production' &&\n sharedPropertyDefinition.set === noop) {\n sharedPropertyDefinition.set = function () {\n warn(\n (\"Computed property \\\"\" + key + \"\\\" was assigned to but it has no setter.\"),\n this\n );\n };\n }\n Object.defineProperty(target, key, sharedPropertyDefinition);\n}\n\nfunction createComputedGetter (key) {\n return function computedGetter () {\n var watcher = this._computedWatchers && this._computedWatchers[key];\n if (watcher) {\n if (watcher.dirty) {\n watcher.evaluate();\n }\n if (Dep.SharedObject.target) {// fixed by xxxxxx\n watcher.depend();\n }\n return watcher.value\n }\n }\n}\n\nfunction createGetterInvoker(fn) {\n return function computedGetter () {\n return fn.call(this, this)\n }\n}\n\nfunction initMethods (vm, methods) {\n var props = vm.$options.props;\n for (var key in methods) {\n if (process.env.NODE_ENV !== 'production') {\n if (typeof methods[key] !== 'function') {\n warn(\n \"Method \\\"\" + key + \"\\\" has type \\\"\" + (typeof methods[key]) + \"\\\" in the component definition. \" +\n \"Did you reference the function correctly?\",\n vm\n );\n }\n if (props && hasOwn(props, key)) {\n warn(\n (\"Method \\\"\" + key + \"\\\" has already been defined as a prop.\"),\n vm\n );\n }\n if ((key in vm) && isReserved(key)) {\n warn(\n \"Method \\\"\" + key + \"\\\" conflicts with an existing Vue instance method. \" +\n \"Avoid defining component methods that start with _ or $.\"\n );\n }\n }\n vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm);\n }\n}\n\nfunction initWatch (vm, watch) {\n for (var key in watch) {\n var handler = watch[key];\n if (Array.isArray(handler)) {\n for (var i = 0; i < handler.length; i++) {\n createWatcher(vm, key, handler[i]);\n }\n } else {\n createWatcher(vm, key, handler);\n }\n }\n}\n\nfunction createWatcher (\n vm,\n expOrFn,\n handler,\n options\n) {\n if (isPlainObject(handler)) {\n options = handler;\n handler = handler.handler;\n }\n if (typeof handler === 'string') {\n handler = vm[handler];\n }\n return vm.$watch(expOrFn, handler, options)\n}\n\nfunction stateMixin (Vue) {\n // flow somehow has problems with directly declared definition object\n // when using Object.defineProperty, so we have to procedurally build up\n // the object here.\n var dataDef = {};\n dataDef.get = function () { return this._data };\n var propsDef = {};\n propsDef.get = function () { return this._props };\n if (process.env.NODE_ENV !== 'production') {\n dataDef.set = function () {\n warn(\n 'Avoid replacing instance root $data. ' +\n 'Use nested data properties instead.',\n this\n );\n };\n propsDef.set = function () {\n warn(\"$props is readonly.\", this);\n };\n }\n Object.defineProperty(Vue.prototype, '$data', dataDef);\n Object.defineProperty(Vue.prototype, '$props', propsDef);\n\n Vue.prototype.$set = set;\n Vue.prototype.$delete = del;\n\n Vue.prototype.$watch = function (\n expOrFn,\n cb,\n options\n ) {\n var vm = this;\n if (isPlainObject(cb)) {\n return createWatcher(vm, expOrFn, cb, options)\n }\n options = options || {};\n options.user = true;\n var watcher = new Watcher(vm, expOrFn, cb, options);\n if (options.immediate) {\n try {\n cb.call(vm, watcher.value);\n } catch (error) {\n handleError(error, vm, (\"callback for immediate watcher \\\"\" + (watcher.expression) + \"\\\"\"));\n }\n }\n return function unwatchFn () {\n watcher.teardown();\n }\n };\n}\n\n/* */\n\nvar uid$3 = 0;\n\nfunction initMixin (Vue) {\n Vue.prototype._init = function (options) {\n var vm = this;\n // a uid\n vm._uid = uid$3++;\n\n var startTag, endTag;\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n startTag = \"vue-perf-start:\" + (vm._uid);\n endTag = \"vue-perf-end:\" + (vm._uid);\n mark(startTag);\n }\n\n // a flag to avoid this being observed\n vm._isVue = true;\n // merge options\n if (options && options._isComponent) {\n // optimize internal component instantiation\n // since dynamic options merging is pretty slow, and none of the\n // internal component options needs special treatment.\n initInternalComponent(vm, options);\n } else {\n vm.$options = mergeOptions(\n resolveConstructorOptions(vm.constructor),\n options || {},\n vm\n );\n }\n /* istanbul ignore else */\n if (process.env.NODE_ENV !== 'production') {\n initProxy(vm);\n } else {\n vm._renderProxy = vm;\n }\n // expose real self\n vm._self = vm;\n initLifecycle(vm);\n initEvents(vm);\n initRender(vm);\n callHook(vm, 'beforeCreate');\n !vm._$fallback && initInjections(vm); // resolve injections before data/props \n initState(vm);\n !vm._$fallback && initProvide(vm); // resolve provide after data/props\n !vm._$fallback && callHook(vm, 'created'); \n\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && config.performance && mark) {\n vm._name = formatComponentName(vm, false);\n mark(endTag);\n measure((\"vue \" + (vm._name) + \" init\"), startTag, endTag);\n }\n\n if (vm.$options.el) {\n vm.$mount(vm.$options.el);\n }\n };\n}\n\nfunction initInternalComponent (vm, options) {\n var opts = vm.$options = Object.create(vm.constructor.options);\n // doing this because it's faster than dynamic enumeration.\n var parentVnode = options._parentVnode;\n opts.parent = options.parent;\n opts._parentVnode = parentVnode;\n\n var vnodeComponentOptions = parentVnode.componentOptions;\n opts.propsData = vnodeComponentOptions.propsData;\n opts._parentListeners = vnodeComponentOptions.listeners;\n opts._renderChildren = vnodeComponentOptions.children;\n opts._componentTag = vnodeComponentOptions.tag;\n\n if (options.render) {\n opts.render = options.render;\n opts.staticRenderFns = options.staticRenderFns;\n }\n}\n\nfunction resolveConstructorOptions (Ctor) {\n var options = Ctor.options;\n if (Ctor.super) {\n var superOptions = resolveConstructorOptions(Ctor.super);\n var cachedSuperOptions = Ctor.superOptions;\n if (superOptions !== cachedSuperOptions) {\n // super option changed,\n // need to resolve new options.\n Ctor.superOptions = superOptions;\n // check if there are any late-modified/attached options (#4976)\n var modifiedOptions = resolveModifiedOptions(Ctor);\n // update base extend options\n if (modifiedOptions) {\n extend(Ctor.extendOptions, modifiedOptions);\n }\n options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions);\n if (options.name) {\n options.components[options.name] = Ctor;\n }\n }\n }\n return options\n}\n\nfunction resolveModifiedOptions (Ctor) {\n var modified;\n var latest = Ctor.options;\n var sealed = Ctor.sealedOptions;\n for (var key in latest) {\n if (latest[key] !== sealed[key]) {\n if (!modified) { modified = {}; }\n modified[key] = latest[key];\n }\n }\n return modified\n}\n\nfunction Vue (options) {\n if (process.env.NODE_ENV !== 'production' &&\n !(this instanceof Vue)\n ) {\n warn('Vue is a constructor and should be called with the `new` keyword');\n }\n this._init(options);\n}\n\ninitMixin(Vue);\nstateMixin(Vue);\neventsMixin(Vue);\nlifecycleMixin(Vue);\nrenderMixin(Vue);\n\n/* */\n\nfunction initUse (Vue) {\n Vue.use = function (plugin) {\n var installedPlugins = (this._installedPlugins || (this._installedPlugins = []));\n if (installedPlugins.indexOf(plugin) > -1) {\n return this\n }\n\n // additional parameters\n var args = toArray(arguments, 1);\n args.unshift(this);\n if (typeof plugin.install === 'function') {\n plugin.install.apply(plugin, args);\n } else if (typeof plugin === 'function') {\n plugin.apply(null, args);\n }\n installedPlugins.push(plugin);\n return this\n };\n}\n\n/* */\n\nfunction initMixin$1 (Vue) {\n Vue.mixin = function (mixin) {\n this.options = mergeOptions(this.options, mixin);\n return this\n };\n}\n\n/* */\n\nfunction initExtend (Vue) {\n /**\n * Each instance constructor, including Vue, has a unique\n * cid. This enables us to create wrapped \"child\n * constructors\" for prototypal inheritance and cache them.\n */\n Vue.cid = 0;\n var cid = 1;\n\n /**\n * Class inheritance\n */\n Vue.extend = function (extendOptions) {\n extendOptions = extendOptions || {};\n var Super = this;\n var SuperId = Super.cid;\n var cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {});\n if (cachedCtors[SuperId]) {\n return cachedCtors[SuperId]\n }\n\n var name = extendOptions.name || Super.options.name;\n if (process.env.NODE_ENV !== 'production' && name) {\n validateComponentName(name);\n }\n\n var Sub = function VueComponent (options) {\n this._init(options);\n };\n Sub.prototype = Object.create(Super.prototype);\n Sub.prototype.constructor = Sub;\n Sub.cid = cid++;\n Sub.options = mergeOptions(\n Super.options,\n extendOptions\n );\n Sub['super'] = Super;\n\n // For props and computed properties, we define the proxy getters on\n // the Vue instances at extension time, on the extended prototype. This\n // avoids Object.defineProperty calls for each instance created.\n if (Sub.options.props) {\n initProps$1(Sub);\n }\n if (Sub.options.computed) {\n initComputed$1(Sub);\n }\n\n // allow further extension/mixin/plugin usage\n Sub.extend = Super.extend;\n Sub.mixin = Super.mixin;\n Sub.use = Super.use;\n\n // create asset registers, so extended classes\n // can have their private assets too.\n ASSET_TYPES.forEach(function (type) {\n Sub[type] = Super[type];\n });\n // enable recursive self-lookup\n if (name) {\n Sub.options.components[name] = Sub;\n }\n\n // keep a reference to the super options at extension time.\n // later at instantiation we can check if Super's options have\n // been updated.\n Sub.superOptions = Super.options;\n Sub.extendOptions = extendOptions;\n Sub.sealedOptions = extend({}, Sub.options);\n\n // cache constructor\n cachedCtors[SuperId] = Sub;\n return Sub\n };\n}\n\nfunction initProps$1 (Comp) {\n var props = Comp.options.props;\n for (var key in props) {\n proxy(Comp.prototype, \"_props\", key);\n }\n}\n\nfunction initComputed$1 (Comp) {\n var computed = Comp.options.computed;\n for (var key in computed) {\n defineComputed(Comp.prototype, key, computed[key]);\n }\n}\n\n/* */\n\nfunction initAssetRegisters (Vue) {\n /**\n * Create asset registration methods.\n */\n ASSET_TYPES.forEach(function (type) {\n Vue[type] = function (\n id,\n definition\n ) {\n if (!definition) {\n return this.options[type + 's'][id]\n } else {\n /* istanbul ignore if */\n if (process.env.NODE_ENV !== 'production' && type === 'component') {\n validateComponentName(id);\n }\n if (type === 'component' && isPlainObject(definition)) {\n definition.name = definition.name || id;\n definition = this.options._base.extend(definition);\n }\n if (type === 'directive' && typeof definition === 'function') {\n definition = { bind: definition, update: definition };\n }\n this.options[type + 's'][id] = definition;\n return definition\n }\n };\n });\n}\n\n/* */\n\n\n\nfunction getComponentName (opts) {\n return opts && (opts.Ctor.options.name || opts.tag)\n}\n\nfunction matches (pattern, name) {\n if (Array.isArray(pattern)) {\n return pattern.indexOf(name) > -1\n } else if (typeof pattern === 'string') {\n return pattern.split(',').indexOf(name) > -1\n } else if (isRegExp(pattern)) {\n return pattern.test(name)\n }\n /* istanbul ignore next */\n return false\n}\n\nfunction pruneCache (keepAliveInstance, filter) {\n var cache = keepAliveInstance.cache;\n var keys = keepAliveInstance.keys;\n var _vnode = keepAliveInstance._vnode;\n for (var key in cache) {\n var cachedNode = cache[key];\n if (cachedNode) {\n var name = getComponentName(cachedNode.componentOptions);\n if (name && !filter(name)) {\n pruneCacheEntry(cache, key, keys, _vnode);\n }\n }\n }\n}\n\nfunction pruneCacheEntry (\n cache,\n key,\n keys,\n current\n) {\n var cached$$1 = cache[key];\n if (cached$$1 && (!current || cached$$1.tag !== current.tag)) {\n cached$$1.componentInstance.$destroy();\n }\n cache[key] = null;\n remove(keys, key);\n}\n\nvar patternTypes = [String, RegExp, Array];\n\nvar KeepAlive = {\n name: 'keep-alive',\n abstract: true,\n\n props: {\n include: patternTypes,\n exclude: patternTypes,\n max: [String, Number]\n },\n\n created: function created () {\n this.cache = Object.create(null);\n this.keys = [];\n },\n\n destroyed: function destroyed () {\n for (var key in this.cache) {\n pruneCacheEntry(this.cache, key, this.keys);\n }\n },\n\n mounted: function mounted () {\n var this$1 = this;\n\n this.$watch('include', function (val) {\n pruneCache(this$1, function (name) { return matches(val, name); });\n });\n this.$watch('exclude', function (val) {\n pruneCache(this$1, function (name) { return !matches(val, name); });\n });\n },\n\n render: function render () {\n var slot = this.$slots.default;\n var vnode = getFirstComponentChild(slot);\n var componentOptions = vnode && vnode.componentOptions;\n if (componentOptions) {\n // check pattern\n var name = getComponentName(componentOptions);\n var ref = this;\n var include = ref.include;\n var exclude = ref.exclude;\n if (\n // not included\n (include && (!name || !matches(include, name))) ||\n // excluded\n (exclude && name && matches(exclude, name))\n ) {\n return vnode\n }\n\n var ref$1 = this;\n var cache = ref$1.cache;\n var keys = ref$1.keys;\n var key = vnode.key == null\n // same constructor may get registered as different local components\n // so cid alone is not enough (#3269)\n ? componentOptions.Ctor.cid + (componentOptions.tag ? (\"::\" + (componentOptions.tag)) : '')\n : vnode.key;\n if (cache[key]) {\n vnode.componentInstance = cache[key].componentInstance;\n // make current key freshest\n remove(keys, key);\n keys.push(key);\n } else {\n cache[key] = vnode;\n keys.push(key);\n // prune oldest entry\n if (this.max && keys.length > parseInt(this.max)) {\n pruneCacheEntry(cache, keys[0], keys, this._vnode);\n }\n }\n\n vnode.data.keepAlive = true;\n }\n return vnode || (slot && slot[0])\n }\n};\n\nvar builtInComponents = {\n KeepAlive: KeepAlive\n};\n\n/* */\n\nfunction initGlobalAPI (Vue) {\n // config\n var configDef = {};\n configDef.get = function () { return config; };\n if (process.env.NODE_ENV !== 'production') {\n configDef.set = function () {\n warn(\n 'Do not replace the Vue.config object, set individual fields instead.'\n );\n };\n }\n Object.defineProperty(Vue, 'config', configDef);\n\n // exposed util methods.\n // NOTE: these are not considered part of the public API - avoid relying on\n // them unless you are aware of the risk.\n Vue.util = {\n warn: warn,\n extend: extend,\n mergeOptions: mergeOptions,\n defineReactive: defineReactive$$1\n };\n\n Vue.set = set;\n Vue.delete = del;\n Vue.nextTick = nextTick;\n\n // 2.6 explicit observable API\n Vue.observable = function (obj) {\n observe(obj);\n return obj\n };\n\n Vue.options = Object.create(null);\n ASSET_TYPES.forEach(function (type) {\n Vue.options[type + 's'] = Object.create(null);\n });\n\n // this is used to identify the \"base\" constructor to extend all plain-object\n // components with in Weex's multi-instance scenarios.\n Vue.options._base = Vue;\n\n extend(Vue.options.components, builtInComponents);\n\n initUse(Vue);\n initMixin$1(Vue);\n initExtend(Vue);\n initAssetRegisters(Vue);\n}\n\ninitGlobalAPI(Vue);\n\nObject.defineProperty(Vue.prototype, '$isServer', {\n get: isServerRendering\n});\n\nObject.defineProperty(Vue.prototype, '$ssrContext', {\n get: function get () {\n /* istanbul ignore next */\n return this.$vnode && this.$vnode.ssrContext\n }\n});\n\n// expose FunctionalRenderContext for ssr runtime helper installation\nObject.defineProperty(Vue, 'FunctionalRenderContext', {\n value: FunctionalRenderContext\n});\n\nVue.version = '2.6.11';\n\n/**\n * https://raw.githubusercontent.com/Tencent/westore/master/packages/westore/utils/diff.js\n */\nvar ARRAYTYPE = '[object Array]';\nvar OBJECTTYPE = '[object Object]';\n// const FUNCTIONTYPE = '[object Function]'\n\nfunction diff(current, pre) {\n var result = {};\n syncKeys(current, pre);\n _diff(current, pre, '', result);\n return result\n}\n\nfunction syncKeys(current, pre) {\n if (current === pre) { return }\n var rootCurrentType = type(current);\n var rootPreType = type(pre);\n if (rootCurrentType == OBJECTTYPE && rootPreType == OBJECTTYPE) {\n if(Object.keys(current).length >= Object.keys(pre).length){\n for (var key in pre) {\n var currentValue = current[key];\n if (currentValue === undefined) {\n current[key] = null;\n } else {\n syncKeys(currentValue, pre[key]);\n }\n }\n }\n } else if (rootCurrentType == ARRAYTYPE && rootPreType == ARRAYTYPE) {\n if (current.length >= pre.length) {\n pre.forEach(function (item, index) {\n syncKeys(current[index], item);\n });\n }\n }\n}\n\nfunction _diff(current, pre, path, result) {\n if (current === pre) { return }\n var rootCurrentType = type(current);\n var rootPreType = type(pre);\n if (rootCurrentType == OBJECTTYPE) {\n if (rootPreType != OBJECTTYPE || Object.keys(current).length < Object.keys(pre).length) {\n setResult(result, path, current);\n } else {\n var loop = function ( key ) {\n var currentValue = current[key];\n var preValue = pre[key];\n var currentType = type(currentValue);\n var preType = type(preValue);\n if (currentType != ARRAYTYPE && currentType != OBJECTTYPE) {\n if (currentValue !== pre[key]) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n }\n } else if (currentType == ARRAYTYPE) {\n if (preType != ARRAYTYPE) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n if (currentValue.length < preValue.length) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n currentValue.forEach(function (item, index) {\n _diff(item, preValue[index], (path == '' ? '' : path + \".\") + key + '[' + index + ']', result);\n });\n }\n }\n } else if (currentType == OBJECTTYPE) {\n if (preType != OBJECTTYPE || Object.keys(currentValue).length < Object.keys(preValue).length) {\n setResult(result, (path == '' ? '' : path + \".\") + key, currentValue);\n } else {\n for (var subKey in currentValue) {\n _diff(currentValue[subKey], preValue[subKey], (path == '' ? '' : path + \".\") + key + '.' + subKey, result);\n }\n }\n }\n };\n\n for (var key in current) loop( key );\n }\n } else if (rootCurrentType == ARRAYTYPE) {\n if (rootPreType != ARRAYTYPE) {\n setResult(result, path, current);\n } else {\n if (current.length < pre.length) {\n setResult(result, path, current);\n } else {\n current.forEach(function (item, index) {\n _diff(item, pre[index], path + '[' + index + ']', result);\n });\n }\n }\n } else {\n setResult(result, path, current);\n }\n}\n\nfunction setResult(result, k, v) {\n // if (type(v) != FUNCTIONTYPE) {\n result[k] = v;\n // }\n}\n\nfunction type(obj) {\n return Object.prototype.toString.call(obj)\n}\n\n/* */\n\nfunction flushCallbacks$1(vm) {\n if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {\n if (process.env.VUE_APP_DEBUG) {\n var mpInstance = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +\n ']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');\n }\n var copies = vm.__next_tick_callbacks.slice(0);\n vm.__next_tick_callbacks.length = 0;\n for (var i = 0; i < copies.length; i++) {\n copies[i]();\n }\n }\n}\n\nfunction hasRenderWatcher(vm) {\n return queue.find(function (watcher) { return vm._watcher === watcher; })\n}\n\nfunction nextTick$1(vm, cb) {\n //1.nextTick 之前 已 setData 且 setData 还未回调完成\n //2.nextTick 之前存在 render watcher\n if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {\n if(process.env.VUE_APP_DEBUG){\n var mpInstance = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +\n ']:nextVueTick');\n }\n return nextTick(cb, vm)\n }else{\n if(process.env.VUE_APP_DEBUG){\n var mpInstance$1 = vm.$scope;\n console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +\n ']:nextMPTick');\n }\n }\n var _resolve;\n if (!vm.__next_tick_callbacks) {\n vm.__next_tick_callbacks = [];\n }\n vm.__next_tick_callbacks.push(function () {\n if (cb) {\n try {\n cb.call(vm);\n } catch (e) {\n handleError(e, vm, 'nextTick');\n }\n } else if (_resolve) {\n _resolve(vm);\n }\n });\n // $flow-disable-line\n if (!cb && typeof Promise !== 'undefined') {\n return new Promise(function (resolve) {\n _resolve = resolve;\n })\n }\n}\n\n/* */\n\nfunction cloneWithData(vm) {\n // 确保当前 vm 所有数据被同步\n var ret = Object.create(null);\n var dataKeys = [].concat(\n Object.keys(vm._data || {}),\n Object.keys(vm._computedWatchers || {}));\n\n dataKeys.reduce(function(ret, key) {\n ret[key] = vm[key];\n return ret\n }, ret);\n\n // vue-composition-api\n var compositionApiState = vm.__composition_api_state__ || vm.__secret_vfa_state__;\n var rawBindings = compositionApiState && compositionApiState.rawBindings;\n if (rawBindings) {\n Object.keys(rawBindings).forEach(function (key) {\n ret[key] = vm[key];\n });\n }\n\n //TODO 需要把无用数据处理掉,比如 list=>l0 则 list 需要移除,否则多传输一份数据\n Object.assign(ret, vm.$mp.data || {});\n if (\n Array.isArray(vm.$options.behaviors) &&\n vm.$options.behaviors.indexOf('uni://form-field') !== -1\n ) { //form-field\n ret['name'] = vm.name;\n ret['value'] = vm.value;\n }\n\n return JSON.parse(JSON.stringify(ret))\n}\n\nvar patch = function(oldVnode, vnode) {\n var this$1 = this;\n\n if (vnode === null) { //destroy\n return\n }\n if (this.mpType === 'page' || this.mpType === 'component') {\n var mpInstance = this.$scope;\n var data = Object.create(null);\n try {\n data = cloneWithData(this);\n } catch (err) {\n console.error(err);\n }\n data.__webviewId__ = mpInstance.data.__webviewId__;\n var mpData = Object.create(null);\n Object.keys(data).forEach(function (key) { //仅同步 data 中有的数据\n mpData[key] = mpInstance.data[key];\n });\n var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);\n if (Object.keys(diffData).length) {\n if (process.env.VUE_APP_DEBUG) {\n console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +\n ']差量更新',\n JSON.stringify(diffData));\n }\n this.__next_tick_pending = true;\n mpInstance.setData(diffData, function () {\n this$1.__next_tick_pending = false;\n flushCallbacks$1(this$1);\n });\n } else {\n flushCallbacks$1(this);\n }\n }\n};\n\n/* */\n\nfunction createEmptyRender() {\n\n}\n\nfunction mountComponent$1(\n vm,\n el,\n hydrating\n) {\n if (!vm.mpType) {//main.js 中的 new Vue\n return vm\n }\n if (vm.mpType === 'app') {\n vm.$options.render = createEmptyRender;\n }\n if (!vm.$options.render) {\n vm.$options.render = createEmptyRender;\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n if ((vm.$options.template && vm.$options.template.charAt(0) !== '#') ||\n vm.$options.el || el) {\n warn(\n 'You are using the runtime-only build of Vue where the template ' +\n 'compiler is not available. Either pre-compile the templates into ' +\n 'render functions, or use the compiler-included build.',\n vm\n );\n } else {\n warn(\n 'Failed to mount component: template or render function not defined.',\n vm\n );\n }\n }\n }\n \n !vm._$fallback && callHook(vm, 'beforeMount');\n\n var updateComponent = function () {\n vm._update(vm._render(), hydrating);\n };\n\n // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call $forceUpdate (e.g. inside child\n // component's mounted hook), which relies on vm._watcher being already defined\n new Watcher(vm, updateComponent, noop, {\n before: function before() {\n if (vm._isMounted && !vm._isDestroyed) {\n callHook(vm, 'beforeUpdate');\n }\n }\n }, true /* isRenderWatcher */);\n hydrating = false;\n return vm\n}\n\n/* */\n\nfunction renderClass (\n staticClass,\n dynamicClass\n) {\n if (isDef(staticClass) || isDef(dynamicClass)) {\n return concat(staticClass, stringifyClass(dynamicClass))\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction concat (a, b) {\n return a ? b ? (a + ' ' + b) : a : (b || '')\n}\n\nfunction stringifyClass (value) {\n if (Array.isArray(value)) {\n return stringifyArray(value)\n }\n if (isObject(value)) {\n return stringifyObject(value)\n }\n if (typeof value === 'string') {\n return value\n }\n /* istanbul ignore next */\n return ''\n}\n\nfunction stringifyArray (value) {\n var res = '';\n var stringified;\n for (var i = 0, l = value.length; i < l; i++) {\n if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') {\n if (res) { res += ' '; }\n res += stringified;\n }\n }\n return res\n}\n\nfunction stringifyObject (value) {\n var res = '';\n for (var key in value) {\n if (value[key]) {\n if (res) { res += ' '; }\n res += key;\n }\n }\n return res\n}\n\n/* */\n\nvar parseStyleText = cached(function (cssText) {\n var res = {};\n var listDelimiter = /;(?![^(]*\\))/g;\n var propertyDelimiter = /:(.+)/;\n cssText.split(listDelimiter).forEach(function (item) {\n if (item) {\n var tmp = item.split(propertyDelimiter);\n tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return res\n});\n\n// normalize possible array / string values into Object\nfunction normalizeStyleBinding (bindingStyle) {\n if (Array.isArray(bindingStyle)) {\n return toObject(bindingStyle)\n }\n if (typeof bindingStyle === 'string') {\n return parseStyleText(bindingStyle)\n }\n return bindingStyle\n}\n\n/* */\n\nvar MP_METHODS = ['createSelectorQuery', 'createIntersectionObserver', 'selectAllComponents', 'selectComponent'];\n\nfunction getTarget(obj, path) {\n var parts = path.split('.');\n var key = parts[0];\n if (key.indexOf('__$n') === 0) { //number index\n key = parseInt(key.replace('__$n', ''));\n }\n if (parts.length === 1) {\n return obj[key]\n }\n return getTarget(obj[key], parts.slice(1).join('.'))\n}\n\nfunction internalMixin(Vue) {\n\n Vue.config.errorHandler = function(err, vm, info) {\n Vue.util.warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n console.error(err);\n /* eslint-disable no-undef */\n var app = typeof getApp === 'function' && getApp();\n if (app && app.onError) {\n app.onError(err);\n }\n };\n\n var oldEmit = Vue.prototype.$emit;\n\n Vue.prototype.$emit = function(event) {\n if (this.$scope && event) {\n (this.$scope['_triggerEvent'] || this.$scope['triggerEvent']).call(this.$scope, event, {\n __args__: toArray(arguments, 1)\n });\n }\n return oldEmit.apply(this, arguments)\n };\n\n Vue.prototype.$nextTick = function(fn) {\n return nextTick$1(this, fn)\n };\n\n MP_METHODS.forEach(function (method) {\n Vue.prototype[method] = function(args) {\n if (this.$scope && this.$scope[method]) {\n return this.$scope[method](args)\n }\n // mp-alipay\n if (typeof my === 'undefined') {\n return\n }\n if (method === 'createSelectorQuery') {\n /* eslint-disable no-undef */\n return my.createSelectorQuery(args)\n } else if (method === 'createIntersectionObserver') {\n /* eslint-disable no-undef */\n return my.createIntersectionObserver(args)\n }\n // TODO mp-alipay 暂不支持 selectAllComponents,selectComponent\n };\n });\n\n Vue.prototype.__init_provide = initProvide;\n\n Vue.prototype.__init_injections = initInjections;\n\n Vue.prototype.__call_hook = function(hook, args) {\n var vm = this;\n // #7573 disable dep collection when invoking lifecycle hooks\n pushTarget();\n var handlers = vm.$options[hook];\n var info = hook + \" hook\";\n var ret;\n if (handlers) {\n for (var i = 0, j = handlers.length; i < j; i++) {\n ret = invokeWithErrorHandling(handlers[i], vm, args ? [args] : null, vm, info);\n }\n }\n if (vm._hasHookEvent) {\n vm.$emit('hook:' + hook, args);\n }\n popTarget();\n return ret\n };\n\n Vue.prototype.__set_model = function(target, key, value, modifiers) {\n if (Array.isArray(modifiers)) {\n if (modifiers.indexOf('trim') !== -1) {\n value = value.trim();\n }\n if (modifiers.indexOf('number') !== -1) {\n value = this._n(value);\n }\n }\n if (!target) {\n target = this;\n }\n // 解决动态属性添加\n Vue.set(target, key, value);\n };\n\n Vue.prototype.__set_sync = function(target, key, value) {\n if (!target) {\n target = this;\n }\n // 解决动态属性添加\n Vue.set(target, key, value);\n };\n\n Vue.prototype.__get_orig = function(item) {\n if (isPlainObject(item)) {\n return item['$orig'] || item\n }\n return item\n };\n\n Vue.prototype.__get_value = function(dataPath, target) {\n return getTarget(target || this, dataPath)\n };\n\n\n Vue.prototype.__get_class = function(dynamicClass, staticClass) {\n return renderClass(staticClass, dynamicClass)\n };\n\n Vue.prototype.__get_style = function(dynamicStyle, staticStyle) {\n if (!dynamicStyle && !staticStyle) {\n return ''\n }\n var dynamicStyleObj = normalizeStyleBinding(dynamicStyle);\n var styleObj = staticStyle ? extend(staticStyle, dynamicStyleObj) : dynamicStyleObj;\n return Object.keys(styleObj).map(function (name) { return ((hyphenate(name)) + \":\" + (styleObj[name])); }).join(';')\n };\n\n Vue.prototype.__map = function(val, iteratee) {\n //TODO 暂不考虑 string\n var ret, i, l, keys, key;\n if (Array.isArray(val)) {\n ret = new Array(val.length);\n for (i = 0, l = val.length; i < l; i++) {\n ret[i] = iteratee(val[i], i);\n }\n return ret\n } else if (isObject(val)) {\n keys = Object.keys(val);\n ret = Object.create(null);\n for (i = 0, l = keys.length; i < l; i++) {\n key = keys[i];\n ret[key] = iteratee(val[key], key, i);\n }\n return ret\n } else if (typeof val === 'number') {\n ret = new Array(val);\n for (i = 0, l = val; i < l; i++) {\n // 第一个参数暂时仍和小程序一致\n ret[i] = iteratee(i, i);\n }\n return ret\n }\n return []\n };\n\n}\n\n/* */\n\nvar LIFECYCLE_HOOKS$1 = [\n //App\n 'onLaunch',\n 'onShow',\n 'onHide',\n 'onUniNViewMessage',\n 'onPageNotFound',\n 'onThemeChange',\n 'onError',\n 'onUnhandledRejection',\n //Page\n 'onInit',\n 'onLoad',\n // 'onShow',\n 'onReady',\n // 'onHide',\n 'onUnload',\n 'onPullDownRefresh',\n 'onReachBottom',\n 'onTabItemTap',\n 'onAddToFavorites',\n 'onShareTimeline',\n 'onShareAppMessage',\n 'onResize',\n 'onPageScroll',\n 'onNavigationBarButtonTap',\n 'onBackPress',\n 'onNavigationBarSearchInputChanged',\n 'onNavigationBarSearchInputConfirmed',\n 'onNavigationBarSearchInputClicked',\n //Component\n // 'onReady', // 兼容旧版本,应该移除该事件\n 'onPageShow',\n 'onPageHide',\n 'onPageResize'\n];\nfunction lifecycleMixin$1(Vue) {\n\n //fixed vue-class-component\n var oldExtend = Vue.extend;\n Vue.extend = function(extendOptions) {\n extendOptions = extendOptions || {};\n\n var methods = extendOptions.methods;\n if (methods) {\n Object.keys(methods).forEach(function (methodName) {\n if (LIFECYCLE_HOOKS$1.indexOf(methodName)!==-1) {\n extendOptions[methodName] = methods[methodName];\n delete methods[methodName];\n }\n });\n }\n\n return oldExtend.call(this, extendOptions)\n };\n\n var strategies = Vue.config.optionMergeStrategies;\n var mergeHook = strategies.created;\n LIFECYCLE_HOOKS$1.forEach(function (hook) {\n strategies[hook] = mergeHook;\n });\n\n Vue.prototype.__lifecycle_hooks__ = LIFECYCLE_HOOKS$1;\n}\n\n/* */\n\n// install platform patch function\nVue.prototype.__patch__ = patch;\n\n// public mount method\nVue.prototype.$mount = function(\n el ,\n hydrating \n) {\n return mountComponent$1(this, el, hydrating)\n};\n\nlifecycleMixin$1(Vue);\ninternalMixin(Vue);\n\n/* */\n\nexport default Vue;\n","var pattern = {\n\temail: /^\\S+?@\\S+?\\.\\S+?$/,\n\tidcard: /^[1-9]\\d{5}(18|19|([23]\\d))\\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\\d{3}[0-9Xx]$/,\n\turl: new RegExp(\n\t\t\"^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\\\S+(?::\\\\S*)?@)?(?:(?:(?:[1-9]\\\\d?|1\\\\d\\\\d|2[01]\\\\d|22[0-3])(?:\\\\.(?:1?\\\\d{1,2}|2[0-4]\\\\d|25[0-5])){2}(?:\\\\.(?:[0-9]\\\\d?|1\\\\d\\\\d|2[0-4]\\\\d|25[0-4]))|(?:(?:[a-z\\\\u00a1-\\\\uffff0-9]+-*)*[a-z\\\\u00a1-\\\\uffff0-9]+)(?:\\\\.(?:[a-z\\\\u00a1-\\\\uffff0-9]+-*)*[a-z\\\\u00a1-\\\\uffff0-9]+)*(?:\\\\.(?:[a-z\\\\u00a1-\\\\uffff]{2,})))|localhost)(?::\\\\d{2,5})?(?:(/|\\\\?|#)[^\\\\s]*)?$\",\n\t\t'i')\n};\n\nconst FORMAT_MAPPING = {\n\t\"int\": 'integer',\n\t\"bool\": 'boolean',\n\t\"double\": 'number',\n\t\"long\": 'number',\n\t\"password\": 'string'\n\t// \"fileurls\": 'array'\n}\n\nfunction formatMessage(args, resources = '') {\n\tvar defaultMessage = ['label']\n\tdefaultMessage.forEach((item) => {\n\t\tif (args[item] === undefined) {\n\t\t\targs[item] = ''\n\t\t}\n\t})\n\n\tlet str = resources\n\tfor (let key in args) {\n\t\tlet reg = new RegExp('{' + key + '}')\n\t\tstr = str.replace(reg, args[key])\n\t}\n\treturn str\n}\n\nfunction isEmptyValue(value, type) {\n\tif (value === undefined || value === null) {\n\t\treturn true;\n\t}\n\n\tif (typeof value === 'string' && !value) {\n\t\treturn true;\n\t}\n\n\tif (Array.isArray(value) && !value.length) {\n\t\treturn true;\n\t}\n\n\tif (type === 'object' && !Object.keys(value).length) {\n\t\treturn true;\n\t}\n\n\treturn false;\n}\n\nconst types = {\n\tinteger(value) {\n\t\treturn types.number(value) && parseInt(value, 10) === value;\n\t},\n\tstring(value) {\n\t\treturn typeof value === 'string';\n\t},\n\tnumber(value) {\n\t\tif (isNaN(value)) {\n\t\t\treturn false;\n\t\t}\n\t\treturn typeof value === 'number';\n\t},\n\t\"boolean\": function(value) {\n\t\treturn typeof value === 'boolean';\n\t},\n\t\"float\": function(value) {\n\t\treturn types.number(value) && !types.integer(value);\n\t},\n\tarray(value) {\n\t\treturn Array.isArray(value);\n\t},\n\tobject(value) {\n\t\treturn typeof value === 'object' && !types.array(value);\n\t},\n\tdate(value) {\n\t\treturn value instanceof Date;\n\t},\n\ttimestamp(value) {\n\t\tif (!this.integer(value) || Math.abs(value).toString().length > 16) {\n\t\t\treturn false\n\t\t}\n\t\treturn true;\n\t},\n\tfile(value) {\n\t\treturn typeof value.url === 'string';\n\t},\n\temail(value) {\n\t\treturn typeof value === 'string' && !!value.match(pattern.email) && value.length < 255;\n\t},\n\turl(value) {\n\t\treturn typeof value === 'string' && !!value.match(pattern.url);\n\t},\n\tpattern(reg, value) {\n\t\ttry {\n\t\t\treturn new RegExp(reg).test(value);\n\t\t} catch (e) {\n\t\t\treturn false;\n\t\t}\n\t},\n\tmethod(value) {\n\t\treturn typeof value === 'function';\n\t},\n\tidcard(value) {\n\t\treturn typeof value === 'string' && !!value.match(pattern.idcard);\n\t},\n\t'url-https'(value) {\n\t\treturn this.url(value) && value.startsWith('https://');\n\t},\n\t'url-scheme'(value) {\n\t\treturn value.startsWith('://');\n\t},\n\t'url-web'(value) {\n\t\treturn false;\n\t}\n}\n\nclass RuleValidator {\n\n\tconstructor(message) {\n\t\tthis._message = message\n\t}\n\n\tasync validateRule(fieldKey, fieldValue, value, data, allData) {\n\t\tvar result = null\n\n\t\tlet rules = fieldValue.rules\n\n\t\tlet hasRequired = rules.findIndex((item) => {\n\t\t\treturn item.required\n\t\t})\n\t\tif (hasRequired < 0) {\n\t\t\tif (value === null || value === undefined) {\n\t\t\t\treturn result\n\t\t\t}\n\t\t\tif (typeof value === 'string' && !value.length) {\n\t\t\t\treturn result\n\t\t\t}\n\t\t}\n\n\t\tvar message = this._message\n\n\t\tif (rules === undefined) {\n\t\t\treturn message['default']\n\t\t}\n\n\t\tfor (var i = 0; i < rules.length; i++) {\n\t\t\tlet rule = rules[i]\n\t\t\tlet vt = this._getValidateType(rule)\n\n\t\t\tObject.assign(rule, {\n\t\t\t\tlabel: fieldValue.label || `[\"${fieldKey}\"]`\n\t\t\t})\n\n\t\t\tif (RuleValidatorHelper[vt]) {\n\t\t\t\tresult = RuleValidatorHelper[vt](rule, value, message)\n\t\t\t\tif (result != null) {\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (rule.validateExpr) {\n\t\t\t\tlet now = Date.now()\n\t\t\t\tlet resultExpr = rule.validateExpr(value, allData, now)\n\t\t\t\tif (resultExpr === false) {\n\t\t\t\t\tresult = this._getMessage(rule, rule.errorMessage || this._message['default'])\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (rule.validateFunction) {\n\t\t\t\tresult = await this.validateFunction(rule, value, data, allData, vt)\n\t\t\t\tif (result !== null) {\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (result !== null) {\n\t\t\tresult = message.TAG + result\n\t\t}\n\n\t\treturn result\n\t}\n\n\tasync validateFunction(rule, value, data, allData, vt) {\n\t\tlet result = null\n\t\ttry {\n\t\t\tlet callbackMessage = null\n\t\t\tconst res = await rule.validateFunction(rule, value, allData || data, (message) => {\n\t\t\t\tcallbackMessage = message\n\t\t\t})\n\t\t\tif (callbackMessage || (typeof res === 'string' && res) || res === false) {\n\t\t\t\tresult = this._getMessage(rule, callbackMessage || res, vt)\n\t\t\t}\n\t\t} catch (e) {\n\t\t\tresult = this._getMessage(rule, e.message, vt)\n\t\t}\n\t\treturn result\n\t}\n\n\t_getMessage(rule, message, vt) {\n\t\treturn formatMessage(rule, message || rule.errorMessage || this._message[vt] || message['default'])\n\t}\n\n\t_getValidateType(rule) {\n\t\tvar result = ''\n\t\tif (rule.required) {\n\t\t\tresult = 'required'\n\t\t} else if (rule.format) {\n\t\t\tresult = 'format'\n\t\t} else if (rule.arrayType) {\n\t\t\tresult = 'arrayTypeFormat'\n\t\t} else if (rule.range) {\n\t\t\tresult = 'range'\n\t\t} else if (rule.maximum !== undefined || rule.minimum !== undefined) {\n\t\t\tresult = 'rangeNumber'\n\t\t} else if (rule.maxLength !== undefined || rule.minLength !== undefined) {\n\t\t\tresult = 'rangeLength'\n\t\t} else if (rule.pattern) {\n\t\t\tresult = 'pattern'\n\t\t} else if (rule.validateFunction) {\n\t\t\tresult = 'validateFunction'\n\t\t}\n\t\treturn result\n\t}\n}\n\nconst RuleValidatorHelper = {\n\trequired(rule, value, message) {\n\t\tif (rule.required && isEmptyValue(value, rule.format || typeof value)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message.required);\n\t\t}\n\n\t\treturn null\n\t},\n\n\trange(rule, value, message) {\n\t\tconst {\n\t\t\trange,\n\t\t\terrorMessage\n\t\t} = rule;\n\n\t\tlet list = new Array(range.length);\n\t\tfor (let i = 0; i < range.length; i++) {\n\t\t\tconst item = range[i];\n\t\t\tif (types.object(item) && item.value !== undefined) {\n\t\t\t\tlist[i] = item.value;\n\t\t\t} else {\n\t\t\t\tlist[i] = item;\n\t\t\t}\n\t\t}\n\n\t\tlet result = false\n\t\tif (Array.isArray(value)) {\n\t\t\tresult = (new Set(value.concat(list)).size === list.length);\n\t\t} else {\n\t\t\tif (list.indexOf(value) > -1) {\n\t\t\t\tresult = true;\n\t\t\t}\n\t\t}\n\n\t\tif (!result) {\n\t\t\treturn formatMessage(rule, errorMessage || message['enum']);\n\t\t}\n\n\t\treturn null\n\t},\n\n\trangeNumber(rule, value, message) {\n\t\tif (!types.number(value)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message.pattern.mismatch);\n\t\t}\n\n\t\tlet {\n\t\t\tminimum,\n\t\t\tmaximum,\n\t\t\texclusiveMinimum,\n\t\t\texclusiveMaximum\n\t\t} = rule;\n\t\tlet min = exclusiveMinimum ? value <= minimum : value < minimum;\n\t\tlet max = exclusiveMaximum ? value >= maximum : value > maximum;\n\n\t\tif (minimum !== undefined && min) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['number'][exclusiveMinimum ?\n\t\t\t\t'exclusiveMinimum' : 'minimum'\n\t\t\t])\n\t\t} else if (maximum !== undefined && max) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['number'][exclusiveMaximum ?\n\t\t\t\t'exclusiveMaximum' : 'maximum'\n\t\t\t])\n\t\t} else if (minimum !== undefined && maximum !== undefined && (min || max)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['number'].range)\n\t\t}\n\n\t\treturn null\n\t},\n\n\trangeLength(rule, value, message) {\n\t\tif (!types.string(value) && !types.array(value)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message.pattern.mismatch);\n\t\t}\n\n\t\tlet min = rule.minLength;\n\t\tlet max = rule.maxLength;\n\t\tlet val = value.length;\n\n\t\tif (min !== undefined && val < min) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['length'].minLength)\n\t\t} else if (max !== undefined && val > max) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['length'].maxLength)\n\t\t} else if (min !== undefined && max !== undefined && (val < min || val > max)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message['length'].range)\n\t\t}\n\n\t\treturn null\n\t},\n\n\tpattern(rule, value, message) {\n\t\tif (!types['pattern'](rule.pattern, value)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message.pattern.mismatch);\n\t\t}\n\n\t\treturn null\n\t},\n\n\tformat(rule, value, message) {\n\t\tvar customTypes = Object.keys(types);\n\t\tvar format = FORMAT_MAPPING[rule.format] ? FORMAT_MAPPING[rule.format] : (rule.format || rule.arrayType);\n\n\t\tif (customTypes.indexOf(format) > -1) {\n\t\t\tif (!types[format](value)) {\n\t\t\t\treturn formatMessage(rule, rule.errorMessage || message.typeError);\n\t\t\t}\n\t\t}\n\n\t\treturn null\n\t},\n\n\tarrayTypeFormat(rule, value, message) {\n\t\tif (!Array.isArray(value)) {\n\t\t\treturn formatMessage(rule, rule.errorMessage || message.typeError);\n\t\t}\n\n\t\tfor (let i = 0; i < value.length; i++) {\n\t\t\tconst element = value[i];\n\t\t\tlet formatResult = this.format(rule, element, message)\n\t\t\tif (formatResult !== null) {\n\t\t\t\treturn formatResult\n\t\t\t}\n\t\t}\n\n\t\treturn null\n\t}\n}\n\nclass SchemaValidator extends RuleValidator {\n\n\tconstructor(schema, options) {\n\t\tsuper(SchemaValidator.message);\n\n\t\tthis._schema = schema\n\t\tthis._options = options || null\n\t}\n\n\tupdateSchema(schema) {\n\t\tthis._schema = schema\n\t}\n\n\tasync validate(data, allData) {\n\t\tlet result = this._checkFieldInSchema(data)\n\t\tif (!result) {\n\t\t\tresult = await this.invokeValidate(data, false, allData)\n\t\t}\n\t\treturn result.length ? result[0] : null\n\t}\n\n\tasync validateAll(data, allData) {\n\t\tlet result = this._checkFieldInSchema(data)\n\t\tif (!result) {\n\t\t\tresult = await this.invokeValidate(data, true, allData)\n\t\t}\n\t\treturn result\n\t}\n\n\tasync validateUpdate(data, allData) {\n\t\tlet result = this._checkFieldInSchema(data)\n\t\tif (!result) {\n\t\t\tresult = await this.invokeValidateUpdate(data, false, allData)\n\t\t}\n\t\treturn result.length ? result[0] : null\n\t}\n\n\tasync invokeValidate(data, all, allData) {\n\t\tlet result = []\n\t\tlet schema = this._schema\n\t\tfor (let key in schema) {\n\t\t\tlet value = schema[key]\n\t\t\tlet errorMessage = await this.validateRule(key, value, data[key], data, allData)\n\t\t\tif (errorMessage != null) {\n\t\t\t\tresult.push({\n\t\t\t\t\tkey,\n\t\t\t\t\terrorMessage\n\t\t\t\t})\n\t\t\t\tif (!all) break\n\t\t\t}\n\t\t}\n\t\treturn result\n\t}\n\n\tasync invokeValidateUpdate(data, all, allData) {\n\t\tlet result = []\n\t\tfor (let key in data) {\n\t\t\tlet errorMessage = await this.validateRule(key, this._schema[key], data[key], data, allData)\n\t\t\tif (errorMessage != null) {\n\t\t\t\tresult.push({\n\t\t\t\t\tkey,\n\t\t\t\t\terrorMessage\n\t\t\t\t})\n\t\t\t\tif (!all) break\n\t\t\t}\n\t\t}\n\t\treturn result\n\t}\n\n\t_checkFieldInSchema(data) {\n\t\tvar keys = Object.keys(data)\n\t\tvar keys2 = Object.keys(this._schema)\n\t\tif (new Set(keys.concat(keys2)).size === keys2.length) {\n\t\t\treturn ''\n\t\t}\n\n\t\tvar noExistFields = keys.filter((key) => {\n\t\t\treturn keys2.indexOf(key) < 0;\n\t\t})\n\t\tvar errorMessage = formatMessage({\n\t\t\tfield: JSON.stringify(noExistFields)\n\t\t}, SchemaValidator.message.TAG + SchemaValidator.message['defaultInvalid'])\n\t\treturn [{\n\t\t\tkey: 'invalid',\n\t\t\terrorMessage\n\t\t}]\n\t}\n}\n\nfunction Message() {\n\treturn {\n\t\tTAG: \"\",\n\t\tdefault: '验证错误',\n\t\tdefaultInvalid: '提交的字段{field}在数据库中并不存在',\n\t\tvalidateFunction: '验证无效',\n\t\trequired: '{label}必填',\n\t\t'enum': '{label}超出范围',\n\t\ttimestamp: '{label}格式无效',\n\t\twhitespace: '{label}不能为空',\n\t\ttypeError: '{label}类型无效',\n\t\tdate: {\n\t\t\tformat: '{label}日期{value}格式无效',\n\t\t\tparse: '{label}日期无法解析,{value}无效',\n\t\t\tinvalid: '{label}日期{value}无效'\n\t\t},\n\t\tlength: {\n\t\t\tminLength: '{label}长度不能少于{minLength}',\n\t\t\tmaxLength: '{label}长度不能超过{maxLength}',\n\t\t\trange: '{label}必须介于{minLength}和{maxLength}之间'\n\t\t},\n\t\tnumber: {\n\t\t\tminimum: '{label}不能小于{minimum}',\n\t\t\tmaximum: '{label}不能大于{maximum}',\n\t\t\texclusiveMinimum: '{label}不能小于等于{minimum}',\n\t\t\texclusiveMaximum: '{label}不能大于等于{maximum}',\n\t\t\trange: '{label}必须介于{minimum}and{maximum}之间'\n\t\t},\n\t\tpattern: {\n\t\t\tmismatch: '{label}格式不匹配'\n\t\t}\n\t};\n}\n\n\nSchemaValidator.message = new Message();\n\nexport default SchemaValidator\n","import en from './en.json'\nimport zhHans from './zh-Hans.json'\nimport zhHant from './zh-Hant.json'\nexport default {\n\ten,\n\t'zh-Hans': zhHans,\n\t'zh-Hant': zhHant\n}\n","export default {\n \"id\": \"2852637\",\n \"name\": \"uniui图标库\",\n \"font_family\": \"uniicons\",\n \"css_prefix_text\": \"uniui-\",\n \"description\": \"\",\n \"glyphs\": [\n {\n \"icon_id\": \"25027049\",\n \"name\": \"yanse\",\n \"font_class\": \"color\",\n \"unicode\": \"e6cf\",\n \"unicode_decimal\": 59087\n },\n {\n \"icon_id\": \"25027048\",\n \"name\": \"wallet\",\n \"font_class\": \"wallet\",\n \"unicode\": \"e6b1\",\n \"unicode_decimal\": 59057\n },\n {\n \"icon_id\": \"25015720\",\n \"name\": \"settings-filled\",\n \"font_class\": \"settings-filled\",\n \"unicode\": \"e6ce\",\n \"unicode_decimal\": 59086\n },\n {\n \"icon_id\": \"25015434\",\n \"name\": \"shimingrenzheng-filled\",\n \"font_class\": \"auth-filled\",\n \"unicode\": \"e6cc\",\n \"unicode_decimal\": 59084\n },\n {\n \"icon_id\": \"24934246\",\n \"name\": \"shop-filled\",\n \"font_class\": \"shop-filled\",\n \"unicode\": \"e6cd\",\n \"unicode_decimal\": 59085\n },\n {\n \"icon_id\": \"24934159\",\n \"name\": \"staff-filled-01\",\n \"font_class\": \"staff-filled\",\n \"unicode\": \"e6cb\",\n \"unicode_decimal\": 59083\n },\n {\n \"icon_id\": \"24932461\",\n \"name\": \"VIP-filled\",\n \"font_class\": \"vip-filled\",\n \"unicode\": \"e6c6\",\n \"unicode_decimal\": 59078\n },\n {\n \"icon_id\": \"24932462\",\n \"name\": \"plus_circle_fill\",\n \"font_class\": \"plus-filled\",\n \"unicode\": \"e6c7\",\n \"unicode_decimal\": 59079\n },\n {\n \"icon_id\": \"24932463\",\n \"name\": \"folder_add-filled\",\n \"font_class\": \"folder-add-filled\",\n \"unicode\": \"e6c8\",\n \"unicode_decimal\": 59080\n },\n {\n \"icon_id\": \"24932464\",\n \"name\": \"yanse-filled\",\n \"font_class\": \"color-filled\",\n \"unicode\": \"e6c9\",\n \"unicode_decimal\": 59081\n },\n {\n \"icon_id\": \"24932465\",\n \"name\": \"tune-filled\",\n \"font_class\": \"tune-filled\",\n \"unicode\": \"e6ca\",\n \"unicode_decimal\": 59082\n },\n {\n \"icon_id\": \"24932455\",\n \"name\": \"a-rilidaka-filled\",\n \"font_class\": \"calendar-filled\",\n \"unicode\": \"e6c0\",\n \"unicode_decimal\": 59072\n },\n {\n \"icon_id\": \"24932456\",\n \"name\": \"notification-filled\",\n \"font_class\": \"notification-filled\",\n \"unicode\": \"e6c1\",\n \"unicode_decimal\": 59073\n },\n {\n \"icon_id\": \"24932457\",\n \"name\": \"wallet-filled\",\n \"font_class\": \"wallet-filled\",\n \"unicode\": \"e6c2\",\n \"unicode_decimal\": 59074\n },\n {\n \"icon_id\": \"24932458\",\n \"name\": \"paihangbang-filled\",\n \"font_class\": \"medal-filled\",\n \"unicode\": \"e6c3\",\n \"unicode_decimal\": 59075\n },\n {\n \"icon_id\": \"24932459\",\n \"name\": \"gift-filled\",\n \"font_class\": \"gift-filled\",\n \"unicode\": \"e6c4\",\n \"unicode_decimal\": 59076\n },\n {\n \"icon_id\": \"24932460\",\n \"name\": \"fire-filled\",\n \"font_class\": \"fire-filled\",\n \"unicode\": \"e6c5\",\n \"unicode_decimal\": 59077\n },\n {\n \"icon_id\": \"24928001\",\n \"name\": \"refreshempty\",\n \"font_class\": \"refreshempty\",\n \"unicode\": \"e6bf\",\n \"unicode_decimal\": 59071\n },\n {\n \"icon_id\": \"24926853\",\n \"name\": \"location-ellipse\",\n \"font_class\": \"location-filled\",\n \"unicode\": \"e6af\",\n \"unicode_decimal\": 59055\n },\n {\n \"icon_id\": \"24926735\",\n \"name\": \"person-filled\",\n \"font_class\": \"person-filled\",\n \"unicode\": \"e69d\",\n \"unicode_decimal\": 59037\n },\n {\n \"icon_id\": \"24926703\",\n \"name\": \"personadd-filled\",\n \"font_class\": \"personadd-filled\",\n \"unicode\": \"e698\",\n \"unicode_decimal\": 59032\n },\n {\n \"icon_id\": \"24923351\",\n \"name\": \"back\",\n \"font_class\": \"back\",\n \"unicode\": \"e6b9\",\n \"unicode_decimal\": 59065\n },\n {\n \"icon_id\": \"24923352\",\n \"name\": \"forward\",\n \"font_class\": \"forward\",\n \"unicode\": \"e6ba\",\n \"unicode_decimal\": 59066\n },\n {\n \"icon_id\": \"24923353\",\n \"name\": \"arrowthinright\",\n \"font_class\": \"arrow-right\",\n \"unicode\": \"e6bb\",\n \"unicode_decimal\": 59067\n },\n\t\t{\n\t\t \"icon_id\": \"24923353\",\n\t\t \"name\": \"arrowthinright\",\n\t\t \"font_class\": \"arrowthinright\",\n\t\t \"unicode\": \"e6bb\",\n\t\t \"unicode_decimal\": 59067\n\t\t},\n {\n \"icon_id\": \"24923354\",\n \"name\": \"arrowthinleft\",\n \"font_class\": \"arrow-left\",\n \"unicode\": \"e6bc\",\n \"unicode_decimal\": 59068\n },\n\t\t{\n\t\t \"icon_id\": \"24923354\",\n\t\t \"name\": \"arrowthinleft\",\n\t\t \"font_class\": \"arrowthinleft\",\n\t\t \"unicode\": \"e6bc\",\n\t\t \"unicode_decimal\": 59068\n\t\t},\n {\n \"icon_id\": \"24923355\",\n \"name\": \"arrowthinup\",\n \"font_class\": \"arrow-up\",\n \"unicode\": \"e6bd\",\n \"unicode_decimal\": 59069\n },\n\t\t{\n\t\t \"icon_id\": \"24923355\",\n\t\t \"name\": \"arrowthinup\",\n\t\t \"font_class\": \"arrowthinup\",\n\t\t \"unicode\": \"e6bd\",\n\t\t \"unicode_decimal\": 59069\n\t\t},\n {\n \"icon_id\": \"24923356\",\n \"name\": \"arrowthindown\",\n \"font_class\": \"arrow-down\",\n \"unicode\": \"e6be\",\n \"unicode_decimal\": 59070\n },{\n \"icon_id\": \"24923356\",\n \"name\": \"arrowthindown\",\n \"font_class\": \"arrowthindown\",\n \"unicode\": \"e6be\",\n \"unicode_decimal\": 59070\n },\n {\n \"icon_id\": \"24923349\",\n \"name\": \"arrowdown\",\n \"font_class\": \"bottom\",\n \"unicode\": \"e6b8\",\n \"unicode_decimal\": 59064\n },{\n \"icon_id\": \"24923349\",\n \"name\": \"arrowdown\",\n \"font_class\": \"arrowdown\",\n \"unicode\": \"e6b8\",\n \"unicode_decimal\": 59064\n },\n {\n \"icon_id\": \"24923346\",\n \"name\": \"arrowright\",\n \"font_class\": \"right\",\n \"unicode\": \"e6b5\",\n \"unicode_decimal\": 59061\n },\n\t\t{\n\t\t \"icon_id\": \"24923346\",\n\t\t \"name\": \"arrowright\",\n\t\t \"font_class\": \"arrowright\",\n\t\t \"unicode\": \"e6b5\",\n\t\t \"unicode_decimal\": 59061\n\t\t},\n {\n \"icon_id\": \"24923347\",\n \"name\": \"arrowup\",\n \"font_class\": \"top\",\n \"unicode\": \"e6b6\",\n \"unicode_decimal\": 59062\n },\n\t\t{\n\t\t \"icon_id\": \"24923347\",\n\t\t \"name\": \"arrowup\",\n\t\t \"font_class\": \"arrowup\",\n\t\t \"unicode\": \"e6b6\",\n\t\t \"unicode_decimal\": 59062\n\t\t},\n {\n \"icon_id\": \"24923348\",\n \"name\": \"arrowleft\",\n \"font_class\": \"left\",\n \"unicode\": \"e6b7\",\n \"unicode_decimal\": 59063\n },\n\t\t{\n\t\t \"icon_id\": \"24923348\",\n\t\t \"name\": \"arrowleft\",\n\t\t \"font_class\": \"arrowleft\",\n\t\t \"unicode\": \"e6b7\",\n\t\t \"unicode_decimal\": 59063\n\t\t},\n {\n \"icon_id\": \"24923334\",\n \"name\": \"eye\",\n \"font_class\": \"eye\",\n \"unicode\": \"e651\",\n \"unicode_decimal\": 58961\n },\n {\n \"icon_id\": \"24923335\",\n \"name\": \"eye-filled\",\n \"font_class\": \"eye-filled\",\n \"unicode\": \"e66a\",\n \"unicode_decimal\": 58986\n },\n {\n \"icon_id\": \"24923336\",\n \"name\": \"eye-slash\",\n \"font_class\": \"eye-slash\",\n \"unicode\": \"e6b3\",\n \"unicode_decimal\": 59059\n },\n {\n \"icon_id\": \"24923337\",\n \"name\": \"eye-slash-filled\",\n \"font_class\": \"eye-slash-filled\",\n \"unicode\": \"e6b4\",\n \"unicode_decimal\": 59060\n },\n {\n \"icon_id\": \"24923305\",\n \"name\": \"info-filled\",\n \"font_class\": \"info-filled\",\n \"unicode\": \"e649\",\n \"unicode_decimal\": 58953\n },\n {\n \"icon_id\": \"24923299\",\n \"name\": \"reload-01\",\n \"font_class\": \"reload\",\n \"unicode\": \"e6b2\",\n \"unicode_decimal\": 59058\n },\n {\n \"icon_id\": \"24923195\",\n \"name\": \"mic_slash_fill\",\n \"font_class\": \"micoff-filled\",\n \"unicode\": \"e6b0\",\n \"unicode_decimal\": 59056\n },\n {\n \"icon_id\": \"24923165\",\n \"name\": \"map-pin-ellipse\",\n \"font_class\": \"map-pin-ellipse\",\n \"unicode\": \"e6ac\",\n \"unicode_decimal\": 59052\n },\n {\n \"icon_id\": \"24923166\",\n \"name\": \"map-pin\",\n \"font_class\": \"map-pin\",\n \"unicode\": \"e6ad\",\n \"unicode_decimal\": 59053\n },\n {\n \"icon_id\": \"24923167\",\n \"name\": \"location\",\n \"font_class\": \"location\",\n \"unicode\": \"e6ae\",\n \"unicode_decimal\": 59054\n },\n {\n \"icon_id\": \"24923064\",\n \"name\": \"starhalf\",\n \"font_class\": \"starhalf\",\n \"unicode\": \"e683\",\n \"unicode_decimal\": 59011\n },\n {\n \"icon_id\": \"24923065\",\n \"name\": \"star\",\n \"font_class\": \"star\",\n \"unicode\": \"e688\",\n \"unicode_decimal\": 59016\n },\n {\n \"icon_id\": \"24923066\",\n \"name\": \"star-filled\",\n \"font_class\": \"star-filled\",\n \"unicode\": \"e68f\",\n \"unicode_decimal\": 59023\n },\n {\n \"icon_id\": \"24899646\",\n \"name\": \"a-rilidaka\",\n \"font_class\": \"calendar\",\n \"unicode\": \"e6a0\",\n \"unicode_decimal\": 59040\n },\n {\n \"icon_id\": \"24899647\",\n \"name\": \"fire\",\n \"font_class\": \"fire\",\n \"unicode\": \"e6a1\",\n \"unicode_decimal\": 59041\n },\n {\n \"icon_id\": \"24899648\",\n \"name\": \"paihangbang\",\n \"font_class\": \"medal\",\n \"unicode\": \"e6a2\",\n \"unicode_decimal\": 59042\n },\n {\n \"icon_id\": \"24899649\",\n \"name\": \"font\",\n \"font_class\": \"font\",\n \"unicode\": \"e6a3\",\n \"unicode_decimal\": 59043\n },\n {\n \"icon_id\": \"24899650\",\n \"name\": \"gift\",\n \"font_class\": \"gift\",\n \"unicode\": \"e6a4\",\n \"unicode_decimal\": 59044\n },\n {\n \"icon_id\": \"24899651\",\n \"name\": \"link\",\n \"font_class\": \"link\",\n \"unicode\": \"e6a5\",\n \"unicode_decimal\": 59045\n },\n {\n \"icon_id\": \"24899652\",\n \"name\": \"notification\",\n \"font_class\": \"notification\",\n \"unicode\": \"e6a6\",\n \"unicode_decimal\": 59046\n },\n {\n \"icon_id\": \"24899653\",\n \"name\": \"staff\",\n \"font_class\": \"staff\",\n \"unicode\": \"e6a7\",\n \"unicode_decimal\": 59047\n },\n {\n \"icon_id\": \"24899654\",\n \"name\": \"VIP\",\n \"font_class\": \"vip\",\n \"unicode\": \"e6a8\",\n \"unicode_decimal\": 59048\n },\n {\n \"icon_id\": \"24899655\",\n \"name\": \"folder_add\",\n \"font_class\": \"folder-add\",\n \"unicode\": \"e6a9\",\n \"unicode_decimal\": 59049\n },\n {\n \"icon_id\": \"24899656\",\n \"name\": \"tune\",\n \"font_class\": \"tune\",\n \"unicode\": \"e6aa\",\n \"unicode_decimal\": 59050\n },\n {\n \"icon_id\": \"24899657\",\n \"name\": \"shimingrenzheng\",\n \"font_class\": \"auth\",\n \"unicode\": \"e6ab\",\n \"unicode_decimal\": 59051\n },\n {\n \"icon_id\": \"24899565\",\n \"name\": \"person\",\n \"font_class\": \"person\",\n \"unicode\": \"e699\",\n \"unicode_decimal\": 59033\n },\n {\n \"icon_id\": \"24899566\",\n \"name\": \"email-filled\",\n \"font_class\": \"email-filled\",\n \"unicode\": \"e69a\",\n \"unicode_decimal\": 59034\n },\n {\n \"icon_id\": \"24899567\",\n \"name\": \"phone-filled\",\n \"font_class\": \"phone-filled\",\n \"unicode\": \"e69b\",\n \"unicode_decimal\": 59035\n },\n {\n \"icon_id\": \"24899568\",\n \"name\": \"phone\",\n \"font_class\": \"phone\",\n \"unicode\": \"e69c\",\n \"unicode_decimal\": 59036\n },\n {\n \"icon_id\": \"24899570\",\n \"name\": \"email\",\n \"font_class\": \"email\",\n \"unicode\": \"e69e\",\n \"unicode_decimal\": 59038\n },\n {\n \"icon_id\": \"24899571\",\n \"name\": \"personadd\",\n \"font_class\": \"personadd\",\n \"unicode\": \"e69f\",\n \"unicode_decimal\": 59039\n },\n {\n \"icon_id\": \"24899558\",\n \"name\": \"chatboxes-filled\",\n \"font_class\": \"chatboxes-filled\",\n \"unicode\": \"e692\",\n \"unicode_decimal\": 59026\n },\n {\n \"icon_id\": \"24899559\",\n \"name\": \"contact\",\n \"font_class\": \"contact\",\n \"unicode\": \"e693\",\n \"unicode_decimal\": 59027\n },\n {\n \"icon_id\": \"24899560\",\n \"name\": \"chatbubble-filled\",\n \"font_class\": \"chatbubble-filled\",\n \"unicode\": \"e694\",\n \"unicode_decimal\": 59028\n },\n {\n \"icon_id\": \"24899561\",\n \"name\": \"contact-filled\",\n \"font_class\": \"contact-filled\",\n \"unicode\": \"e695\",\n \"unicode_decimal\": 59029\n },\n {\n \"icon_id\": \"24899562\",\n \"name\": \"chatboxes\",\n \"font_class\": \"chatboxes\",\n \"unicode\": \"e696\",\n \"unicode_decimal\": 59030\n },\n {\n \"icon_id\": \"24899563\",\n \"name\": \"chatbubble\",\n \"font_class\": \"chatbubble\",\n \"unicode\": \"e697\",\n \"unicode_decimal\": 59031\n },\n {\n \"icon_id\": \"24881290\",\n \"name\": \"upload-filled\",\n \"font_class\": \"upload-filled\",\n \"unicode\": \"e68e\",\n \"unicode_decimal\": 59022\n },\n {\n \"icon_id\": \"24881292\",\n \"name\": \"upload\",\n \"font_class\": \"upload\",\n \"unicode\": \"e690\",\n \"unicode_decimal\": 59024\n },\n {\n \"icon_id\": \"24881293\",\n \"name\": \"weixin\",\n \"font_class\": \"weixin\",\n \"unicode\": \"e691\",\n \"unicode_decimal\": 59025\n },\n {\n \"icon_id\": \"24881274\",\n \"name\": \"compose\",\n \"font_class\": \"compose\",\n \"unicode\": \"e67f\",\n \"unicode_decimal\": 59007\n },\n {\n \"icon_id\": \"24881275\",\n \"name\": \"qq\",\n \"font_class\": \"qq\",\n \"unicode\": \"e680\",\n \"unicode_decimal\": 59008\n },\n {\n \"icon_id\": \"24881276\",\n \"name\": \"download-filled\",\n \"font_class\": \"download-filled\",\n \"unicode\": \"e681\",\n \"unicode_decimal\": 59009\n },\n {\n \"icon_id\": \"24881277\",\n \"name\": \"pengyouquan\",\n \"font_class\": \"pyq\",\n \"unicode\": \"e682\",\n \"unicode_decimal\": 59010\n },\n {\n \"icon_id\": \"24881279\",\n \"name\": \"sound\",\n \"font_class\": \"sound\",\n \"unicode\": \"e684\",\n \"unicode_decimal\": 59012\n },\n {\n \"icon_id\": \"24881280\",\n \"name\": \"trash-filled\",\n \"font_class\": \"trash-filled\",\n \"unicode\": \"e685\",\n \"unicode_decimal\": 59013\n },\n {\n \"icon_id\": \"24881281\",\n \"name\": \"sound-filled\",\n \"font_class\": \"sound-filled\",\n \"unicode\": \"e686\",\n \"unicode_decimal\": 59014\n },\n {\n \"icon_id\": \"24881282\",\n \"name\": \"trash\",\n \"font_class\": \"trash\",\n \"unicode\": \"e687\",\n \"unicode_decimal\": 59015\n },\n {\n \"icon_id\": \"24881284\",\n \"name\": \"videocam-filled\",\n \"font_class\": \"videocam-filled\",\n \"unicode\": \"e689\",\n \"unicode_decimal\": 59017\n },\n {\n \"icon_id\": \"24881285\",\n \"name\": \"spinner-cycle\",\n \"font_class\": \"spinner-cycle\",\n \"unicode\": \"e68a\",\n \"unicode_decimal\": 59018\n },\n {\n \"icon_id\": \"24881286\",\n \"name\": \"weibo\",\n \"font_class\": \"weibo\",\n \"unicode\": \"e68b\",\n \"unicode_decimal\": 59019\n },\n {\n \"icon_id\": \"24881288\",\n \"name\": \"videocam\",\n \"font_class\": \"videocam\",\n \"unicode\": \"e68c\",\n \"unicode_decimal\": 59020\n },\n {\n \"icon_id\": \"24881289\",\n \"name\": \"download\",\n \"font_class\": \"download\",\n \"unicode\": \"e68d\",\n \"unicode_decimal\": 59021\n },\n {\n \"icon_id\": \"24879601\",\n \"name\": \"help\",\n \"font_class\": \"help\",\n \"unicode\": \"e679\",\n \"unicode_decimal\": 59001\n },\n {\n \"icon_id\": \"24879602\",\n \"name\": \"navigate-filled\",\n \"font_class\": \"navigate-filled\",\n \"unicode\": \"e67a\",\n \"unicode_decimal\": 59002\n },\n {\n \"icon_id\": \"24879603\",\n \"name\": \"plusempty\",\n \"font_class\": \"plusempty\",\n \"unicode\": \"e67b\",\n \"unicode_decimal\": 59003\n },\n {\n \"icon_id\": \"24879604\",\n \"name\": \"smallcircle\",\n \"font_class\": \"smallcircle\",\n \"unicode\": \"e67c\",\n \"unicode_decimal\": 59004\n },\n {\n \"icon_id\": \"24879605\",\n \"name\": \"minus-filled\",\n \"font_class\": \"minus-filled\",\n \"unicode\": \"e67d\",\n \"unicode_decimal\": 59005\n },\n {\n \"icon_id\": \"24879606\",\n \"name\": \"micoff\",\n \"font_class\": \"micoff\",\n \"unicode\": \"e67e\",\n \"unicode_decimal\": 59006\n },\n {\n \"icon_id\": \"24879588\",\n \"name\": \"closeempty\",\n \"font_class\": \"closeempty\",\n \"unicode\": \"e66c\",\n \"unicode_decimal\": 58988\n },\n {\n \"icon_id\": \"24879589\",\n \"name\": \"clear\",\n \"font_class\": \"clear\",\n \"unicode\": \"e66d\",\n \"unicode_decimal\": 58989\n },\n {\n \"icon_id\": \"24879590\",\n \"name\": \"navigate\",\n \"font_class\": \"navigate\",\n \"unicode\": \"e66e\",\n \"unicode_decimal\": 58990\n },\n {\n \"icon_id\": \"24879591\",\n \"name\": \"minus\",\n \"font_class\": \"minus\",\n \"unicode\": \"e66f\",\n \"unicode_decimal\": 58991\n },\n {\n \"icon_id\": \"24879592\",\n \"name\": \"image\",\n \"font_class\": \"image\",\n \"unicode\": \"e670\",\n \"unicode_decimal\": 58992\n },\n {\n \"icon_id\": \"24879593\",\n \"name\": \"mic\",\n \"font_class\": \"mic\",\n \"unicode\": \"e671\",\n \"unicode_decimal\": 58993\n },\n {\n \"icon_id\": \"24879594\",\n \"name\": \"paperplane\",\n \"font_class\": \"paperplane\",\n \"unicode\": \"e672\",\n \"unicode_decimal\": 58994\n },\n {\n \"icon_id\": \"24879595\",\n \"name\": \"close\",\n \"font_class\": \"close\",\n \"unicode\": \"e673\",\n \"unicode_decimal\": 58995\n },\n {\n \"icon_id\": \"24879596\",\n \"name\": \"help-filled\",\n \"font_class\": \"help-filled\",\n \"unicode\": \"e674\",\n \"unicode_decimal\": 58996\n },\n {\n \"icon_id\": \"24879597\",\n \"name\": \"plus-filled\",\n \"font_class\": \"paperplane-filled\",\n \"unicode\": \"e675\",\n \"unicode_decimal\": 58997\n },\n {\n \"icon_id\": \"24879598\",\n \"name\": \"plus\",\n \"font_class\": \"plus\",\n \"unicode\": \"e676\",\n \"unicode_decimal\": 58998\n },\n {\n \"icon_id\": \"24879599\",\n \"name\": \"mic-filled\",\n \"font_class\": \"mic-filled\",\n \"unicode\": \"e677\",\n \"unicode_decimal\": 58999\n },\n {\n \"icon_id\": \"24879600\",\n \"name\": \"image-filled\",\n \"font_class\": \"image-filled\",\n \"unicode\": \"e678\",\n \"unicode_decimal\": 59000\n },\n {\n \"icon_id\": \"24855900\",\n \"name\": \"locked-filled\",\n \"font_class\": \"locked-filled\",\n \"unicode\": \"e668\",\n \"unicode_decimal\": 58984\n },\n {\n \"icon_id\": \"24855901\",\n \"name\": \"info\",\n \"font_class\": \"info\",\n \"unicode\": \"e669\",\n \"unicode_decimal\": 58985\n },\n {\n \"icon_id\": \"24855903\",\n \"name\": \"locked\",\n \"font_class\": \"locked\",\n \"unicode\": \"e66b\",\n \"unicode_decimal\": 58987\n },\n {\n \"icon_id\": \"24855884\",\n \"name\": \"camera-filled\",\n \"font_class\": \"camera-filled\",\n \"unicode\": \"e658\",\n \"unicode_decimal\": 58968\n },\n {\n \"icon_id\": \"24855885\",\n \"name\": \"chat-filled\",\n \"font_class\": \"chat-filled\",\n \"unicode\": \"e659\",\n \"unicode_decimal\": 58969\n },\n {\n \"icon_id\": \"24855886\",\n \"name\": \"camera\",\n \"font_class\": \"camera\",\n \"unicode\": \"e65a\",\n \"unicode_decimal\": 58970\n },\n {\n \"icon_id\": \"24855887\",\n \"name\": \"circle\",\n \"font_class\": \"circle\",\n \"unicode\": \"e65b\",\n \"unicode_decimal\": 58971\n },\n {\n \"icon_id\": \"24855888\",\n \"name\": \"checkmarkempty\",\n \"font_class\": \"checkmarkempty\",\n \"unicode\": \"e65c\",\n \"unicode_decimal\": 58972\n },\n {\n \"icon_id\": \"24855889\",\n \"name\": \"chat\",\n \"font_class\": \"chat\",\n \"unicode\": \"e65d\",\n \"unicode_decimal\": 58973\n },\n {\n \"icon_id\": \"24855890\",\n \"name\": \"circle-filled\",\n \"font_class\": \"circle-filled\",\n \"unicode\": \"e65e\",\n \"unicode_decimal\": 58974\n },\n {\n \"icon_id\": \"24855891\",\n \"name\": \"flag\",\n \"font_class\": \"flag\",\n \"unicode\": \"e65f\",\n \"unicode_decimal\": 58975\n },\n {\n \"icon_id\": \"24855892\",\n \"name\": \"flag-filled\",\n \"font_class\": \"flag-filled\",\n \"unicode\": \"e660\",\n \"unicode_decimal\": 58976\n },\n {\n \"icon_id\": \"24855893\",\n \"name\": \"gear-filled\",\n \"font_class\": \"gear-filled\",\n \"unicode\": \"e661\",\n \"unicode_decimal\": 58977\n },\n {\n \"icon_id\": \"24855894\",\n \"name\": \"home\",\n \"font_class\": \"home\",\n \"unicode\": \"e662\",\n \"unicode_decimal\": 58978\n },\n {\n \"icon_id\": \"24855895\",\n \"name\": \"home-filled\",\n \"font_class\": \"home-filled\",\n \"unicode\": \"e663\",\n \"unicode_decimal\": 58979\n },\n {\n \"icon_id\": \"24855896\",\n \"name\": \"gear\",\n \"font_class\": \"gear\",\n \"unicode\": \"e664\",\n \"unicode_decimal\": 58980\n },\n {\n \"icon_id\": \"24855897\",\n \"name\": \"smallcircle-filled\",\n \"font_class\": \"smallcircle-filled\",\n \"unicode\": \"e665\",\n \"unicode_decimal\": 58981\n },\n {\n \"icon_id\": \"24855898\",\n \"name\": \"map-filled\",\n \"font_class\": \"map-filled\",\n \"unicode\": \"e666\",\n \"unicode_decimal\": 58982\n },\n {\n \"icon_id\": \"24855899\",\n \"name\": \"map\",\n \"font_class\": \"map\",\n \"unicode\": \"e667\",\n \"unicode_decimal\": 58983\n },\n {\n \"icon_id\": \"24855825\",\n \"name\": \"refresh-filled\",\n \"font_class\": \"refresh-filled\",\n \"unicode\": \"e656\",\n \"unicode_decimal\": 58966\n },\n {\n \"icon_id\": \"24855826\",\n \"name\": \"refresh\",\n \"font_class\": \"refresh\",\n \"unicode\": \"e657\",\n \"unicode_decimal\": 58967\n },\n {\n \"icon_id\": \"24855808\",\n \"name\": \"cloud-upload\",\n \"font_class\": \"cloud-upload\",\n \"unicode\": \"e645\",\n \"unicode_decimal\": 58949\n },\n {\n \"icon_id\": \"24855809\",\n \"name\": \"cloud-download-filled\",\n \"font_class\": \"cloud-download-filled\",\n \"unicode\": \"e646\",\n \"unicode_decimal\": 58950\n },\n {\n \"icon_id\": \"24855810\",\n \"name\": \"cloud-download\",\n \"font_class\": \"cloud-download\",\n \"unicode\": \"e647\",\n \"unicode_decimal\": 58951\n },\n {\n \"icon_id\": \"24855811\",\n \"name\": \"cloud-upload-filled\",\n \"font_class\": \"cloud-upload-filled\",\n \"unicode\": \"e648\",\n \"unicode_decimal\": 58952\n },\n {\n \"icon_id\": \"24855813\",\n \"name\": \"redo\",\n \"font_class\": \"redo\",\n \"unicode\": \"e64a\",\n \"unicode_decimal\": 58954\n },\n {\n \"icon_id\": \"24855814\",\n \"name\": \"images-filled\",\n \"font_class\": \"images-filled\",\n \"unicode\": \"e64b\",\n \"unicode_decimal\": 58955\n },\n {\n \"icon_id\": \"24855815\",\n \"name\": \"undo-filled\",\n \"font_class\": \"undo-filled\",\n \"unicode\": \"e64c\",\n \"unicode_decimal\": 58956\n },\n {\n \"icon_id\": \"24855816\",\n \"name\": \"more\",\n \"font_class\": \"more\",\n \"unicode\": \"e64d\",\n \"unicode_decimal\": 58957\n },\n {\n \"icon_id\": \"24855817\",\n \"name\": \"more-filled\",\n \"font_class\": \"more-filled\",\n \"unicode\": \"e64e\",\n \"unicode_decimal\": 58958\n },\n {\n \"icon_id\": \"24855818\",\n \"name\": \"undo\",\n \"font_class\": \"undo\",\n \"unicode\": \"e64f\",\n \"unicode_decimal\": 58959\n },\n {\n \"icon_id\": \"24855819\",\n \"name\": \"images\",\n \"font_class\": \"images\",\n \"unicode\": \"e650\",\n \"unicode_decimal\": 58960\n },\n {\n \"icon_id\": \"24855821\",\n \"name\": \"paperclip\",\n \"font_class\": \"paperclip\",\n \"unicode\": \"e652\",\n \"unicode_decimal\": 58962\n },\n {\n \"icon_id\": \"24855822\",\n \"name\": \"settings\",\n \"font_class\": \"settings\",\n \"unicode\": \"e653\",\n \"unicode_decimal\": 58963\n },\n {\n \"icon_id\": \"24855823\",\n \"name\": \"search\",\n \"font_class\": \"search\",\n \"unicode\": \"e654\",\n \"unicode_decimal\": 58964\n },\n {\n \"icon_id\": \"24855824\",\n \"name\": \"redo-filled\",\n \"font_class\": \"redo-filled\",\n \"unicode\": \"e655\",\n \"unicode_decimal\": 58965\n },\n {\n \"icon_id\": \"24841702\",\n \"name\": \"list\",\n \"font_class\": \"list\",\n \"unicode\": \"e644\",\n \"unicode_decimal\": 58948\n },\n {\n \"icon_id\": \"24841489\",\n \"name\": \"mail-open-filled\",\n \"font_class\": \"mail-open-filled\",\n \"unicode\": \"e63a\",\n \"unicode_decimal\": 58938\n },\n {\n \"icon_id\": \"24841491\",\n \"name\": \"hand-thumbsdown-filled\",\n \"font_class\": \"hand-down-filled\",\n \"unicode\": \"e63c\",\n \"unicode_decimal\": 58940\n },\n {\n \"icon_id\": \"24841492\",\n \"name\": \"hand-thumbsdown\",\n \"font_class\": \"hand-down\",\n \"unicode\": \"e63d\",\n \"unicode_decimal\": 58941\n },\n {\n \"icon_id\": \"24841493\",\n \"name\": \"hand-thumbsup-filled\",\n \"font_class\": \"hand-up-filled\",\n \"unicode\": \"e63e\",\n \"unicode_decimal\": 58942\n },\n {\n \"icon_id\": \"24841494\",\n \"name\": \"hand-thumbsup\",\n \"font_class\": \"hand-up\",\n \"unicode\": \"e63f\",\n \"unicode_decimal\": 58943\n },\n {\n \"icon_id\": \"24841496\",\n \"name\": \"heart-filled\",\n \"font_class\": \"heart-filled\",\n \"unicode\": \"e641\",\n \"unicode_decimal\": 58945\n },\n {\n \"icon_id\": \"24841498\",\n \"name\": \"mail-open\",\n \"font_class\": \"mail-open\",\n \"unicode\": \"e643\",\n \"unicode_decimal\": 58947\n },\n {\n \"icon_id\": \"24841488\",\n \"name\": \"heart\",\n \"font_class\": \"heart\",\n \"unicode\": \"e639\",\n \"unicode_decimal\": 58937\n },\n {\n \"icon_id\": \"24839963\",\n \"name\": \"loop\",\n \"font_class\": \"loop\",\n \"unicode\": \"e633\",\n \"unicode_decimal\": 58931\n },\n {\n \"icon_id\": \"24839866\",\n \"name\": \"pulldown\",\n \"font_class\": \"pulldown\",\n \"unicode\": \"e632\",\n \"unicode_decimal\": 58930\n },\n {\n \"icon_id\": \"24813798\",\n \"name\": \"scan\",\n \"font_class\": \"scan\",\n \"unicode\": \"e62a\",\n \"unicode_decimal\": 58922\n },\n {\n \"icon_id\": \"24813786\",\n \"name\": \"bars\",\n \"font_class\": \"bars\",\n \"unicode\": \"e627\",\n \"unicode_decimal\": 58919\n },\n {\n \"icon_id\": \"24813788\",\n \"name\": \"cart-filled\",\n \"font_class\": \"cart-filled\",\n \"unicode\": \"e629\",\n \"unicode_decimal\": 58921\n },\n {\n \"icon_id\": \"24813790\",\n \"name\": \"checkbox\",\n \"font_class\": \"checkbox\",\n \"unicode\": \"e62b\",\n \"unicode_decimal\": 58923\n },\n {\n \"icon_id\": \"24813791\",\n \"name\": \"checkbox-filled\",\n \"font_class\": \"checkbox-filled\",\n \"unicode\": \"e62c\",\n \"unicode_decimal\": 58924\n },\n {\n \"icon_id\": \"24813794\",\n \"name\": \"shop\",\n \"font_class\": \"shop\",\n \"unicode\": \"e62f\",\n \"unicode_decimal\": 58927\n },\n {\n \"icon_id\": \"24813795\",\n \"name\": \"headphones\",\n \"font_class\": \"headphones\",\n \"unicode\": \"e630\",\n \"unicode_decimal\": 58928\n },\n {\n \"icon_id\": \"24813796\",\n \"name\": \"cart\",\n \"font_class\": \"cart\",\n \"unicode\": \"e631\",\n \"unicode_decimal\": 58929\n }\n ]\n}\n","import en from './en.json'\nimport zhHans from './zh-Hans.json'\nimport zhHant from './zh-Hant.json'\nexport default {\n\ten,\n\t'zh-Hans': zhHans,\n\t'zh-Hant': zhHant\n}\n","import{initVueI18n as e}from\"@dcloudio/uni-i18n\";\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self&&self;function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,\"default\")?e.default:e}function n(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error(\"Dynamic requires are not currently supported by @rollup/plugin-commonjs\")}(null==t&&n.path)}},n.exports),n.exports}var s=n((function(e,t){var n;e.exports=(n=n||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),s={},r=s.lib={},o=r.Base={extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty(\"init\")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty(\"toString\")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},i=r.WordArray=o.extend({init:function(e,n){e=this.words=e||[],this.sigBytes=n!=t?n:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,s=this.sigBytes,r=e.sigBytes;if(this.clamp(),s%4)for(var o=0;o<r;o++){var i=n[o>>>2]>>>24-o%4*8&255;t[s+o>>>2]|=i<<24-(s+o)%4*8}else for(o=0;o<r;o+=4)t[s+o>>>2]=n[o>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=o.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,s=[],r=function(t){t=t;var n=987654321,s=4294967295;return function(){var r=((n=36969*(65535&n)+(n>>16)&s)<<16)+(t=18e3*(65535&t)+(t>>16)&s)&s;return r/=4294967296,(r+=.5)*(e.random()>.5?1:-1)}},o=0;o<t;o+=4){var a=r(4294967296*(n||e.random()));n=987654071*a(),s.push(4294967296*a()|0)}return new i.init(s,t)}}),a=s.enc={},c=a.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,s=[],r=0;r<n;r++){var o=t[r>>>2]>>>24-r%4*8&255;s.push((o>>>4).toString(16)),s.push((15&o).toString(16))}return s.join(\"\")},parse:function(e){for(var t=e.length,n=[],s=0;s<t;s+=2)n[s>>>3]|=parseInt(e.substr(s,2),16)<<24-s%8*4;return new i.init(n,t/2)}},u=a.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,s=[],r=0;r<n;r++){var o=t[r>>>2]>>>24-r%4*8&255;s.push(String.fromCharCode(o))}return s.join(\"\")},parse:function(e){for(var t=e.length,n=[],s=0;s<t;s++)n[s>>>2]|=(255&e.charCodeAt(s))<<24-s%4*8;return new i.init(n,t)}},h=a.Utf8={stringify:function(e){try{return decodeURIComponent(escape(u.stringify(e)))}catch(e){throw new Error(\"Malformed UTF-8 data\")}},parse:function(e){return u.parse(unescape(encodeURIComponent(e)))}},l=r.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new i.init,this._nDataBytes=0},_append:function(e){\"string\"==typeof e&&(e=h.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,s=n.words,r=n.sigBytes,o=this.blockSize,a=r/(4*o),c=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*o,u=e.min(4*c,r);if(c){for(var h=0;h<c;h+=o)this._doProcessBlock(s,h);var l=s.splice(0,c);n.sigBytes-=u}return new i.init(l,u)},clone:function(){var e=o.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});r.Hasher=l.extend({cfg:o.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){l.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new d.HMAC.init(e,n).finalize(t)}}});var d=s.algo={};return s}(Math),n)})),r=(n((function(e,t){var n;e.exports=(n=s,function(e){var t=n,s=t.lib,r=s.WordArray,o=s.Hasher,i=t.algo,a=[];!function(){for(var t=0;t<64;t++)a[t]=4294967296*e.abs(e.sin(t+1))|0}();var c=i.MD5=o.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var s=t+n,r=e[s];e[s]=16711935&(r<<8|r>>>24)|4278255360&(r<<24|r>>>8)}var o=this._hash.words,i=e[t+0],c=e[t+1],f=e[t+2],p=e[t+3],g=e[t+4],m=e[t+5],y=e[t+6],_=e[t+7],w=e[t+8],k=e[t+9],S=e[t+10],v=e[t+11],T=e[t+12],A=e[t+13],P=e[t+14],I=e[t+15],b=o[0],O=o[1],E=o[2],C=o[3];b=u(b,O,E,C,i,7,a[0]),C=u(C,b,O,E,c,12,a[1]),E=u(E,C,b,O,f,17,a[2]),O=u(O,E,C,b,p,22,a[3]),b=u(b,O,E,C,g,7,a[4]),C=u(C,b,O,E,m,12,a[5]),E=u(E,C,b,O,y,17,a[6]),O=u(O,E,C,b,_,22,a[7]),b=u(b,O,E,C,w,7,a[8]),C=u(C,b,O,E,k,12,a[9]),E=u(E,C,b,O,S,17,a[10]),O=u(O,E,C,b,v,22,a[11]),b=u(b,O,E,C,T,7,a[12]),C=u(C,b,O,E,A,12,a[13]),E=u(E,C,b,O,P,17,a[14]),b=h(b,O=u(O,E,C,b,I,22,a[15]),E,C,c,5,a[16]),C=h(C,b,O,E,y,9,a[17]),E=h(E,C,b,O,v,14,a[18]),O=h(O,E,C,b,i,20,a[19]),b=h(b,O,E,C,m,5,a[20]),C=h(C,b,O,E,S,9,a[21]),E=h(E,C,b,O,I,14,a[22]),O=h(O,E,C,b,g,20,a[23]),b=h(b,O,E,C,k,5,a[24]),C=h(C,b,O,E,P,9,a[25]),E=h(E,C,b,O,p,14,a[26]),O=h(O,E,C,b,w,20,a[27]),b=h(b,O,E,C,A,5,a[28]),C=h(C,b,O,E,f,9,a[29]),E=h(E,C,b,O,_,14,a[30]),b=l(b,O=h(O,E,C,b,T,20,a[31]),E,C,m,4,a[32]),C=l(C,b,O,E,w,11,a[33]),E=l(E,C,b,O,v,16,a[34]),O=l(O,E,C,b,P,23,a[35]),b=l(b,O,E,C,c,4,a[36]),C=l(C,b,O,E,g,11,a[37]),E=l(E,C,b,O,_,16,a[38]),O=l(O,E,C,b,S,23,a[39]),b=l(b,O,E,C,A,4,a[40]),C=l(C,b,O,E,i,11,a[41]),E=l(E,C,b,O,p,16,a[42]),O=l(O,E,C,b,y,23,a[43]),b=l(b,O,E,C,k,4,a[44]),C=l(C,b,O,E,T,11,a[45]),E=l(E,C,b,O,I,16,a[46]),b=d(b,O=l(O,E,C,b,f,23,a[47]),E,C,i,6,a[48]),C=d(C,b,O,E,_,10,a[49]),E=d(E,C,b,O,P,15,a[50]),O=d(O,E,C,b,m,21,a[51]),b=d(b,O,E,C,T,6,a[52]),C=d(C,b,O,E,p,10,a[53]),E=d(E,C,b,O,S,15,a[54]),O=d(O,E,C,b,c,21,a[55]),b=d(b,O,E,C,w,6,a[56]),C=d(C,b,O,E,I,10,a[57]),E=d(E,C,b,O,y,15,a[58]),O=d(O,E,C,b,A,21,a[59]),b=d(b,O,E,C,g,6,a[60]),C=d(C,b,O,E,v,10,a[61]),E=d(E,C,b,O,f,15,a[62]),O=d(O,E,C,b,k,21,a[63]),o[0]=o[0]+b|0,o[1]=o[1]+O|0,o[2]=o[2]+E|0,o[3]=o[3]+C|0},_doFinalize:function(){var t=this._data,n=t.words,s=8*this._nDataBytes,r=8*t.sigBytes;n[r>>>5]|=128<<24-r%32;var o=e.floor(s/4294967296),i=s;n[15+(r+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(r+64>>>9<<4)]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8),t.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,u=0;u<4;u++){var h=c[u];c[u]=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8)}return a},clone:function(){var e=o.clone.call(this);return e._hash=this._hash.clone(),e}});function u(e,t,n,s,r,o,i){var a=e+(t&n|~t&s)+r+i;return(a<<o|a>>>32-o)+t}function h(e,t,n,s,r,o,i){var a=e+(t&s|n&~s)+r+i;return(a<<o|a>>>32-o)+t}function l(e,t,n,s,r,o,i){var a=e+(t^n^s)+r+i;return(a<<o|a>>>32-o)+t}function d(e,t,n,s,r,o,i){var a=e+(n^(t|~s))+r+i;return(a<<o|a>>>32-o)+t}t.MD5=o._createHelper(c),t.HmacMD5=o._createHmacHelper(c)}(Math),n.MD5)})),n((function(e,t){var n,r,o;e.exports=(r=(n=s).lib.Base,o=n.enc.Utf8,void(n.algo.HMAC=r.extend({init:function(e,t){e=this._hasher=new e.init,\"string\"==typeof t&&(t=o.parse(t));var n=e.blockSize,s=4*n;t.sigBytes>s&&(t=e.finalize(t)),t.clamp();for(var r=this._oKey=t.clone(),i=this._iKey=t.clone(),a=r.words,c=i.words,u=0;u<n;u++)a[u]^=1549556828,c[u]^=909522486;r.sigBytes=i.sigBytes=s,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})))})),n((function(e,t){e.exports=s.HmacMD5})));const o=\"FUNCTION\",i=\"OBJECT\",a=\"CLIENT_DB\";function c(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function u(e){return\"object\"===c(e)}function h(e){return e&&\"string\"==typeof e?JSON.parse(e):e}const l=\"development\"===process.env.NODE_ENV,d=process.env.VUE_APP_PLATFORM,f=h(process.env.UNICLOUD_DEBUG),p=h(process.env.UNI_CLOUD_PROVIDER),g=process.env.RUN_BY_HBUILDERX;let m=\"\";try{{const e=require(\"uni-stat-config\").default||require(\"uni-stat-config\");m=e.appid}}catch(e){}let y={};function _(e,t={}){var n,s;return n=y,s=e,Object.prototype.hasOwnProperty.call(n,s)||(y[e]=t),y[e]}\"app-plus\"===d&&(y=uni._globalUniCloudObj?uni._globalUniCloudObj:uni._globalUniCloudObj={});const w=[\"invoke\",\"success\",\"fail\",\"complete\"],k=_(\"_globalUniCloudInterceptor\");function S(e,t){k[e]||(k[e]={}),u(t)&&Object.keys(t).forEach((n=>{w.indexOf(n)>-1&&function(e,t,n){let s=k[e][t];s||(s=k[e][t]=[]),-1===s.indexOf(n)&&\"function\"==typeof n&&s.push(n)}(e,n,t[n])}))}function v(e,t){k[e]||(k[e]={}),u(t)?Object.keys(t).forEach((n=>{w.indexOf(n)>-1&&function(e,t,n){const s=k[e][t];if(!s)return;const r=s.indexOf(n);r>-1&&s.splice(r,1)}(e,n,t[n])})):delete k[e]}function T(e,t){return e&&0!==e.length?e.reduce(((e,n)=>e.then((()=>n(t)))),Promise.resolve()):Promise.resolve()}function A(e,t){return k[e]&&k[e][t]||[]}function P(e,t){return t?function(n){let s,r=!1;if(\"callFunction\"===t){const e=n&&n.type||o;r=e!==o}s=this.isReady?Promise.resolve():this.initUniCloud,n=n||{};const i=s.then((()=>r?Promise.resolve():T(A(t,\"invoke\"),n))).then((()=>e.call(this,n))).then((e=>r?Promise.resolve(e):T(A(t,\"success\"),e).then((()=>T(A(t,\"complete\"),e))).then((()=>Promise.resolve(e)))),(e=>r?Promise.reject(e):T(A(t,\"fail\"),e).then((()=>T(A(t,\"complete\"),e))).then((()=>Promise.reject(e)))));if(!(n.success||n.fail||n.complete))return i;i.then((e=>{n.success&&n.success(e),n.complete&&n.complete(e)}),(e=>{n.fail&&n.fail(e),n.complete&&n.complete(e)}))}:function(t){if(!((t=t||{}).success||t.fail||t.complete))return e.call(this,t);e.call(this,t).then((e=>{t.success&&t.success(e),t.complete&&t.complete(e)}),(e=>{t.fail&&t.fail(e),t.complete&&t.complete(e)}))}}class I extends Error{constructor(e){super(e.message),this.errMsg=e.message||\"\",this.errCode=this.code=e.code,this.requestId=e.requestId,Object.defineProperties(this,{message:{get(){return this.errMsg},set(e){this.errMsg=e}}})}}let b;function O(){const e=uni.getLocale&&uni.getLocale()||\"en\";if(b)return{...b,LOCALE:e};const{deviceId:t,platform:n}=uni.getSystemInfoSync();return b={PLATFORM:d,OS:n,APPID:m,DEVICEID:t,CLIENT_SDK_VERSION:\"1.0.25\"},{...b,LOCALE:e}}var E={sign:function(e,t){let n=\"\";return Object.keys(e).sort().forEach((function(t){e[t]&&(n=n+\"&\"+t+\"=\"+e[t])})),n=n.slice(1),r(n,t).toString()},wrappedRequest:function(e,t){return new Promise(((n,s)=>{t(Object.assign(e,{complete(e){e||(e={}),l&&\"h5\"===d&&e.errMsg&&0===e.errMsg.indexOf(\"request:fail\")&&console.warn(\"发布H5,需要在uniCloud后台操作,绑定安全域名,否则会因为跨域问题而无法访问。教程参考:https://uniapp.dcloud.io/uniCloud/quickstart?id=useinh5\");const t=e.data&&e.data.header&&e.data.header[\"x-serverless-request-id\"]||e.header&&e.header[\"request-id\"];if(!e.statusCode||e.statusCode>=400)return s(new I({code:\"SYS_ERR\",message:e.errMsg||\"request:fail\",requestId:t}));const r=e.data;if(r.error)return s(new I({code:r.error.code,message:r.error.message,requestId:t}));r.result=r.data,r.requestId=t,delete r.data,n(r)}}))}))}};var C={request:e=>uni.request(e),uploadFile:e=>uni.uploadFile(e),setStorageSync:(e,t)=>uni.setStorageSync(e,t),getStorageSync:e=>uni.getStorageSync(e),removeStorageSync:e=>uni.removeStorageSync(e),clearStorageSync:()=>uni.clearStorageSync()},U={\"uniCloud.init.paramRequired\":\"{param} required\",\"uniCloud.uploadFile.fileError\":\"filePath should be instance of File\"};const{t:x}=e({\"zh-Hans\":{\"uniCloud.init.paramRequired\":\"缺少参数:{param}\",\"uniCloud.uploadFile.fileError\":\"filePath应为File对象\"},\"zh-Hant\":{\"uniCloud.init.paramRequired\":\"缺少参数:{param}\",\"uniCloud.uploadFile.fileError\":\"filePath应为File对象\"},en:U,fr:{\"uniCloud.init.paramRequired\":\"{param} required\",\"uniCloud.uploadFile.fileError\":\"filePath should be instance of File\"},es:{\"uniCloud.init.paramRequired\":\"{param} required\",\"uniCloud.uploadFile.fileError\":\"filePath should be instance of File\"},ja:U},\"zh-Hans\");var D=class{constructor(e){[\"spaceId\",\"clientSecret\"].forEach((t=>{if(!Object.prototype.hasOwnProperty.call(e,t))throw new Error(x(\"uniCloud.init.paramRequired\",{param:t}))})),this.config=Object.assign({},{endpoint:\"https://api.bspapp.com\"},e),this.config.provider=\"aliyun\",this.config.requestUrl=this.config.endpoint+\"/client\",this.config.envType=this.config.envType||\"public\",this.config.accessTokenKey=\"access_token_\"+this.config.spaceId,this.adapter=C,this._getAccessTokenPromise=null,this._getAccessTokenPromiseStatus=null}get hasAccessToken(){return!!this.accessToken}setAccessToken(e){this.accessToken=e}requestWrapped(e){return E.wrappedRequest(e,this.adapter.request)}requestAuth(e){return this.requestWrapped(e)}request(e,t){return Promise.resolve().then((()=>this.hasAccessToken?t?this.requestWrapped(e):this.requestWrapped(e).catch((t=>new Promise(((e,n)=>{!t||\"GATEWAY_INVALID_TOKEN\"!==t.code&&\"InvalidParameter.InvalidToken\"!==t.code?n(t):e()})).then((()=>this.getAccessToken())).then((()=>{const t=this.rebuildRequest(e);return this.request(t,!0)})))):this.getAccessToken().then((()=>{const t=this.rebuildRequest(e);return this.request(t,!0)}))))}rebuildRequest(e){const t=Object.assign({},e);return t.data.token=this.accessToken,t.header[\"x-basement-token\"]=this.accessToken,t.header[\"x-serverless-sign\"]=E.sign(t.data,this.config.clientSecret),t}setupRequest(e,t){const n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),s={\"Content-Type\":\"application/json\"};return\"auth\"!==t&&(n.token=this.accessToken,s[\"x-basement-token\"]=this.accessToken),s[\"x-serverless-sign\"]=E.sign(n,this.config.clientSecret),{url:this.config.requestUrl,method:\"POST\",data:n,dataType:\"json\",header:s}}getAccessToken(){if(\"pending\"===this._getAccessTokenPromiseStatus)return this._getAccessTokenPromise;this._getAccessTokenPromiseStatus=\"pending\";return this._getAccessTokenPromise=this.requestAuth(this.setupRequest({method:\"serverless.auth.user.anonymousAuthorize\",params:\"{}\"},\"auth\")).then((e=>new Promise(((t,n)=>{e.result&&e.result.accessToken?(this.setAccessToken(e.result.accessToken),this._getAccessTokenPromiseStatus=\"fulfilled\",t(this.accessToken)):(this._getAccessTokenPromiseStatus=\"rejected\",n(new I({code:\"AUTH_FAILED\",message:\"获取accessToken失败\"})))}))),(e=>(this._getAccessTokenPromiseStatus=\"rejected\",Promise.reject(e)))),this._getAccessTokenPromise}authorize(){this.getAccessToken()}callFunction(e){const t={method:\"serverless.function.runtime.invoke\",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(this.setupRequest(t))}getOSSUploadOptionsFromPath(e){const t={method:\"serverless.file.resource.generateProximalSign\",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}uploadFileToOSS({url:e,formData:t,name:n,filePath:s,fileType:r,onUploadProgress:o}){return new Promise(((i,a)=>{const c=this.adapter.uploadFile({url:e,formData:t,name:n,filePath:s,fileType:r,header:{\"X-OSS-server-side-encrpytion\":\"AES256\"},success(e){e&&e.statusCode<400?i(e):a(new I({code:\"UPLOAD_FAILED\",message:\"文件上传失败\"}))},fail(e){a(new I({code:e.code||\"UPLOAD_FAILED\",message:e.message||e.errMsg||\"文件上传失败\"}))}});\"function\"==typeof o&&c&&\"function\"==typeof c.onProgressUpdate&&c.onProgressUpdate((e=>{o({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}reportOSSUpload(e){const t={method:\"serverless.file.resource.report\",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}uploadFile({filePath:e,cloudPath:t,fileType:n=\"image\",onUploadProgress:s,config:r}){if(\"string\"!==c(t))throw new I({code:\"INVALID_PARAM\",message:\"cloudPath必须为字符串类型\"});if(!(t=t.trim()))throw new I({code:\"CLOUDPATH_REQUIRED\",message:\"cloudPath不可为空\"});if(/:\\/\\//.test(t))throw new I({code:\"INVALID_PARAM\",message:\"cloudPath不合法\"});const o=r&&r.envType||this.config.envType;let i,a;return this.getOSSUploadOptionsFromPath({env:o,filename:t}).then((t=>{const r=t.result;i=r.id,a=\"https://\"+r.cdnDomain+\"/\"+r.ossPath;const o={url:\"https://\"+r.host,formData:{\"Cache-Control\":\"max-age=2592000\",\"Content-Disposition\":\"attachment\",OSSAccessKeyId:r.accessKeyId,Signature:r.signature,host:r.host,id:i,key:r.ossPath,policy:r.policy,success_action_status:200},fileName:\"file\",name:\"file\",filePath:e,fileType:n};return this.uploadFileToOSS(Object.assign({},o,{onUploadProgress:s}))})).then((()=>this.reportOSSUpload({id:i}))).then((t=>new Promise(((n,s)=>{t.success?n({success:!0,filePath:e,fileID:a}):s(new I({code:\"UPLOAD_FAILED\",message:\"文件上传失败\"}))}))))}deleteFile({fileList:e}){const t={method:\"serverless.file.resource.delete\",params:JSON.stringify({id:e[0]})};return this.request(this.setupRequest(t))}getTempFileURL({fileList:e}={}){return new Promise(((t,n)=>{Array.isArray(e)&&0!==e.length||n(new I({code:\"INVALID_PARAM\",message:\"fileList的元素必须是非空的字符串\"})),t({fileList:e.map((e=>({fileID:e,tempFileURL:e})))})}))}};var q={init(e){const t=new D(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}};const R=\"undefined\"!=typeof location&&\"http:\"===location.protocol?\"http:\":\"https:\";var L;!function(e){e.local=\"local\",e.none=\"none\",e.session=\"session\"}(L||(L={}));var F=function(){};const N=()=>{let e;if(!Promise){e=()=>{},e.promise={};const t=()=>{throw new Error('Your Node runtime does support ES6 Promises. Set \"global.Promise\" to your preferred implementation of promises.')};return Object.defineProperty(e.promise,\"then\",{get:t}),Object.defineProperty(e.promise,\"catch\",{get:t}),e}const t=new Promise(((t,n)=>{e=(e,s)=>e?n(e):t(s)}));return e.promise=t,e};function $(e){return void 0===e}function j(e){return\"[object Null]\"===Object.prototype.toString.call(e)}var M;function B(e){const t=(n=e,\"[object Array]\"===Object.prototype.toString.call(n)?e:[e]);var n;for(const e of t){const{isMatch:t,genAdapter:n,runtime:s}=e;if(t())return{adapter:n(),runtime:s}}}!function(e){e.WEB=\"web\",e.WX_MP=\"wx_mp\"}(M||(M={}));const K={adapter:null,runtime:void 0},H=[\"anonymousUuidKey\"];class W extends F{constructor(){super(),K.adapter.root.tcbObject||(K.adapter.root.tcbObject={})}setItem(e,t){K.adapter.root.tcbObject[e]=t}getItem(e){return K.adapter.root.tcbObject[e]}removeItem(e){delete K.adapter.root.tcbObject[e]}clear(){delete K.adapter.root.tcbObject}}function z(e,t){switch(e){case\"local\":return t.localStorage||new W;case\"none\":return new W;default:return t.sessionStorage||new W}}class J{constructor(e){if(!this._storage){this._persistence=K.adapter.primaryStorage||e.persistence,this._storage=z(this._persistence,K.adapter);const t=`access_token_${e.env}`,n=`access_token_expire_${e.env}`,s=`refresh_token_${e.env}`,r=`anonymous_uuid_${e.env}`,o=`login_type_${e.env}`,i=`user_info_${e.env}`;this.keys={accessTokenKey:t,accessTokenExpireKey:n,refreshTokenKey:s,anonymousUuidKey:r,loginTypeKey:o,userInfoKey:i}}}updatePersistence(e){if(e===this._persistence)return;const t=\"local\"===this._persistence;this._persistence=e;const n=z(e,K.adapter);for(const e in this.keys){const s=this.keys[e];if(t&&H.includes(e))continue;const r=this._storage.getItem(s);$(r)||j(r)||(n.setItem(s,r),this._storage.removeItem(s))}this._storage=n}setStore(e,t,n){if(!this._storage)return;const s={version:n||\"localCachev1\",content:t},r=JSON.stringify(s);try{this._storage.setItem(e,r)}catch(e){throw e}}getStore(e,t){try{if(!this._storage)return}catch(e){return\"\"}t=t||\"localCachev1\";const n=this._storage.getItem(e);if(!n)return\"\";if(n.indexOf(t)>=0){return JSON.parse(n).content}return\"\"}removeStore(e){this._storage.removeItem(e)}}const V={},Y={};function X(e){return V[e]}class G{constructor(e,t){this.data=t||null,this.name=e}}class Q extends G{constructor(e,t){super(\"error\",{error:e,data:t}),this.error=e}}const Z=new class{constructor(){this._listeners={}}on(e,t){return function(e,t,n){n[e]=n[e]||[],n[e].push(t)}(e,t,this._listeners),this}off(e,t){return function(e,t,n){if(n&&n[e]){const s=n[e].indexOf(t);-1!==s&&n[e].splice(s,1)}}(e,t,this._listeners),this}fire(e,t){if(e instanceof Q)return console.error(e.error),this;const n=\"string\"==typeof e?new G(e,t||{}):e;const s=n.name;if(this._listens(s)){n.target=this;const e=this._listeners[s]?[...this._listeners[s]]:[];for(const t of e)t.call(this,n)}return this}_listens(e){return this._listeners[e]&&this._listeners[e].length>0}};function ee(e,t){Z.on(e,t)}function te(e,t={}){Z.fire(e,t)}function ne(e,t){Z.off(e,t)}const se=\"loginStateChanged\",re=\"loginStateExpire\",oe=\"loginTypeChanged\",ie=\"anonymousConverted\",ae=\"refreshAccessToken\";var ce;!function(e){e.ANONYMOUS=\"ANONYMOUS\",e.WECHAT=\"WECHAT\",e.WECHAT_PUBLIC=\"WECHAT-PUBLIC\",e.WECHAT_OPEN=\"WECHAT-OPEN\",e.CUSTOM=\"CUSTOM\",e.EMAIL=\"EMAIL\",e.USERNAME=\"USERNAME\",e.NULL=\"NULL\"}(ce||(ce={}));const ue=[\"auth.getJwt\",\"auth.logout\",\"auth.signInWithTicket\",\"auth.signInAnonymously\",\"auth.signIn\",\"auth.fetchAccessTokenWithRefreshToken\",\"auth.signUpWithEmailAndPassword\",\"auth.activateEndUserMail\",\"auth.sendPasswordResetEmail\",\"auth.resetPasswordWithToken\",\"auth.isUsernameRegistered\"],he={\"X-SDK-Version\":\"1.3.5\"};function le(e,t,n){const s=e[t];e[t]=function(t){const r={},o={};n.forEach((n=>{const{data:s,headers:i}=n.call(e,t);Object.assign(r,s),Object.assign(o,i)}));const i=t.data;return i&&(()=>{var e;if(e=i,\"[object FormData]\"!==Object.prototype.toString.call(e))t.data={...i,...r};else for(const e in r)i.append(e,r[e])})(),t.headers={...t.headers||{},...o},s.call(e,t)}}function de(){const e=Math.random().toString(16).slice(2);return{data:{seqId:e},headers:{...he,\"x-seqid\":e}}}class fe{constructor(e={}){var t;this.config=e,this._reqClass=new K.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:`请求在${this.config.timeout/1e3}s内未完成,已中断`,restrictedMethods:[\"post\"]}),this._cache=X(this.config.env),this._localCache=(t=this.config.env,Y[t]),le(this._reqClass,\"post\",[de]),le(this._reqClass,\"upload\",[de]),le(this._reqClass,\"download\",[de])}async post(e){return await this._reqClass.post(e)}async upload(e){return await this._reqClass.upload(e)}async download(e){return await this._reqClass.download(e)}async refreshAccessToken(){let e,t;this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken());try{e=await this._refreshAccessTokenPromise}catch(e){t=e}if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,t)throw t;return e}async _refreshAccessToken(){const{accessTokenKey:e,accessTokenExpireKey:t,refreshTokenKey:n,loginTypeKey:s,anonymousUuidKey:r}=this._cache.keys;this._cache.removeStore(e),this._cache.removeStore(t);let o=this._cache.getStore(n);if(!o)throw new Error(\"未登录CloudBase\");const i={refresh_token:o},a=await this.request(\"auth.fetchAccessTokenWithRefreshToken\",i);if(a.data.code){const{code:e}=a.data;if(\"SIGN_PARAM_INVALID\"===e||\"REFRESH_TOKEN_EXPIRED\"===e||\"INVALID_REFRESH_TOKEN\"===e){if(this._cache.getStore(s)===ce.ANONYMOUS&&\"INVALID_REFRESH_TOKEN\"===e){const e=this._cache.getStore(r),t=this._cache.getStore(n),s=await this.send(\"auth.signInAnonymously\",{anonymous_uuid:e,refresh_token:t});return this.setRefreshToken(s.refresh_token),this._refreshAccessToken()}te(re),this._cache.removeStore(n)}throw new Error(`刷新access token失败:${a.data.code}`)}if(a.data.access_token)return te(ae),this._cache.setStore(e,a.data.access_token),this._cache.setStore(t,a.data.access_token_expire+Date.now()),{accessToken:a.data.access_token,accessTokenExpire:a.data.access_token_expire};a.data.refresh_token&&(this._cache.removeStore(n),this._cache.setStore(n,a.data.refresh_token),this._refreshAccessToken())}async getAccessToken(){const{accessTokenKey:e,accessTokenExpireKey:t,refreshTokenKey:n}=this._cache.keys;if(!this._cache.getStore(n))throw new Error(\"refresh token不存在,登录状态异常\");let s=this._cache.getStore(e),r=this._cache.getStore(t),o=!0;return this._shouldRefreshAccessTokenHook&&!await this._shouldRefreshAccessTokenHook(s,r)&&(o=!1),(!s||!r||r<Date.now())&&o?this.refreshAccessToken():{accessToken:s,accessTokenExpire:r}}async request(e,t,n){const s=`x-tcb-trace_${this.config.env}`;let r=\"application/x-www-form-urlencoded\";const o={action:e,env:this.config.env,dataVersion:\"2019-08-16\",...t};if(-1===ue.indexOf(e)){const{refreshTokenKey:e}=this._cache.keys;this._cache.getStore(e)&&(o.access_token=(await this.getAccessToken()).accessToken)}let i;if(\"storage.uploadFile\"===e){i=new FormData;for(let e in i)i.hasOwnProperty(e)&&void 0!==i[e]&&i.append(e,o[e]);r=\"multipart/form-data\"}else{r=\"application/json\",i={};for(let e in o)void 0!==o[e]&&(i[e]=o[e])}let a={headers:{\"content-type\":r}};n&&n.onUploadProgress&&(a.onUploadProgress=n.onUploadProgress);const c=this._localCache.getStore(s);c&&(a.headers[\"X-TCB-Trace\"]=c);const{parse:u,inQuery:h,search:l}=t;let d={env:this.config.env};u&&(d.parse=!0),h&&(d={...h,...d});let f=function(e,t,n={}){const s=/\\?/.test(t);let r=\"\";for(let e in n)\"\"===r?!s&&(t+=\"?\"):r+=\"&\",r+=`${e}=${encodeURIComponent(n[e])}`;return/^http(s)?\\:\\/\\//.test(t+=r)?t:`${e}${t}`}(R,\"//tcb-api.tencentcloudapi.com/web\",d);l&&(f+=l);const p=await this.post({url:f,data:i,...a}),g=p.header&&p.header[\"x-tcb-trace\"];if(g&&this._localCache.setStore(s,g),200!==Number(p.status)&&200!==Number(p.statusCode)||!p.data)throw new Error(\"network request error\");return p}async send(e,t={}){const n=await this.request(e,t,{onUploadProgress:t.onUploadProgress});if(\"ACCESS_TOKEN_EXPIRED\"===n.data.code&&-1===ue.indexOf(e)){await this.refreshAccessToken();const n=await this.request(e,t,{onUploadProgress:t.onUploadProgress});if(n.data.code)throw new Error(`[${n.data.code}] ${n.data.message}`);return n.data}if(n.data.code)throw new Error(`[${n.data.code}] ${n.data.message}`);return n.data}setRefreshToken(e){const{accessTokenKey:t,accessTokenExpireKey:n,refreshTokenKey:s}=this._cache.keys;this._cache.removeStore(t),this._cache.removeStore(n),this._cache.setStore(s,e)}}const pe={};function ge(e){return pe[e]}class me{constructor(e){this.config=e,this._cache=X(e.env),this._request=ge(e.env)}setRefreshToken(e){const{accessTokenKey:t,accessTokenExpireKey:n,refreshTokenKey:s}=this._cache.keys;this._cache.removeStore(t),this._cache.removeStore(n),this._cache.setStore(s,e)}setAccessToken(e,t){const{accessTokenKey:n,accessTokenExpireKey:s}=this._cache.keys;this._cache.setStore(n,e),this._cache.setStore(s,t)}async refreshUserInfo(){const{data:e}=await this._request.send(\"auth.getUserInfo\",{});return this.setLocalUserInfo(e),e}setLocalUserInfo(e){const{userInfoKey:t}=this._cache.keys;this._cache.setStore(t,e)}}class ye{constructor(e){if(!e)throw new Error(\"envId is not defined\");this._envId=e,this._cache=X(this._envId),this._request=ge(this._envId),this.setUserInfo()}linkWithTicket(e){if(\"string\"!=typeof e)throw new Error(\"ticket must be string\");return this._request.send(\"auth.linkWithTicket\",{ticket:e})}linkWithRedirect(e){e.signInWithRedirect()}updatePassword(e,t){return this._request.send(\"auth.updatePassword\",{oldPassword:t,newPassword:e})}updateEmail(e){return this._request.send(\"auth.updateEmail\",{newEmail:e})}updateUsername(e){if(\"string\"!=typeof e)throw new Error(\"username must be a string\");return this._request.send(\"auth.updateUsername\",{username:e})}async getLinkedUidList(){const{data:e}=await this._request.send(\"auth.getLinkedUidList\",{});let t=!1;const{users:n}=e;return n.forEach((e=>{e.wxOpenId&&e.wxPublicId&&(t=!0)})),{users:n,hasPrimaryUid:t}}setPrimaryUid(e){return this._request.send(\"auth.setPrimaryUid\",{uid:e})}unlink(e){return this._request.send(\"auth.unlink\",{platform:e})}async update(e){const{nickName:t,gender:n,avatarUrl:s,province:r,country:o,city:i}=e,{data:a}=await this._request.send(\"auth.updateUserInfo\",{nickName:t,gender:n,avatarUrl:s,province:r,country:o,city:i});this.setLocalUserInfo(a)}async refresh(){const{data:e}=await this._request.send(\"auth.getUserInfo\",{});return this.setLocalUserInfo(e),e}setUserInfo(){const{userInfoKey:e}=this._cache.keys,t=this._cache.getStore(e);[\"uid\",\"loginType\",\"openid\",\"wxOpenId\",\"wxPublicId\",\"unionId\",\"qqMiniOpenId\",\"email\",\"hasPassword\",\"customUserId\",\"nickName\",\"gender\",\"avatarUrl\"].forEach((e=>{this[e]=t[e]})),this.location={country:t.country,province:t.province,city:t.city}}setLocalUserInfo(e){const{userInfoKey:t}=this._cache.keys;this._cache.setStore(t,e),this.setUserInfo()}}class _e{constructor(e){if(!e)throw new Error(\"envId is not defined\");this._cache=X(e);const{refreshTokenKey:t,accessTokenKey:n,accessTokenExpireKey:s}=this._cache.keys,r=this._cache.getStore(t),o=this._cache.getStore(n),i=this._cache.getStore(s);this.credential={refreshToken:r,accessToken:o,accessTokenExpire:i},this.user=new ye(e)}get isAnonymousAuth(){return this.loginType===ce.ANONYMOUS}get isCustomAuth(){return this.loginType===ce.CUSTOM}get isWeixinAuth(){return this.loginType===ce.WECHAT||this.loginType===ce.WECHAT_OPEN||this.loginType===ce.WECHAT_PUBLIC}get loginType(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}class we extends me{async signIn(){this._cache.updatePersistence(\"local\");const{anonymousUuidKey:e,refreshTokenKey:t}=this._cache.keys,n=this._cache.getStore(e)||void 0,s=this._cache.getStore(t)||void 0,r=await this._request.send(\"auth.signInAnonymously\",{anonymous_uuid:n,refresh_token:s});if(r.uuid&&r.refresh_token){this._setAnonymousUUID(r.uuid),this.setRefreshToken(r.refresh_token),await this._request.refreshAccessToken(),te(se),te(oe,{env:this.config.env,loginType:ce.ANONYMOUS,persistence:\"local\"});const e=new _e(this.config.env);return await e.user.refresh(),e}throw new Error(\"匿名登录失败\")}async linkAndRetrieveDataWithTicket(e){const{anonymousUuidKey:t,refreshTokenKey:n}=this._cache.keys,s=this._cache.getStore(t),r=this._cache.getStore(n),o=await this._request.send(\"auth.linkAndRetrieveDataWithTicket\",{anonymous_uuid:s,refresh_token:r,ticket:e});if(o.refresh_token)return this._clearAnonymousUUID(),this.setRefreshToken(o.refresh_token),await this._request.refreshAccessToken(),te(ie,{env:this.config.env}),te(oe,{loginType:ce.CUSTOM,persistence:\"local\"}),{credential:{refreshToken:o.refresh_token}};throw new Error(\"匿名转化失败\")}_setAnonymousUUID(e){const{anonymousUuidKey:t,loginTypeKey:n}=this._cache.keys;this._cache.removeStore(t),this._cache.setStore(t,e),this._cache.setStore(n,ce.ANONYMOUS)}_clearAnonymousUUID(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}class ke extends me{async signIn(e){if(\"string\"!=typeof e)throw new Error(\"ticket must be a string\");const{refreshTokenKey:t}=this._cache.keys,n=await this._request.send(\"auth.signInWithTicket\",{ticket:e,refresh_token:this._cache.getStore(t)||\"\"});if(n.refresh_token)return this.setRefreshToken(n.refresh_token),await this._request.refreshAccessToken(),te(se),te(oe,{env:this.config.env,loginType:ce.CUSTOM,persistence:this.config.persistence}),await this.refreshUserInfo(),new _e(this.config.env);throw new Error(\"自定义登录失败\")}}class Se extends me{async signIn(e,t){if(\"string\"!=typeof e)throw new Error(\"email must be a string\");const{refreshTokenKey:n}=this._cache.keys,s=await this._request.send(\"auth.signIn\",{loginType:\"EMAIL\",email:e,password:t,refresh_token:this._cache.getStore(n)||\"\"}),{refresh_token:r,access_token:o,access_token_expire:i}=s;if(r)return this.setRefreshToken(r),o&&i?this.setAccessToken(o,i):await this._request.refreshAccessToken(),await this.refreshUserInfo(),te(se),te(oe,{env:this.config.env,loginType:ce.EMAIL,persistence:this.config.persistence}),new _e(this.config.env);throw s.code?new Error(`邮箱登录失败: [${s.code}] ${s.message}`):new Error(\"邮箱登录失败\")}async activate(e){return this._request.send(\"auth.activateEndUserMail\",{token:e})}async resetPasswordWithToken(e,t){return this._request.send(\"auth.resetPasswordWithToken\",{token:e,newPassword:t})}}class ve extends me{async signIn(e,t){if(\"string\"!=typeof e)throw new Error(\"username must be a string\");\"string\"!=typeof t&&(t=\"\",console.warn(\"password is empty\"));const{refreshTokenKey:n}=this._cache.keys,s=await this._request.send(\"auth.signIn\",{loginType:ce.USERNAME,username:e,password:t,refresh_token:this._cache.getStore(n)||\"\"}),{refresh_token:r,access_token_expire:o,access_token:i}=s;if(r)return this.setRefreshToken(r),i&&o?this.setAccessToken(i,o):await this._request.refreshAccessToken(),await this.refreshUserInfo(),te(se),te(oe,{env:this.config.env,loginType:ce.USERNAME,persistence:this.config.persistence}),new _e(this.config.env);throw s.code?new Error(`用户名密码登录失败: [${s.code}] ${s.message}`):new Error(\"用户名密码登录失败\")}}class Te{constructor(e){this.config=e,this._cache=X(e.env),this._request=ge(e.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),ee(oe,this._onLoginTypeChanged)}get currentUser(){const e=this.hasLoginState();return e&&e.user||null}get loginType(){return this._cache.getStore(this._cache.keys.loginTypeKey)}anonymousAuthProvider(){return new we(this.config)}customAuthProvider(){return new ke(this.config)}emailAuthProvider(){return new Se(this.config)}usernameAuthProvider(){return new ve(this.config)}async signInAnonymously(){return new we(this.config).signIn()}async signInWithEmailAndPassword(e,t){return new Se(this.config).signIn(e,t)}signInWithUsernameAndPassword(e,t){return new ve(this.config).signIn(e,t)}async linkAndRetrieveDataWithTicket(e){this._anonymousAuthProvider||(this._anonymousAuthProvider=new we(this.config)),ee(ie,this._onAnonymousConverted);return await this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(e)}async signOut(){if(this.loginType===ce.ANONYMOUS)throw new Error(\"匿名用户不支持登出操作\");const{refreshTokenKey:e,accessTokenKey:t,accessTokenExpireKey:n}=this._cache.keys,s=this._cache.getStore(e);if(!s)return;const r=await this._request.send(\"auth.logout\",{refresh_token:s});return this._cache.removeStore(e),this._cache.removeStore(t),this._cache.removeStore(n),te(se),te(oe,{env:this.config.env,loginType:ce.NULL,persistence:this.config.persistence}),r}async signUpWithEmailAndPassword(e,t){return this._request.send(\"auth.signUpWithEmailAndPassword\",{email:e,password:t})}async sendPasswordResetEmail(e){return this._request.send(\"auth.sendPasswordResetEmail\",{email:e})}onLoginStateChanged(e){ee(se,(()=>{const t=this.hasLoginState();e.call(this,t)}));const t=this.hasLoginState();e.call(this,t)}onLoginStateExpired(e){ee(re,e.bind(this))}onAccessTokenRefreshed(e){ee(ae,e.bind(this))}onAnonymousConverted(e){ee(ie,e.bind(this))}onLoginTypeChanged(e){ee(oe,(()=>{const t=this.hasLoginState();e.call(this,t)}))}async getAccessToken(){return{accessToken:(await this._request.getAccessToken()).accessToken,env:this.config.env}}hasLoginState(){const{refreshTokenKey:e}=this._cache.keys;return this._cache.getStore(e)?new _e(this.config.env):null}async isUsernameRegistered(e){if(\"string\"!=typeof e)throw new Error(\"username must be a string\");const{data:t}=await this._request.send(\"auth.isUsernameRegistered\",{username:e});return t&&t.isRegistered}getLoginState(){return Promise.resolve(this.hasLoginState())}async signInWithTicket(e){return new ke(this.config).signIn(e)}shouldRefreshAccessToken(e){this._request._shouldRefreshAccessTokenHook=e.bind(this)}getUserInfo(){return this._request.send(\"auth.getUserInfo\",{}).then((e=>e.code?e:{...e.data,requestId:e.seqId}))}getAuthHeader(){const{refreshTokenKey:e,accessTokenKey:t}=this._cache.keys,n=this._cache.getStore(e);return{\"x-cloudbase-credentials\":this._cache.getStore(t)+\"/@@/\"+n}}_onAnonymousConverted(e){const{env:t}=e.data;t===this.config.env&&this._cache.updatePersistence(this.config.persistence)}_onLoginTypeChanged(e){const{loginType:t,persistence:n,env:s}=e.data;s===this.config.env&&(this._cache.updatePersistence(n),this._cache.setStore(this._cache.keys.loginTypeKey,t))}}const Ae=function(e,t){t=t||N();const n=ge(this.config.env),{cloudPath:s,filePath:r,onUploadProgress:o,fileType:i=\"image\"}=e;return n.send(\"storage.getUploadMetadata\",{path:s}).then((e=>{const{data:{url:a,authorization:c,token:u,fileId:h,cosFileId:l},requestId:d}=e,f={key:s,signature:c,\"x-cos-meta-fileid\":l,success_action_status:\"201\",\"x-cos-security-token\":u};n.upload({url:a,data:f,file:r,name:s,fileType:i,onUploadProgress:o}).then((e=>{201===e.statusCode?t(null,{fileID:h,requestId:d}):t(new Error(`STORAGE_REQUEST_FAIL: ${e.data}`))})).catch((e=>{t(e)}))})).catch((e=>{t(e)})),t.promise},Pe=function(e,t){t=t||N();const n=ge(this.config.env),{cloudPath:s}=e;return n.send(\"storage.getUploadMetadata\",{path:s}).then((e=>{t(null,e)})).catch((e=>{t(e)})),t.promise},Ie=function({fileList:e},t){if(t=t||N(),!e||!Array.isArray(e))return{code:\"INVALID_PARAM\",message:\"fileList必须是非空的数组\"};for(let t of e)if(!t||\"string\"!=typeof t)return{code:\"INVALID_PARAM\",message:\"fileList的元素必须是非空的字符串\"};const n={fileid_list:e};return ge(this.config.env).send(\"storage.batchDeleteFile\",n).then((e=>{e.code?t(null,e):t(null,{fileList:e.data.delete_list,requestId:e.requestId})})).catch((e=>{t(e)})),t.promise},be=function({fileList:e},t){t=t||N(),e&&Array.isArray(e)||t(null,{code:\"INVALID_PARAM\",message:\"fileList必须是非空的数组\"});let n=[];for(let s of e)\"object\"==typeof s?(s.hasOwnProperty(\"fileID\")&&s.hasOwnProperty(\"maxAge\")||t(null,{code:\"INVALID_PARAM\",message:\"fileList的元素必须是包含fileID和maxAge的对象\"}),n.push({fileid:s.fileID,max_age:s.maxAge})):\"string\"==typeof s?n.push({fileid:s}):t(null,{code:\"INVALID_PARAM\",message:\"fileList的元素必须是字符串\"});const s={file_list:n};return ge(this.config.env).send(\"storage.batchGetDownloadUrl\",s).then((e=>{e.code?t(null,e):t(null,{fileList:e.data.download_list,requestId:e.requestId})})).catch((e=>{t(e)})),t.promise},Oe=async function({fileID:e},t){const n=(await be.call(this,{fileList:[{fileID:e,maxAge:600}]})).fileList[0];if(\"SUCCESS\"!==n.code)return t?t(n):new Promise((e=>{e(n)}));const s=ge(this.config.env);let r=n.download_url;if(r=encodeURI(r),!t)return s.download({url:r});t(await s.download({url:r}))},Ee=function({name:e,data:t,query:n,parse:s,search:r},o){const i=o||N();let a;try{a=t?JSON.stringify(t):\"\"}catch(e){return Promise.reject(e)}if(!e)return Promise.reject(new Error(\"函数名不能为空\"));const c={inQuery:n,parse:s,search:r,function_name:e,request_data:a};return ge(this.config.env).send(\"functions.invokeFunction\",c).then((e=>{if(e.code)i(null,e);else{let t=e.data.response_data;if(s)i(null,{result:t,requestId:e.requestId});else try{t=JSON.parse(e.data.response_data),i(null,{result:t,requestId:e.requestId})}catch(e){i(new Error(\"response data must be json\"))}}return i.promise})).catch((e=>{i(e)})),i.promise},Ce={timeout:15e3,persistence:\"session\"},Ue={};class xe{constructor(e){this.config=e||this.config,this.authObj=void 0}init(e){switch(K.adapter||(this.requestClient=new K.adapter.reqClass({timeout:e.timeout||5e3,timeoutMsg:`请求在${(e.timeout||5e3)/1e3}s内未完成,已中断`})),this.config={...Ce,...e},!0){case this.config.timeout>6e5:console.warn(\"timeout大于可配置上限[10分钟],已重置为上限数值\"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn(\"timeout小于可配置下限[100ms],已重置为下限数值\"),this.config.timeout=100}return new xe(this.config)}auth({persistence:e}={}){if(this.authObj)return this.authObj;const t=e||K.adapter.primaryStorage||Ce.persistence;var n;return t!==this.config.persistence&&(this.config.persistence=t),function(e){const{env:t}=e;V[t]=new J(e),Y[t]=new J({...e,persistence:\"local\"})}(this.config),n=this.config,pe[n.env]=new fe(n),this.authObj=new Te(this.config),this.authObj}on(e,t){return ee.apply(this,[e,t])}off(e,t){return ne.apply(this,[e,t])}callFunction(e,t){return Ee.apply(this,[e,t])}deleteFile(e,t){return Ie.apply(this,[e,t])}getTempFileURL(e,t){return be.apply(this,[e,t])}downloadFile(e,t){return Oe.apply(this,[e,t])}uploadFile(e,t){return Ae.apply(this,[e,t])}getUploadMetadata(e,t){return Pe.apply(this,[e,t])}registerExtension(e){Ue[e.name]=e}async invokeExtension(e,t){const n=Ue[e];if(!n)throw Error(`扩展${e} 必须先注册`);return await n.invoke(t,this)}useAdapters(e){const{adapter:t,runtime:n}=B(e)||{};t&&(K.adapter=t),n&&(K.runtime=n)}}var De=new xe;function qe(e,t,n){void 0===n&&(n={});var s=/\\?/.test(t),r=\"\";for(var o in n)\"\"===r?!s&&(t+=\"?\"):r+=\"&\",r+=o+\"=\"+encodeURIComponent(n[o]);return/^http(s)?:\\/\\//.test(t+=r)?t:\"\"+e+t}class Re{post(e){const{url:t,data:n,headers:s}=e;return new Promise(((e,r)=>{C.request({url:qe(\"https:\",t),data:n,method:\"POST\",header:s,success(t){e(t)},fail(e){r(e)}})}))}upload(e){return new Promise(((t,n)=>{const{url:s,file:r,data:o,headers:i,fileType:a}=e,c=C.uploadFile({url:qe(\"https:\",s),name:\"file\",formData:Object.assign({},o),filePath:r,fileType:a,header:i,success(e){const n={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&o.success_action_status&&(n.statusCode=parseInt(o.success_action_status,10)),t(n)},fail(e){l&&\"mp-alipay\"===d&&console.warn(\"支付宝小程序开发工具上传腾讯云时无法准确判断是否上传成功,请使用真机测试\"),n(new Error(e.errMsg||\"uploadFile:fail\"))}});\"function\"==typeof e.onUploadProgress&&c&&\"function\"==typeof c.onProgressUpdate&&c.onProgressUpdate((t=>{e.onUploadProgress({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}}const Le={setItem(e,t){C.setStorageSync(e,t)},getItem:e=>C.getStorageSync(e),removeItem(e){C.removeStorageSync(e)},clear(){C.clearStorageSync()}};var Fe={genAdapter:function(){return{root:{},reqClass:Re,localStorage:Le,primaryStorage:\"local\"}},isMatch:function(){return!0},runtime:\"uni_app\"};De.useAdapters(Fe);const Ne=De,$e=Ne.init;Ne.init=function(e){e.env=e.spaceId;const t=$e.call(this,e);t.config.provider=\"tencent\",t.config.spaceId=e.spaceId;const n=t.auth;return t.auth=function(e){const t=n.call(this,e);return[\"linkAndRetrieveDataWithTicket\",\"signInAnonymously\",\"signOut\",\"getAccessToken\",\"getLoginState\",\"signInWithTicket\",\"getUserInfo\"].forEach((e=>{t[e]=P(t[e]).bind(t)})),t},t.customAuth=t.auth,t};var je=Ne;function Me(){return{token:C.getStorageSync(\"uni_id_token\")||C.getStorageSync(\"uniIdToken\"),tokenExpired:C.getStorageSync(\"uni_id_token_expired\")}}function Be(){if(!l||\"h5\"!==d)return;uni.getStorageSync(\"__LAST_DCLOUD_APPID\")!==m&&(uni.setStorageSync(\"__LAST_DCLOUD_APPID\",m),console.warn(\"检测到当前项目与上次运行到此端口的项目不一致,自动清理uni-id保存的token信息(仅开发调试时生效)\"),C.removeStorageSync(\"uni_id_token\"),C.removeStorageSync(\"uniIdToken\"),C.removeStorageSync(\"uni_id_token_expired\"))}var Ke=class extends D{getAccessToken(){return new Promise(((e,t)=>{const n=\"Anonymous_Access_token\";this.setAccessToken(n),e(n)}))}setupRequest(e,t){const n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),s={\"Content-Type\":\"application/json\"};\"auth\"!==t&&(n.token=this.accessToken,s[\"x-basement-token\"]=this.accessToken),s[\"x-serverless-sign\"]=E.sign(n,this.config.clientSecret);const r=O();s[\"x-client-info\"]=JSON.stringify(r);const{token:o}=Me();return s[\"x-client-token\"]=o,{url:this.config.requestUrl,method:\"POST\",data:n,dataType:\"json\",header:JSON.parse(JSON.stringify(s))}}uploadFileToOSS({url:e,formData:t,name:n,filePath:s,fileType:r,onUploadProgress:o}){return new Promise(((i,a)=>{const c=this.adapter.uploadFile({url:e,formData:t,name:n,filePath:s,fileType:r,success(e){e&&e.statusCode<400?i(e):a(new I({code:\"UPLOAD_FAILED\",message:\"文件上传失败\"}))},fail(e){a(new I({code:e.code||\"UPLOAD_FAILED\",message:e.message||e.errMsg||\"文件上传失败\"}))}});\"function\"==typeof o&&c&&\"function\"==typeof c.onProgressUpdate&&c.onProgressUpdate((e=>{o({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}uploadFile({filePath:e,cloudPath:t,fileType:n=\"image\",onUploadProgress:s}){if(!t)throw new I({code:\"CLOUDPATH_REQUIRED\",message:\"cloudPath不可为空\"});let r;return this.getOSSUploadOptionsFromPath({cloudPath:t}).then((t=>{const{url:o,formData:i,name:a}=t.result;r=t.result.fileUrl;const c={url:o,formData:i,name:a,filePath:e,fileType:n};return this.uploadFileToOSS(Object.assign({},c,{onUploadProgress:s}))})).then((()=>this.reportOSSUpload({cloudPath:t}))).then((t=>new Promise(((n,s)=>{t.success?n({success:!0,filePath:e,fileID:r}):s(new I({code:\"UPLOAD_FAILED\",message:\"文件上传失败\"}))}))))}deleteFile({fileList:e}){const t={method:\"serverless.file.resource.delete\",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(t))}getTempFileURL({fileList:e}={}){const t={method:\"serverless.file.resource.getTempFileURL\",params:JSON.stringify({fileList:e})};return this.request(this.setupRequest(t))}};var He={init(e){const t=new Ke(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}};function We({data:e}){let t;t=O();const n=JSON.parse(JSON.stringify(e||{}));if(Object.assign(n,{clientInfo:t}),!n.uniIdToken){const{token:e}=Me();e&&(n.uniIdToken=e)}return n}function ze({name:e,data:t}){const{localAddress:n,localPort:s}=this,r={aliyun:\"aliyun\",tencent:\"tcb\"}[this.config.provider],o=this.config.spaceId,i=`http://${n}:${s}/system/check-function`,a=`http://${n}:${s}/cloudfunctions/${e}`;return new Promise(((t,n)=>{C.request({method:\"POST\",url:i,data:{name:e,platform:d,provider:r,spaceId:o},timeout:3e3,success(e){t(e)},fail(){t({data:{code:\"NETWORK_ERROR\",message:\"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下,自动切换为已部署的云函数。\"}})}})})).then((({data:e}={})=>{const{code:t,message:n}=e||{};return{code:0===t?0:t||\"SYS_ERR\",message:n||\"SYS_ERR\"}})).then((({code:n,message:s})=>{if(0!==n){switch(n){case\"MODULE_ENCRYPTED\":console.error(`此云函数(${e})依赖加密公共模块不可本地调试,自动切换为云端已部署的云函数`);break;case\"FUNCTION_ENCRYPTED\":console.error(`此云函数(${e})已加密不可本地调试,自动切换为云端已部署的云函数`);break;case\"ACTION_ENCRYPTED\":console.error(s||\"需要访问加密的uni-clientDB-action,自动切换为云端环境\");break;case\"NETWORK_ERROR\":{const e=\"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下\";throw console.error(e),new Error(e)}case\"SWITCH_TO_CLOUD\":break;default:{const e=`检测本地调试服务出现错误:${s},请检查网络环境或重启客户端再试`;throw console.error(e),new Error(e)}}return this._originCallFunction({name:e,data:t})}return new Promise(((e,n)=>{const s=We.call(this,{data:t});C.request({method:\"POST\",url:a,data:{provider:r,platform:d,param:s},success:({statusCode:t,data:s}={})=>!t||t>=400?n(new I({code:s.code||\"SYS_ERR\",message:s.message||\"request:fail\"})):e({result:s}),fail(e){n(new I({code:e.code||e.errCode||\"SYS_ERR\",message:e.message||e.errMsg||\"request:fail\"}))}})}))}))}const Je=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:\",云函数[{functionName}]在云端不存在,请检查此云函数名称是否正确以及该云函数是否已上传到服务空间\",mode:\"append\"}];var Ve=/[\\\\^$.*+?()[\\]{}|]/g,Ye=RegExp(Ve.source);function Xe(e,t,n){return e.replace(new RegExp((s=t)&&Ye.test(s)?s.replace(Ve,\"\\\\$&\"):s,\"g\"),n);var s}function Ge({functionName:e,result:t,logPvd:n}){if(this.config.useDebugFunction&&t&&t.requestId){const s=JSON.stringify({spaceId:this.config.spaceId,functionName:e,requestId:t.requestId});console.log(`[${n}-request]${s}[/${n}-request]`)}}function Qe(e){const t=e.callFunction,n=function(n){const s=n.name;n.data=We.call(e,{data:n.data});const r={aliyun:\"aliyun\",tencent:\"tcb\"}[this.config.provider];return t.call(this,n).then((e=>(Ge.call(this,{functionName:s,result:e,logPvd:r}),Promise.resolve(e))),(e=>(Ge.call(this,{functionName:s,result:e,logPvd:r}),e&&e.message&&(e.message=function({message:e=\"\",extraInfo:t={},formatter:n=[]}={}){for(let s=0;s<n.length;s++){const{rule:r,content:o,mode:i}=n[s],a=e.match(r);if(!a)continue;let c=o;for(let e=1;e<a.length;e++)c=Xe(c,`{$${e}}`,a[e]);for(const e in t)c=Xe(c,`{${e}}`,t[e]);return\"replace\"===i?c:e+c}return e}({message:`[${n.name}]: ${e.message}`,formatter:Je,extraInfo:{functionName:s}})),Promise.reject(e))))};e.callFunction=function(t){let s;return l&&e.debugInfo&&!e.debugInfo.forceRemote&&p?(e._originCallFunction||(e._originCallFunction=n),s=ze.call(this,t)):s=n.call(this,t),Object.defineProperty(s,\"result\",{get:()=>(console.warn(\"当前返回结果为Promise类型,不可直接访问其result属性,详情请参考:https://uniapp.dcloud.net.cn/uniCloud/faq?id=promise\"),{})}),s}}const Ze=Symbol(\"CLIENT_DB_INTERNAL\");function et(e,t){return e.then=\"DoNotReturnProxyWithAFunctionNamedThen\",e._internalType=Ze,e.__ob__=void 0,new Proxy(e,{get(e,n,s){if(\"_uniClient\"===n)return null;if(n in e||\"string\"!=typeof n){const t=e[n];return\"function\"==typeof t?t.bind(e):t}return t.get(e,n,s)}})}function tt(e){return{on:(t,n)=>{e[t]=e[t]||[],e[t].indexOf(n)>-1||e[t].push(n)},off:(t,n)=>{e[t]=e[t]||[];const s=e[t].indexOf(n);-1!==s&&e[t].splice(s,1)}}}const nt=[\"db.Geo\",\"db.command\",\"command.aggregate\"];function st(e,t){return nt.indexOf(`${e}.${t}`)>-1}function rt(e){switch(c(e)){case\"array\":return e.map((e=>rt(e)));case\"object\":return e._internalType===Ze||Object.keys(e).forEach((t=>{e[t]=rt(e[t])})),e;case\"regexp\":return{$regexp:{source:e.source,flags:e.flags}};case\"date\":return{$date:e.toISOString()};default:return e}}class ot{constructor(e,t,n){this.content=e,this.prevStage=t||null,this.udb=null,this._database=n}toJSON(){let e=this;const t=[e.content];for(;e.prevStage;)e=e.prevStage,t.push(e.content);return{$db:t.reverse().map((e=>({$method:e.$method,$param:rt(e.$param)})))}}getAction(){const e=this.toJSON().$db.find((e=>\"action\"===e.$method));return e&&e.$param&&e.$param[0]}getCommand(){return{$db:this.toJSON().$db.filter((e=>\"action\"!==e.$method))}}get useAggregate(){let e=this,t=!1;for(;e.prevStage;){e=e.prevStage;const n=e.content.$method;if(\"aggregate\"===n||\"pipeline\"===n){t=!0;break}}return t}get count(){if(!this.useAggregate)return function(){return this._send(\"count\",Array.from(arguments))};const e=this;return function(){return it({$method:\"count\",$param:rt(Array.from(arguments))},e,this._database)}}get(){return this._send(\"get\",Array.from(arguments))}add(){return this._send(\"add\",Array.from(arguments))}remove(){return this._send(\"remove\",Array.from(arguments))}update(){return this._send(\"update\",Array.from(arguments))}end(){return this._send(\"end\",Array.from(arguments))}set(){throw new Error(\"clientDB禁止使用set方法\")}_send(e,t){const n=this.getAction(),s=this.getCommand();if(s.$db.push({$method:e,$param:rt(t)}),l){const e=s.$db.find((e=>\"collection\"===e.$method)),t=e&&e.$param;t&&1===t.length&&\"string\"==typeof e.$param[0]&&e.$param[0].indexOf(\",\")>-1&&console.warn(\"检测到使用JQL语法联表查询时,未使用getTemp先过滤主表数据,在主表数据量大的情况下可能会查询缓慢。\\n- 如何优化请参考此文档:https://uniapp.dcloud.net.cn/uniCloud/jql?id=lookup-with-temp \\n- 如果主表数据量很小请忽略此信息,项目发行时不会出现此提示。\")}return this._database._callCloudFunction({action:n,command:s})}}function it(e,t,n){return et(new ot(e,t,n),{get(e,t){let s=\"db\";return e&&e.content&&(s=e.content.$method),st(s,t)?it({$method:t},e,n):function(){return it({$method:t,$param:rt(Array.from(arguments))},e,n)}}})}function at({path:e,method:t}){return class{constructor(){this.param=Array.from(arguments)}toJSON(){return{$newDb:[...e.map((e=>({$method:e}))),{$method:t,$param:this.param}]}}}}class ct extends class{constructor({uniClient:e={}}={}){this._uniClient=e,this._authCallBacks={},this._dbCallBacks={},e.isDefault&&(this._dbCallBacks=_(\"_globalUniCloudDatabaseCallback\")),this.auth=tt(this._authCallBacks),Object.assign(this,tt(this._dbCallBacks)),this.env=et({},{get:(e,t)=>({$env:t})}),this.Geo=et({},{get:(e,t)=>at({path:[\"Geo\"],method:t})}),this.serverDate=at({path:[],method:\"serverDate\"}),this.RegExp=at({path:[],method:\"RegExp\"})}getCloudEnv(e){if(\"string\"!=typeof e||!e.trim())throw new Error(\"getCloudEnv参数错误\");return{$env:e.replace(\"$cloudEnv_\",\"\")}}_callback(e,t){const n=this._dbCallBacks;n[e]&&n[e].forEach((e=>{e(...t)}))}_callbackAuth(e,t){const n=this._authCallBacks;n[e]&&n[e].forEach((e=>{e(...t)}))}multiSend(){const e=Array.from(arguments),t=e.map((e=>{const t=e.getAction(),n=e.getCommand();if(\"getTemp\"!==n.$db[n.$db.length-1].$method)throw new Error(\"multiSend只支持子命令内使用getTemp\");return{action:t,command:n}}));return this._callCloudFunction({multiCommand:t,queryList:e})}}{_callCloudFunction({action:e,command:t,multiCommand:n,queryList:s}){function r(e,t){if(n&&s)for(let n=0;n<s.length;n++){const r=s[n];r.udb&&\"function\"==typeof r.udb.setResult&&(t?r.udb.setResult(t):r.udb.setResult(e.result.dataList[n]))}}const o=T(A(\"database\",\"invoke\")),i=this._uniClient;return o.then((()=>i.callFunction({name:\"DCloud-clientDB\",type:a,data:{action:e,command:t,multiCommand:n}}))).then((e=>{const{code:t,message:n,token:s,tokenExpired:o,systemInfo:i=[]}=e.result;if(i)for(let e=0;e<i.length;e++){const{level:t,message:n,detail:s}=i[e],r=console[\"app-plus\"===d&&\"warn\"===t?\"error\":t]||console.log;let o=\"[System Info]\"+n;s&&(o=`${o}\\n详细信息:${s}`),r(o)}if(t){const s=new I({message:n,code:t,requestId:e.requestId});return this._callback(\"error\",[s]),Promise.reject(s)}s&&o&&(!function({token:e,tokenExpired:t}={}){e&&C.setStorageSync(\"uni_id_token\",e),t&&C.setStorageSync(\"uni_id_token_expired\",t)}({token:s,tokenExpired:o}),this._callbackAuth(\"refreshToken\",[{token:s,tokenExpired:o}]),this._callback(\"refreshToken\",[{token:s,tokenExpired:o}]));const a=e.result.affectedDocs;return\"number\"==typeof a&&Object.defineProperty(e.result,\"affectedDocs\",{get:()=>(console.warn(\"affectedDocs不再推荐使用,请使用inserted/deleted/updated/data.length替代\"),a)}),T(A(\"database\",\"success\"),e).then((()=>T(A(\"database\",\"complete\"),e))).then((()=>(r(e,null),Promise.resolve(e))))}),(e=>{const t=new I({code:e.code||\"SYSTEM_ERROR\",message:e.message,requestId:e.requestId});return this._callback(\"error\",[t]),/fc_function_not_found|FUNCTION_NOT_FOUND/g.test(e.message)&&console.warn(\"clientDB未初始化,请在web控制台保存一次schema以开启clientDB\"),T(A(\"database\",\"fail\"),e).then((()=>T(A(\"database\",\"complete\"),e))).then((()=>(r(null,e),Promise.reject(e))))}))}}function ut(e){e.database=function(t){if(t&&Object.keys(t).length>0)return e.init(t).database();if(this._database)return this._database;const n=function(e,t={}){return et(new e(t),{get:(e,t)=>st(\"db\",t)?it({$method:t},null,e):function(){return it({$method:t,$param:rt(Array.from(arguments))},null,e)}})}(ct,{uniClient:e});return this._database=n,n}}let ht;const lt=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\",dt=/^(?:[A-Za-z\\d+/]{4})*?(?:[A-Za-z\\d+/]{2}(?:==)?|[A-Za-z\\d+/]{3}=?)?$/;function ft(){const e=Me().token||\"\",t=e.split(\".\");if(!e||3!==t.length)return{uid:null,role:[],permission:[],tokenExpired:0};let n;try{n=JSON.parse((s=t[1],decodeURIComponent(ht(s).split(\"\").map((function(e){return\"%\"+(\"00\"+e.charCodeAt(0).toString(16)).slice(-2)})).join(\"\"))))}catch(e){throw new Error(\"获取当前用户信息出错,详细错误信息为:\"+e.message)}var s;return n.tokenExpired=1e3*n.exp,delete n.exp,delete n.iat,n}ht=\"function\"!=typeof atob?function(e){if(e=String(e).replace(/[\\t\\n\\f\\r ]+/g,\"\"),!dt.test(e))throw new Error(\"Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.\");var t;e+=\"==\".slice(2-(3&e.length));for(var n,s,r=\"\",o=0;o<e.length;)t=lt.indexOf(e.charAt(o++))<<18|lt.indexOf(e.charAt(o++))<<12|(n=lt.indexOf(e.charAt(o++)))<<6|(s=lt.indexOf(e.charAt(o++))),r+=64===n?String.fromCharCode(t>>16&255):64===s?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return r}:atob;var pt=t(n((function(e,t){Object.defineProperty(t,\"__esModule\",{value:!0});const n=\"chooseAndUploadFile:ok\",s=\"chooseAndUploadFile:fail\";function r(e,t){return e.tempFiles.forEach(((e,n)=>{e.name||(e.name=e.path.substring(e.path.lastIndexOf(\"/\")+1)),t&&(e.fileType=t),e.cloudPath=Date.now()+\"_\"+n+e.name.substring(e.name.lastIndexOf(\".\"))})),e.tempFilePaths||(e.tempFilePaths=e.tempFiles.map((e=>e.path))),e}function o(e,t,{onChooseFile:s,onUploadProgress:r}){return t.then((e=>{if(s){const t=s(e);if(void 0!==t)return Promise.resolve(t).then((t=>void 0===t?e:t))}return e})).then((t=>!1===t?{errMsg:n,tempFilePaths:[],tempFiles:[]}:function(e,t,s=5,r){(t=Object.assign({},t)).errMsg=n;const o=t.tempFiles,i=o.length;let a=0;return new Promise((n=>{for(;a<s;)c();function c(){const s=a++;if(s>=i)return void(!o.find((e=>!e.url&&!e.errMsg))&&n(t));const u=o[s];e.uploadFile({filePath:u.path,cloudPath:u.cloudPath,fileType:u.fileType,onUploadProgress(e){e.index=s,e.tempFile=u,e.tempFilePath=u.path,r&&r(e)}}).then((e=>{u.url=e.fileID,s<i&&c()})).catch((e=>{u.errMsg=e.errMsg||e.message,s<i&&c()}))}}))}(e,t,5,r)))}t.initChooseAndUploadFile=function(e){return function(t={type:\"all\"}){return\"image\"===t.type?o(e,function(e){const{count:t,sizeType:n,sourceType:o=[\"album\",\"camera\"],extension:i}=e;return new Promise(((e,a)=>{uni.chooseImage({count:t,sizeType:n,sourceType:o,extension:i,success(t){e(r(t,\"image\"))},fail(e){a({errMsg:e.errMsg.replace(\"chooseImage:fail\",s)})}})}))}(t),t):\"video\"===t.type?o(e,function(e){const{camera:t,compressed:n,maxDuration:o,sourceType:i=[\"album\",\"camera\"],extension:a}=e;return new Promise(((e,c)=>{uni.chooseVideo({camera:t,compressed:n,maxDuration:o,sourceType:i,extension:a,success(t){const{tempFilePath:n,duration:s,size:o,height:i,width:a}=t;e(r({errMsg:\"chooseVideo:ok\",tempFilePaths:[n],tempFiles:[{name:t.tempFile&&t.tempFile.name||\"\",path:n,size:o,type:t.tempFile&&t.tempFile.type||\"\",width:a,height:i,duration:s,fileType:\"video\",cloudPath:\"\"}]},\"video\"))},fail(e){c({errMsg:e.errMsg.replace(\"chooseVideo:fail\",s)})}})}))}(t),t):o(e,function(e){const{count:t,extension:n}=e;return new Promise(((e,o)=>{let i=uni.chooseFile;if(\"undefined\"!=typeof wx&&\"function\"==typeof wx.chooseMessageFile&&(i=wx.chooseMessageFile),\"function\"!=typeof i)return o({errMsg:s+\" 请指定 type 类型,该平台仅支持选择 image 或 video。\"});i({type:\"all\",count:t,extension:n,success(t){e(r(t))},fail(e){o({errMsg:e.errMsg.replace(\"chooseFile:fail\",s)})}})}))}(t),t)}}})));const gt=\"manual\";function mt(e){return{props:{localdata:{type:Array,default:()=>[]},options:{type:[Object,Array],default:()=>({})},spaceInfo:{type:Object,default:()=>({})},collection:{type:[String,Array],default:\"\"},action:{type:String,default:\"\"},field:{type:String,default:\"\"},orderby:{type:String,default:\"\"},where:{type:[String,Object],default:\"\"},pageData:{type:String,default:\"add\"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:\"\"},limitlevel:{type:Number,default:10},groupby:{type:String,default:\"\"},groupField:{type:String,default:\"\"},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:\"\"},loadtime:{type:String,default:\"auto\"},manual:{type:Boolean,default:!1}},data:()=>({mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:\"\",mixinDatacomPage:{}}),created(){this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((()=>{var e=[];return[\"pageCurrent\",\"pageSize\",\"localdata\",\"collection\",\"action\",\"field\",\"orderby\",\"where\",\"getont\",\"getcount\",\"gettree\",\"groupby\",\"groupField\",\"distinct\"].forEach((t=>{e.push(this[t])})),e}),((e,t)=>{if(this.loadtime===gt)return;let n=!1;const s=[];for(let r=2;r<e.length;r++)e[r]!==t[r]&&(s.push(e[r]),n=!0);e[0]!==t[0]&&(this.mixinDatacomPage.current=this.pageCurrent),this.mixinDatacomPage.size=this.pageSize,this.onMixinDatacomPropsChange(n,s)}))},methods:{onMixinDatacomPropsChange(e,t){},mixinDatacomEasyGet({getone:e=!1,success:t,fail:n}={}){this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage=\"\",this.mixinDatacomGet().then((n=>{this.mixinDatacomLoading=!1;const{data:s,count:r}=n.result;this.getcount&&(this.mixinDatacomPage.count=r),this.mixinDatacomHasMore=s.length<this.pageSize;const o=e?s.length?s[0]:void 0:s;this.mixinDatacomResData=o,t&&t(o)})).catch((e=>{this.mixinDatacomLoading=!1,this.mixinDatacomErrorMessage=e,n&&n(e)})))},mixinDatacomGet(t={}){let n=e.database(this.spaceInfo);const s=t.action||this.action;s&&(n=n.action(s));const r=t.collection||this.collection;n=Array.isArray(r)?n.collection(...r):n.collection(r);const o=t.where||this.where;o&&Object.keys(o).length&&(n=n.where(o));const i=t.field||this.field;i&&(n=n.field(i));const a=t.foreignKey||this.foreignKey;a&&(n=n.foreignKey(a));const c=t.groupby||this.groupby;c&&(n=n.groupBy(c));const u=t.groupField||this.groupField;u&&(n=n.groupField(u));!0===(void 0!==t.distinct?t.distinct:this.distinct)&&(n=n.distinct());const h=t.orderby||this.orderby;h&&(n=n.orderBy(h));const l=void 0!==t.pageCurrent?t.pageCurrent:this.mixinDatacomPage.current,d=void 0!==t.pageSize?t.pageSize:this.mixinDatacomPage.size,f=void 0!==t.getcount?t.getcount:this.getcount,p=void 0!==t.gettree?t.gettree:this.gettree,g=void 0!==t.gettreepath?t.gettreepath:this.gettreepath,m={getCount:f},y={limitLevel:void 0!==t.limitlevel?t.limitlevel:this.limitlevel,startWith:void 0!==t.startwith?t.startwith:this.startwith};return p&&(m.getTree=y),g&&(m.getTreePath=y),n=n.skip(d*(l-1)).limit(d).get(m),n}}}}function yt(e){return function(t,n={}){n=function(e,t={}){return e.customUI=t.customUI||e.customUI,Object.assign(e.loadingOptions,t.loadingOptions),Object.assign(e.errorOptions,t.errorOptions),e}({customUI:!1,loadingOptions:{text:\"加载中...\",mask:!0},errorOptions:{type:\"modal\",retry:!1}},n);const{customUI:s,loadingOptions:r,errorOptions:o}=n,a=!s;return new Proxy({},{get:(n,s)=>async function n(...c){let u;a&&uni.showLoading({title:r.title,mask:r.mask});try{u=await e.callFunction({name:t,type:i,data:{method:s,params:c}})}catch(e){u={result:e}}const{errCode:h,errMsg:l}=u.result||{};if(a&&uni.hideLoading(),h){if(a)if(\"toast\"===o.type)uni.showToast({title:l,icon:\"none\"});else{if(\"modal\"!==o.type)throw new Error(`Invalid errorOptions.type: ${o.type}`);{const{confirm:e}=await async function({title:e,content:t,showCancel:n,cancelText:s,confirmText:r}={}){return new Promise(((o,i)=>{uni.showModal({title:e,content:t,showCancel:n,cancelText:s,confirmText:r,success(e){o(e)},fail(){o({confirm:!1,cancel:!0})}})}))}({title:\"提示\",content:l,showCancel:o.retry,cancelText:\"取消\",confirmText:o.retry?\"重试\":\"确定\"});if(o.retry&&e)return n(...c)}}const e=new I({code:h,message:l,requestId:u.requestId});throw e.detail=u.result,e}return u.result}})}}async function _t(e,t){const n=`http://${e}:${t}/system/ping`;try{const e=await(s={url:n,timeout:500},new Promise(((e,t)=>{C.request({...s,success(t){e(t)},fail(e){t(e)}})})));return!(!e.data||0!==e.data.code)}catch(e){return!1}var s}function wt(e){if(e.initUniCloudStatus&&\"rejected\"!==e.initUniCloudStatus)return;let t=Promise.resolve();var n;n=1,t=new Promise(((e,t)=>{setTimeout((()=>{e()}),n)})),e.isReady=!1,e.isDefault=!1;const s=e.auth();e.initUniCloudStatus=\"pending\",e.initUniCloud=t.then((()=>s.getLoginState())).then((e=>e?Promise.resolve():s.signInAnonymously())).then((()=>{if(!l)return Promise.resolve();if(l&&e.debugInfo){const{address:t,servePort:n}=e.debugInfo;return async function(e,t){let n;for(let s=0;s<e.length;s++){const r=e[s];if(await _t(r,t)){n=r;break}}return{address:n,port:t}}(t,n)}})).then((({address:t,port:n}={})=>{if(!l)return Promise.resolve();if(t)e.localAddress=t,e.localPort=n;else if(e.debugInfo){const t=console[\"app-plus\"===d?\"error\":\"warn\"];let n=\"\";\"remote\"===e.debugInfo.initialLaunchType?(e.debugInfo.forceRemote=!0,n=\"当前客户端和HBuilderX不在同一局域网下(或其他网络原因无法连接HBuilderX),uniCloud本地调试服务不对当前客户端生效。\\n- 如果不使用uniCloud本地调试服务,请直接忽略此信息。\\n- 如需使用uniCloud本地调试服务,请将客户端与主机连接到同一局域网下并重新运行到客户端。\\n- 如果在HBuilderX开启的状态下切换过网络环境,请重启HBuilderX后再试\\n- 检查系统防火墙是否拦截了HBuilderX自带的nodejs\"):n=\"无法连接uniCloud本地调试服务,请检查当前客户端是否与主机在同一局域网下。\\n- 如需使用uniCloud本地调试服务,请将客户端与主机连接到同一局域网下并重新运行到客户端。\\n- 如果在HBuilderX开启的状态下切换过网络环境,请重启HBuilderX后再试\\n- 检查系统防火墙是否拦截了HBuilderX自带的nodejs\",\"h5\"===d&&(n+=\"\\n- 部分浏览器开启节流模式之后访问本地地址受限,请检查是否启用了节流模式\"),t(n)}})).then((()=>{Be(),e.isReady=!0,e.initUniCloudStatus=\"fulfilled\"})).catch((t=>{console.error(t),e.initUniCloudStatus=\"rejected\"}))}let kt=new class{init(e){let t={};const n=!1!==e.debugFunction&&l&&(\"h5\"===d&&navigator.userAgent.indexOf(\"HBuilderX\")>0||\"app-plus\"===d);switch(e.provider){case\"tencent\":t=je.init(Object.assign(e,{useDebugFunction:n}));break;case\"aliyun\":t=q.init(Object.assign(e,{useDebugFunction:n}));break;case\"private\":t=He.init(Object.assign(e,{useDebugFunction:n}));break;default:throw new Error(\"未提供正确的provider参数\")}const s=f;l&&s&&!s.code&&(t.debugInfo=s),wt(t),t.reInit=function(){wt(this)},Qe(t),function(e){const t=e.uploadFile;e.uploadFile=function(e){return t.call(this,e)}}(t),ut(t),function(e){e.getCurrentUserInfo=ft,e.chooseAndUploadFile=pt.initChooseAndUploadFile(e),Object.assign(e,{get mixinDatacom(){return mt(e)}}),e.importObject=yt(e)}(t);return[\"callFunction\",\"uploadFile\",\"deleteFile\",\"getTempFileURL\",\"downloadFile\",\"chooseAndUploadFile\"].forEach((e=>{if(!t[e])return;const n=t[e];t[e]=function(){return t.reInit(),n.apply(t,Array.from(arguments))},t[e]=P(t[e],e).bind(t)})),t.init=this.init,t}};(()=>{{const e=p;let t={};if(1===e.length)t=e[0],kt=kt.init(t),kt.isDefault=!0;else{const t=[\"auth\",\"callFunction\",\"uploadFile\",\"deleteFile\",\"getTempFileURL\",\"downloadFile\",\"database\",\"getCurrentUSerInfo\",\"importObject\"];let n;n=e&&e.length>0?\"应用有多个服务空间,请通过uniCloud.init方法指定要使用的服务空间\":g?\"应用未关联服务空间,请在uniCloud目录右键关联服务空间\":\"uni-app cli项目内使用uniCloud需要使用HBuilderX的运行菜单运行项目,且需要在uniCloud目录关联服务空间\",t.forEach((e=>{kt[e]=function(){return console.error(n),Promise.reject(new I({code:\"SYS_ERR\",message:n}))}}))}Object.assign(kt,{get mixinDatacom(){return mt(kt)}}),kt.addInterceptor=S,kt.removeInterceptor=v,l&&\"h5\"===d&&(window.uniCloud=kt)}})();var St=kt;export{St as default};\n","export default {\"appid\":\"__UNI__F12FC69\"}","'use strict';\n\nconst ERR_MSG_OK = 'chooseAndUploadFile:ok';\nconst ERR_MSG_FAIL = 'chooseAndUploadFile:fail';\n\nfunction chooseImage(opts) {\n\tconst {\n\t\tcount,\n\t\tsizeType = ['original', 'compressed'],\n\t\tsourceType = ['album', 'camera'],\n\t\textension\n\t} = opts\n\treturn new Promise((resolve, reject) => {\n\t\tuni.chooseImage({\n\t\t\tcount,\n\t\t\tsizeType,\n\t\t\tsourceType,\n\t\t\textension,\n\t\t\tsuccess(res) {\n\t\t\t\tresolve(normalizeChooseAndUploadFileRes(res, 'image'));\n\t\t\t},\n\t\t\tfail(res) {\n\t\t\t\treject({\n\t\t\t\t\terrMsg: res.errMsg.replace('chooseImage:fail', ERR_MSG_FAIL),\n\t\t\t\t});\n\t\t\t},\n\t\t});\n\t});\n}\n\nfunction chooseVideo(opts) {\n\tconst {\n\t\tcamera,\n\t\tcompressed,\n\t\tmaxDuration,\n\t\tsourceType = ['album', 'camera'],\n\t\textension\n\t} = opts;\n\treturn new Promise((resolve, reject) => {\n\t\tuni.chooseVideo({\n\t\t\tcamera,\n\t\t\tcompressed,\n\t\t\tmaxDuration,\n\t\t\tsourceType,\n\t\t\textension,\n\t\t\tsuccess(res) {\n\t\t\t\tconst {\n\t\t\t\t\ttempFilePath,\n\t\t\t\t\tduration,\n\t\t\t\t\tsize,\n\t\t\t\t\theight,\n\t\t\t\t\twidth\n\t\t\t\t} = res;\n\t\t\t\tresolve(normalizeChooseAndUploadFileRes({\n\t\t\t\t\terrMsg: 'chooseVideo:ok',\n\t\t\t\t\ttempFilePaths: [tempFilePath],\n\t\t\t\t\ttempFiles: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: (res.tempFile && res.tempFile.name) || '',\n\t\t\t\t\t\tpath: tempFilePath,\n\t\t\t\t\t\tsize,\n\t\t\t\t\t\ttype: (res.tempFile && res.tempFile.type) || '',\n\t\t\t\t\t\twidth,\n\t\t\t\t\t\theight,\n\t\t\t\t\t\tduration,\n\t\t\t\t\t\tfileType: 'video',\n\t\t\t\t\t\tcloudPath: '',\n\t\t\t\t\t}, ],\n\t\t\t\t}, 'video'));\n\t\t\t},\n\t\t\tfail(res) {\n\t\t\t\treject({\n\t\t\t\t\terrMsg: res.errMsg.replace('chooseVideo:fail', ERR_MSG_FAIL),\n\t\t\t\t});\n\t\t\t},\n\t\t});\n\t});\n}\n\nfunction chooseAll(opts) {\n\tconst {\n\t\tcount,\n\t\textension\n\t} = opts;\n\treturn new Promise((resolve, reject) => {\n\t\tlet chooseFile = uni.chooseFile;\n\t\tif (typeof wx !== 'undefined' &&\n\t\t\ttypeof wx.chooseMessageFile === 'function') {\n\t\t\tchooseFile = wx.chooseMessageFile;\n\t\t}\n\t\tif (typeof chooseFile !== 'function') {\n\t\t\treturn reject({\n\t\t\t\terrMsg: ERR_MSG_FAIL + ' 请指定 type 类型,该平台仅支持选择 image 或 video。',\n\t\t\t});\n\t\t}\n\t\tchooseFile({\n\t\t\ttype: 'all',\n\t\t\tcount,\n\t\t\textension,\n\t\t\tsuccess(res) {\n\t\t\t\tresolve(normalizeChooseAndUploadFileRes(res));\n\t\t\t},\n\t\t\tfail(res) {\n\t\t\t\treject({\n\t\t\t\t\terrMsg: res.errMsg.replace('chooseFile:fail', ERR_MSG_FAIL),\n\t\t\t\t});\n\t\t\t},\n\t\t});\n\t});\n}\n\nfunction normalizeChooseAndUploadFileRes(res, fileType) {\n\tres.tempFiles.forEach((item, index) => {\n\t\tif (!item.name) {\n\t\t\titem.name = item.path.substring(item.path.lastIndexOf('/') + 1);\n\t\t}\n\t\tif (fileType) {\n\t\t\titem.fileType = fileType;\n\t\t}\n\t\titem.cloudPath =\n\t\t\tDate.now() + '_' + index + item.name.substring(item.name.lastIndexOf('.'));\n\t});\n\tif (!res.tempFilePaths) {\n\t\tres.tempFilePaths = res.tempFiles.map((file) => file.path);\n\t}\n\treturn res;\n}\n\nfunction uploadCloudFiles(files, max = 5, onUploadProgress) {\n\tfiles = JSON.parse(JSON.stringify(files))\n\tconst len = files.length\n\tlet count = 0\n\tlet self = this\n\treturn new Promise(resolve => {\n\t\twhile (count < max) {\n\t\t\tnext()\n\t\t}\n\n\t\tfunction next() {\n\t\t\tlet cur = count++\n\t\t\tif (cur >= len) {\n\t\t\t\t!files.find(item => !item.url && !item.errMsg) && resolve(files)\n\t\t\t\treturn\n\t\t\t}\n\t\t\tconst fileItem = files[cur]\n\t\t\tconst index = self.files.findIndex(v => v.uuid === fileItem.uuid)\n\t\t\tfileItem.url = ''\n\t\t\tdelete fileItem.errMsg\n\n\t\t\tuniCloud\n\t\t\t\t.uploadFile({\n\t\t\t\t\tfilePath: fileItem.path,\n\t\t\t\t\tcloudPath: fileItem.cloudPath,\n\t\t\t\t\tfileType: fileItem.fileType,\n\t\t\t\t\tonUploadProgress: res => {\n\t\t\t\t\t\tres.index = index\n\t\t\t\t\t\tonUploadProgress && onUploadProgress(res)\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.then(res => {\n\t\t\t\t\tfileItem.url = res.fileID\n\t\t\t\t\tfileItem.index = index\n\t\t\t\t\tif (cur < len) {\n\t\t\t\t\t\tnext()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.catch(res => {\n\t\t\t\t\tfileItem.errMsg = res.errMsg || res.message\n\t\t\t\t\tfileItem.index = index\n\t\t\t\t\tif (cur < len) {\n\t\t\t\t\t\tnext()\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t}\n\t})\n}\n\n\n\n\n\nfunction uploadFiles(choosePromise, {\n\tonChooseFile,\n\tonUploadProgress\n}) {\n\treturn choosePromise\n\t\t.then((res) => {\n\t\t\tif (onChooseFile) {\n\t\t\t\tconst customChooseRes = onChooseFile(res);\n\t\t\t\tif (typeof customChooseRes !== 'undefined') {\n\t\t\t\t\treturn Promise.resolve(customChooseRes).then((chooseRes) => typeof chooseRes === 'undefined' ?\n\t\t\t\t\t\tres : chooseRes);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn res;\n\t\t})\n\t\t.then((res) => {\n\t\t\tif (res === false) {\n\t\t\t\treturn {\n\t\t\t\t\terrMsg: ERR_MSG_OK,\n\t\t\t\t\ttempFilePaths: [],\n\t\t\t\t\ttempFiles: [],\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn res\n\t\t})\n}\n\nfunction chooseAndUploadFile(opts = {\n\ttype: 'all'\n}) {\n\tif (opts.type === 'image') {\n\t\treturn uploadFiles(chooseImage(opts), opts);\n\t}\n\telse if (opts.type === 'video') {\n\t\treturn uploadFiles(chooseVideo(opts), opts);\n\t}\n\treturn uploadFiles(chooseAll(opts), opts);\n}\n\nexport {\n\tchooseAndUploadFile,\n\tuploadCloudFiles\n};\n","/**\r\n * 获取文件名和后缀\r\n * @param {String} name\r\n */\r\nexport const get_file_ext = (name) => {\r\n\tconst last_len = name.lastIndexOf('.')\r\n\tconst len = name.length\r\n\treturn {\r\n\t\tname: name.substring(0, last_len),\r\n\t\text: name.substring(last_len + 1, len)\r\n\t}\r\n}\r\n\r\n/**\r\n * 获取扩展名\r\n * @param {Array} fileExtname\r\n */\r\nexport const get_extname = (fileExtname) => {\r\n\tif (!Array.isArray(fileExtname)) {\r\n\t\tlet extname = fileExtname.replace(/(\\[|\\])/g, '')\r\n\t\treturn extname.split(',')\r\n\t} else {\r\n\t\treturn fileExtname\r\n\t}\r\n\treturn []\r\n}\r\n\r\n/**\r\n * 获取文件和检测是否可选\r\n */\r\nexport const get_files_and_is_max = (res, _extname) => {\r\n\tlet filePaths = []\r\n\tlet files = []\r\n\tif(!_extname || _extname.length === 0){\r\n\t\treturn {\r\n\t\t\tfilePaths,\r\n\t\t\tfiles\r\n\t\t}\r\n\t}\r\n\tres.tempFiles.forEach(v => {\r\n\t\tlet fileFullName = get_file_ext(v.name)\r\n\t\tconst extname = fileFullName.ext.toLowerCase()\r\n\t\tif (_extname.indexOf(extname) !== -1) {\r\n\t\t\tfiles.push(v)\r\n\t\t\tfilePaths.push(v.path)\r\n\t\t}\r\n\t})\r\n\tif (files.length !== res.tempFiles.length) {\r\n\t\tuni.showToast({\r\n\t\t\ttitle: `当前选择了${res.tempFiles.length}个文件 ,${res.tempFiles.length - files.length} 个文件格式不正确`,\r\n\t\t\ticon: 'none',\r\n\t\t\tduration: 5000\r\n\t\t})\r\n\t}\r\n\r\n\treturn {\r\n\t\tfilePaths,\r\n\t\tfiles\r\n\t}\r\n}\r\n\r\n\r\n/**\r\n * 获取图片信息\r\n * @param {Object} filepath\r\n */\r\nexport const get_file_info = (filepath) => {\r\n\treturn new Promise((resolve, reject) => {\r\n\t\tuni.getImageInfo({\r\n\t\t\tsrc: filepath,\r\n\t\t\tsuccess(res) {\r\n\t\t\t\tresolve(res)\r\n\t\t\t},\r\n\t\t\tfail(err) {\r\n\t\t\t\treject(err)\r\n\t\t\t}\r\n\t\t})\r\n\t})\r\n}\r\n/**\r\n * 获取封装数据\r\n */\r\nexport const get_file_data = async (files, type = 'image') => {\r\n\t// 最终需要上传数据库的数据\r\n\tlet fileFullName = get_file_ext(files.name)\r\n\tconst extname = fileFullName.ext.toLowerCase()\r\n\tlet filedata = {\r\n\t\tname: files.name,\r\n\t\tuuid: files.uuid,\r\n\t\textname: extname || '',\r\n\t\tcloudPath: files.cloudPath,\r\n\t\tfileType: files.fileType,\r\n\t\turl: files.path || files.path,\r\n\t\tsize: files.size, //单位是字节\r\n\t\timage: {},\r\n\t\tpath: files.path,\r\n\t\tvideo: {}\r\n\t}\r\n\tif (type === 'image') {\r\n\t\tconst imageinfo = await get_file_info(files.path)\r\n\t\tdelete filedata.video\r\n\t\tfiledata.image.width = imageinfo.width\r\n\t\tfiledata.image.height = imageinfo.height\r\n\t\tfiledata.image.location = imageinfo.path\r\n\t} else {\r\n\t\tdelete filedata.image\r\n\t}\r\n\treturn filedata\r\n}\r\n","const isArray = Array.isArray;\nconst isObject = (val) => val !== null && typeof val === 'object';\nconst defaultDelimiters = ['{', '}'];\nclass BaseFormatter {\n constructor() {\n this._caches = Object.create(null);\n }\n interpolate(message, values, delimiters = defaultDelimiters) {\n if (!values) {\n return [message];\n }\n let tokens = this._caches[message];\n if (!tokens) {\n tokens = parse(message, delimiters);\n this._caches[message] = tokens;\n }\n return compile(tokens, values);\n }\n}\nconst RE_TOKEN_LIST_VALUE = /^(?:\\d)+/;\nconst RE_TOKEN_NAMED_VALUE = /^(?:\\w)+/;\nfunction parse(format, [startDelimiter, endDelimiter]) {\n const tokens = [];\n let position = 0;\n let text = '';\n while (position < format.length) {\n let char = format[position++];\n if (char === startDelimiter) {\n if (text) {\n tokens.push({ type: 'text', value: text });\n }\n text = '';\n let sub = '';\n char = format[position++];\n while (char !== undefined && char !== endDelimiter) {\n sub += char;\n char = format[position++];\n }\n const isClosed = char === endDelimiter;\n const type = RE_TOKEN_LIST_VALUE.test(sub)\n ? 'list'\n : isClosed && RE_TOKEN_NAMED_VALUE.test(sub)\n ? 'named'\n : 'unknown';\n tokens.push({ value: sub, type });\n }\n // else if (char === '%') {\n // // when found rails i18n syntax, skip text capture\n // if (format[position] !== '{') {\n // text += char\n // }\n // }\n else {\n text += char;\n }\n }\n text && tokens.push({ type: 'text', value: text });\n return tokens;\n}\nfunction compile(tokens, values) {\n const compiled = [];\n let index = 0;\n const mode = isArray(values)\n ? 'list'\n : isObject(values)\n ? 'named'\n : 'unknown';\n if (mode === 'unknown') {\n return compiled;\n }\n while (index < tokens.length) {\n const token = tokens[index];\n switch (token.type) {\n case 'text':\n compiled.push(token.value);\n break;\n case 'list':\n compiled.push(values[parseInt(token.value, 10)]);\n break;\n case 'named':\n if (mode === 'named') {\n compiled.push(values[token.value]);\n }\n else {\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Type of token '${token.type}' and format of value '${mode}' don't match!`);\n }\n }\n break;\n case 'unknown':\n if (process.env.NODE_ENV !== 'production') {\n console.warn(`Detect 'unknown' type of token!`);\n }\n break;\n }\n index++;\n }\n return compiled;\n}\n\nconst LOCALE_ZH_HANS = 'zh-Hans';\nconst LOCALE_ZH_HANT = 'zh-Hant';\nconst LOCALE_EN = 'en';\nconst LOCALE_FR = 'fr';\nconst LOCALE_ES = 'es';\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nconst hasOwn = (val, key) => hasOwnProperty.call(val, key);\nconst defaultFormatter = new BaseFormatter();\nfunction include(str, parts) {\n return !!parts.find((part) => str.indexOf(part) !== -1);\n}\nfunction startsWith(str, parts) {\n return parts.find((part) => str.indexOf(part) === 0);\n}\nfunction normalizeLocale(locale, messages) {\n if (!locale) {\n return;\n }\n locale = locale.trim().replace(/_/g, '-');\n if (messages && messages[locale]) {\n return locale;\n }\n locale = locale.toLowerCase();\n if (locale.indexOf('zh') === 0) {\n if (locale.indexOf('-hans') > -1) {\n return LOCALE_ZH_HANS;\n }\n if (locale.indexOf('-hant') > -1) {\n return LOCALE_ZH_HANT;\n }\n if (include(locale, ['-tw', '-hk', '-mo', '-cht'])) {\n return LOCALE_ZH_HANT;\n }\n return LOCALE_ZH_HANS;\n }\n const lang = startsWith(locale, [LOCALE_EN, LOCALE_FR, LOCALE_ES]);\n if (lang) {\n return lang;\n }\n}\nclass I18n {\n constructor({ locale, fallbackLocale, messages, watcher, formater, }) {\n this.locale = LOCALE_EN;\n this.fallbackLocale = LOCALE_EN;\n this.message = {};\n this.messages = {};\n this.watchers = [];\n if (fallbackLocale) {\n this.fallbackLocale = fallbackLocale;\n }\n this.formater = formater || defaultFormatter;\n this.messages = messages || {};\n this.setLocale(locale || LOCALE_EN);\n if (watcher) {\n this.watchLocale(watcher);\n }\n }\n setLocale(locale) {\n const oldLocale = this.locale;\n this.locale = normalizeLocale(locale, this.messages) || this.fallbackLocale;\n if (!this.messages[this.locale]) {\n // 可能初始化时不存在\n this.messages[this.locale] = {};\n }\n this.message = this.messages[this.locale];\n // 仅发生变化时,通知\n if (oldLocale !== this.locale) {\n this.watchers.forEach((watcher) => {\n watcher(this.locale, oldLocale);\n });\n }\n }\n getLocale() {\n return this.locale;\n }\n watchLocale(fn) {\n const index = this.watchers.push(fn) - 1;\n return () => {\n this.watchers.splice(index, 1);\n };\n }\n add(locale, message, override = true) {\n const curMessages = this.messages[locale];\n if (curMessages) {\n if (override) {\n Object.assign(curMessages, message);\n }\n else {\n Object.keys(message).forEach((key) => {\n if (!hasOwn(curMessages, key)) {\n curMessages[key] = message[key];\n }\n });\n }\n }\n else {\n this.messages[locale] = message;\n }\n }\n f(message, values, delimiters) {\n return this.formater.interpolate(message, values, delimiters).join('');\n }\n t(key, locale, values) {\n let message = this.message;\n if (typeof locale === 'string') {\n locale = normalizeLocale(locale, this.messages);\n locale && (message = this.messages[locale]);\n }\n else {\n values = locale;\n }\n if (!hasOwn(message, key)) {\n console.warn(`Cannot translate the value of keypath ${key}. Use the value of keypath as default.`);\n return key;\n }\n return this.formater.interpolate(message[key], values).join('');\n }\n}\n\nfunction watchAppLocale(appVm, i18n) {\n // 需要保证 watch 的触发在组件渲染之前\n if (appVm.$watchLocale) {\n // vue2\n appVm.$watchLocale((newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n else {\n appVm.$watch(() => appVm.$locale, (newLocale) => {\n i18n.setLocale(newLocale);\n });\n }\n}\nfunction getDefaultLocale() {\n if (typeof uni !== 'undefined' && uni.getLocale) {\n return uni.getLocale();\n }\n // 小程序平台,uni 和 uni-i18n 互相引用,导致访问不到 uni,故在 global 上挂了 getLocale\n if (typeof global !== 'undefined' && global.getLocale) {\n return global.getLocale();\n }\n return LOCALE_EN;\n}\nfunction initVueI18n(locale, messages = {}, fallbackLocale, watcher) {\n // 兼容旧版本入参\n if (typeof locale !== 'string') {\n [locale, messages] = [\n messages,\n locale,\n ];\n }\n if (typeof locale !== 'string') {\n // 因为小程序平台,uni-i18n 和 uni 互相引用,导致此时访问 uni 时,为 undefined\n locale = getDefaultLocale();\n }\n if (typeof fallbackLocale !== 'string') {\n fallbackLocale =\n (typeof __uniConfig !== 'undefined' && __uniConfig.fallbackLocale) ||\n LOCALE_EN;\n }\n const i18n = new I18n({\n locale,\n fallbackLocale,\n messages,\n watcher,\n });\n let t = (key, values) => {\n if (typeof getApp !== 'function') {\n // app view\n /* eslint-disable no-func-assign */\n t = function (key, values) {\n return i18n.t(key, values);\n };\n }\n else {\n let isWatchedAppLocale = false;\n t = function (key, values) {\n const appVm = getApp().$vm;\n // 可能$vm还不存在,比如在支付宝小程序中,组件定义较早,在props的default里使用了t()函数(如uni-goods-nav),此时app还未初始化\n // options: {\n // \ttype: Array,\n // \tdefault () {\n // \t\treturn [{\n // \t\t\ticon: 'shop',\n // \t\t\ttext: t(\"uni-goods-nav.options.shop\"),\n // \t\t}, {\n // \t\t\ticon: 'cart',\n // \t\t\ttext: t(\"uni-goods-nav.options.cart\")\n // \t\t}]\n // \t}\n // },\n if (appVm) {\n // 触发响应式\n appVm.$locale;\n if (!isWatchedAppLocale) {\n isWatchedAppLocale = true;\n watchAppLocale(appVm, i18n);\n }\n }\n return i18n.t(key, values);\n };\n }\n return t(key, values);\n };\n return {\n i18n,\n f(message, values, delimiters) {\n return i18n.f(message, values, delimiters);\n },\n t(key, values) {\n return t(key, values);\n },\n add(locale, message, override = true) {\n return i18n.add(locale, message, override);\n },\n watch(fn) {\n return i18n.watchLocale(fn);\n },\n getLocale() {\n return i18n.getLocale();\n },\n setLocale(newLocale) {\n return i18n.setLocale(newLocale);\n },\n };\n}\n\nconst isString = (val) => typeof val === 'string';\nlet formater;\nfunction hasI18nJson(jsonObj, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n return walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n return true;\n }\n }\n else {\n return hasI18nJson(value, delimiters);\n }\n });\n}\nfunction parseI18nJson(jsonObj, values, delimiters) {\n if (!formater) {\n formater = new BaseFormatter();\n }\n walkJsonObj(jsonObj, (jsonObj, key) => {\n const value = jsonObj[key];\n if (isString(value)) {\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, values, delimiters);\n }\n }\n else {\n parseI18nJson(value, values, delimiters);\n }\n });\n return jsonObj;\n}\nfunction compileI18nJsonStr(jsonStr, { locale, locales, delimiters, }) {\n if (!isI18nStr(jsonStr, delimiters)) {\n return jsonStr;\n }\n if (!formater) {\n formater = new BaseFormatter();\n }\n const localeValues = [];\n Object.keys(locales).forEach((name) => {\n if (name !== locale) {\n localeValues.push({\n locale: name,\n values: locales[name],\n });\n }\n });\n localeValues.unshift({ locale, values: locales[locale] });\n try {\n return JSON.stringify(compileJsonObj(JSON.parse(jsonStr), localeValues, delimiters), null, 2);\n }\n catch (e) { }\n return jsonStr;\n}\nfunction isI18nStr(value, delimiters) {\n return value.indexOf(delimiters[0]) > -1;\n}\nfunction compileStr(value, values, delimiters) {\n return formater.interpolate(value, values, delimiters).join('');\n}\nfunction compileValue(jsonObj, key, localeValues, delimiters) {\n const value = jsonObj[key];\n if (isString(value)) {\n // 存在国际化\n if (isI18nStr(value, delimiters)) {\n jsonObj[key] = compileStr(value, localeValues[0].values, delimiters);\n if (localeValues.length > 1) {\n // 格式化国际化语言\n const valueLocales = (jsonObj[key + 'Locales'] = {});\n localeValues.forEach((localValue) => {\n valueLocales[localValue.locale] = compileStr(value, localValue.values, delimiters);\n });\n }\n }\n }\n else {\n compileJsonObj(value, localeValues, delimiters);\n }\n}\nfunction compileJsonObj(jsonObj, localeValues, delimiters) {\n walkJsonObj(jsonObj, (jsonObj, key) => {\n compileValue(jsonObj, key, localeValues, delimiters);\n });\n return jsonObj;\n}\nfunction walkJsonObj(jsonObj, walk) {\n if (isArray(jsonObj)) {\n for (let i = 0; i < jsonObj.length; i++) {\n if (walk(jsonObj, i)) {\n return true;\n }\n }\n }\n else if (isObject(jsonObj)) {\n for (const key in jsonObj) {\n if (walk(jsonObj, key)) {\n return true;\n }\n }\n }\n return false;\n}\n\nfunction resolveLocale(locales) {\n return (locale) => {\n if (!locale) {\n return locale;\n }\n locale = normalizeLocale(locale) || locale;\n return resolveLocaleChain(locale).find((locale) => locales.indexOf(locale) > -1);\n };\n}\nfunction resolveLocaleChain(locale) {\n const chain = [];\n const tokens = locale.split('-');\n while (tokens.length) {\n chain.push(tokens.join('-'));\n tokens.pop();\n }\n return chain;\n}\n\nexport { BaseFormatter as Formatter, I18n, LOCALE_EN, LOCALE_ES, LOCALE_FR, LOCALE_ZH_HANS, LOCALE_ZH_HANT, compileI18nJsonStr, hasI18nJson, initVueI18n, isI18nStr, isString, normalizeLocale, parseI18nJson, resolveLocale };\n","// const defaultOption = {\n// \tduration: 300,\n// \ttimingFunction: 'linear',\n// \tdelay: 0,\n// \ttransformOrigin: '50% 50% 0'\n// }\n\n\n\nclass MPAnimation {\n\tconstructor(options, _this) {\n\t\tthis.options = options\n\t\tthis.animation = uni.createAnimation(options)\n\t\tthis.currentStepAnimates = {}\n\t\tthis.next = 0\n\t\tthis.$ = _this\n\n\t}\n\n\t_nvuePushAnimates(type, args) {\n\t\tlet aniObj = this.currentStepAnimates[this.next]\n\t\tlet styles = {}\n\t\tif (!aniObj) {\n\t\t\tstyles = {\n\t\t\t\tstyles: {},\n\t\t\t\tconfig: {}\n\t\t\t}\n\t\t} else {\n\t\t\tstyles = aniObj\n\t\t}\n\t\tif (animateTypes1.includes(type)) {\n\t\t\tif (!styles.styles.transform) {\n\t\t\t\tstyles.styles.transform = ''\n\t\t\t}\n\t\t\tlet unit = ''\n\t\t\tif(type === 'rotate'){\n\t\t\t\tunit = 'deg'\n\t\t\t}\n\t\t\tstyles.styles.transform += `${type}(${args+unit}) `\n\t\t} else {\n\t\t\tstyles.styles[type] = `${args}`\n\t\t}\n\t\tthis.currentStepAnimates[this.next] = styles\n\t}\n\t_animateRun(styles = {}, config = {}) {\n\t\tlet ref = this.$.$refs['ani'].ref\n\t\tif (!ref) return\n\t\treturn new Promise((resolve, reject) => {\n\t\t\tnvueAnimation.transition(ref, {\n\t\t\t\tstyles,\n\t\t\t\t...config\n\t\t\t}, res => {\n\t\t\t\tresolve()\n\t\t\t})\n\t\t})\n\t}\n\n\t_nvueNextAnimate(animates, step = 0, fn) {\n\t\tlet obj = animates[step]\n\t\tif (obj) {\n\t\t\tlet {\n\t\t\t\tstyles,\n\t\t\t\tconfig\n\t\t\t} = obj\n\t\t\tthis._animateRun(styles, config).then(() => {\n\t\t\t\tstep += 1\n\t\t\t\tthis._nvueNextAnimate(animates, step, fn)\n\t\t\t})\n\t\t} else {\n\t\t\tthis.currentStepAnimates = {}\n\t\t\ttypeof fn === 'function' && fn()\n\t\t\tthis.isEnd = true\n\t\t}\n\t}\n\n\tstep(config = {}) {\n\n\t\tthis.animation.step(config)\n\n\n\n\n\n\n\t\treturn this\n\t}\n\n\trun(fn) {\n\n\t\tthis.$.animationData = this.animation.export()\n\t\tthis.$.timer = setTimeout(() => {\n\t\t\ttypeof fn === 'function' && fn()\n\t\t}, this.$.durationTime)\n\n\n\n\n\n\n\n\n\t}\n}\n\n\nconst animateTypes1 = ['matrix', 'matrix3d', 'rotate', 'rotate3d', 'rotateX', 'rotateY', 'rotateZ', 'scale', 'scale3d',\n\t'scaleX', 'scaleY', 'scaleZ', 'skew', 'skewX', 'skewY', 'translate', 'translate3d', 'translateX', 'translateY',\n\t'translateZ'\n]\nconst animateTypes2 = ['opacity', 'backgroundColor']\nconst animateTypes3 = ['width', 'height', 'left', 'right', 'top', 'bottom']\nanimateTypes1.concat(animateTypes2, animateTypes3).forEach(type => {\n\tMPAnimation.prototype[type] = function(...args) {\n\n\t\tthis.animation[type](...args)\n\n\n\n\n\t\treturn this\n\t}\n})\n\nexport function createAnimation(option, _this) {\n\tif(!_this) return\n\tclearTimeout(_this.timer)\n\treturn new MPAnimation(option, _this)\n}\n","class Calendar {\n\tconstructor({\n\t\tdate,\n\t\tselected,\n\t\tstartDate,\n\t\tendDate,\n\t\trange,\n\t\t// multipleStatus\n\t} = {}) {\n\t\t// 当前日期\n\t\tthis.date = this.getDate(new Date()) // 当前初入日期\n\t\t// 打点信息\n\t\tthis.selected = selected || [];\n\t\t// 范围开始\n\t\tthis.startDate = startDate\n\t\t// 范围结束\n\t\tthis.endDate = endDate\n\t\tthis.range = range\n\t\t// 多选状态\n\t\tthis.cleanMultipleStatus()\n\t\t// 每周日期\n\t\tthis.weeks = {}\n\t\t// this._getWeek(this.date.fullDate)\n\t\t// this.multipleStatus = multipleStatus\n\t\tthis.lastHover = false\n\t}\n\t/**\n\t * 设置日期\n\t * @param {Object} date\n\t */\n\tsetDate(date) {\n\t\tthis.selectDate = this.getDate(date)\n\t\tthis._getWeek(this.selectDate.fullDate)\n\t}\n\n\t/**\n\t * 清理多选状态\n\t */\n\tcleanMultipleStatus() {\n\t\tthis.multipleStatus = {\n\t\t\tbefore: '',\n\t\t\tafter: '',\n\t\t\tdata: []\n\t\t}\n\t}\n\n\t/**\n\t * 重置开始日期\n\t */\n\tresetSatrtDate(startDate) {\n\t\t// 范围开始\n\t\tthis.startDate = startDate\n\n\t}\n\n\t/**\n\t * 重置结束日期\n\t */\n\tresetEndDate(endDate) {\n\t\t// 范围结束\n\t\tthis.endDate = endDate\n\t}\n\n\t/**\n\t * 获取任意时间\n\t */\n\tgetDate(date, AddDayCount = 0, str = 'day') {\n\t\tif (!date) {\n\t\t\tdate = new Date()\n\t\t}\n\t\tif (typeof date !== 'object') {\n\t\t\tdate = date.replace(/-/g, '/')\n\t\t}\n\t\tconst dd = new Date(date)\n\t\tswitch (str) {\n\t\t\tcase 'day':\n\t\t\t\tdd.setDate(dd.getDate() + AddDayCount) // 获取AddDayCount天后的日期\n\t\t\t\tbreak\n\t\t\tcase 'month':\n\t\t\t\tif (dd.getDate() === 31) {\n\t\t\t\t\tdd.setDate(dd.getDate() + AddDayCount)\n\t\t\t\t} else {\n\t\t\t\t\tdd.setMonth(dd.getMonth() + AddDayCount) // 获取AddDayCount天后的日期\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\tcase 'year':\n\t\t\t\tdd.setFullYear(dd.getFullYear() + AddDayCount) // 获取AddDayCount天后的日期\n\t\t\t\tbreak\n\t\t}\n\t\tconst y = dd.getFullYear()\n\t\tconst m = dd.getMonth() + 1 < 10 ? '0' + (dd.getMonth() + 1) : dd.getMonth() + 1 // 获取当前月份的日期,不足10补0\n\t\tconst d = dd.getDate() < 10 ? '0' + dd.getDate() : dd.getDate() // 获取当前几号,不足10补0\n\t\treturn {\n\t\t\tfullDate: y + '-' + m + '-' + d,\n\t\t\tyear: y,\n\t\t\tmonth: m,\n\t\t\tdate: d,\n\t\t\tday: dd.getDay()\n\t\t}\n\t}\n\n\n\t/**\n\t * 获取上月剩余天数\n\t */\n\t_getLastMonthDays(firstDay, full) {\n\t\tlet dateArr = []\n\t\tfor (let i = firstDay; i > 0; i--) {\n\t\t\tconst beforeDate = new Date(full.year, full.month - 1, -i + 1).getDate()\n\t\t\tdateArr.push({\n\t\t\t\tdate: beforeDate,\n\t\t\t\tmonth: full.month - 1,\n\t\t\t\tdisable: true\n\t\t\t})\n\t\t}\n\t\treturn dateArr\n\t}\n\t/**\n\t * 获取本月天数\n\t */\n\t_currentMonthDys(dateData, full) {\n\t\tlet dateArr = []\n\t\tlet fullDate = this.date.fullDate\n\t\tfor (let i = 1; i <= dateData; i++) {\n\t\t\tlet isinfo = false\n\t\t\tlet nowDate = full.year + '-' + (full.month < 10 ?\n\t\t\t\tfull.month : full.month) + '-' + (i < 10 ?\n\t\t\t\t'0' + i : i)\n\t\t\t// 是否今天\n\t\t\tlet isDay = fullDate === nowDate\n\t\t\t// 获取打点信息\n\t\t\tlet info = this.selected && this.selected.find((item) => {\n\t\t\t\tif (this.dateEqual(nowDate, item.date)) {\n\t\t\t\t\treturn item\n\t\t\t\t}\n\t\t\t})\n\n\t\t\t// 日期禁用\n\t\t\tlet disableBefore = true\n\t\t\tlet disableAfter = true\n\t\t\tif (this.startDate) {\n\t\t\t\t// let dateCompBefore = this.dateCompare(this.startDate, fullDate)\n\t\t\t\t// disableBefore = this.dateCompare(dateCompBefore ? this.startDate : fullDate, nowDate)\n\t\t\t\tdisableBefore = this.dateCompare(this.startDate, nowDate)\n\t\t\t}\n\n\t\t\tif (this.endDate) {\n\t\t\t\t// let dateCompAfter = this.dateCompare(fullDate, this.endDate)\n\t\t\t\t// disableAfter = this.dateCompare(nowDate, dateCompAfter ? this.endDate : fullDate)\n\t\t\t\tdisableAfter = this.dateCompare(nowDate, this.endDate)\n\t\t\t}\n\t\t\tlet multiples = this.multipleStatus.data\n\t\t\tlet checked = false\n\t\t\tlet multiplesStatus = -1\n\t\t\tif (this.range) {\n\t\t\t\tif (multiples) {\n\t\t\t\t\tmultiplesStatus = multiples.findIndex((item) => {\n\t\t\t\t\t\treturn this.dateEqual(item, nowDate)\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\tif (multiplesStatus !== -1) {\n\t\t\t\t\tchecked = true\n\t\t\t\t}\n\t\t\t}\n\t\t\tlet data = {\n\t\t\t\tfullDate: nowDate,\n\t\t\t\tyear: full.year,\n\t\t\t\tdate: i,\n\t\t\t\tmultiple: this.range ? checked : false,\n\t\t\t\tbeforeMultiple: this.isLogicBefore(nowDate, this.multipleStatus.before, this.multipleStatus.after),\n\t\t\t\tafterMultiple: this.isLogicAfter(nowDate, this.multipleStatus.before, this.multipleStatus.after),\n\t\t\t\tmonth: full.month,\n\t\t\t\tdisable: !(disableBefore && disableAfter),\n\t\t\t\tisDay,\n\t\t\t\tuserChecked: false\n\t\t\t}\n\t\t\tif (info) {\n\t\t\t\tdata.extraInfo = info\n\t\t\t}\n\n\t\t\tdateArr.push(data)\n\t\t}\n\t\treturn dateArr\n\t}\n\t/**\n\t * 获取下月天数\n\t */\n\t_getNextMonthDays(surplus, full) {\n\t\tlet dateArr = []\n\t\tfor (let i = 1; i < surplus + 1; i++) {\n\t\t\tdateArr.push({\n\t\t\t\tdate: i,\n\t\t\t\tmonth: Number(full.month) + 1,\n\t\t\t\tdisable: true\n\t\t\t})\n\t\t}\n\t\treturn dateArr\n\t}\n\n\t/**\n\t * 获取当前日期详情\n\t * @param {Object} date\n\t */\n\tgetInfo(date) {\n\t\tif (!date) {\n\t\t\tdate = new Date()\n\t\t}\n\t\tconst dateInfo = this.canlender.find(item => item.fullDate === this.getDate(date).fullDate)\n\t\treturn dateInfo\n\t}\n\n\t/**\n\t * 比较时间大小\n\t */\n\tdateCompare(startDate, endDate) {\n\t\t// 计算截止时间\n\t\tstartDate = new Date(startDate.replace('-', '/').replace('-', '/'))\n\t\t// 计算详细项的截止时间\n\t\tendDate = new Date(endDate.replace('-', '/').replace('-', '/'))\n\t\tif (startDate <= endDate) {\n\t\t\treturn true\n\t\t} else {\n\t\t\treturn false\n\t\t}\n\t}\n\n\t/**\n\t * 比较时间是否相等\n\t */\n\tdateEqual(before, after) {\n\t\t// 计算截止时间\n\t\tbefore = new Date(before.replace('-', '/').replace('-', '/'))\n\t\t// 计算详细项的截止时间\n\t\tafter = new Date(after.replace('-', '/').replace('-', '/'))\n\t\tif (before.getTime() - after.getTime() === 0) {\n\t\t\treturn true\n\t\t} else {\n\t\t\treturn false\n\t\t}\n\t}\n\n\t/**\n\t * 比较真实起始日期\n\t */\n\n\tisLogicBefore(currentDay, before, after) {\n\t\tlet logicBefore = before\n\t\tif (before && after) {\n\t\t\tlogicBefore = this.dateCompare(before, after) ? before : after\n\t\t}\n\t\treturn this.dateEqual(logicBefore, currentDay)\n\t}\n\n\tisLogicAfter(currentDay, before, after) {\n\t\tlet logicAfter = after\n\t\tif (before && after) {\n\t\t\tlogicAfter = this.dateCompare(before, after) ? after : before\n\t\t}\n\t\treturn this.dateEqual(logicAfter, currentDay)\n\t}\n\n\t/**\n\t * 获取日期范围内所有日期\n\t * @param {Object} begin\n\t * @param {Object} end\n\t */\n\tgeDateAll(begin, end) {\n\t\tvar arr = []\n\t\tvar ab = begin.split('-')\n\t\tvar ae = end.split('-')\n\t\tvar db = new Date()\n\t\tdb.setFullYear(ab[0], ab[1] - 1, ab[2])\n\t\tvar de = new Date()\n\t\tde.setFullYear(ae[0], ae[1] - 1, ae[2])\n\t\tvar unixDb = db.getTime() - 24 * 60 * 60 * 1000\n\t\tvar unixDe = de.getTime() - 24 * 60 * 60 * 1000\n\t\tfor (var k = unixDb; k <= unixDe;) {\n\t\t\tk = k + 24 * 60 * 60 * 1000\n\t\t\tarr.push(this.getDate(new Date(parseInt(k))).fullDate)\n\t\t}\n\t\treturn arr\n\t}\n\n\t/**\n\t * 获取多选状态\n\t */\n\tsetMultiple(fullDate) {\n\t\tlet {\n\t\t\tbefore,\n\t\t\tafter\n\t\t} = this.multipleStatus\n\t\tif (!this.range) return\n\t\tif (before && after) {\n\t\t\tif (!this.lastHover) {\n\t\t\t\tthis.lastHover = true\n\t\t\t\treturn\n\t\t\t}\n\t\t\tthis.multipleStatus.before = fullDate\n\t\t\tthis.multipleStatus.after = ''\n\t\t\tthis.multipleStatus.data = []\n\t\t\tthis.multipleStatus.fulldate = ''\n\t\t\tthis.lastHover = false\n\t\t} else {\n\t\t\tif (!before) {\n\t\t\t\tthis.multipleStatus.before = fullDate\n\t\t\t\tthis.lastHover = false\n\t\t\t} else {\n\t\t\t\tthis.multipleStatus.after = fullDate\n\t\t\t\tif (this.dateCompare(this.multipleStatus.before, this.multipleStatus.after)) {\n\t\t\t\t\tthis.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus\n\t\t\t\t\t\t.after);\n\t\t\t\t} else {\n\t\t\t\t\tthis.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus\n\t\t\t\t\t\t.before);\n\t\t\t\t}\n\t\t\t\tthis.lastHover = true\n\t\t\t}\n\t\t}\n\t\tthis._getWeek(fullDate)\n\t}\n\n\t/**\n\t * 鼠标 hover 更新多选状态\n\t */\n\tsetHoverMultiple(fullDate) {\n\t\tlet {\n\t\t\tbefore,\n\t\t\tafter\n\t\t} = this.multipleStatus\n\n\t\tif (!this.range) return\n\t\tif (this.lastHover) return\n\n\t\tif (!before) {\n\t\t\tthis.multipleStatus.before = fullDate\n\t\t} else {\n\t\t\tthis.multipleStatus.after = fullDate\n\t\t\tif (this.dateCompare(this.multipleStatus.before, this.multipleStatus.after)) {\n\t\t\t\tthis.multipleStatus.data = this.geDateAll(this.multipleStatus.before, this.multipleStatus.after);\n\t\t\t} else {\n\t\t\t\tthis.multipleStatus.data = this.geDateAll(this.multipleStatus.after, this.multipleStatus.before);\n\t\t\t}\n\t\t}\n\t\tthis._getWeek(fullDate)\n\t}\n\n\t/**\n\t * 更新默认值多选状态\n\t */\n\tsetDefaultMultiple(before, after) {\n\t\tthis.multipleStatus.before = before\n\t\tthis.multipleStatus.after = after\n\t\tif (before && after) {\n\t\t\tif (this.dateCompare(before, after)) {\n\t\t\t\tthis.multipleStatus.data = this.geDateAll(before, after);\n\t\t\t\tthis._getWeek(after)\n\t\t\t} else {\n\t\t\t\tthis.multipleStatus.data = this.geDateAll(after, before);\n\t\t\t\tthis._getWeek(before)\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * 获取每周数据\n\t * @param {Object} dateData\n\t */\n\t_getWeek(dateData) {\n\t\tconst {\n\t\t\tfullDate,\n\t\t\tyear,\n\t\t\tmonth,\n\t\t\tdate,\n\t\t\tday\n\t\t} = this.getDate(dateData)\n\t\tlet firstDay = new Date(year, month - 1, 1).getDay()\n\t\tlet currentDay = new Date(year, month, 0).getDate()\n\t\tlet dates = {\n\t\t\tlastMonthDays: this._getLastMonthDays(firstDay, this.getDate(dateData)), // 上个月末尾几天\n\t\t\tcurrentMonthDys: this._currentMonthDys(currentDay, this.getDate(dateData)), // 本月天数\n\t\t\tnextMonthDays: [], // 下个月开始几天\n\t\t\tweeks: []\n\t\t}\n\t\tlet canlender = []\n\t\tconst surplus = 42 - (dates.lastMonthDays.length + dates.currentMonthDys.length)\n\t\tdates.nextMonthDays = this._getNextMonthDays(surplus, this.getDate(dateData))\n\t\tcanlender = canlender.concat(dates.lastMonthDays, dates.currentMonthDys, dates.nextMonthDays)\n\t\tlet weeks = {}\n\t\t// 拼接数组 上个月开始几天 + 本月天数+ 下个月开始几天\n\t\tfor (let i = 0; i < canlender.length; i++) {\n\t\t\tif (i % 7 === 0) {\n\t\t\t\tweeks[parseInt(i / 7)] = new Array(7)\n\t\t\t}\n\t\t\tweeks[parseInt(i / 7)][i % 7] = canlender[i]\n\t\t}\n\t\tthis.canlender = canlender\n\t\tthis.weeks = weeks\n\t}\n\n\t//静态方法\n\t// static init(date) {\n\t// \tif (!this.instance) {\n\t// \t\tthis.instance = new Calendar(date);\n\t// \t}\n\t// \treturn this.instance;\n\t// }\n}\n\n\nexport default Calendar\n","import common from \"./common.js\";\n\n//js中处理数据\nconst searchOrderWithCarNum = function nameCanHidden(CarNum, parkState) {\n return new Promise(resolve => {\n // setTimeout(() => {\n // resolve('resolved1111111111');\n // }, 2000);\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n\n var ParkingrecoderUrl = common.ParkingrecoderUrl;\n\n var jsondata = {\n carNumber: CarNum,\n terminalSource: '11',\n pageNum: '1',\n pageSize: '500',\n parkState: parkState\n }\n\n uni.request({\n url: ParkingrecoderUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n\n header: { 'content-type': 'application/json' },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n resolve(res.data);\n }\n else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n\n });\n\n}\n\n//js中处理数据\n// const requestSs =function nameCanHidden() {\n// return new Promise(resolve => {\n// setTimeout(() => {\n// resolve('resolved1111111111');\n// }, 2000);\n// });\n// }\n\n//vue中接收处理后的数据\n// async function asyncCall() {\n// console.log('calling');\n// var result = await requestServer.requestSs();\n// console.log(result);\n// // expected output: 'resolved'\n// }\n// asyncCall();\n\nexport default {\n searchOrderWithCarNum\n}\n","module.exports = \"/static/inputCarNumber_pic/carBg.png\";","/*!\n * vuex v3.6.2\n * (c) 2021 Evan You\n * @license MIT\n */\n'use strict';\n\nfunction applyMixin (Vue) {\n var version = Number(Vue.version.split('.')[0]);\n\n if (version >= 2) {\n Vue.mixin({ beforeCreate: vuexInit });\n } else {\n // override init and inject vuex init procedure\n // for 1.x backwards compatibility.\n var _init = Vue.prototype._init;\n Vue.prototype._init = function (options) {\n if ( options === void 0 ) options = {};\n\n options.init = options.init\n ? [vuexInit].concat(options.init)\n : vuexInit;\n _init.call(this, options);\n };\n }\n\n /**\n * Vuex init hook, injected into each instances init hooks list.\n */\n\n function vuexInit () {\n var options = this.$options;\n // store injection\n if (options.store) {\n this.$store = typeof options.store === 'function'\n ? options.store()\n : options.store;\n } else if (options.parent && options.parent.$store) {\n this.$store = options.parent.$store;\n }\n }\n}\n\nvar target = typeof window !== 'undefined'\n ? window\n : typeof global !== 'undefined'\n ? global\n : {};\nvar devtoolHook = target.__VUE_DEVTOOLS_GLOBAL_HOOK__;\n\nfunction devtoolPlugin (store) {\n if (!devtoolHook) { return }\n\n store._devtoolHook = devtoolHook;\n\n devtoolHook.emit('vuex:init', store);\n\n devtoolHook.on('vuex:travel-to-state', function (targetState) {\n store.replaceState(targetState);\n });\n\n store.subscribe(function (mutation, state) {\n devtoolHook.emit('vuex:mutation', mutation, state);\n }, { prepend: true });\n\n store.subscribeAction(function (action, state) {\n devtoolHook.emit('vuex:action', action, state);\n }, { prepend: true });\n}\n\n/**\n * Get the first item that pass the test\n * by second argument function\n *\n * @param {Array} list\n * @param {Function} f\n * @return {*}\n */\nfunction find (list, f) {\n return list.filter(f)[0]\n}\n\n/**\n * Deep copy the given object considering circular structure.\n * This function caches all nested objects and its copies.\n * If it detects circular structure, use cached copy to avoid infinite loop.\n *\n * @param {*} obj\n * @param {Array<Object>} cache\n * @return {*}\n */\nfunction deepCopy (obj, cache) {\n if ( cache === void 0 ) cache = [];\n\n // just return if obj is immutable value\n if (obj === null || typeof obj !== 'object') {\n return obj\n }\n\n // if obj is hit, it is in circular structure\n var hit = find(cache, function (c) { return c.original === obj; });\n if (hit) {\n return hit.copy\n }\n\n var copy = Array.isArray(obj) ? [] : {};\n // put the copy into cache at first\n // because we want to refer it in recursive deepCopy\n cache.push({\n original: obj,\n copy: copy\n });\n\n Object.keys(obj).forEach(function (key) {\n copy[key] = deepCopy(obj[key], cache);\n });\n\n return copy\n}\n\n/**\n * forEach for object\n */\nfunction forEachValue (obj, fn) {\n Object.keys(obj).forEach(function (key) { return fn(obj[key], key); });\n}\n\nfunction isObject (obj) {\n return obj !== null && typeof obj === 'object'\n}\n\nfunction isPromise (val) {\n return val && typeof val.then === 'function'\n}\n\nfunction assert (condition, msg) {\n if (!condition) { throw new Error((\"[vuex] \" + msg)) }\n}\n\nfunction partial (fn, arg) {\n return function () {\n return fn(arg)\n }\n}\n\n// Base data struct for store's module, package with some attribute and method\nvar Module = function Module (rawModule, runtime) {\n this.runtime = runtime;\n // Store some children item\n this._children = Object.create(null);\n // Store the origin module object which passed by programmer\n this._rawModule = rawModule;\n var rawState = rawModule.state;\n\n // Store the origin module's state\n this.state = (typeof rawState === 'function' ? rawState() : rawState) || {};\n};\n\nvar prototypeAccessors = { namespaced: { configurable: true } };\n\nprototypeAccessors.namespaced.get = function () {\n return !!this._rawModule.namespaced\n};\n\nModule.prototype.addChild = function addChild (key, module) {\n this._children[key] = module;\n};\n\nModule.prototype.removeChild = function removeChild (key) {\n delete this._children[key];\n};\n\nModule.prototype.getChild = function getChild (key) {\n return this._children[key]\n};\n\nModule.prototype.hasChild = function hasChild (key) {\n return key in this._children\n};\n\nModule.prototype.update = function update (rawModule) {\n this._rawModule.namespaced = rawModule.namespaced;\n if (rawModule.actions) {\n this._rawModule.actions = rawModule.actions;\n }\n if (rawModule.mutations) {\n this._rawModule.mutations = rawModule.mutations;\n }\n if (rawModule.getters) {\n this._rawModule.getters = rawModule.getters;\n }\n};\n\nModule.prototype.forEachChild = function forEachChild (fn) {\n forEachValue(this._children, fn);\n};\n\nModule.prototype.forEachGetter = function forEachGetter (fn) {\n if (this._rawModule.getters) {\n forEachValue(this._rawModule.getters, fn);\n }\n};\n\nModule.prototype.forEachAction = function forEachAction (fn) {\n if (this._rawModule.actions) {\n forEachValue(this._rawModule.actions, fn);\n }\n};\n\nModule.prototype.forEachMutation = function forEachMutation (fn) {\n if (this._rawModule.mutations) {\n forEachValue(this._rawModule.mutations, fn);\n }\n};\n\nObject.defineProperties( Module.prototype, prototypeAccessors );\n\nvar ModuleCollection = function ModuleCollection (rawRootModule) {\n // register root module (Vuex.Store options)\n this.register([], rawRootModule, false);\n};\n\nModuleCollection.prototype.get = function get (path) {\n return path.reduce(function (module, key) {\n return module.getChild(key)\n }, this.root)\n};\n\nModuleCollection.prototype.getNamespace = function getNamespace (path) {\n var module = this.root;\n return path.reduce(function (namespace, key) {\n module = module.getChild(key);\n return namespace + (module.namespaced ? key + '/' : '')\n }, '')\n};\n\nModuleCollection.prototype.update = function update$1 (rawRootModule) {\n update([], this.root, rawRootModule);\n};\n\nModuleCollection.prototype.register = function register (path, rawModule, runtime) {\n var this$1 = this;\n if ( runtime === void 0 ) runtime = true;\n\n if ((process.env.NODE_ENV !== 'production')) {\n assertRawModule(path, rawModule);\n }\n\n var newModule = new Module(rawModule, runtime);\n if (path.length === 0) {\n this.root = newModule;\n } else {\n var parent = this.get(path.slice(0, -1));\n parent.addChild(path[path.length - 1], newModule);\n }\n\n // register nested modules\n if (rawModule.modules) {\n forEachValue(rawModule.modules, function (rawChildModule, key) {\n this$1.register(path.concat(key), rawChildModule, runtime);\n });\n }\n};\n\nModuleCollection.prototype.unregister = function unregister (path) {\n var parent = this.get(path.slice(0, -1));\n var key = path[path.length - 1];\n var child = parent.getChild(key);\n\n if (!child) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\n \"[vuex] trying to unregister module '\" + key + \"', which is \" +\n \"not registered\"\n );\n }\n return\n }\n\n if (!child.runtime) {\n return\n }\n\n parent.removeChild(key);\n};\n\nModuleCollection.prototype.isRegistered = function isRegistered (path) {\n var parent = this.get(path.slice(0, -1));\n var key = path[path.length - 1];\n\n if (parent) {\n return parent.hasChild(key)\n }\n\n return false\n};\n\nfunction update (path, targetModule, newModule) {\n if ((process.env.NODE_ENV !== 'production')) {\n assertRawModule(path, newModule);\n }\n\n // update target module\n targetModule.update(newModule);\n\n // update nested modules\n if (newModule.modules) {\n for (var key in newModule.modules) {\n if (!targetModule.getChild(key)) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\n \"[vuex] trying to add a new module '\" + key + \"' on hot reloading, \" +\n 'manual reload is needed'\n );\n }\n return\n }\n update(\n path.concat(key),\n targetModule.getChild(key),\n newModule.modules[key]\n );\n }\n }\n}\n\nvar functionAssert = {\n assert: function (value) { return typeof value === 'function'; },\n expected: 'function'\n};\n\nvar objectAssert = {\n assert: function (value) { return typeof value === 'function' ||\n (typeof value === 'object' && typeof value.handler === 'function'); },\n expected: 'function or object with \"handler\" function'\n};\n\nvar assertTypes = {\n getters: functionAssert,\n mutations: functionAssert,\n actions: objectAssert\n};\n\nfunction assertRawModule (path, rawModule) {\n Object.keys(assertTypes).forEach(function (key) {\n if (!rawModule[key]) { return }\n\n var assertOptions = assertTypes[key];\n\n forEachValue(rawModule[key], function (value, type) {\n assert(\n assertOptions.assert(value),\n makeAssertionMessage(path, key, type, value, assertOptions.expected)\n );\n });\n });\n}\n\nfunction makeAssertionMessage (path, key, type, value, expected) {\n var buf = key + \" should be \" + expected + \" but \\\"\" + key + \".\" + type + \"\\\"\";\n if (path.length > 0) {\n buf += \" in module \\\"\" + (path.join('.')) + \"\\\"\";\n }\n buf += \" is \" + (JSON.stringify(value)) + \".\";\n return buf\n}\n\nvar Vue; // bind on install\n\nvar Store = function Store (options) {\n var this$1 = this;\n if ( options === void 0 ) options = {};\n\n // Auto install if it is not done yet and `window` has `Vue`.\n // To allow users to avoid auto-installation in some cases,\n // this code should be placed here. See #731\n if (!Vue && typeof window !== 'undefined' && window.Vue) {\n install(window.Vue);\n }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Vue, \"must call Vue.use(Vuex) before creating a store instance.\");\n assert(typeof Promise !== 'undefined', \"vuex requires a Promise polyfill in this browser.\");\n assert(this instanceof Store, \"store must be called with the new operator.\");\n }\n\n var plugins = options.plugins; if ( plugins === void 0 ) plugins = [];\n var strict = options.strict; if ( strict === void 0 ) strict = false;\n\n // store internal state\n this._committing = false;\n this._actions = Object.create(null);\n this._actionSubscribers = [];\n this._mutations = Object.create(null);\n this._wrappedGetters = Object.create(null);\n this._modules = new ModuleCollection(options);\n this._modulesNamespaceMap = Object.create(null);\n this._subscribers = [];\n this._watcherVM = new Vue();\n this._makeLocalGettersCache = Object.create(null);\n\n // bind commit and dispatch to self\n var store = this;\n var ref = this;\n var dispatch = ref.dispatch;\n var commit = ref.commit;\n this.dispatch = function boundDispatch (type, payload) {\n return dispatch.call(store, type, payload)\n };\n this.commit = function boundCommit (type, payload, options) {\n return commit.call(store, type, payload, options)\n };\n\n // strict mode\n this.strict = strict;\n\n var state = this._modules.root.state;\n\n // init root module.\n // this also recursively registers all sub-modules\n // and collects all module getters inside this._wrappedGetters\n installModule(this, state, [], this._modules.root);\n\n // initialize the store vm, which is responsible for the reactivity\n // (also registers _wrappedGetters as computed properties)\n resetStoreVM(this, state);\n\n // apply plugins\n plugins.forEach(function (plugin) { return plugin(this$1); });\n\n var useDevtools = options.devtools !== undefined ? options.devtools : Vue.config.devtools;\n if (useDevtools) {\n devtoolPlugin(this);\n }\n};\n\nvar prototypeAccessors$1 = { state: { configurable: true } };\n\nprototypeAccessors$1.state.get = function () {\n return this._vm._data.$$state\n};\n\nprototypeAccessors$1.state.set = function (v) {\n if ((process.env.NODE_ENV !== 'production')) {\n assert(false, \"use store.replaceState() to explicit replace store state.\");\n }\n};\n\nStore.prototype.commit = function commit (_type, _payload, _options) {\n var this$1 = this;\n\n // check object-style commit\n var ref = unifyObjectStyle(_type, _payload, _options);\n var type = ref.type;\n var payload = ref.payload;\n var options = ref.options;\n\n var mutation = { type: type, payload: payload };\n var entry = this._mutations[type];\n if (!entry) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] unknown mutation type: \" + type));\n }\n return\n }\n this._withCommit(function () {\n entry.forEach(function commitIterator (handler) {\n handler(payload);\n });\n });\n\n this._subscribers\n .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe\n .forEach(function (sub) { return sub(mutation, this$1.state); });\n\n if (\n (process.env.NODE_ENV !== 'production') &&\n options && options.silent\n ) {\n console.warn(\n \"[vuex] mutation type: \" + type + \". Silent option has been removed. \" +\n 'Use the filter functionality in the vue-devtools'\n );\n }\n};\n\nStore.prototype.dispatch = function dispatch (_type, _payload) {\n var this$1 = this;\n\n // check object-style dispatch\n var ref = unifyObjectStyle(_type, _payload);\n var type = ref.type;\n var payload = ref.payload;\n\n var action = { type: type, payload: payload };\n var entry = this._actions[type];\n if (!entry) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] unknown action type: \" + type));\n }\n return\n }\n\n try {\n this._actionSubscribers\n .slice() // shallow copy to prevent iterator invalidation if subscriber synchronously calls unsubscribe\n .filter(function (sub) { return sub.before; })\n .forEach(function (sub) { return sub.before(action, this$1.state); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in before action subscribers: \");\n console.error(e);\n }\n }\n\n var result = entry.length > 1\n ? Promise.all(entry.map(function (handler) { return handler(payload); }))\n : entry[0](payload);\n\n return new Promise(function (resolve, reject) {\n result.then(function (res) {\n try {\n this$1._actionSubscribers\n .filter(function (sub) { return sub.after; })\n .forEach(function (sub) { return sub.after(action, this$1.state); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in after action subscribers: \");\n console.error(e);\n }\n }\n resolve(res);\n }, function (error) {\n try {\n this$1._actionSubscribers\n .filter(function (sub) { return sub.error; })\n .forEach(function (sub) { return sub.error(action, this$1.state, error); });\n } catch (e) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.warn(\"[vuex] error in error action subscribers: \");\n console.error(e);\n }\n }\n reject(error);\n });\n })\n};\n\nStore.prototype.subscribe = function subscribe (fn, options) {\n return genericSubscribe(fn, this._subscribers, options)\n};\n\nStore.prototype.subscribeAction = function subscribeAction (fn, options) {\n var subs = typeof fn === 'function' ? { before: fn } : fn;\n return genericSubscribe(subs, this._actionSubscribers, options)\n};\n\nStore.prototype.watch = function watch (getter, cb, options) {\n var this$1 = this;\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(typeof getter === 'function', \"store.watch only accepts a function.\");\n }\n return this._watcherVM.$watch(function () { return getter(this$1.state, this$1.getters); }, cb, options)\n};\n\nStore.prototype.replaceState = function replaceState (state) {\n var this$1 = this;\n\n this._withCommit(function () {\n this$1._vm._data.$$state = state;\n });\n};\n\nStore.prototype.registerModule = function registerModule (path, rawModule, options) {\n if ( options === void 0 ) options = {};\n\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n assert(path.length > 0, 'cannot register the root module by using registerModule.');\n }\n\n this._modules.register(path, rawModule);\n installModule(this, this.state, path, this._modules.get(path), options.preserveState);\n // reset store to update getters...\n resetStoreVM(this, this.state);\n};\n\nStore.prototype.unregisterModule = function unregisterModule (path) {\n var this$1 = this;\n\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n }\n\n this._modules.unregister(path);\n this._withCommit(function () {\n var parentState = getNestedState(this$1.state, path.slice(0, -1));\n Vue.delete(parentState, path[path.length - 1]);\n });\n resetStore(this);\n};\n\nStore.prototype.hasModule = function hasModule (path) {\n if (typeof path === 'string') { path = [path]; }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(Array.isArray(path), \"module path must be a string or an Array.\");\n }\n\n return this._modules.isRegistered(path)\n};\n\nStore.prototype[[104,111,116,85,112,100,97,116,101].map(function (item) {return String.fromCharCode(item)}).join('')] = function (newOptions) {\n this._modules.update(newOptions);\n resetStore(this, true);\n};\n\nStore.prototype._withCommit = function _withCommit (fn) {\n var committing = this._committing;\n this._committing = true;\n fn();\n this._committing = committing;\n};\n\nObject.defineProperties( Store.prototype, prototypeAccessors$1 );\n\nfunction genericSubscribe (fn, subs, options) {\n if (subs.indexOf(fn) < 0) {\n options && options.prepend\n ? subs.unshift(fn)\n : subs.push(fn);\n }\n return function () {\n var i = subs.indexOf(fn);\n if (i > -1) {\n subs.splice(i, 1);\n }\n }\n}\n\nfunction resetStore (store, hot) {\n store._actions = Object.create(null);\n store._mutations = Object.create(null);\n store._wrappedGetters = Object.create(null);\n store._modulesNamespaceMap = Object.create(null);\n var state = store.state;\n // init all modules\n installModule(store, state, [], store._modules.root, true);\n // reset vm\n resetStoreVM(store, state, hot);\n}\n\nfunction resetStoreVM (store, state, hot) {\n var oldVm = store._vm;\n\n // bind store public getters\n store.getters = {};\n // reset local getters cache\n store._makeLocalGettersCache = Object.create(null);\n var wrappedGetters = store._wrappedGetters;\n var computed = {};\n forEachValue(wrappedGetters, function (fn, key) {\n // use computed to leverage its lazy-caching mechanism\n // direct inline function use will lead to closure preserving oldVm.\n // using partial to return function with only arguments preserved in closure environment.\n computed[key] = partial(fn, store);\n Object.defineProperty(store.getters, key, {\n get: function () { return store._vm[key]; },\n enumerable: true // for local getters\n });\n });\n\n // use a Vue instance to store the state tree\n // suppress warnings just in case the user has added\n // some funky global mixins\n var silent = Vue.config.silent;\n Vue.config.silent = true;\n store._vm = new Vue({\n data: {\n $$state: state\n },\n computed: computed\n });\n Vue.config.silent = silent;\n\n // enable strict mode for new vm\n if (store.strict) {\n enableStrictMode(store);\n }\n\n if (oldVm) {\n if (hot) {\n // dispatch changes in all subscribed watchers\n // to force getter re-evaluation for hot reloading.\n store._withCommit(function () {\n oldVm._data.$$state = null;\n });\n }\n Vue.nextTick(function () { return oldVm.$destroy(); });\n }\n}\n\nfunction installModule (store, rootState, path, module, hot) {\n var isRoot = !path.length;\n var namespace = store._modules.getNamespace(path);\n\n // register in namespace map\n if (module.namespaced) {\n if (store._modulesNamespaceMap[namespace] && (process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] duplicate namespace \" + namespace + \" for the namespaced module \" + (path.join('/'))));\n }\n store._modulesNamespaceMap[namespace] = module;\n }\n\n // set state\n if (!isRoot && !hot) {\n var parentState = getNestedState(rootState, path.slice(0, -1));\n var moduleName = path[path.length - 1];\n store._withCommit(function () {\n if ((process.env.NODE_ENV !== 'production')) {\n if (moduleName in parentState) {\n console.warn(\n (\"[vuex] state field \\\"\" + moduleName + \"\\\" was overridden by a module with the same name at \\\"\" + (path.join('.')) + \"\\\"\")\n );\n }\n }\n Vue.set(parentState, moduleName, module.state);\n });\n }\n\n var local = module.context = makeLocalContext(store, namespace, path);\n\n module.forEachMutation(function (mutation, key) {\n var namespacedType = namespace + key;\n registerMutation(store, namespacedType, mutation, local);\n });\n\n module.forEachAction(function (action, key) {\n var type = action.root ? key : namespace + key;\n var handler = action.handler || action;\n registerAction(store, type, handler, local);\n });\n\n module.forEachGetter(function (getter, key) {\n var namespacedType = namespace + key;\n registerGetter(store, namespacedType, getter, local);\n });\n\n module.forEachChild(function (child, key) {\n installModule(store, rootState, path.concat(key), child, hot);\n });\n}\n\n/**\n * make localized dispatch, commit, getters and state\n * if there is no namespace, just use root ones\n */\nfunction makeLocalContext (store, namespace, path) {\n var noNamespace = namespace === '';\n\n var local = {\n dispatch: noNamespace ? store.dispatch : function (_type, _payload, _options) {\n var args = unifyObjectStyle(_type, _payload, _options);\n var payload = args.payload;\n var options = args.options;\n var type = args.type;\n\n if (!options || !options.root) {\n type = namespace + type;\n if ((process.env.NODE_ENV !== 'production') && !store._actions[type]) {\n console.error((\"[vuex] unknown local action type: \" + (args.type) + \", global type: \" + type));\n return\n }\n }\n\n return store.dispatch(type, payload)\n },\n\n commit: noNamespace ? store.commit : function (_type, _payload, _options) {\n var args = unifyObjectStyle(_type, _payload, _options);\n var payload = args.payload;\n var options = args.options;\n var type = args.type;\n\n if (!options || !options.root) {\n type = namespace + type;\n if ((process.env.NODE_ENV !== 'production') && !store._mutations[type]) {\n console.error((\"[vuex] unknown local mutation type: \" + (args.type) + \", global type: \" + type));\n return\n }\n }\n\n store.commit(type, payload, options);\n }\n };\n\n // getters and state object must be gotten lazily\n // because they will be changed by vm update\n Object.defineProperties(local, {\n getters: {\n get: noNamespace\n ? function () { return store.getters; }\n : function () { return makeLocalGetters(store, namespace); }\n },\n state: {\n get: function () { return getNestedState(store.state, path); }\n }\n });\n\n return local\n}\n\nfunction makeLocalGetters (store, namespace) {\n if (!store._makeLocalGettersCache[namespace]) {\n var gettersProxy = {};\n var splitPos = namespace.length;\n Object.keys(store.getters).forEach(function (type) {\n // skip if the target getter is not match this namespace\n if (type.slice(0, splitPos) !== namespace) { return }\n\n // extract local getter type\n var localType = type.slice(splitPos);\n\n // Add a port to the getters proxy.\n // Define as getter property because\n // we do not want to evaluate the getters in this time.\n Object.defineProperty(gettersProxy, localType, {\n get: function () { return store.getters[type]; },\n enumerable: true\n });\n });\n store._makeLocalGettersCache[namespace] = gettersProxy;\n }\n\n return store._makeLocalGettersCache[namespace]\n}\n\nfunction registerMutation (store, type, handler, local) {\n var entry = store._mutations[type] || (store._mutations[type] = []);\n entry.push(function wrappedMutationHandler (payload) {\n handler.call(store, local.state, payload);\n });\n}\n\nfunction registerAction (store, type, handler, local) {\n var entry = store._actions[type] || (store._actions[type] = []);\n entry.push(function wrappedActionHandler (payload) {\n var res = handler.call(store, {\n dispatch: local.dispatch,\n commit: local.commit,\n getters: local.getters,\n state: local.state,\n rootGetters: store.getters,\n rootState: store.state\n }, payload);\n if (!isPromise(res)) {\n res = Promise.resolve(res);\n }\n if (store._devtoolHook) {\n return res.catch(function (err) {\n store._devtoolHook.emit('vuex:error', err);\n throw err\n })\n } else {\n return res\n }\n });\n}\n\nfunction registerGetter (store, type, rawGetter, local) {\n if (store._wrappedGetters[type]) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error((\"[vuex] duplicate getter key: \" + type));\n }\n return\n }\n store._wrappedGetters[type] = function wrappedGetter (store) {\n return rawGetter(\n local.state, // local state\n local.getters, // local getters\n store.state, // root state\n store.getters // root getters\n )\n };\n}\n\nfunction enableStrictMode (store) {\n store._vm.$watch(function () { return this._data.$$state }, function () {\n if ((process.env.NODE_ENV !== 'production')) {\n assert(store._committing, \"do not mutate vuex store state outside mutation handlers.\");\n }\n }, { deep: true, sync: true });\n}\n\nfunction getNestedState (state, path) {\n return path.reduce(function (state, key) { return state[key]; }, state)\n}\n\nfunction unifyObjectStyle (type, payload, options) {\n if (isObject(type) && type.type) {\n options = payload;\n payload = type;\n type = type.type;\n }\n\n if ((process.env.NODE_ENV !== 'production')) {\n assert(typeof type === 'string', (\"expects string as the type, but found \" + (typeof type) + \".\"));\n }\n\n return { type: type, payload: payload, options: options }\n}\n\nfunction install (_Vue) {\n if (Vue && _Vue === Vue) {\n if ((process.env.NODE_ENV !== 'production')) {\n console.error(\n '[vuex] already installed. Vue.use(Vuex) should be called only once.'\n );\n }\n return\n }\n Vue = _Vue;\n applyMixin(Vue);\n}\n\n/**\n * Reduce the code which written in Vue.js for getting the state.\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} states # Object's item can be a function which accept state and getters for param, you can do something for state and getters in it.\n * @param {Object}\n */\nvar mapState = normalizeNamespace(function (namespace, states) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(states)) {\n console.error('[vuex] mapState: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(states).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedState () {\n var state = this.$store.state;\n var getters = this.$store.getters;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapState', namespace);\n if (!module) {\n return\n }\n state = module.context.state;\n getters = module.context.getters;\n }\n return typeof val === 'function'\n ? val.call(this, state, getters)\n : state[val]\n };\n // mark vuex getter for devtools\n res[key].vuex = true;\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for committing the mutation\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.\n * @return {Object}\n */\nvar mapMutations = normalizeNamespace(function (namespace, mutations) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(mutations)) {\n console.error('[vuex] mapMutations: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(mutations).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedMutation () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n // Get the commit method from store\n var commit = this.$store.commit;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapMutations', namespace);\n if (!module) {\n return\n }\n commit = module.context.commit;\n }\n return typeof val === 'function'\n ? val.apply(this, [commit].concat(args))\n : commit.apply(this.$store, [val].concat(args))\n };\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for getting the getters\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} getters\n * @return {Object}\n */\nvar mapGetters = normalizeNamespace(function (namespace, getters) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(getters)) {\n console.error('[vuex] mapGetters: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(getters).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n // The namespace has been mutated by normalizeNamespace\n val = namespace + val;\n res[key] = function mappedGetter () {\n if (namespace && !getModuleByNamespace(this.$store, 'mapGetters', namespace)) {\n return\n }\n if ((process.env.NODE_ENV !== 'production') && !(val in this.$store.getters)) {\n console.error((\"[vuex] unknown getter: \" + val));\n return\n }\n return this.$store.getters[val]\n };\n // mark vuex getter for devtools\n res[key].vuex = true;\n });\n return res\n});\n\n/**\n * Reduce the code which written in Vue.js for dispatch the action\n * @param {String} [namespace] - Module's namespace\n * @param {Object|Array} actions # Object's item can be a function which accept `dispatch` function as the first param, it can accept anthor params. You can dispatch action and do any other things in this function. specially, You need to pass anthor params from the mapped function.\n * @return {Object}\n */\nvar mapActions = normalizeNamespace(function (namespace, actions) {\n var res = {};\n if ((process.env.NODE_ENV !== 'production') && !isValidMap(actions)) {\n console.error('[vuex] mapActions: mapper parameter must be either an Array or an Object');\n }\n normalizeMap(actions).forEach(function (ref) {\n var key = ref.key;\n var val = ref.val;\n\n res[key] = function mappedAction () {\n var args = [], len = arguments.length;\n while ( len-- ) args[ len ] = arguments[ len ];\n\n // get dispatch function from store\n var dispatch = this.$store.dispatch;\n if (namespace) {\n var module = getModuleByNamespace(this.$store, 'mapActions', namespace);\n if (!module) {\n return\n }\n dispatch = module.context.dispatch;\n }\n return typeof val === 'function'\n ? val.apply(this, [dispatch].concat(args))\n : dispatch.apply(this.$store, [val].concat(args))\n };\n });\n return res\n});\n\n/**\n * Rebinding namespace param for mapXXX function in special scoped, and return them by simple object\n * @param {String} namespace\n * @return {Object}\n */\nvar createNamespacedHelpers = function (namespace) { return ({\n mapState: mapState.bind(null, namespace),\n mapGetters: mapGetters.bind(null, namespace),\n mapMutations: mapMutations.bind(null, namespace),\n mapActions: mapActions.bind(null, namespace)\n}); };\n\n/**\n * Normalize the map\n * normalizeMap([1, 2, 3]) => [ { key: 1, val: 1 }, { key: 2, val: 2 }, { key: 3, val: 3 } ]\n * normalizeMap({a: 1, b: 2, c: 3}) => [ { key: 'a', val: 1 }, { key: 'b', val: 2 }, { key: 'c', val: 3 } ]\n * @param {Array|Object} map\n * @return {Object}\n */\nfunction normalizeMap (map) {\n if (!isValidMap(map)) {\n return []\n }\n return Array.isArray(map)\n ? map.map(function (key) { return ({ key: key, val: key }); })\n : Object.keys(map).map(function (key) { return ({ key: key, val: map[key] }); })\n}\n\n/**\n * Validate whether given map is valid or not\n * @param {*} map\n * @return {Boolean}\n */\nfunction isValidMap (map) {\n return Array.isArray(map) || isObject(map)\n}\n\n/**\n * Return a function expect two param contains namespace and map. it will normalize the namespace and then the param's function will handle the new namespace and the map.\n * @param {Function} fn\n * @return {Function}\n */\nfunction normalizeNamespace (fn) {\n return function (namespace, map) {\n if (typeof namespace !== 'string') {\n map = namespace;\n namespace = '';\n } else if (namespace.charAt(namespace.length - 1) !== '/') {\n namespace += '/';\n }\n return fn(namespace, map)\n }\n}\n\n/**\n * Search a special module from store by namespace. if module not exist, print error message.\n * @param {Object} store\n * @param {String} helper\n * @param {String} namespace\n * @return {Object}\n */\nfunction getModuleByNamespace (store, helper, namespace) {\n var module = store._modulesNamespaceMap[namespace];\n if ((process.env.NODE_ENV !== 'production') && !module) {\n console.error((\"[vuex] module namespace not found in \" + helper + \"(): \" + namespace));\n }\n return module\n}\n\n// Credits: borrowed code from fcomb/redux-logger\n\nfunction createLogger (ref) {\n if ( ref === void 0 ) ref = {};\n var collapsed = ref.collapsed; if ( collapsed === void 0 ) collapsed = true;\n var filter = ref.filter; if ( filter === void 0 ) filter = function (mutation, stateBefore, stateAfter) { return true; };\n var transformer = ref.transformer; if ( transformer === void 0 ) transformer = function (state) { return state; };\n var mutationTransformer = ref.mutationTransformer; if ( mutationTransformer === void 0 ) mutationTransformer = function (mut) { return mut; };\n var actionFilter = ref.actionFilter; if ( actionFilter === void 0 ) actionFilter = function (action, state) { return true; };\n var actionTransformer = ref.actionTransformer; if ( actionTransformer === void 0 ) actionTransformer = function (act) { return act; };\n var logMutations = ref.logMutations; if ( logMutations === void 0 ) logMutations = true;\n var logActions = ref.logActions; if ( logActions === void 0 ) logActions = true;\n var logger = ref.logger; if ( logger === void 0 ) logger = console;\n\n return function (store) {\n var prevState = deepCopy(store.state);\n\n if (typeof logger === 'undefined') {\n return\n }\n\n if (logMutations) {\n store.subscribe(function (mutation, state) {\n var nextState = deepCopy(state);\n\n if (filter(mutation, prevState, nextState)) {\n var formattedTime = getFormattedTime();\n var formattedMutation = mutationTransformer(mutation);\n var message = \"mutation \" + (mutation.type) + formattedTime;\n\n startMessage(logger, message, collapsed);\n logger.log('%c prev state', 'color: #9E9E9E; font-weight: bold', transformer(prevState));\n logger.log('%c mutation', 'color: #03A9F4; font-weight: bold', formattedMutation);\n logger.log('%c next state', 'color: #4CAF50; font-weight: bold', transformer(nextState));\n endMessage(logger);\n }\n\n prevState = nextState;\n });\n }\n\n if (logActions) {\n store.subscribeAction(function (action, state) {\n if (actionFilter(action, state)) {\n var formattedTime = getFormattedTime();\n var formattedAction = actionTransformer(action);\n var message = \"action \" + (action.type) + formattedTime;\n\n startMessage(logger, message, collapsed);\n logger.log('%c action', 'color: #03A9F4; font-weight: bold', formattedAction);\n endMessage(logger);\n }\n });\n }\n }\n}\n\nfunction startMessage (logger, message, collapsed) {\n var startMessage = collapsed\n ? logger.groupCollapsed\n : logger.group;\n\n // render\n try {\n startMessage.call(logger, message);\n } catch (e) {\n logger.log(message);\n }\n}\n\nfunction endMessage (logger) {\n try {\n logger.groupEnd();\n } catch (e) {\n logger.log('—— log end ——');\n }\n}\n\nfunction getFormattedTime () {\n var time = new Date();\n return (\" @ \" + (pad(time.getHours(), 2)) + \":\" + (pad(time.getMinutes(), 2)) + \":\" + (pad(time.getSeconds(), 2)) + \".\" + (pad(time.getMilliseconds(), 3)))\n}\n\nfunction repeat (str, times) {\n return (new Array(times + 1)).join(str)\n}\n\nfunction pad (num, maxLength) {\n return repeat('0', maxLength - num.toString().length) + num\n}\n\nvar index_cjs = {\n Store: Store,\n install: install,\n version: '3.6.2',\n mapState: mapState,\n mapMutations: mapMutations,\n mapGetters: mapGetters,\n mapActions: mapActions,\n createNamespacedHelpers: createNamespacedHelpers,\n createLogger: createLogger\n};\n\nmodule.exports = index_cjs;\n"],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/components/uni-section/uni-section.js.map
1 | -{"version":3,"sources":["webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?7816","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?3cbc","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?c85c","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?4aef","uni-app:///components/uni-section/uni-section.vue","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?3985","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?0444"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwH;AACxH;AAC+D;AACL;AACc;;;AAGxE;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,iFAAM;AACR,EAAE,sFAAM;AACR,EAAE,+FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,0FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAA0zB,CAAgB,yyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACsB90B;;;;;;;;;;AAUA;AACA,oBADA;AAEA,kBAFA;AAGA;AACA;AACA,kBADA;AAEA,iBAFA,EADA;;AAKA;AACA,kBADA;AAEA,iBAFA,EALA;;AASA;AACA,kBADA;AAEA,qBAFA,EATA;;AAaA;AACA,kBADA;AAEA,iBAFA,EAbA;;AAiBA;AACA,mBADA;AAEA,oBAFA,EAjBA;;AAqBA;AACA,mBADA;AAEA,oBAFA,EArBA,EAHA;;;AA6BA,MA7BA,kBA6BA;AACA;AACA,GA/BA;AAgCA;AACA,SADA,iBACA,MADA,EACA;AACA;AACA;AACA;AACA,KALA,EAhCA;;AAuCA;AACA,WADA,qBACA;AACA;AACA,KAHA,EAvCA,E;;;;;;;;;;;;;AChCA;AAAA;AAAA;AAAA;AAA6gD,CAAgB,w6CAAG,EAAC,C;;;;;;;;;;;ACAjiD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"components/uni-section/uni-section.js","sourcesContent":["import { render, staticRenderFns, recyclableRender, components } from \"./uni-section.vue?vue&type=template&id=5584ec96&\"\nvar renderjs\nimport script from \"./uni-section.vue?vue&type=script&lang=js&\"\nexport * from \"./uni-section.vue?vue&type=script&lang=js&\"\nimport style0 from \"./uni-section.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"components/uni-section/uni-section.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=template&id=5584ec96&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=script&lang=js&\"","<template>\n\t<view class=\"uni-section\">\n\t\t<view class=\"uni-section-header\" nvue>\n\t\t\t<view v-if=\"type\" class=\"uni-section__head\">\n\t\t\t\t<view :class=\"type\" class=\"uni-section__head-tag\"/>\n\t\t\t</view>\n\t\t\t<view class=\"uni-section__content\">\n\t\t\t\t<text :class=\"{'distraction':!subTitle}\" :style=\"{color:color}\" class=\"uni-section__content-title\">{{ title }}</text>\n\t\t\t\t<text v-if=\"subTitle\" class=\"uni-section__content-sub\">{{ subTitle }}</text>\n\t\t\t</view>\n\t\t\t<view>\n\t\t\t\t<slot name=\"right\"></slot>\n\t\t\t</view>\n\t\t</view>\n\t\t<view :class=\"{'is--hidden':overflow}\" :style=\"{padding: padding ? '10px' : ''}\">\n\t\t\t<slot/>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\n\t/**\n\t * Section 标题栏\n\t * @description 标题栏\n\t * @property {String} type = [line|circle] 标题装饰类型\n\t * \t@value line 竖线\n\t * \t@value circle 圆形\n\t * @property {String} title 主标题\n\t * @property {String} subTitle 副标题\n\t */\n\n\texport default {\n\t\tname: 'UniSection',\n\t\temits:['click'],\n\t\tprops: {\n\t\t\ttype: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\ttitle: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\tcolor:{\n\t\t\t\ttype: String,\n\t\t\t\tdefault: '#333'\n\t\t\t},\n\t\t\tsubTitle: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\tpadding: {\n\t\t\t\ttype: Boolean,\n\t\t\t\tdefault: false\n\t\t\t},\n\t\t\toverflow :{\n\t\t\t\ttype: Boolean,\n\t\t\t\tdefault: false\n\t\t\t}\n\t\t},\n\t\tdata() {\n\t\t\treturn {}\n\t\t},\n\t\twatch: {\n\t\t\ttitle(newVal) {\n\t\t\t\tif (uni.report && newVal !== '') {\n\t\t\t\t\tuni.report('title', newVal)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\tonClick() {\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n<style lang=\"scss\" >\n\t$uni-primary: #2979ff !default;\n\n\t.uni-section {\n\t\tbackground-color: #fff;\n\t\t// overflow: hidden;\n\t\tmargin-top: 10px;\n\t}\n\t.uni-section-header {\n\t\tposition: relative;\n\t\t/* #ifndef APP-NVUE */\n\t\tdisplay: flex;\n\t\t/* #endif */\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tpadding: 12px 10px;\n\t\t// height: 50px;\n\t\tfont-weight: normal;\n\t}\n\t.uni-section__head {\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\tmargin-right: 10px;\n\t}\n\n\t.line {\n\t\theight: 12px;\n\t\tbackground-color: $uni-primary;\n\t\tborder-radius: 10px;\n\t\twidth: 4px;\n\t}\n\n\t.circle {\n\t\twidth: 8px;\n\t\theight: 8px;\n\t\tborder-top-right-radius: 50px;\n\t\tborder-top-left-radius: 50px;\n\t\tborder-bottom-left-radius: 50px;\n\t\tborder-bottom-right-radius: 50px;\n\t\tbackground-color: $uni-primary;\n\t}\n\n\t.uni-section__content {\n\t\t/* #ifndef APP-NVUE */\n\t\tdisplay: flex;\n\t\t/* #endif */\n\t\tflex-direction: column;\n\t\tflex: 1;\n\t\tcolor: #333;\n\t}\n\n\t.uni-section__content-title {\n\t\tfont-size: 14px;\n\t\tcolor: $uni-primary;\n\t}\n\n\t.distraction {\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t}\n\n\t.uni-section__content-sub {\n\t\tfont-size: 12px;\n\t\tcolor: #999;\n\t\tline-height: 16px;\n\t\tmargin-top: 2px;\n\t}\n\t.is--hidden {\n\t\toverflow: hidden;\n\t}\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984896099\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?7816","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?3cbc","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?c85c","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?4aef","uni-app:///components/uni-section/uni-section.vue","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?3985","webpack:////Users/liugongyu/Documents/jiangyin/components/uni-section/uni-section.vue?0444"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwH;AACxH;AAC+D;AACL;AACc;;;AAGxE;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,iFAAM;AACR,EAAE,sFAAM;AACR,EAAE,+FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,0FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAA0zB,CAAgB,yyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACsB90B;;;;;;;;;;AAUA;AACA,oBADA;AAEA,kBAFA;AAGA;AACA;AACA,kBADA;AAEA,iBAFA,EADA;;AAKA;AACA,kBADA;AAEA,iBAFA,EALA;;AASA;AACA,kBADA;AAEA,qBAFA,EATA;;AAaA;AACA,kBADA;AAEA,iBAFA,EAbA;;AAiBA;AACA,mBADA;AAEA,oBAFA,EAjBA;;AAqBA;AACA,mBADA;AAEA,oBAFA,EArBA,EAHA;;;AA6BA,MA7BA,kBA6BA;AACA;AACA,GA/BA;AAgCA;AACA,SADA,iBACA,MADA,EACA;AACA;AACA;AACA;AACA,KALA,EAhCA;;AAuCA;AACA,WADA,qBACA;AACA;AACA,KAHA,EAvCA,E;;;;;;;;;;;;;AChCA;AAAA;AAAA;AAAA;AAA6gD,CAAgB,w6CAAG,EAAC,C;;;;;;;;;;;ACAjiD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"components/uni-section/uni-section.js","sourcesContent":["import { render, staticRenderFns, recyclableRender, components } from \"./uni-section.vue?vue&type=template&id=5584ec96&\"\nvar renderjs\nimport script from \"./uni-section.vue?vue&type=script&lang=js&\"\nexport * from \"./uni-section.vue?vue&type=script&lang=js&\"\nimport style0 from \"./uni-section.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"components/uni-section/uni-section.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=template&id=5584ec96&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=script&lang=js&\"","<template>\n\t<view class=\"uni-section\">\n\t\t<view class=\"uni-section-header\" nvue>\n\t\t\t<view v-if=\"type\" class=\"uni-section__head\">\n\t\t\t\t<view :class=\"type\" class=\"uni-section__head-tag\"/>\n\t\t\t</view>\n\t\t\t<view class=\"uni-section__content\">\n\t\t\t\t<text :class=\"{'distraction':!subTitle}\" :style=\"{color:color}\" class=\"uni-section__content-title\">{{ title }}</text>\n\t\t\t\t<text v-if=\"subTitle\" class=\"uni-section__content-sub\">{{ subTitle }}</text>\n\t\t\t</view>\n\t\t\t<view>\n\t\t\t\t<slot name=\"right\"></slot>\n\t\t\t</view>\n\t\t</view>\n\t\t<view :class=\"{'is--hidden':overflow}\" :style=\"{padding: padding ? '10px' : ''}\">\n\t\t\t<slot/>\n\t\t</view>\n\t</view>\n</template>\n\n<script>\n\n\t/**\n\t * Section 标题栏\n\t * @description 标题栏\n\t * @property {String} type = [line|circle] 标题装饰类型\n\t * \t@value line 竖线\n\t * \t@value circle 圆形\n\t * @property {String} title 主标题\n\t * @property {String} subTitle 副标题\n\t */\n\n\texport default {\n\t\tname: 'UniSection',\n\t\temits:['click'],\n\t\tprops: {\n\t\t\ttype: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\ttitle: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\tcolor:{\n\t\t\t\ttype: String,\n\t\t\t\tdefault: '#333'\n\t\t\t},\n\t\t\tsubTitle: {\n\t\t\t\ttype: String,\n\t\t\t\tdefault: ''\n\t\t\t},\n\t\t\tpadding: {\n\t\t\t\ttype: Boolean,\n\t\t\t\tdefault: false\n\t\t\t},\n\t\t\toverflow :{\n\t\t\t\ttype: Boolean,\n\t\t\t\tdefault: false\n\t\t\t}\n\t\t},\n\t\tdata() {\n\t\t\treturn {}\n\t\t},\n\t\twatch: {\n\t\t\ttitle(newVal) {\n\t\t\t\tif (uni.report && newVal !== '') {\n\t\t\t\t\tuni.report('title', newVal)\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tmethods: {\n\t\t\tonClick() {\n\t\t\t\tthis.$emit('click')\n\t\t\t}\n\t\t}\n\t}\n</script>\n<style lang=\"scss\" >\n\t$uni-primary: #2979ff !default;\n\n\t.uni-section {\n\t\tbackground-color: #fff;\n\t\t// overflow: hidden;\n\t\tmargin-top: 10px;\n\t}\n\t.uni-section-header {\n\t\tposition: relative;\n\t\t/* #ifndef APP-NVUE */\n\t\tdisplay: flex;\n\t\t/* #endif */\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tpadding: 12px 10px;\n\t\t// height: 50px;\n\t\tfont-weight: normal;\n\t}\n\t.uni-section__head {\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\tmargin-right: 10px;\n\t}\n\n\t.line {\n\t\theight: 12px;\n\t\tbackground-color: $uni-primary;\n\t\tborder-radius: 10px;\n\t\twidth: 4px;\n\t}\n\n\t.circle {\n\t\twidth: 8px;\n\t\theight: 8px;\n\t\tborder-top-right-radius: 50px;\n\t\tborder-top-left-radius: 50px;\n\t\tborder-bottom-left-radius: 50px;\n\t\tborder-bottom-right-radius: 50px;\n\t\tbackground-color: $uni-primary;\n\t}\n\n\t.uni-section__content {\n\t\t/* #ifndef APP-NVUE */\n\t\tdisplay: flex;\n\t\t/* #endif */\n\t\tflex-direction: column;\n\t\tflex: 1;\n\t\tcolor: #333;\n\t}\n\n\t.uni-section__content-title {\n\t\tfont-size: 14px;\n\t\tcolor: $uni-primary;\n\t}\n\n\t.distraction {\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t}\n\n\t.uni-section__content-sub {\n\t\tfont-size: 12px;\n\t\tcolor: #999;\n\t\tline-height: 16px;\n\t\tmargin-top: 2px;\n\t}\n\t.is--hidden {\n\t\toverflow: hidden;\n\t}\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./uni-section.vue?vue&type=style&index=0&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255230470\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/businessCard/businessCard.js.map
1 | -{"version":3,"sources":["uni-app:///main.js",null,"webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?6522","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?e6e9","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?cf07","uni-app:///pages/businessCard/businessCard.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?bba7","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?d8e4"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"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","file":"pages/businessCard/businessCard.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/businessCard/businessCard.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./businessCard.vue?vue&type=template&id=866503f4&scoped=true&\"\nvar renderjs\nimport script from \"./businessCard.vue?vue&type=script&lang=js&\"\nexport * from \"./businessCard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"866503f4\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/businessCard/businessCard.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=template&id=866503f4&scoped=true&\"","var components\ntry {\n components = {\n uniSection: function() {\n return import(\n /* webpackChunkName: \"components/uni-section/uni-section\" */ \"@/components/uni-section/uni-section.vue\"\n )\n },\n uniCard: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-card/components/uni-card/uni-card\" */ \"@/uni_modules/uni-card/components/uni-card/uni-card.vue\"\n )\n },\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n },\n uniListItem: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list-item/uni-list-item\" */ \"@/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue\"\n )\n },\n uniIcons: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-icons/components/uni-icons/uni-icons\" */ \"@/uni_modules/uni-icons/components/uni-icons/uni-icons.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <uni-section title=\"50%(折扣券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"redo-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"2小时(时长券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"5元(金额券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n <uni-section title=\"满10减5(满减券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n <uni-section title=\"单次(单次券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"单天(包天券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n\n <!--<view class=\"statistics yellow-bg uni-list-cell-pd\" style=\"color: #fff\">共18笔充值,充值总金额100.00元</view>-->\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--消费类型-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker @change=\"bindPickerChange\" :value=\"index\" :range=\"array\">-->\n <!--<view class=\"uni-input\">{{array[index]}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--充值方式-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker @change=\"bindPickerChangeWay\" :value=\"indexWay\" :range=\"arrayWay\">-->\n <!--<view class=\"uni-input\">{{arrayWay[indexWay]}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--开始时间-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindStartDateChange\">-->\n <!--<view class=\"uni-input\">{{benginDate}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--结束时间-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindEndDateChange\">-->\n <!--<view class=\"uni-input\">{{overDate}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<!– <view class=\"border-bg\"></view> –>-->\n\n\n <!--<uni-load-more class=\"load\"-->\n <!--:content-text=\"contentText\"-->\n <!--:status=\"status\"-->\n <!--:icon-size=\"24\"-->\n <!--:iconType=\"iconType\"-->\n <!--v-if=\"rows.length == 0\">-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-green\">微信充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-blue\">支付宝充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-red\">线下公对公充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>-66</text>-->\n <!--<text>支付成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-green\">购买卡券</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--<view class=\"rechargeArrow\">-->\n <!-->-->\n <!--</view>-->\n <!--</uni-list>-->\n\n\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>-66</text>-->\n <!--<text>支付成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"\">停车支付</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--<view class=\"rechargeArrow\">-->\n <!-->-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--</uni-load-more>-->\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n title: 'picker',\n array: ['全部', '充值', '支付'],\n arrayWay: ['所有方式', '微信', '线下公对公'],\n index: 0,\n indexWay: 0,\n benginDate: currentDate,\n overDate: currentDate,\n rows:[],\n pageNum:1,//当前页\n pageSize:1,//每页条数\n reload:false,\n status:'more',\n contentText:{\n contentdown:'上拉加载更多~',\n contentrefresh:'正在加载更多~',\n contentmore:'我是有底线的~'\n },\n iconType:'auto', // 图标样式\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n // this.mycarNumber = params.carNumber;\n // this.myorderId = params.orderId;\n // this.myparkCode = params.parkCode;\n // this.myorderState = params.orderState;\n // this.totalFee = params.totalFee\n // this.unPayFee = params.unPayFee\n // if (params.orderState == 5) {\n // //停车补缴单 103\n // this.mypaySrcType = '103'\n // } else {\n // this.mypaySrcType = '101'\n // }\n // // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n // this.getWxCode();\n // this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n actionsClick(text){\n uni.showToast({\n title:text,\n icon:'none'\n })\n },\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n /deep/ .uni-section{\n padding-bottom: 10px;\n }\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n\n .container {\n overflow: hidden;\n }\n\n .custom-cover {\n flex: 1;\n flex-direction: row;\n position: relative;\n }\n\n .cover-content {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 40px;\n background-color: rgba($color: #000000, $alpha: 0.4);\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 15px;\n font-size: 14px;\n color: #fff;\n }\n\n .card-actions {\n display: flex;\n flex-direction: row;\n justify-content: space-around;\n align-items: center;\n height: 45px;\n border-top: 1px #eee solid;\n }\n .card-actions-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n }\n .card-actions-item-text {\n font-size: 12px;\n color: #666;\n margin-left: 5px;\n }\n .cover-image {\n flex: 1;\n height: 150px;\n }\n .no-border {\n border-width: 0;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651994616819\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?b515","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?6522","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?e6e9","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?cf07","uni-app:///pages/businessCard/businessCard.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?bba7","webpack:////Users/liugongyu/Documents/jiangyin/pages/businessCard/businessCard.vue?d8e4"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"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","file":"pages/businessCard/businessCard.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/businessCard/businessCard.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./businessCard.vue?vue&type=template&id=866503f4&scoped=true&\"\nvar renderjs\nimport script from \"./businessCard.vue?vue&type=script&lang=js&\"\nexport * from \"./businessCard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"866503f4\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/businessCard/businessCard.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=template&id=866503f4&scoped=true&\"","var components\ntry {\n components = {\n uniSection: function() {\n return import(\n /* webpackChunkName: \"components/uni-section/uni-section\" */ \"@/components/uni-section/uni-section.vue\"\n )\n },\n uniCard: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-card/components/uni-card/uni-card\" */ \"@/uni_modules/uni-card/components/uni-card/uni-card.vue\"\n )\n },\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n },\n uniListItem: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list-item/uni-list-item\" */ \"@/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue\"\n )\n },\n uniIcons: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-icons/components/uni-icons/uni-icons\" */ \"@/uni_modules/uni-icons/components/uni-icons/uni-icons.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <uni-section title=\"50%(折扣券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n <view class=\"card-actions-item\" @click=\"actionsClick('发放')\">\n <uni-icons type=\"redo-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">发放</text>\n </view>\n <view class=\"card-actions-item\" @click=\"actionsClick('打印')\">\n <uni-icons type=\"shop-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">打印</text>\n </view>\n\n\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"2小时(时长券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"5元(金额券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n <uni-section title=\"满10减5(满减券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n <uni-section title=\"单次(单次券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n <uni-section title=\"单天(包天券)\" type=\"line\">\n <uni-card padding=\"0\" spacing=\"0\">\n <!--<template v-slot:cover>-->\n <!--<view class=\"custom-cover\">-->\n <!--<image class=\"cover-image\" mode=\"aspectFill\" :src=\"cover\">-->\n <!--</image>-->\n <!--<view class=\"cover-content\">-->\n <!--<text class=\"uni-subtitle uni-white\">今日新闻热点</text>-->\n <!--</view>-->\n <!--</view>-->\n <!--</template>-->\n <uni-list>\n <uni-list-item title=\"适应车场\" rightText=\"万达商业广场\" >\n <text></text>\n </uni-list-item>\n <uni-list-item title=\"价格:¥5/张\" rightText=\"商户库存:0张\"></uni-list-item>\n </uni-list>\n <view slot=\"actions\" class=\"card-actions no-border\">\n\n <view class=\"card-actions-item\" @click=\"actionsClick('购买')\">\n <uni-icons type=\"cart-filled\" size=\"18\" color=\"#999\"></uni-icons>\n <text class=\"card-actions-item-text\">购买</text>\n </view>\n\n </view>\n </uni-card>\n </uni-section>\n\n\n\n <!--<view class=\"statistics yellow-bg uni-list-cell-pd\" style=\"color: #fff\">共18笔充值,充值总金额100.00元</view>-->\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--消费类型-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker @change=\"bindPickerChange\" :value=\"index\" :range=\"array\">-->\n <!--<view class=\"uni-input\">{{array[index]}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--充值方式-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker @change=\"bindPickerChangeWay\" :value=\"indexWay\" :range=\"arrayWay\">-->\n <!--<view class=\"uni-input\">{{arrayWay[indexWay]}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--开始时间-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindStartDateChange\">-->\n <!--<view class=\"uni-input\">{{benginDate}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<view class=\"uni-list\">-->\n <!--<view class=\"uni-list-cell\">-->\n <!--<view class=\"uni-list-cell-left\">-->\n <!--结束时间-->\n <!--</view>-->\n <!--<view class=\"uni-list-cell-db\">-->\n <!--<picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindEndDateChange\">-->\n <!--<view class=\"uni-input\">{{overDate}}</view>-->\n <!--</picker>-->\n <!--</view>-->\n <!--</view>-->\n <!--</view>-->\n\n <!--<!– <view class=\"border-bg\"></view> –>-->\n\n\n <!--<uni-load-more class=\"load\"-->\n <!--:content-text=\"contentText\"-->\n <!--:status=\"status\"-->\n <!--:icon-size=\"24\"-->\n <!--:iconType=\"iconType\"-->\n <!--v-if=\"rows.length == 0\">-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-green\">微信充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-blue\">支付宝充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>+66</text>-->\n <!--<text>充值成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-red\">线下公对公充值</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>-66</text>-->\n <!--<text>支付成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"color-green\">购买卡券</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--<view class=\"rechargeArrow\">-->\n <!-->-->\n <!--</view>-->\n <!--</uni-list>-->\n\n\n\n <!--<uni-list class=\"rechargeWrap\">-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text>-66</text>-->\n <!--<text>支付成功</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon uni-list-cell-pd\">-->\n <!--<text class=\"\">停车支付</text>-->\n <!--<text>2020-10-01 01:01:01</text>-->\n <!--</view>-->\n <!--<view class=\"rechargeArrow\">-->\n <!-->-->\n <!--</view>-->\n <!--</uni-list>-->\n\n <!--</uni-load-more>-->\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n title: 'picker',\n array: ['全部', '充值', '支付'],\n arrayWay: ['所有方式', '微信', '线下公对公'],\n index: 0,\n indexWay: 0,\n benginDate: currentDate,\n overDate: currentDate,\n rows:[],\n pageNum:1,//当前页\n pageSize:1,//每页条数\n reload:false,\n status:'more',\n contentText:{\n contentdown:'上拉加载更多~',\n contentrefresh:'正在加载更多~',\n contentmore:'我是有底线的~'\n },\n iconType:'auto', // 图标样式\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n // this.mycarNumber = params.carNumber;\n // this.myorderId = params.orderId;\n // this.myparkCode = params.parkCode;\n // this.myorderState = params.orderState;\n // this.totalFee = params.totalFee\n // this.unPayFee = params.unPayFee\n // if (params.orderState == 5) {\n // //停车补缴单 103\n // this.mypaySrcType = '103'\n // } else {\n // this.mypaySrcType = '101'\n // }\n // // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n // this.getWxCode();\n // this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n actionsClick(text){\n uni.showToast({\n title:text,\n icon:'none'\n })\n },\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n /deep/ .uni-section{\n padding-bottom: 10px;\n }\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n\n .container {\n overflow: hidden;\n }\n\n .custom-cover {\n flex: 1;\n flex-direction: row;\n position: relative;\n }\n\n .cover-content {\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n height: 40px;\n background-color: rgba($color: #000000, $alpha: 0.4);\n display: flex;\n flex-direction: row;\n align-items: center;\n padding-left: 15px;\n font-size: 14px;\n color: #fff;\n }\n\n .card-actions {\n display: flex;\n flex-direction: row;\n justify-content: space-around;\n align-items: center;\n height: 45px;\n border-top: 1px #eee solid;\n }\n .card-actions-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n }\n .card-actions-item-text {\n font-size: 12px;\n color: #666;\n margin-left: 5px;\n }\n .cover-image {\n flex: 1;\n height: 150px;\n }\n .no-border {\n border-width: 0;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./businessCard.vue?vue&type=style&index=0&id=866503f4&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255230461\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/inputCarNumber/inputCarNumber.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?cbe6","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?b2e3","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?7b38","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?ba6e","uni-app:///pages/inputCarNumber/inputCarNumber.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?439b","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?bb77"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,uH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACjBA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACsGj1B,wG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAEA,EACA,uBADA,EAEA,IAFA,kBAEA,CACA,SACA,sBADA,EAEA,OAFA,EAEA;AACA,0BAHA,EAGA;AACA,uDAJA,EAKA,yFALA,EAKA;AACA,+BANA,EAOA,sBAPA,EAQA,SARA,EASA,eACA,GADA,EAEA,GAFA,EAGA,GAHA,EAIA,GAJA,EAKA,GALA,EAMA,GANA,EAOA,GAPA,EAQA,GARA,EASA,GATA,EAUA,GAVA,EAWA,GAXA,EAYA,GAZA,EAaA,GAbA,EAcA,GAdA,EAeA,GAfA,EAgBA,GAhBA,EAiBA,GAjBA,EAkBA,GAlBA,EAmBA,GAnBA,EAoBA,GApBA,EAqBA,GArBA,EAsBA,GAtBA,EAuBA,GAvBA,EAwBA,GAxBA,EAyBA,GAzBA,EA0BA,GA1BA,EA2BA,GA3BA,EA4BA,GA5BA,EA6BA,GA7BA,EA8BA,GA9BA,EA+BA,GA/BA,CATA,EA0CA,8DA1CA,EA2CA,kIA3CA,EA4CA,uCA5CA,GA8CA,CAjDA,EAkDA,QACA;AACA;AACA;AAHA,GAlDA,EAuDA,MAvDA,oBAuDA,CACA,4BACA,CAzDA,EA0DA,YACA;AACA,aAFA,uBAEA,CACA,iCACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,8BACA,MACA,OACA,SACA,MACA,QACA,SACA,MA3BA,CA6BA,CAhCA,EA1DA,EA4FA,QACA;AACA;AACA;AACA;AACA;AACA;AANA,GA5FA,EAoGA,WACA;AACA,cAFA,sBAEA,CAFA,EAEA,KACA,KADA,GACA,QADA,CACA,KADA,CAEA,4BACA,2BACA,iBACA,sDACA,CAFA,MAEA,CACA,0DACA,CACA,CAXA,EAYA,WAZA,uBAYA,CAZA,EAYA;AACA,WADA,GACA,uBADA,CACA,KADA;AAEA;AACA,KAfA;AAgBA,aAhBA,qBAgBA,CAhBA,EAgBA;AACA,WADA,GACA,uBADA,CACA,KADA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAzBA;AA0BA,aA1BA,uBA0BA;AACA;AACA;AACA,KA7BA;AA8BA,eA9BA,yBA8BA;AACA;AACA;AACA;AACA;AACA,OAFA,MAEA;AACA;AACA;AACA;AACA,2BADA;AAEA,oBAFA;;;AAKA;;AAEA;AACA,0DADA;;AAGA,KAhDA;AAiDA,wBAjDA,kCAiDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OALA;AAMA,KA3DA,EApGA;;AAiKA,SAjKA,qBAiKA;AACA;AACA;AACA;AACA;AACA,KAFA,MAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAFA;AAGA,KAJA,EAIA,GAJA;AAKA,GAnLA,E;;;;;;;;;;;;;ACxGA;AAAA;AAAA;AAAA;AAAwgD,CAAgB,o6CAAG,EAAC,C;;;;;;;;;;;ACA5hD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/inputCarNumber/inputCarNumber.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/inputCarNumber/inputCarNumber.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./inputCarNumber.vue?vue&type=template&id=7ccb2f34&scoped=true&\"\nvar renderjs\nimport script from \"./inputCarNumber.vue?vue&type=script&lang=js&\"\nexport * from \"./inputCarNumber.vue?vue&type=script&lang=js&\"\nimport style0 from \"./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7ccb2f34\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/inputCarNumber/inputCarNumber.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=template&id=7ccb2f34&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n if (!_vm._isMounted) {\n _vm.e0 = function($event) {\n _vm.plateShowOrHide = true\n }\n\n _vm.e1 = function($event) {\n _vm.plateShowOrHide = false\n }\n }\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=script&lang=js&\"","\n<template>\n\n\t<view class=\"so-mask\">\n\n\t\t<view class=\"bg-icon\" :class=\"set\" >\n\t\t\t<image :src=\"carBg\" mode=\"\" class=\"bac\" />\n\t\t\t<view class=\"bg-text\">\n\t\t\t\t<view class=\"bg-text-top\">输 入 车 牌 号</view>\n\t\t\t\t<view class=\"bg-text-bottom\">输入完整车牌号,查询停车信息</view>\n\t\t\t</view>\n\t\t</view>\n\n\t\t<view class=\"so-plate animation-scale-up\">\n\t\t\t<view class=\"so-plate-head\">\n\t\t\t\t<view class=\"so-plate-type\">\n\t\t\t\t\t<radio-group @change=\"typeChange\">\n\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t<radio value=\"1\" :checked=\"type===1\" />\n\t\t\t\t\t\t\t普通车牌\n\t\t\t\t\t\t</label>\n\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t<radio value=\"2\" :checked=\"type===2\" />\n\t\t\t\t\t\t\t新能源车牌\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</radio-group>\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t\t<view class=\"so-plate-body\" @click=\"plateShowOrHide = true\">\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 0 }\" @tap=\"inputSwitch\" data-index=\"0\">\n\t\t\t\t\t<text>{{ currentInputValue[0] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 1 }\" @tap=\"inputSwitch\" data-index=\"1\">\n\t\t\t\t\t<text>{{ currentInputValue[1] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-dot\"></view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 2 }\" @tap=\"inputSwitch\" data-index=\"2\">\n\t\t\t\t\t<text>{{ currentInputValue[2] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 3 }\" @tap=\"inputSwitch\" data-index=\"3\">\n\t\t\t\t\t<text>{{ currentInputValue[3] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 4 }\" @tap=\"inputSwitch\" data-index=\"4\">\n\t\t\t\t\t<text>{{ currentInputValue[4] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 5 }\" @tap=\"inputSwitch\" data-index=\"5\">\n\t\t\t\t\t<text>{{ currentInputValue[5] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 6 }\" @tap=\"inputSwitch\" data-index=\"6\">\n\t\t\t\t\t<text>{{ currentInputValue[6] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 7 }\" @tap=\"inputSwitch\" v-if=\"type == 2\" data-index=\"7\">\n\t\t\t\t\t<text>{{ currentInputValue[7] }}</text>\n\t\t\t\t</view>\n\t\t\t</view>\n\n\n\t\t</view>\n\n\t\t<view style=\"padding: 0 10px;position: fixed;bottom: 0;left:0\">\n\t\t\t<view class=\"so-plate-foot\" v-show=\"plateShowOrHide\">\n\t\t\t\t<view class=\"so-plate-keyboard\" :style=\"{height:keyboardHeight}\">\n\t\t\t\t\t<view id=\"keyboard\">\n\t\t\t\t\t\t<block v-if=\"inputType == 1\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of provinceText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 1\">\n\t\t\t\t\t\t\t<text class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t\t<text class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType >= 3\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of numberText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType >= 2\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of wordText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 3\">\n\t\t\t\t\t\t\t<text v-for=\"el of fillBlock\" :key=\"el.num\" class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 4\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of lastWordText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<text v-if=\"inputType == 4\" class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t</view>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-btn-group\">\n\t\t\t\t\t<view>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--cancel\" @tap=\"plateShowOrHide = false\">取消</button>\n\t\t\t\t\t</view>\n\t\t\t\t\t<view>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--delete\" @tap=\"deleteKey\">删除</button>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--submit\" @tap=\"exportPlate\">完成</button>\n\n\t\t\t\t\t</view>\n\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n<script>\n\nimport carBg from 'static/inputCarNumber_pic/carBg.png'\n\nexport default {\n name: 'uni-plate-input',\n data() {\n return {\n plateShowOrHide: false,\n type: 1, //车牌类型\n currentInputIndex: 2, //当前编辑的输入框\n currentInputValue: ['苏', 'B', '', '', '', '', ''],\n fillBlock:[{num:11},{num:12},{num:13},{num:14},{num:15},{num:16}], //避免:key报错\n keyboardHeightInit:false,\n keyboardHeight:'auto',\n carBg: '',\n provinceText: [\n '粤',\n '京',\n '冀',\n '沪',\n '津',\n '晋',\n '蒙',\n '辽',\n '吉',\n '黑',\n '苏',\n '浙',\n '皖',\n '闽',\n '赣',\n '鲁',\n '豫',\n '鄂',\n '湘',\n '桂',\n '琼',\n '渝',\n '川',\n '贵',\n '云',\n '藏',\n '陕',\n '甘',\n '青',\n '宁',\n '新'\n ],\n numberText: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'],\n wordText: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],\n lastWordText: ['港', '澳', '学', '领', '警']\n };\n },\n props: {\n // plate: {\n // type: String\n // }\n },\n\tonShow(){\n this.carBg = carBg\n\t},\n computed: {\n //输入框类型\n inputType() {\n switch (this.currentInputIndex) {\n case 0:\n return 1;\n break;\n case 1:\n return 2;\n break;\n case 2:\n return 3;\n break;\n case 3:\n return 3;\n break;\n case 4:\n return 3;\n break;\n case 5:\n return 3;\n break;\n case 6:\n return this.type==2 ? 3 :4 ;\n break;\n case 7:\n return 4;\n break;\n default:\n return 1;\n break;\n }\n }\n },\n watch:{\n // currentInputIndex:function(n,o){\n // if(!this.keyboardHeightInit) return\n // this.$nextTick(()=>{\n // this.changeKeyboardHeight()\n // })\n // }\n },\n methods: {\n //车牌类型切换\n typeChange(e) {\n const {value} = e.detail;\n this.type = parseInt(value)\n this.currentInputIndex = 0\n if(value==1){\n this.currentInputValue = ['','','','','','','']\n }else{\n this.currentInputValue = ['','','','','','','','']\n }\n },\n inputSwitch(e) {\n const { index } = e.currentTarget.dataset;\n this.currentInputIndex = parseInt(index);\n },\n chooseKey(e) {\n const { value } = e.currentTarget.dataset;\n this.$set(this.currentInputValue, this.currentInputIndex, value);\n if(this.type==1 && this.currentInputIndex<6){\n this.currentInputIndex++\n }\n if(this.type==2 && this.currentInputIndex<7){\n this.currentInputIndex++\n }\n },\n deleteKey(){\n this.$set(this.currentInputValue,this.currentInputIndex,'')\n if(this.currentInputIndex!=0) this.currentInputIndex--\n },\n exportPlate(){\n const plate = this.currentInputValue.join('')\n let err = false\n if(this.type===1&&plate.length!=7){\n err = true\n }else if(this.type===2&&plate.length!=8){\n err = true\n }\n if(err) return uni.showToast({\n title:'请输入完整的车牌号码',\n icon:'none'\n })\n\n console.log(plate)\n\n uni.navigateTo({\n url: '../parkRecord/parkRecord?carNumber='+plate\n })\n },\n changeKeyboardHeight(){\n const that = this\n const query = uni.createSelectorQuery().in(this);\n query.select('#keyboard').boundingClientRect();\n query.exec(function(res) {\n if(res&&res[0]){\n that.keyboardHeight = res[0].height + uni.upx2px(30) + 'px'\n that.keyboardHeightInit = true\n }\n });\n }\n },\n mounted() {\n console.log(this.plate);\n const plateKey = this.plate.split('')\n if(plateKey.length===7){\n this.type=1\n }else if(plateKey.length===8){\n this.type=2\n }\n if(plateKey.length===7 || plateKey.length===8){\n this.currentInputValue = plateKey\n this.currentInputIndex = plateKey.length-1\n }\n\n setTimeout(() => { //在动画结束之后才开始获取\n this.$nextTick(()=>{\n this.changeKeyboardHeight()\n })\n }, 500);\n }\n};\n</script>\n<style scoped lang=\"less\">\n\t@import 'uni-plate-input';\n\t.bg-icon{\n\t\t/*padding: 10px 0;*/\n\t\theight: 60px;\n\t\t/*background: url(\"../../static/inputCarNumber_pic/carBg.png\") no-repeat;*/\n\t\t/*background-size: 100% 100%;*/\n\t\tcolor: #FFF;\n\t}\n\t.bac{\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 60px;\n\t}\n\t.bg-text{\n\t\twidth: 100%;\n\t\tposition: absolute;\n\t\ttop:10px;\n\t\ttext-align: center;\n\n\t}\n</style>\n\n\n\n\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--10-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--10-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984894973\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?cbe6","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?b2e3","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?7b38","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?ba6e","uni-app:///pages/inputCarNumber/inputCarNumber.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?439b","webpack:////Users/liugongyu/Documents/jiangyin/pages/inputCarNumber/inputCarNumber.vue?bb77"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,uH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACjBA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACsGj1B,wG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAEA,EACA,uBADA,EAEA,IAFA,kBAEA,CACA,SACA,sBADA,EAEA,OAFA,EAEA;AACA,0BAHA,EAGA;AACA,uDAJA,EAKA,yFALA,EAKA;AACA,+BANA,EAOA,sBAPA,EAQA,SARA,EASA,eACA,GADA,EAEA,GAFA,EAGA,GAHA,EAIA,GAJA,EAKA,GALA,EAMA,GANA,EAOA,GAPA,EAQA,GARA,EASA,GATA,EAUA,GAVA,EAWA,GAXA,EAYA,GAZA,EAaA,GAbA,EAcA,GAdA,EAeA,GAfA,EAgBA,GAhBA,EAiBA,GAjBA,EAkBA,GAlBA,EAmBA,GAnBA,EAoBA,GApBA,EAqBA,GArBA,EAsBA,GAtBA,EAuBA,GAvBA,EAwBA,GAxBA,EAyBA,GAzBA,EA0BA,GA1BA,EA2BA,GA3BA,EA4BA,GA5BA,EA6BA,GA7BA,EA8BA,GA9BA,EA+BA,GA/BA,CATA,EA0CA,8DA1CA,EA2CA,kIA3CA,EA4CA,uCA5CA,GA8CA,CAjDA,EAkDA,QACA;AACA;AACA;AAHA,GAlDA,EAuDA,MAvDA,oBAuDA,CACA,4BACA,CAzDA,EA0DA,YACA;AACA,aAFA,uBAEA,CACA,iCACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,SACA,MACA,OACA,8BACA,MACA,OACA,SACA,MACA,QACA,SACA,MA3BA,CA6BA,CAhCA,EA1DA,EA4FA,QACA;AACA;AACA;AACA;AACA;AACA;AANA,GA5FA,EAoGA,WACA;AACA,cAFA,sBAEA,CAFA,EAEA,KACA,KADA,GACA,QADA,CACA,KADA,CAEA,4BACA,2BACA,iBACA,sDACA,CAFA,MAEA,CACA,0DACA,CACA,CAXA,EAYA,WAZA,uBAYA,CAZA,EAYA;AACA,WADA,GACA,uBADA,CACA,KADA;AAEA;AACA,KAfA;AAgBA,aAhBA,qBAgBA,CAhBA,EAgBA;AACA,WADA,GACA,uBADA,CACA,KADA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAzBA;AA0BA,aA1BA,uBA0BA;AACA;AACA;AACA,KA7BA;AA8BA,eA9BA,yBA8BA;AACA;AACA;AACA;AACA;AACA,OAFA,MAEA;AACA;AACA;AACA;AACA,2BADA;AAEA,oBAFA;;;AAKA;;AAEA;AACA,0DADA;;AAGA,KAhDA;AAiDA,wBAjDA,kCAiDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OALA;AAMA,KA3DA,EApGA;;AAiKA,SAjKA,qBAiKA;AACA;AACA;AACA;AACA;AACA,KAFA,MAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAFA;AAGA,KAJA,EAIA,GAJA;AAKA,GAnLA,E;;;;;;;;;;;;;ACxGA;AAAA;AAAA;AAAA;AAAwgD,CAAgB,o6CAAG,EAAC,C;;;;;;;;;;;ACA5hD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/inputCarNumber/inputCarNumber.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/inputCarNumber/inputCarNumber.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./inputCarNumber.vue?vue&type=template&id=7ccb2f34&scoped=true&\"\nvar renderjs\nimport script from \"./inputCarNumber.vue?vue&type=script&lang=js&\"\nexport * from \"./inputCarNumber.vue?vue&type=script&lang=js&\"\nimport style0 from \"./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7ccb2f34\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/inputCarNumber/inputCarNumber.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=template&id=7ccb2f34&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n if (!_vm._isMounted) {\n _vm.e0 = function($event) {\n _vm.plateShowOrHide = true\n }\n\n _vm.e1 = function($event) {\n _vm.plateShowOrHide = false\n }\n }\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=script&lang=js&\"","\n<template>\n\n\t<view class=\"so-mask\">\n\n\t\t<view class=\"bg-icon\" :class=\"set\" >\n\t\t\t<image :src=\"carBg\" mode=\"\" class=\"bac\" />\n\t\t\t<view class=\"bg-text\">\n\t\t\t\t<view class=\"bg-text-top\">输 入 车 牌 号</view>\n\t\t\t\t<view class=\"bg-text-bottom\">输入完整车牌号,查询停车信息</view>\n\t\t\t</view>\n\t\t</view>\n\n\t\t<view class=\"so-plate animation-scale-up\">\n\t\t\t<view class=\"so-plate-head\">\n\t\t\t\t<view class=\"so-plate-type\">\n\t\t\t\t\t<radio-group @change=\"typeChange\">\n\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t<radio value=\"1\" :checked=\"type===1\" />\n\t\t\t\t\t\t\t普通车牌\n\t\t\t\t\t\t</label>\n\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t<radio value=\"2\" :checked=\"type===2\" />\n\t\t\t\t\t\t\t新能源车牌\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</radio-group>\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t\t<view class=\"so-plate-body\" @click=\"plateShowOrHide = true\">\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 0 }\" @tap=\"inputSwitch\" data-index=\"0\">\n\t\t\t\t\t<text>{{ currentInputValue[0] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 1 }\" @tap=\"inputSwitch\" data-index=\"1\">\n\t\t\t\t\t<text>{{ currentInputValue[1] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-dot\"></view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 2 }\" @tap=\"inputSwitch\" data-index=\"2\">\n\t\t\t\t\t<text>{{ currentInputValue[2] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 3 }\" @tap=\"inputSwitch\" data-index=\"3\">\n\t\t\t\t\t<text>{{ currentInputValue[3] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 4 }\" @tap=\"inputSwitch\" data-index=\"4\">\n\t\t\t\t\t<text>{{ currentInputValue[4] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 5 }\" @tap=\"inputSwitch\" data-index=\"5\">\n\t\t\t\t\t<text>{{ currentInputValue[5] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 6 }\" @tap=\"inputSwitch\" data-index=\"6\">\n\t\t\t\t\t<text>{{ currentInputValue[6] }}</text>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-word\" :class=\"{ active: currentInputIndex == 7 }\" @tap=\"inputSwitch\" v-if=\"type == 2\" data-index=\"7\">\n\t\t\t\t\t<text>{{ currentInputValue[7] }}</text>\n\t\t\t\t</view>\n\t\t\t</view>\n\n\n\t\t</view>\n\n\t\t<view style=\"padding: 0 10px;position: fixed;bottom: 0;left:0\">\n\t\t\t<view class=\"so-plate-foot\" v-show=\"plateShowOrHide\">\n\t\t\t\t<view class=\"so-plate-keyboard\" :style=\"{height:keyboardHeight}\">\n\t\t\t\t\t<view id=\"keyboard\">\n\t\t\t\t\t\t<block v-if=\"inputType == 1\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of provinceText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 1\">\n\t\t\t\t\t\t\t<text class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t\t<text class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType >= 3\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of numberText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType >= 2\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of wordText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 3\">\n\t\t\t\t\t\t\t<text v-for=\"el of fillBlock\" :key=\"el.num\" class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<block v-if=\"inputType == 4\">\n\t\t\t\t\t\t\t<view hover-class=\"hover\" class=\"so-plate-key\" v-for=\"el of lastWordText\" :key=\"el\" :data-value=\"el\" @tap=\"chooseKey\">{{ el }}</view>\n\t\t\t\t\t\t</block>\n\t\t\t\t\t\t<text v-if=\"inputType == 4\" class=\"so-plate-key fill-block\"></text>\n\t\t\t\t\t</view>\n\t\t\t\t</view>\n\t\t\t\t<view class=\"so-plate-btn-group\">\n\t\t\t\t\t<view>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--cancel\" @tap=\"plateShowOrHide = false\">取消</button>\n\t\t\t\t\t</view>\n\t\t\t\t\t<view>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--delete\" @tap=\"deleteKey\">删除</button>\n\t\t\t\t\t\t<button class=\"so-plate-btn so-plate-btn--submit\" @tap=\"exportPlate\">完成</button>\n\n\t\t\t\t\t</view>\n\n\t\t\t\t</view>\n\t\t\t</view>\n\t\t</view>\n\t</view>\n</template>\n<script>\n\nimport carBg from 'static/inputCarNumber_pic/carBg.png'\n\nexport default {\n name: 'uni-plate-input',\n data() {\n return {\n plateShowOrHide: false,\n type: 1, //车牌类型\n currentInputIndex: 2, //当前编辑的输入框\n currentInputValue: ['苏', 'B', '', '', '', '', ''],\n fillBlock:[{num:11},{num:12},{num:13},{num:14},{num:15},{num:16}], //避免:key报错\n keyboardHeightInit:false,\n keyboardHeight:'auto',\n carBg: '',\n provinceText: [\n '粤',\n '京',\n '冀',\n '沪',\n '津',\n '晋',\n '蒙',\n '辽',\n '吉',\n '黑',\n '苏',\n '浙',\n '皖',\n '闽',\n '赣',\n '鲁',\n '豫',\n '鄂',\n '湘',\n '桂',\n '琼',\n '渝',\n '川',\n '贵',\n '云',\n '藏',\n '陕',\n '甘',\n '青',\n '宁',\n '新'\n ],\n numberText: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'],\n wordText: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'],\n lastWordText: ['港', '澳', '学', '领', '警']\n };\n },\n props: {\n // plate: {\n // type: String\n // }\n },\n\tonShow(){\n this.carBg = carBg\n\t},\n computed: {\n //输入框类型\n inputType() {\n switch (this.currentInputIndex) {\n case 0:\n return 1;\n break;\n case 1:\n return 2;\n break;\n case 2:\n return 3;\n break;\n case 3:\n return 3;\n break;\n case 4:\n return 3;\n break;\n case 5:\n return 3;\n break;\n case 6:\n return this.type==2 ? 3 :4 ;\n break;\n case 7:\n return 4;\n break;\n default:\n return 1;\n break;\n }\n }\n },\n watch:{\n // currentInputIndex:function(n,o){\n // if(!this.keyboardHeightInit) return\n // this.$nextTick(()=>{\n // this.changeKeyboardHeight()\n // })\n // }\n },\n methods: {\n //车牌类型切换\n typeChange(e) {\n const {value} = e.detail;\n this.type = parseInt(value)\n this.currentInputIndex = 0\n if(value==1){\n this.currentInputValue = ['','','','','','','']\n }else{\n this.currentInputValue = ['','','','','','','','']\n }\n },\n inputSwitch(e) {\n const { index } = e.currentTarget.dataset;\n this.currentInputIndex = parseInt(index);\n },\n chooseKey(e) {\n const { value } = e.currentTarget.dataset;\n this.$set(this.currentInputValue, this.currentInputIndex, value);\n if(this.type==1 && this.currentInputIndex<6){\n this.currentInputIndex++\n }\n if(this.type==2 && this.currentInputIndex<7){\n this.currentInputIndex++\n }\n },\n deleteKey(){\n this.$set(this.currentInputValue,this.currentInputIndex,'')\n if(this.currentInputIndex!=0) this.currentInputIndex--\n },\n exportPlate(){\n const plate = this.currentInputValue.join('')\n let err = false\n if(this.type===1&&plate.length!=7){\n err = true\n }else if(this.type===2&&plate.length!=8){\n err = true\n }\n if(err) return uni.showToast({\n title:'请输入完整的车牌号码',\n icon:'none'\n })\n\n console.log(plate)\n\n uni.navigateTo({\n url: '../parkRecord/parkRecord?carNumber='+plate\n })\n },\n changeKeyboardHeight(){\n const that = this\n const query = uni.createSelectorQuery().in(this);\n query.select('#keyboard').boundingClientRect();\n query.exec(function(res) {\n if(res&&res[0]){\n that.keyboardHeight = res[0].height + uni.upx2px(30) + 'px'\n that.keyboardHeightInit = true\n }\n });\n }\n },\n mounted() {\n console.log(this.plate);\n const plateKey = this.plate.split('')\n if(plateKey.length===7){\n this.type=1\n }else if(plateKey.length===8){\n this.type=2\n }\n if(plateKey.length===7 || plateKey.length===8){\n this.currentInputValue = plateKey\n this.currentInputIndex = plateKey.length-1\n }\n\n setTimeout(() => { //在动画结束之后才开始获取\n this.$nextTick(()=>{\n this.changeKeyboardHeight()\n })\n }, 500);\n }\n};\n</script>\n<style scoped lang=\"less\">\n\t@import 'uni-plate-input';\n\t.bg-icon{\n\t\t/*padding: 10px 0;*/\n\t\theight: 60px;\n\t\t/*background: url(\"../../static/inputCarNumber_pic/carBg.png\") no-repeat;*/\n\t\t/*background-size: 100% 100%;*/\n\t\tcolor: #FFF;\n\t}\n\t.bac{\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 60px;\n\t}\n\t.bg-text{\n\t\twidth: 100%;\n\t\tposition: absolute;\n\t\ttop:10px;\n\t\ttext-align: center;\n\n\t}\n</style>\n\n\n\n\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--10-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--10-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--10-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./inputCarNumber.vue?vue&type=style&index=0&id=7ccb2f34&scoped=true&lang=less&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226254\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/moneyRecharge/moneyRecharge.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?020c","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?6bc8","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?e6af","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?2a60","uni-app:///pages/moneyRecharge/moneyRecharge.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?83a2","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?ffe4"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,oH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,sBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAsI;AACtI;AACiE;AACL;AACsC;;;AAGlG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,mFAAM;AACR,EAAE,oGAAM;AACR,EAAE,6GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,wGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,0MAEN;AACP,KAAK;AACL;AACA,aAAa,uPAEN;AACP,KAAK;AACL;AACA,aAAa,qRAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;AC3CA;AAAA;AAAA;AAAA;AAA4zB,CAAgB,2yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACwDh1B,4F;AACA;AACA,MADA,kBACA;AACA;AACA;AACA;AACA,oBADA,EADA;;AAIA;AACA,oBADA,EAJA;;AAOA;AACA,oBADA,EAPA;;AAUA;AACA,oBADA,EAVA;;AAaA;AACA,qBADA,EAbA;;AAgBA;AACA,kBADA,EAhBA,CADA;;;AAqBA,qBArBA;AAsBA,qBAtBA;AAuBA,mBAvBA;AAwBA,oBAxBA;AAyBA,sBAzBA;AA0BA,qBA1BA;AA2BA,mBA3BA;AA4BA,qBA5BA;AA6BA,sBA7BA;AA8BA,mBA9BA;AA+BA,yBA/BA;AAgCA,kBAhCA;AAiCA,mBAjCA;AAkCA,kBAlCA,EAkCA;AACA,sBAnCA;AAoCA,kBApCA,CAoCA;AApCA;AAsCA,GAxCA;AAyCA,QAzCA,kBAyCA,MAzCA,EAyCA;AACA;AACA,2BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAHA,MAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GA7DA;AA8DA,QA9DA,oBA8DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2CAPA,CAOA;AACA;AACA;AACA;AACA;AACA,aADA;AAEA;AACA,GA5EA;AA6EA;AACA,UADA,kBACA,CADA,EACA;;;AAGA,WAHA;AAIA,cAJA,CAGA,KAHA;AAKA;AACA;AACA;AACA,2EADA;AAEA,oBAFA;;AAIA,KAZA;AAaA,WAbA,qBAaA;AACA;AACA;AACA;AACA;AACA,kCADA,EACA;AACA;AACA,OAHA,MAGA;AACA;AACA;AACA,KAvBA;AAwBA;AACA,iBAzBA,2BAyBA;AACA;AACA;AACA;AACA;AACA,uBADA;AAEA,sBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,oBADA,GACA,4BADA,GACA,aADA,GACA,cADA,GACA,WADA,GACA,sBADA;AAEA;AACA,kBADA;;AAGA,KAzCA;AA0CA;AACA,mBA3CA,2BA2CA,OA3CA,EA2CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,0BAHA;;AAKA;AACA;AACA;AACA,KA1DA;AA2DA,YA3DA,sBA2DA;AACA;AACA;AACA,4BADA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAnFA;AAoFA,gBApFA,0BAoFA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA;AACA,OAFA,MAEA;AACA;AACA;AACA,KAjGA;AAkGA,cAlGA,wBAkGA;AACA;AACA;AACA;AACA;AACA,oCADA;AAEA,yBAFA;AAGA,yBAHA;AAIA,0BAJA;AAKA,8BALA,EAKA;AACA,8BANA,EAMA;AACA,2CAPA;AAQA,4CARA;AASA,kCATA;;AAWA;AACA,0CADA;AAEA,sCAFA;AAGA;AACA;AACA,wBALA;AAMA,sBANA;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAPA,MAOA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA,eALA;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA,SA7BA;AA8BA;AACA;AACA;AACA,SAjCA;;AAmCA,KApJA;AAqJA,YArJA,oBAqJA,aArJA,EAqJA;AACA;AACA;AACA;AACA;AACA;AACA,mCADA;AAEA,qCAFA;AAGA,gCAHA;AAIA,kBAJA;AAKA,0BALA;AAMA,4CANA;AAOA,kCAPA;AAQA;AACA;AACA,6CAVA;AAWA;AACA;AACA;AAbA;AAeA;AACA;AACA,qCAFA;AAGA,sCAHA;AAIA;AACA;AACA,4CADA,EALA;;AAQA,wBARA;AASA,sBATA;AAUA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAtBA;AAuBA;AACA;AACA;AACA,SA1BA;;AA4BA,KArMA;AAsMA;AACA,aAvMA,qBAuMA,MAvMA,EAuMA;AACA;AACA;AACA;AACA,yBADA;AAEA,mCAFA;AAGA;AACA,iCAJA;AAKA;AACA,+BANA;AAOA,iCAPA;AAQA,+BARA;AASA;AACA;AACA;AACA,kBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,sBADA;;AAGA,SAhBA;AAiBA;AACA;AACA;AACA,uBADA;AAEA,8BAFA;AAGA,6BAHA;AAIA;AACA;AACA;AACA;AACA,aARA;;AAUA,SA7BA;;AA+BA,KAzOA;AA0OA,uBA1OA,+BA0OA,MA1OA,EA0OA,OA1OA,EA0OA,QA1OA,EA0OA,MA1OA,EA0OA,UA1OA,EA0OA,QA1OA,EA0OA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,0BAJA;AAKA,sBALA;AAMA,8BANA;AAOA,0BAPA;;AASA;AACA,yBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA,aARA,MAQA;AACA;AACA;AACA;AACA,eAFA,MAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAvBA,MAuBA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA;AACA,SAjDA;AAkDA;AACA;AACA;AACA,SArDA;;AAuDA,KAlTA;AAmTA;AACA,cApTA,sBAoTA,YApTA,EAoTA,OApTA,EAoTA,cApTA,EAoTA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,kCADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,sCAJA;;AAMA;AACA,uBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,8BAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA,yBAFA;AAGA,eARA;;AAUA;AACA;AACA;AACA;AACA;AACA;AACA,WAjBA,MAiBA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA,WAZA,MAYA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA,yBAFA;AAGA,eARA;;AAUA;AACA,SAtDA;AAuDA;AACA;AACA;AACA,SA1DA;;AA4DA,KA9XA;AA+XA;AACA,oBAhYA,4BAgYA,MAhYA,EAgYA,OAhYA,EAgYA,QAhYA,EAgYA,MAhYA,EAgYA,UAhYA,EAgYA,QAhYA,EAgYA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,0BAJA;AAKA,sBALA;AAMA,8BANA;AAOA,0BAPA;;AASA;AACA,yBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAPA,MAOA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA;AACA,SAjCA;AAkCA;AACA;AACA;AACA,SArCA;;AAuCA,KAxbA;AAybA;AACA,aA1bA,uBA0bA;AACA;AACA;AACA,0BADA;AAEA;AACA;AACA;AACA;AACA,SANA;;AAQA,KApcA;AAqcA,gBArcA,wBAqcA,IArcA,EAqcA;AACA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,yBADA;AAEA;AACA,+CADA;AAEA,oBAFA,EAFA;;AAMA;AACA,4CADA,EANA;;AASA,wBATA;AAUA,sBAVA;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAvBA;AAwBA;AACA;AACA;AACA,SA3BA;;AA6BA,KA3eA;AA4eA;AACA,iBA7eA,2BA6eA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBADA;AAEA,2BAFA;AAGA,gCAHA;AAIA;AACA;AACA;AACA;AACA,WARA;;AAUA,OAlBA,MAkBA;AACA;AACA;AACA,oBADA;AAEA,yBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,sBADA,EACA;AACA,+BAFA;AAGA,yCAHA;AAIA;AACA,qCALA;AAMA,8BANA,EAMA;AACA;AACA,iDARA;AASA,mCATA;AAUA,oBAVA;AAWA,WAXA;AAYA,WAZA;AAaA,YAbA;AAcA;AACA,iCADA;AAEA,mDAFA;AAGA,iCAHA,IAdA;;;AAoBA;AACA,4BADA;AAEA,qEAFA;AAGA;AACA,8CADA,EAHA;;AAMA,0BANA;AAOA,wBAPA;AAQA;AACA;AACA;AACA;AACA;AACA;AACA,sBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,0BADA;;AAGA,aANA,MAMA;AACA;AACA,uCADA;AAEA,4BAFA;AAGA,8BAHA;;AAKA;AACA,WAzBA;AA0BA;AACA;AACA;AACA,WA7BA;;AA+BA;AACA,KA/jBA,EA7EA,E;;;;;;;;;;;;;ACzDA;AAAA;AAAA;AAAA;AAAuiD,CAAgB,k8CAAG,EAAC,C;;;;;;;;;;;ACA3jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/moneyRecharge/moneyRecharge.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/moneyRecharge/moneyRecharge.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./moneyRecharge.vue?vue&type=template&id=4bb5dd96&scoped=true&\"\nvar renderjs\nimport script from \"./moneyRecharge.vue?vue&type=script&lang=js&\"\nexport * from \"./moneyRecharge.vue?vue&type=script&lang=js&\"\nimport style0 from \"./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4bb5dd96\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/moneyRecharge/moneyRecharge.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=template&id=4bb5dd96&scoped=true&\"","var components\ntry {\n components = {\n uniSection: function() {\n return import(\n /* webpackChunkName: \"components/uni-section/uni-section\" */ \"@/components/uni-section/uni-section.vue\"\n )\n },\n uniGrid: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-grid/components/uni-grid/uni-grid\" */ \"@/uni_modules/uni-grid/components/uni-grid/uni-grid.vue\"\n )\n },\n uniGridItem: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\" */ \"@/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <!--<view class=\"order-title\">-->\n <!--订单详情-->\n <!--</view>-->\n <view class=\"rechargeTop\">\n <view class=\"toDetail uni-list-cell-pd uni-right\">明细 ></view>\n <view class=\"rechargeNum uni-center\">¥17.34</view>\n </view>\n\n\n\n <uni-section title=\"充值金额\" type=\"line\" padding>\n <uni-grid :column=\"3\" :highlight=\"true\" :showBorder=\"false\" :square=\"false\" @change=\"change\">\n <uni-grid-item v-for=\"(item, index) in ListData\" :index=\"index\" :key=\"index\"\n >\n <view class=\"grid-item-box\" style=\"background-color: #fff;\">\n <view class=\"text\" :class=\"currentIndex==index?'itemActive':''\">{{item.text}}</view>\n </view>\n </uni-grid-item>\n </uni-grid>\n </uni-section>\n\n <view class=\"uni-list-cell-pd\">\n 温馨提示:暂不支持退款,请谨慎选择充值金额!\n </view>\n <view class=\"border-bg\"></view>\n\n\n <!--<view class=\"order-line-bold\"></view>-->\n <view class=\"order-title\">\n 支付方法\n </view>\n <view class=\"order-line\"></view>\n\n <view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">\n <image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>\n <view class=\"order-info\" style=\"margin-left: 8px;\">\n 微信支付\n </view>\n\n <image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"\n class=\"orderwaysSel\"></image>\n <image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>\n\n\n </view>\n\n <button @click=\"payClick\" class=\"button-sp-area\" type=\"primary\" plain=\"true\">确认充值</button>\n <view v-show=\"alertFlag\">\n <div class=\"alertFlag\">请先登录</div>\n </view>\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n return {\n ListData: [\n {\n text: '100元'\n },\n {\n text: '200元'\n },\n {\n text: '300元'\n },\n {\n text: '600元'\n },\n {\n text: '1000元'\n },\n {\n text: '其他'\n },\n ],\n currentIndex: 0,\n mycarNumber: '',\n myorderId: '',\n myparkCode: '',\n myorderinfo1: {},\n myorderinfo: {},\n payWaysSel: 0,\n myorderState: 0,\n mypaySrcType: '',\n selCoupon: {},\n appOrderTimeout: '',\n loginflag: 0,\n phoneNumb: '',\n totalFee: '', //应收\n alertFlag: false,\n unPayFee: '' //实收\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n this.mycarNumber = params.carNumber;\n this.myorderId = params.orderId;\n this.myparkCode = params.parkCode;\n this.myorderState = params.orderState;\n this.totalFee = params.totalFee\n this.unPayFee = params.unPayFee\n if (params.orderState == 5) {\n //停车补缴单 103\n this.mypaySrcType = '103'\n } else {\n this.mypaySrcType = '101'\n }\n // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n this.getWxCode();\n this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n methods: {\n change(e) {\n\n let {\n index\n } = e.detail\n // this.list[index].badge && this.list[index].badge++\n this.currentIndex = index\n uni.showToast({\n title: `点击第${index + 1}个宫格`,\n icon: 'none'\n })\n },\n PDlogin() {\n var me = this;\n // var loginflag = 0;\n var globalUser = me.getGlobalUser(\"globalUser\");\n if (globalUser == undefined || globalUser == null || globalUser.token == null || globalUser.token == undefined ||\n globalUser.token.length == 0) {\n me.loginflag = 0;\n } else {\n me.loginflag = 1;\n }\n },\n //选择优惠券\n DiscountClick() {\n console.log(\"gotoDiscountView\");\n var me = this;\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 4000\n })\n return;\n }\n var myurl = 'use_couponList/use_couponList?plNo=' + me.myparkCode + '&parkingDura=' + me.myorderinfo.staytime +\n '&parkingFee=' + me.myorderinfo.orderTotalFee + '&carNumber=' + me.mycarNumber + '&carType=' + me.myorderinfo.carType;\n uni.navigateTo({\n url: myurl\n });\n },\n //选择支付方式\n selPaywaysClick(selNumb) {\n let me = this\n this.payWaysSel = selNumb;\n console.log(\"this.payWaysSel: \" + this.payWaysSel);\n console.log(me.loginflag)\n if (this.payWaysSel == 1) {\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 2000\n })\n return;\n }\n }\n },\n payClick() {\n var me = this;\n me.goPay_billQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon.discValue);\n // if(me.myorderinfo.orderFee == 0){\n // \tuni.showModal({\n // \t\ttitle: '提示',\n // \t\tcontent: '0元无需支付',\n // \t\tshowCancel: false,\n // \t\tsuccess: function(res) {\n // \t\t\tif (res.confirm) {\n // \t\t\t\tconsole.log('0元无需支付');\n // \t\t\t\tme.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode ,me.selCoupon.cardNo ,me.selCoupon.couponType ,me.selCoupon.discValue);\n // \t\t\t}\n // \t\t}\n // \t});\n // \treturn;\n // }\n // //用户选择微信支付\n // if (me.payWaysSel == 0) {\n // \tme.getWxPayinfo();\n // } else {\n // \tme.UseAccountPay();\n // }\n },\n getWxPayinfo() {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getwxpayinfoUrl = common.getwxpayinfoUrl;\n if (me.mypaySrcType == 101) {\n me.payQuery(100)\n } else {\n me.rltOrderId()\n }\n },\n rltOrderId() {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n var jsondata = {\n parkOrderIds: [me.myorderId],\n orderBigType: 100,\n payOrderType: 103,\n terminalSource: 11,\n operCode: me.phoneNumb,//订单生成操作人 如果是车主 传 custId\n operName: me.phoneNumb,//订单生成操作人名称 如果是车主 传车主名称或手机号\n orgId: common.public_orgId,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n };\n uni.request({\n url: common.doOrderCreate,\n data: JSON.stringify(jsondata),\n // url: getwxPayUnifiedorderUrl,\n // data: JSON.stringify(common.requestSign(jsondata)),\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n if (res.data.code == 0) {\n console.log(res.data.data.rltOrderId);\n me.myorderId = res.data.data.rltOrderId\n console.log(me.myorderId)\n me.payQuery(100)\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n }\n });\n // uni.showToast({\n // \ttitle: res.data.message,\n // \t// icon: none;\n // \tduration: 2000\n // })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n },\n payQuery(_orderBigType) {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n console.log(me.mypaySrcType)\n var jsondata = {\n orderBigType: _orderBigType,\n payOrderType: me.mypaySrcType,\n rltOrderId: me.myorderId,\n payType: 2,\n terminalSource: 11,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n // totalFee: '', //应收\n // unPayFee: '' //实收\n payUserId: me.getWxOpenid(\"WxOpenid\"),\n terminalOS: uni.getSystemInfoSync().platform == 'android' ? 'AND' : 'IOS',\n //terminalOS:isAndroid?'AND':'IOS',\n //uni.getSystemInfoSync().platform\n };\n uni.request({\n //url: getwxpayinfoUrl,\n url: common.doPayUrl,\n data: JSON.stringify(jsondata),\n //data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.statusCode == 200) {\n me.myorderinfo1 = res.data;\n // var code = res.data.code;\n console.log(JSON.stringify(res.data));\n // var mydata = res.data;\n var mydata = JSON.parse(res.data.data.jsPayRequest);\n me.MakeWxPay(mydata);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 调用微信支付\n MakeWxPay(mydata) {\n console.log('3')\n var me = this;\n uni.requestPayment({\n provider: 'wxpay',\n timeStamp: mydata.timeStamp,\n //随机字符串,长度为32个字符以下\n nonceStr: mydata.nonceStr,\n //统一下单接口返回的 prepay_id 参数值,提交格式如:prepay_id=xx。\n package: mydata.package,\n signType: mydata.signType,\n paySign: mydata.paySign,\n success: function (res) {\n console.log('success:' + JSON.stringify(res));\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=微信&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n },\n fail: function (err) {\n console.log('fail:' + JSON.stringify(err));\n uni.showModal({\n title: '提示',\n content: '支付失败/取消',\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('支付失败');\n }\n }\n });\n }\n });\n },\n goPay_billQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n // uni.showLoading({\n // \tmask: true,\n // \ttitle: \"请稍后...\"\n // });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n if (me.myorderinfo.orderFee == 0) {\n\n\n // 101:停车付款单,102:停车预付单,103:停车补缴单,201:余额充值单,202:押金充值;301:会员卡购买单,302:会员卡续费\n //个人使用的卡券cardId\n // couponPersonId:\n // paySrcType: me.mypaySrcType,\n me.zeroPayUrl(me.mypaySrcType, res.data.data.orderId, me.selCoupon.custCardId);\n } else {\n //用户选择微信支付\n if (me.payWaysSel == 0) {\n me.getWxPayinfo();\n } else {\n me.UseAccountPay();\n }\n }\n // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 0元支付\n zeroPayUrl(payOrderType, orderId, couponPersonId) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var zeroPayUrl = common.zeroPayUrl;\n var jsondata = {\n payOrderType: payOrderType,\n orderId: orderId,\n terminalSource: '11',\n couponPersonId: couponPersonId\n }\n uni.request({\n url: zeroPayUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n uni.showModal({\n title: '提示',\n content: '支付成功!',\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n // me.myorderinfo = res.data.data;\n // me.appOrderTimeout = res.data.data.appOrderTimeout;\n // // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n //初始化订单信息\n GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 获取openid\n getWxCode() {\n var that = this;\n uni.login({\n provider: 'weixin',\n success: function (loginRes) {\n console.log(JSON.stringify(loginRes));\n console.log(loginRes.code);\n that.get_WxOpenid(loginRes.code);\n }\n });\n },\n get_WxOpenid(code) {\n var me = this;\n console.log('123456');\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getOpenidUrl = common.getOpenidUrl;\n uni.request({\n url: getOpenidUrl,\n data: {\n appId: common.hs_wxPay_appId,\n code: code\n },\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.data.code == 0) {\n console.log('id')\n // me.myorderinfo = res.data.data;\n // // var code = res.data.code;\n uni.setStorageSync(\"WxOpenid\", res.data.data.openid);\n console.log(JSON.stringify(res.data));\n console.log(\"wxopenid = \" + res.data.data.openid);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 使用余额支付\n UseAccountPay() {\n var me = this;\n console.log(me.loginflag + 'aaaaa')\n if (me.loginflag == 0) {\n console.log('123123')\n // this.alertFlag = true\n // uni.showToast({\n // \ttitle: '请先登录',\n // \ticon: 'none',\n // \tduration: 4000\n // })\n uni.showModal({\n title: '提示',\n showCancel: false,\n content: '未登录状态,请先登录!',\n success: function (res) {\n if (res.confirm) {\n console.log('用户点击确定');\n }\n }\n });\n } else {\n console.log('bbbb')\n uni.showLoading({\n mask: true,\n title: \"请稍后...\",\n duration: 4000\n });\n uni.showNavigationBarLoading();\n var accountPayUrl = common.accountPayUrl;\n var jsondata = {\n payType: '5', //支付方式-- 1:支付宝 2:微信 3:银联 4:微信公众号 5 个人账户\n orderId: me.myorderId,\n payFee: me.myorderinfo.orderFee,\n //支付单来源 101:停车付款单 102:停车预付单 103:停车补缴单 104 共享车位 201 余额充值单 202 押金充值单 301 会员卡购买单 302 会员卡续费\n paySrcType: me.mypaySrcType,\n terminalSource: '11', //小程序\n //个人使用的卡券cardId\n couponPersonId: me.selCoupon.custCardId,\n carNumber: me.mycarNumber,\n orderId: me.myorderId,\n paySource: '3',\n sourceType: '3',\n terminalSource: '11', //小程序\n recordArreaInfos: JSON.stringify([{\n \"orderId\": me.myorderId,\n \"orderNotPayFee\": me.myorderinfo.orderFee,\n \"parkId\": me.myparkCode\n }])\n };\n uni.request({\n url: accountPayUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n console.log('余额支付 = ' + JSON.stringify(res.data));\n if (res.data.code == 0) {\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=余额&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n } else {\n uni.showToast({\n title: res.data.message,\n icon: 'none',\n duration: 4000\n })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n }\n }\n }\n}\n</script>\n\n<style scoped lang=\"scss\">\n .rechargeTop{\n height: 100px;\n background: #007AFF;\n color: #fff;\n position: relative;\n }\n .toDetail{\n /*text-align: right;*/\n\n }\n .rechargeNum{\n font-size: 30px;\n }\n .text {\n width: 80%;\n height: 60px;\n line-height: 60px;\n margin: 10px auto;\n border: 1px solid #ccc;\n text-align: center;\n }\n\n .itemActive {\n background: #f0ad4e;\n }\n\n .order-title {\n font-size: 18px;\n margin-left: 16px;\n margin-top: 15px;\n font-weight: bold;\n color: #404040;\n }\n\n .order-info {\n font-size: 14px;\n margin-left: 15px;\n margin-top: 12px;\n color: #404040;\n }\n\n .order-line {\n background: #D9D9D9;\n height: 1px;\n margin-top: 12px;\n margin-left: 15px;\n padding: 0px;\n overflow: hidden;\n /* 透明度 */\n opacity: 0.5;\n }\n\n .order-line-bold {\n background: #FAFAFA;\n height: 12px;\n margin-top: 12px;\n padding: 0px;\n overflow: hidden;\n }\n\n .flex-row-justify-between {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n }\n\n .flex-row-justify-end {\n display: flex;\n flex-direction: row;\n /* 水平对齐*/\n align-items: baseline;\n\n }\n\n .order-discount {\n color: #C8C7CC;\n margin-right: 20 upx;\n /* margin-right: 12px ; */\n /* margin-top:12px ; */\n\n }\n\n .orderwaysview {\n display: flex;\n flex-direction: row;\n }\n\n .orderways {\n width: 18px;\n height: 18px;\n margin-left: 15px;\n margin-top: 14px;\n }\n\n .orderwaysSel {\n width: 16px;\n height: 16px;\n margin-left: auto;\n margin-right: 14px;\n margin-top: 14px;\n /* justify-content:flex-end; */\n }\n\n .button-sp-area {\n margin: 0 auto;\n width: 60%;\n margin-top: 40px;\n\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984895953\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?020c","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?6bc8","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?e6af","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?2a60","uni-app:///pages/moneyRecharge/moneyRecharge.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?83a2","webpack:////Users/liugongyu/Documents/jiangyin/pages/moneyRecharge/moneyRecharge.vue?ffe4"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,oH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,sBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAsI;AACtI;AACiE;AACL;AACsC;;;AAGlG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,mFAAM;AACR,EAAE,oGAAM;AACR,EAAE,6GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,wGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,0MAEN;AACP,KAAK;AACL;AACA,aAAa,uPAEN;AACP,KAAK;AACL;AACA,aAAa,qRAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;AC3CA;AAAA;AAAA;AAAA;AAA4zB,CAAgB,2yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACwDh1B,4F;AACA;AACA,MADA,kBACA;AACA;AACA;AACA;AACA,oBADA,EADA;;AAIA;AACA,oBADA,EAJA;;AAOA;AACA,oBADA,EAPA;;AAUA;AACA,oBADA,EAVA;;AAaA;AACA,qBADA,EAbA;;AAgBA;AACA,kBADA,EAhBA,CADA;;;AAqBA,qBArBA;AAsBA,qBAtBA;AAuBA,mBAvBA;AAwBA,oBAxBA;AAyBA,sBAzBA;AA0BA,qBA1BA;AA2BA,mBA3BA;AA4BA,qBA5BA;AA6BA,sBA7BA;AA8BA,mBA9BA;AA+BA,yBA/BA;AAgCA,kBAhCA;AAiCA,mBAjCA;AAkCA,kBAlCA,EAkCA;AACA,sBAnCA;AAoCA,kBApCA,CAoCA;AApCA;AAsCA,GAxCA;AAyCA,QAzCA,kBAyCA,MAzCA,EAyCA;AACA;AACA,2BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAHA,MAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GA7DA;AA8DA,QA9DA,oBA8DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2CAPA,CAOA;AACA;AACA;AACA;AACA;AACA,aADA;AAEA;AACA,GA5EA;AA6EA;AACA,UADA,kBACA,CADA,EACA;;;AAGA,WAHA;AAIA,cAJA,CAGA,KAHA;AAKA;AACA;AACA;AACA,2EADA;AAEA,oBAFA;;AAIA,KAZA;AAaA,WAbA,qBAaA;AACA;AACA;AACA;AACA;AACA,kCADA,EACA;AACA;AACA,OAHA,MAGA;AACA;AACA;AACA,KAvBA;AAwBA;AACA,iBAzBA,2BAyBA;AACA;AACA;AACA;AACA;AACA,uBADA;AAEA,sBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,oBADA,GACA,4BADA,GACA,aADA,GACA,cADA,GACA,WADA,GACA,sBADA;AAEA;AACA,kBADA;;AAGA,KAzCA;AA0CA;AACA,mBA3CA,2BA2CA,OA3CA,EA2CA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,0BAHA;;AAKA;AACA;AACA;AACA,KA1DA;AA2DA,YA3DA,sBA2DA;AACA;AACA;AACA,4BADA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAnFA;AAoFA,gBApFA,0BAoFA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA;AACA,OAFA,MAEA;AACA;AACA;AACA,KAjGA;AAkGA,cAlGA,wBAkGA;AACA;AACA;AACA;AACA;AACA,oCADA;AAEA,yBAFA;AAGA,yBAHA;AAIA,0BAJA;AAKA,8BALA,EAKA;AACA,8BANA,EAMA;AACA,2CAPA;AAQA,4CARA;AASA,kCATA;;AAWA;AACA,0CADA;AAEA,sCAFA;AAGA;AACA;AACA,wBALA;AAMA,sBANA;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAPA,MAOA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA,eALA;;AAOA;AACA;AACA;AACA;AACA;AACA;AACA,SA7BA;AA8BA;AACA;AACA;AACA,SAjCA;;AAmCA,KApJA;AAqJA,YArJA,oBAqJA,aArJA,EAqJA;AACA;AACA;AACA;AACA;AACA;AACA,mCADA;AAEA,qCAFA;AAGA,gCAHA;AAIA,kBAJA;AAKA,0BALA;AAMA,4CANA;AAOA,kCAPA;AAQA;AACA;AACA,6CAVA;AAWA;AACA;AACA;AAbA;AAeA;AACA;AACA,qCAFA;AAGA,sCAHA;AAIA;AACA;AACA,4CADA,EALA;;AAQA,wBARA;AASA,sBATA;AAUA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAtBA;AAuBA;AACA;AACA;AACA,SA1BA;;AA4BA,KArMA;AAsMA;AACA,aAvMA,qBAuMA,MAvMA,EAuMA;AACA;AACA;AACA;AACA,yBADA;AAEA,mCAFA;AAGA;AACA,iCAJA;AAKA;AACA,+BANA;AAOA,iCAPA;AAQA,+BARA;AASA;AACA;AACA;AACA,kBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,sBADA;;AAGA,SAhBA;AAiBA;AACA;AACA;AACA,uBADA;AAEA,8BAFA;AAGA,6BAHA;AAIA;AACA;AACA;AACA;AACA,aARA;;AAUA,SA7BA;;AA+BA,KAzOA;AA0OA,uBA1OA,+BA0OA,MA1OA,EA0OA,OA1OA,EA0OA,QA1OA,EA0OA,MA1OA,EA0OA,UA1OA,EA0OA,QA1OA,EA0OA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,0BAJA;AAKA,sBALA;AAMA,8BANA;AAOA,0BAPA;;AASA;AACA,yBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA,aARA,MAQA;AACA;AACA;AACA;AACA,eAFA,MAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAvBA,MAuBA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA;AACA,SAjDA;AAkDA;AACA;AACA;AACA,SArDA;;AAuDA,KAlTA;AAmTA;AACA,cApTA,sBAoTA,YApTA,EAoTA,OApTA,EAoTA,cApTA,EAoTA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,kCADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,sCAJA;;AAMA;AACA,uBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,8BAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA,yBAFA;AAGA,eARA;;AAUA;AACA;AACA;AACA;AACA;AACA;AACA,WAjBA,MAiBA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA,WAZA,MAYA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA,yBAFA;AAGA,eARA;;AAUA;AACA,SAtDA;AAuDA;AACA;AACA;AACA,SA1DA;;AA4DA,KA9XA;AA+XA;AACA,oBAhYA,4BAgYA,MAhYA,EAgYA,OAhYA,EAgYA,QAhYA,EAgYA,MAhYA,EAgYA,UAhYA,EAgYA,QAhYA,EAgYA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,4BAHA;AAIA,0BAJA;AAKA,sBALA;AAMA,8BANA;AAOA,0BAPA;;AASA;AACA,yBADA;AAEA;AACA,mEAHA;AAIA;AACA,4CADA,EAJA;;AAOA,wBAPA;AAQA,sBARA;AASA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAPA,MAOA;AACA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;AACA;AACA;AACA;AACA;AACA,eATA;;AAWA;AACA,SAjCA;AAkCA;AACA;AACA;AACA,SArCA;;AAuCA,KAxbA;AAybA;AACA,aA1bA,uBA0bA;AACA;AACA;AACA,0BADA;AAEA;AACA;AACA;AACA;AACA,SANA;;AAQA,KApcA;AAqcA,gBArcA,wBAqcA,IArcA,EAqcA;AACA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;AACA;AACA,yBADA;AAEA;AACA,+CADA;AAEA,oBAFA,EAFA;;AAMA;AACA,4CADA,EANA;;AASA,wBATA;AAUA,sBAVA;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAvBA;AAwBA;AACA;AACA;AACA,SA3BA;;AA6BA,KA3eA;AA4eA;AACA,iBA7eA,2BA6eA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBADA;AAEA,2BAFA;AAGA,gCAHA;AAIA;AACA;AACA;AACA;AACA,WARA;;AAUA,OAlBA,MAkBA;AACA;AACA;AACA,oBADA;AAEA,yBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,sBADA,EACA;AACA,+BAFA;AAGA,yCAHA;AAIA;AACA,qCALA;AAMA,8BANA,EAMA;AACA;AACA,iDARA;AASA,mCATA;AAUA,oBAVA;AAWA,WAXA;AAYA,WAZA;AAaA,YAbA;AAcA;AACA,iCADA;AAEA,mDAFA;AAGA,iCAHA,IAdA;;;AAoBA;AACA,4BADA;AAEA,qEAFA;AAGA;AACA,8CADA,EAHA;;AAMA,0BANA;AAOA,wBAPA;AAQA;AACA;AACA;AACA;AACA;AACA;AACA,sBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,0BADA;;AAGA,aANA,MAMA;AACA;AACA,uCADA;AAEA,4BAFA;AAGA,8BAHA;;AAKA;AACA,WAzBA;AA0BA;AACA;AACA;AACA,WA7BA;;AA+BA;AACA,KA/jBA,EA7EA,E;;;;;;;;;;;;;ACzDA;AAAA;AAAA;AAAA;AAAuiD,CAAgB,k8CAAG,EAAC,C;;;;;;;;;;;ACA3jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/moneyRecharge/moneyRecharge.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/moneyRecharge/moneyRecharge.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./moneyRecharge.vue?vue&type=template&id=4bb5dd96&scoped=true&\"\nvar renderjs\nimport script from \"./moneyRecharge.vue?vue&type=script&lang=js&\"\nexport * from \"./moneyRecharge.vue?vue&type=script&lang=js&\"\nimport style0 from \"./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4bb5dd96\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/moneyRecharge/moneyRecharge.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=template&id=4bb5dd96&scoped=true&\"","var components\ntry {\n components = {\n uniSection: function() {\n return import(\n /* webpackChunkName: \"components/uni-section/uni-section\" */ \"@/components/uni-section/uni-section.vue\"\n )\n },\n uniGrid: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-grid/components/uni-grid/uni-grid\" */ \"@/uni_modules/uni-grid/components/uni-grid/uni-grid.vue\"\n )\n },\n uniGridItem: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-grid/components/uni-grid-item/uni-grid-item\" */ \"@/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <!--<view class=\"order-title\">-->\n <!--订单详情-->\n <!--</view>-->\n <view class=\"rechargeTop\">\n <view class=\"toDetail uni-list-cell-pd uni-right\">明细 ></view>\n <view class=\"rechargeNum uni-center\">¥17.34</view>\n </view>\n\n\n\n <uni-section title=\"充值金额\" type=\"line\" padding>\n <uni-grid :column=\"3\" :highlight=\"true\" :showBorder=\"false\" :square=\"false\" @change=\"change\">\n <uni-grid-item v-for=\"(item, index) in ListData\" :index=\"index\" :key=\"index\"\n >\n <view class=\"grid-item-box\" style=\"background-color: #fff;\">\n <view class=\"text\" :class=\"currentIndex==index?'itemActive':''\">{{item.text}}</view>\n </view>\n </uni-grid-item>\n </uni-grid>\n </uni-section>\n\n <view class=\"uni-list-cell-pd\">\n 温馨提示:暂不支持退款,请谨慎选择充值金额!\n </view>\n <view class=\"border-bg\"></view>\n\n\n <!--<view class=\"order-line-bold\"></view>-->\n <view class=\"order-title\">\n 支付方法\n </view>\n <view class=\"order-line\"></view>\n\n <view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">\n <image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>\n <view class=\"order-info\" style=\"margin-left: 8px;\">\n 微信支付\n </view>\n\n <image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"\n class=\"orderwaysSel\"></image>\n <image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>\n\n\n </view>\n\n <button @click=\"payClick\" class=\"button-sp-area\" type=\"primary\" plain=\"true\">确认充值</button>\n <view v-show=\"alertFlag\">\n <div class=\"alertFlag\">请先登录</div>\n </view>\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n return {\n ListData: [\n {\n text: '100元'\n },\n {\n text: '200元'\n },\n {\n text: '300元'\n },\n {\n text: '600元'\n },\n {\n text: '1000元'\n },\n {\n text: '其他'\n },\n ],\n currentIndex: 0,\n mycarNumber: '',\n myorderId: '',\n myparkCode: '',\n myorderinfo1: {},\n myorderinfo: {},\n payWaysSel: 0,\n myorderState: 0,\n mypaySrcType: '',\n selCoupon: {},\n appOrderTimeout: '',\n loginflag: 0,\n phoneNumb: '',\n totalFee: '', //应收\n alertFlag: false,\n unPayFee: '' //实收\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n this.mycarNumber = params.carNumber;\n this.myorderId = params.orderId;\n this.myparkCode = params.parkCode;\n this.myorderState = params.orderState;\n this.totalFee = params.totalFee\n this.unPayFee = params.unPayFee\n if (params.orderState == 5) {\n //停车补缴单 103\n this.mypaySrcType = '103'\n } else {\n this.mypaySrcType = '101'\n }\n // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n this.getWxCode();\n this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n methods: {\n change(e) {\n\n let {\n index\n } = e.detail\n // this.list[index].badge && this.list[index].badge++\n this.currentIndex = index\n uni.showToast({\n title: `点击第${index + 1}个宫格`,\n icon: 'none'\n })\n },\n PDlogin() {\n var me = this;\n // var loginflag = 0;\n var globalUser = me.getGlobalUser(\"globalUser\");\n if (globalUser == undefined || globalUser == null || globalUser.token == null || globalUser.token == undefined ||\n globalUser.token.length == 0) {\n me.loginflag = 0;\n } else {\n me.loginflag = 1;\n }\n },\n //选择优惠券\n DiscountClick() {\n console.log(\"gotoDiscountView\");\n var me = this;\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 4000\n })\n return;\n }\n var myurl = 'use_couponList/use_couponList?plNo=' + me.myparkCode + '&parkingDura=' + me.myorderinfo.staytime +\n '&parkingFee=' + me.myorderinfo.orderTotalFee + '&carNumber=' + me.mycarNumber + '&carType=' + me.myorderinfo.carType;\n uni.navigateTo({\n url: myurl\n });\n },\n //选择支付方式\n selPaywaysClick(selNumb) {\n let me = this\n this.payWaysSel = selNumb;\n console.log(\"this.payWaysSel: \" + this.payWaysSel);\n console.log(me.loginflag)\n if (this.payWaysSel == 1) {\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 2000\n })\n return;\n }\n }\n },\n payClick() {\n var me = this;\n me.goPay_billQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon.discValue);\n // if(me.myorderinfo.orderFee == 0){\n // \tuni.showModal({\n // \t\ttitle: '提示',\n // \t\tcontent: '0元无需支付',\n // \t\tshowCancel: false,\n // \t\tsuccess: function(res) {\n // \t\t\tif (res.confirm) {\n // \t\t\t\tconsole.log('0元无需支付');\n // \t\t\t\tme.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode ,me.selCoupon.cardNo ,me.selCoupon.couponType ,me.selCoupon.discValue);\n // \t\t\t}\n // \t\t}\n // \t});\n // \treturn;\n // }\n // //用户选择微信支付\n // if (me.payWaysSel == 0) {\n // \tme.getWxPayinfo();\n // } else {\n // \tme.UseAccountPay();\n // }\n },\n getWxPayinfo() {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getwxpayinfoUrl = common.getwxpayinfoUrl;\n if (me.mypaySrcType == 101) {\n me.payQuery(100)\n } else {\n me.rltOrderId()\n }\n },\n rltOrderId() {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n var jsondata = {\n parkOrderIds: [me.myorderId],\n orderBigType: 100,\n payOrderType: 103,\n terminalSource: 11,\n operCode: me.phoneNumb,//订单生成操作人 如果是车主 传 custId\n operName: me.phoneNumb,//订单生成操作人名称 如果是车主 传车主名称或手机号\n orgId: common.public_orgId,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n };\n uni.request({\n url: common.doOrderCreate,\n data: JSON.stringify(jsondata),\n // url: getwxPayUnifiedorderUrl,\n // data: JSON.stringify(common.requestSign(jsondata)),\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n if (res.data.code == 0) {\n console.log(res.data.data.rltOrderId);\n me.myorderId = res.data.data.rltOrderId\n console.log(me.myorderId)\n me.payQuery(100)\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n }\n });\n // uni.showToast({\n // \ttitle: res.data.message,\n // \t// icon: none;\n // \tduration: 2000\n // })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n },\n payQuery(_orderBigType) {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n console.log(me.mypaySrcType)\n var jsondata = {\n orderBigType: _orderBigType,\n payOrderType: me.mypaySrcType,\n rltOrderId: me.myorderId,\n payType: 2,\n terminalSource: 11,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n // totalFee: '', //应收\n // unPayFee: '' //实收\n payUserId: me.getWxOpenid(\"WxOpenid\"),\n terminalOS: uni.getSystemInfoSync().platform == 'android' ? 'AND' : 'IOS',\n //terminalOS:isAndroid?'AND':'IOS',\n //uni.getSystemInfoSync().platform\n };\n uni.request({\n //url: getwxpayinfoUrl,\n url: common.doPayUrl,\n data: JSON.stringify(jsondata),\n //data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.statusCode == 200) {\n me.myorderinfo1 = res.data;\n // var code = res.data.code;\n console.log(JSON.stringify(res.data));\n // var mydata = res.data;\n var mydata = JSON.parse(res.data.data.jsPayRequest);\n me.MakeWxPay(mydata);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 调用微信支付\n MakeWxPay(mydata) {\n console.log('3')\n var me = this;\n uni.requestPayment({\n provider: 'wxpay',\n timeStamp: mydata.timeStamp,\n //随机字符串,长度为32个字符以下\n nonceStr: mydata.nonceStr,\n //统一下单接口返回的 prepay_id 参数值,提交格式如:prepay_id=xx。\n package: mydata.package,\n signType: mydata.signType,\n paySign: mydata.paySign,\n success: function (res) {\n console.log('success:' + JSON.stringify(res));\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=微信&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n },\n fail: function (err) {\n console.log('fail:' + JSON.stringify(err));\n uni.showModal({\n title: '提示',\n content: '支付失败/取消',\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('支付失败');\n }\n }\n });\n }\n });\n },\n goPay_billQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n // uni.showLoading({\n // \tmask: true,\n // \ttitle: \"请稍后...\"\n // });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n if (me.myorderinfo.orderFee == 0) {\n\n\n // 101:停车付款单,102:停车预付单,103:停车补缴单,201:余额充值单,202:押金充值;301:会员卡购买单,302:会员卡续费\n //个人使用的卡券cardId\n // couponPersonId:\n // paySrcType: me.mypaySrcType,\n me.zeroPayUrl(me.mypaySrcType, res.data.data.orderId, me.selCoupon.custCardId);\n } else {\n //用户选择微信支付\n if (me.payWaysSel == 0) {\n me.getWxPayinfo();\n } else {\n me.UseAccountPay();\n }\n }\n // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 0元支付\n zeroPayUrl(payOrderType, orderId, couponPersonId) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var zeroPayUrl = common.zeroPayUrl;\n var jsondata = {\n payOrderType: payOrderType,\n orderId: orderId,\n terminalSource: '11',\n couponPersonId: couponPersonId\n }\n uni.request({\n url: zeroPayUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n uni.showModal({\n title: '提示',\n content: '支付成功!',\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n // me.myorderinfo = res.data.data;\n // me.appOrderTimeout = res.data.data.appOrderTimeout;\n // // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n //初始化订单信息\n GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n // me.myorderinfo1 = res.data.data ;\n //\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 获取openid\n getWxCode() {\n var that = this;\n uni.login({\n provider: 'weixin',\n success: function (loginRes) {\n console.log(JSON.stringify(loginRes));\n console.log(loginRes.code);\n that.get_WxOpenid(loginRes.code);\n }\n });\n },\n get_WxOpenid(code) {\n var me = this;\n console.log('123456');\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getOpenidUrl = common.getOpenidUrl;\n uni.request({\n url: getOpenidUrl,\n data: {\n appId: common.hs_wxPay_appId,\n code: code\n },\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.data.code == 0) {\n console.log('id')\n // me.myorderinfo = res.data.data;\n // // var code = res.data.code;\n uni.setStorageSync(\"WxOpenid\", res.data.data.openid);\n console.log(JSON.stringify(res.data));\n console.log(\"wxopenid = \" + res.data.data.openid);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 使用余额支付\n UseAccountPay() {\n var me = this;\n console.log(me.loginflag + 'aaaaa')\n if (me.loginflag == 0) {\n console.log('123123')\n // this.alertFlag = true\n // uni.showToast({\n // \ttitle: '请先登录',\n // \ticon: 'none',\n // \tduration: 4000\n // })\n uni.showModal({\n title: '提示',\n showCancel: false,\n content: '未登录状态,请先登录!',\n success: function (res) {\n if (res.confirm) {\n console.log('用户点击确定');\n }\n }\n });\n } else {\n console.log('bbbb')\n uni.showLoading({\n mask: true,\n title: \"请稍后...\",\n duration: 4000\n });\n uni.showNavigationBarLoading();\n var accountPayUrl = common.accountPayUrl;\n var jsondata = {\n payType: '5', //支付方式-- 1:支付宝 2:微信 3:银联 4:微信公众号 5 个人账户\n orderId: me.myorderId,\n payFee: me.myorderinfo.orderFee,\n //支付单来源 101:停车付款单 102:停车预付单 103:停车补缴单 104 共享车位 201 余额充值单 202 押金充值单 301 会员卡购买单 302 会员卡续费\n paySrcType: me.mypaySrcType,\n terminalSource: '11', //小程序\n //个人使用的卡券cardId\n couponPersonId: me.selCoupon.custCardId,\n carNumber: me.mycarNumber,\n orderId: me.myorderId,\n paySource: '3',\n sourceType: '3',\n terminalSource: '11', //小程序\n recordArreaInfos: JSON.stringify([{\n \"orderId\": me.myorderId,\n \"orderNotPayFee\": me.myorderinfo.orderFee,\n \"parkId\": me.myparkCode\n }])\n };\n uni.request({\n url: accountPayUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n console.log('余额支付 = ' + JSON.stringify(res.data));\n if (res.data.code == 0) {\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=余额&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n } else {\n uni.showToast({\n title: res.data.message,\n icon: 'none',\n duration: 4000\n })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n }\n }\n }\n}\n</script>\n\n<style scoped lang=\"scss\">\n .rechargeTop{\n height: 100px;\n background: #007AFF;\n color: #fff;\n position: relative;\n }\n .toDetail{\n /*text-align: right;*/\n\n }\n .rechargeNum{\n font-size: 30px;\n }\n .text {\n width: 80%;\n height: 60px;\n line-height: 60px;\n margin: 10px auto;\n border: 1px solid #ccc;\n text-align: center;\n }\n\n .itemActive {\n background: #f0ad4e;\n }\n\n .order-title {\n font-size: 18px;\n margin-left: 16px;\n margin-top: 15px;\n font-weight: bold;\n color: #404040;\n }\n\n .order-info {\n font-size: 14px;\n margin-left: 15px;\n margin-top: 12px;\n color: #404040;\n }\n\n .order-line {\n background: #D9D9D9;\n height: 1px;\n margin-top: 12px;\n margin-left: 15px;\n padding: 0px;\n overflow: hidden;\n /* 透明度 */\n opacity: 0.5;\n }\n\n .order-line-bold {\n background: #FAFAFA;\n height: 12px;\n margin-top: 12px;\n padding: 0px;\n overflow: hidden;\n }\n\n .flex-row-justify-between {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n }\n\n .flex-row-justify-end {\n display: flex;\n flex-direction: row;\n /* 水平对齐*/\n align-items: baseline;\n\n }\n\n .order-discount {\n color: #C8C7CC;\n margin-right: 20 upx;\n /* margin-right: 12px ; */\n /* margin-top:12px ; */\n\n }\n\n .orderwaysview {\n display: flex;\n flex-direction: row;\n }\n\n .orderways {\n width: 18px;\n height: 18px;\n margin-left: 15px;\n margin-top: 14px;\n }\n\n .orderwaysSel {\n width: 16px;\n height: 16px;\n margin-left: auto;\n margin-right: 14px;\n margin-top: 14px;\n /* justify-content:flex-end; */\n }\n\n .button-sp-area {\n margin: 0 auto;\n width: 60%;\n margin-top: 40px;\n\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./moneyRecharge.vue?vue&type=style&index=0&id=4bb5dd96&scoped=true&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255230420\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/parkPay/parkPay.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?6efa","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?3e23","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?0d7f","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?67a9","uni-app:///pages/parkPay/parkPay.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?0aae","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?d526"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,kG,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,gBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAgI;AAChI;AAC2D;AACL;AACsC;;;AAG5F;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,6EAAM;AACR,EAAE,8FAAM;AACR,EAAE,uGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,kGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACxBA;AAAA;AAAA;AAAA;AAAszB,CAAgB,qyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACoJ10B,4F;;AAEA;AACA,MADA,kBACA;AACA;AACA,qBADA;AAEA,mBAFA;AAGA,oBAHA;AAIA,sBAJA;AAKA,qBALA;AAMA,mBANA;AAOA,qBAPA;AAQA,sBARA;AASA,mBATA;AAUA,yBAVA;AAWA,kBAXA;AAYA,mBAZA;AAaA,kBAbA,EAaA;AACA,sBAdA;AAeA,kBAfA,CAeA;AAfA;AAiBA,GAnBA;AAoBA,QApBA,kBAoBA,MApBA,EAoBA;AACA;AACA,2BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAHA,MAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAzCA;AA0CA,QA1CA,oBA0CA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,2CARA,CAQA;AACA;AACA;AACA;;AAEA;AACA,aADA;AAEA;;AAEA,GA3DA;AA4DA;;AAEA,WAFA,qBAEA;AACA;AACA;AACA;AACA;AACA,kCADA,EACA;AACA;AACA,OAHA,MAGA;AACA;AACA;AACA,KAZA;AAaA;AACA,iBAdA,2BAcA;AACA;AACA;AACA;AACA;AACA,uBADA;AAEA,sBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,oBADA,GACA,4BADA,GACA,aADA,GACA,cADA,GACA,WADA,GACA,sBADA;AAEA;AACA,kBADA;;;AAIA,KA/BA;AAgCA;AACA,mBAjCA,2BAiCA,OAjCA,EAiCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,0BAHA;;AAKA;AACA;AACA;AACA,KAhDA;AAiDA,YAjDA,sBAiDA;AACA;AACA;AACA,4BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,KA3EA;AA4EA,gBA5EA,0BA4EA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;;AAEA;AACA;AACA,OAFA,MAEA;AACA;AACA;;AAEA,KA3FA;;AA6FA,cA7FA,wBA6FA;AACA;AACA;AACA;AACA;;AAEA,oCAFA;AAGA,yBAHA;AAIA,yBAJA;AAKA,0BALA;AAMA,8BANA,EAMA;AACA,8BAPA,EAOA;AACA,2CARA;AASA,4CATA;AAUA,kCAVA;;;;AAcA;AACA,0CADA;AAEA,sCAFA;AAGA;AACA;AACA,wBALA;AAMA,sBANA;AAOA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,WATA,MASA;;AAEA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;;AAEA,eANA;;AAQA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAlCA;AAmCA;AACA;AACA;AACA,SAtCA;;AAwCA,KAvJA;AAwJA,YAxJA,oBAwJA,aAxJA,EAwJA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,mCA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,gBAjeA,wBAieA,IAjeA,EAieA;AACA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;;AAEA;AACA,yBADA;AAEA;AACA,+CADA;AAEA,oBAFA,EAFA;;AAMA;AACA,4CADA,EANA;;AASA,wBATA;AAUA,sBAVA;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,SAxBA;AAyBA;AACA;AACA;AACA,SA5BA;;AA8BA,KAzgBA;AA0gBA;AACA,iBA3gBA,2BA2gBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBADA;AAEA,2BAFA;AAGA,gCAHA;AAIA;AACA;AACA;AACA;AACA,WARA;;;AAWA,OApBA,MAoBA;AACA;AACA;AACA,oBADA;AAEA,yBAFA;AAGA,wBAHA;;AAKA;AACA;;AAEA;AACA,sBADA,EACA;AACA,+BAFA;AAGA,yCAHA;AAIA;AACA,qCALA;AAMA,8BANA,EAMA;AACA;AACA,iDARA;AASA,mCATA;AAUA,oBAVA;AAWA,WAXA;AAYA,WAZA;AAaA,YAbA;AAcA;AACA,iCADA;AAEA,mDAFA;AAGA,iCAHA,IAdA;;;;AAqBA;AACA,4BADA;AAEA,qEAFA;AAGA;AACA,8CADA,EAHA;;AAMA,0BANA;AAOA,wBAPA;AAQA;AACA;AACA;AACA;AACA;;AAEA;AACA,sBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,0BADA;;;AAIA,aARA,MAQA;AACA;AACA,uCADA;AAEA,4BAFA;AAGA,8BAHA;;AAKA;AACA,WA3BA;AA4BA;AACA;AACA;AACA,WA/BA;;AAiCA;;AAEA,KApmBA,EA5DA,E;;;;;;;;;;;;;ACtJA;AAAA;AAAA;AAAA;AAAiiD,CAAgB,47CAAG,EAAC,C;;;;;;;;;;;ACArjD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkPay/parkPay.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkPay/parkPay.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./parkPay.vue?vue&type=template&id=db979c78&scoped=true&\"\nvar renderjs\nimport script from \"./parkPay.vue?vue&type=script&lang=js&\"\nexport * from \"./parkPay.vue?vue&type=script&lang=js&\"\nimport style0 from \"./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"db979c78\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkPay/parkPay.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=template&id=db979c78&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var f0 = _vm._f(\"timeFormat\")(_vm.myorderinfo.staytime)\n\n var f1 = _vm._f(\"priceFormat\")(_vm.myorderinfo.due)\n\n var f2 = _vm._f(\"priceFormat\")(_vm.myorderinfo.orderFee)\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n f0: f0,\n f1: f1,\n f2: f2\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=script&lang=js&\"","<template>\n <view>\n\n <view class=\"order-time\">\n 剩余支付时间: 00:02:35\n </view>\n\n <view class=\"order-title\">\n 订单详情\n </view>\n <view class=\"order-info\">\n 车牌号:{{mycarNumber}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 停车场:{{myorderinfo.parkName}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 进场时间:{{myorderinfo.inparktime}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 停车时间:{{myorderinfo.staytime|timeFormat()}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 总计费用:{{myorderinfo.due|priceFormat()}}元\n </view>\n <!--<view class=\"order-line\"></view>-->\n <!--<view class=\"order-info\">-->\n <!--已付费用:{{myorderinfo.paid|priceFormat()}}元-->\n <!--</view>-->\n <!--<view class=\"order-line\"></view>-->\n <!--<view class=\"order-info\">-->\n <!--优惠费用:{{myorderinfo.discountFee}}-->\n <!--</view>-->\n\n <view class=\"order-line-bold\" v-show=\"true\"></view>\n <view class=\"flex-row-justify-between\" @click=\"DiscountClick\" v-show=\"true\">\n <view class=\"order-info\">\n 优惠\n </view>\n <view class=\"flex-row-justify-end\">\n <view v-if=\"selCoupon.couponType== undefined\" class=\"order-info\"\n style=\"color: red;margin-right: 10upx;\">\n 未选择优惠\n </view>\n <view v-else-if=\"selCoupon.couponType == 1 && selCoupon.couponsType != 3\" class=\"order-info\"\n style=\"color: red;margin-right: 10upx;\">\n -{{selCoupon.discValueAllName}}\n </view>\n <view v-else class=\"order-info\" style=\"color: red;margin-right: 10upx;\">\n {{selCoupon.fullCutValueAllName}}\n </view>\n <view class=\"order-discount\">\n >\n </view>\n </view>\n\n </view>\n\n <view class=\"order-line\"></view>\n <view class=\"flex-row-justify-between\">\n <view class=\"order-info\">\n 支付金额\n </view>\n <view class=\"flex-row-justify-end\">\n <view class=\"order-info\" style=\"font-weight:bold;font-size:17px ;\">\n {{myorderinfo.orderFee|priceFormat()}}\n </view>\n <view class=\"order-info\" style=\"margin-right: 50upx;margin-left: 0px;\">\n 元\n </view>\n </view>\n </view>\n\n <view class=\"order-line-bold\"></view>\n\n\n <view class=\"order-title\">\n 支付方法\n </view>\n <view class=\"order-line\"></view>\n\n <view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">\n <image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>\n <view class=\"order-info\" style=\"margin-left: 8px;\">\n 商户余额\n </view>\n\n <image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"\n class=\"orderwaysSel\"></image>\n <image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>\n\n\n </view>\n\t\t\n\t\t<!-- <uni-list>\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" />\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" rightText=\"右侧文字\" />\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" note=\"列表描述信息\" rightText=\"右侧文字\" />\n\t\t\t\t\t</uni-list> -->\n\n\n\n\n\n <!--<view class=\"order-title\">-->\n <!--选择支付方法-->\n <!--</view>-->\n <!--<view class=\"order-line\"></view>-->\n\n <!--<view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">-->\n <!--<image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>-->\n <!--<view class=\"order-info\" style=\"margin-left: 8px;\">-->\n <!--微信支付-->\n <!--</view>-->\n\n <!--<image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"-->\n <!--class=\"orderwaysSel\"></image>-->\n <!--<image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>-->\n\n\n <!--</view>-->\n\n <!--<view class=\"order-line\"></view>-->\n\n <!--<view class=\"orderwaysview\" @click=\"selPaywaysClick(1)\">-->\n <!--<image src=\"../../static/orderInfo/orderinfo-money.png\" class=\"orderways\"></image>-->\n <!--<view class=\"order-info\" style=\"margin-left: 8px;\">-->\n <!--余额支付-->\n <!--</view>-->\n <!--<image v-show=\"payWaysSel != 1\" src=\"../../static/orderInfo/orderinfo-unsel.png\"-->\n <!--class=\"orderwaysSel\"></image>-->\n <!--<image v-show=\"payWaysSel == 1\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>-->\n\n <!--</view>-->\n\n <view class=\"order-line\"></view>\n <button @click=\"payClick\" class=\"button-sp-area\" type=\"primary\" plain=\"true\">确认支付</button>\n <view v-show=\"alertFlag\">\n <div class=\"alertFlag\">请先登录</div>\n </view>\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\n\nexport default {\n data() {\n return {\n mycarNumber: '',\n myorderId: '',\n myparkCode: '',\n myorderinfo1: {},\n myorderinfo: {},\n payWaysSel: 0,\n myorderState: 0,\n mypaySrcType: '',\n selCoupon: {},\n appOrderTimeout: '',\n loginflag: 0,\n phoneNumb: '',\n totalFee: '', //应收\n alertFlag: false,\n unPayFee: '' //实收\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n this.mycarNumber = params.carNumber;\n this.myorderId = params.orderId;\n this.myparkCode = params.parkCode;\n this.myorderState = params.orderState;\n this.totalFee = params.totalFee\n this.unPayFee = params.unPayFee\n if (params.orderState == 5) {\n //停车补缴单 103\n this.mypaySrcType = '103'\n } else {\n this.mypaySrcType = '101'\n }\n\n // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n this.getWxCode();\n this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n\n },\n methods: {\n\n PDlogin() {\n var me = this;\n // var loginflag = 0;\n var globalUser = me.getGlobalUser(\"globalUser\");\n if (globalUser == undefined || globalUser == null || globalUser.token == null || globalUser.token == undefined ||\n globalUser.token.length == 0) {\n me.loginflag = 0;\n } else {\n me.loginflag = 1;\n }\n },\n //选择优惠券\n DiscountClick() {\n console.log(\"gotoDiscountView\");\n var me = this;\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 4000\n })\n return;\n }\n var myurl = 'use_couponList/use_couponList?plNo=' + me.myparkCode + '&parkingDura=' + me.myorderinfo.staytime +\n '&parkingFee=' + me.myorderinfo.orderTotalFee + '&carNumber=' + me.mycarNumber + '&carType=' + me.myorderinfo.carType;\n uni.navigateTo({\n url: myurl\n });\n\n },\n //选择支付方式\n selPaywaysClick(selNumb) {\n let me = this\n this.payWaysSel = selNumb;\n console.log(\"this.payWaysSel: \" + this.payWaysSel);\n console.log(me.loginflag)\n if (this.payWaysSel == 1) {\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 2000\n })\n return;\n }\n }\n },\n payClick() {\n var me = this;\n me.goPay_billQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon.discValue);\n\n // if(me.myorderinfo.orderFee == 0){\n // \tuni.showModal({\n // \t\ttitle: '提示',\n // \t\tcontent: '0元无需支付',\n // \t\tshowCancel: false,\n // \t\tsuccess: function(res) {\n // \t\t\tif (res.confirm) {\n // \t\t\t\tconsole.log('0元无需支付');\n // \t\t\t\tme.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode ,me.selCoupon.cardNo ,me.selCoupon.couponType ,me.selCoupon.discValue);\n // \t\t\t}\n // \t\t}\n // \t});\n // \treturn;\n // }\n // //用户选择微信支付\n // if (me.payWaysSel == 0) {\n // \tme.getWxPayinfo();\n // } else {\n // \tme.UseAccountPay();\n // }\n\n },\n getWxPayinfo() {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getwxpayinfoUrl = common.getwxpayinfoUrl;\n\n if (me.mypaySrcType == 101) {\n me.payQuery(100)\n } else {\n me.rltOrderId()\n }\n\n },\n\n rltOrderId() {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n var jsondata = {\n\n parkOrderIds: [me.myorderId],\n orderBigType: 100,\n payOrderType: 103,\n terminalSource: 11,\n operCode: me.phoneNumb,//订单生成操作人 如果是车主 传 custId\n operName: me.phoneNumb,//订单生成操作人名称 如果是车主 传车主名称或手机号\n orgId: common.public_orgId,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n\n };\n\n uni.request({\n url: common.doOrderCreate,\n data: JSON.stringify(jsondata),\n // url: getwxPayUnifiedorderUrl,\n // data: JSON.stringify(common.requestSign(jsondata)),\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n if (res.data.code == 0) {\n\n console.log(res.data.data.rltOrderId);\n me.myorderId = res.data.data.rltOrderId\n console.log(me.myorderId)\n me.payQuery(100)\n\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n } else {\n\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n\n }\n });\n // uni.showToast({\n // \ttitle: res.data.message,\n // \t// icon: none;\n // \tduration: 2000\n // })\n }\n\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n },\n payQuery(_orderBigType) {\n\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n console.log(me.mypaySrcType)\n var jsondata = {\n\n orderBigType: _orderBigType,\n payOrderType: me.mypaySrcType,\n rltOrderId: me.myorderId,\n payType: 2,\n terminalSource: 11,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n // totalFee: '', //应收\n // unPayFee: '' //实收\n payUserId: me.getWxOpenid(\"WxOpenid\"),\n terminalOS: uni.getSystemInfoSync().platform == 'android' ? 'AND' : 'IOS',\n\n //terminalOS:isAndroid?'AND':'IOS',\n //uni.getSystemInfoSync().platform\n\n };\n\n uni.request({\n //url: getwxpayinfoUrl,\n url: common.doPayUrl,\n data: JSON.stringify(jsondata),\n //data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.statusCode == 200) {\n\n me.myorderinfo1 = res.data;\n // var code = res.data.code;\n console.log(JSON.stringify(res.data));\n // var mydata = res.data;\n var mydata = JSON.parse(res.data.data.jsPayRequest);\n me.MakeWxPay(mydata);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 调用微信支付\n MakeWxPay(mydata) {\n console.log('3')\n var me = this;\n uni.requestPayment({\n provider: 'wxpay',\n timeStamp: mydata.timeStamp,\n //随机字符串,长度为32个字符以下\n nonceStr: mydata.nonceStr,\n //统一下单接口返回的 prepay_id 参数值,提交格式如:prepay_id=xx。\n package: mydata.package,\n signType: mydata.signType,\n paySign: mydata.paySign,\n success: function (res) {\n console.log('success:' + JSON.stringify(res));\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=微信&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n },\n fail: function (err) {\n console.log('fail:' + JSON.stringify(err));\n uni.showModal({\n title: '提示',\n content: '支付失败/取消',\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('支付失败');\n }\n }\n });\n }\n });\n },\n goPay_billQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n // uni.showLoading({\n // \tmask: true,\n // \ttitle: \"请稍后...\"\n // });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n\n if (me.myorderinfo.orderFee == 0) {\n\n\n // 101:停车付款单,102:停车预付单,103:停车补缴单,201:余额充值单,202:押金充值;301:会员卡购买单,302:会员卡续费\n //个人使用的卡券cardId\n // couponPersonId:\n\n // paySrcType: me.mypaySrcType,\n me.zeroPayUrl(me.mypaySrcType, res.data.data.orderId, me.selCoupon.custCardId);\n\n } else {\n //用户选择微信支付\n if (me.payWaysSel == 0) {\n me.getWxPayinfo();\n } else {\n me.UseAccountPay();\n }\n }\n\n // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 0元支付\n zeroPayUrl(payOrderType, orderId, couponPersonId) {\n\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var zeroPayUrl = common.zeroPayUrl;\n\n var jsondata = {\n payOrderType: payOrderType,\n orderId: orderId,\n terminalSource: '11',\n couponPersonId: couponPersonId\n }\n uni.request({\n url: zeroPayUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n uni.showModal({\n title: '提示',\n content: '支付成功!',\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n\n // me.myorderinfo = res.data.data;\n // me.appOrderTimeout = res.data.data.appOrderTimeout;\n // // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n //初始化订单信息\n GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 获取openid\n getWxCode() {\n var that = this;\n uni.login({\n provider: 'weixin',\n success: function (loginRes) {\n\n console.log(JSON.stringify(loginRes));\n console.log(loginRes.code);\n that.get_WxOpenid(loginRes.code);\n }\n });\n },\n get_WxOpenid(code) {\n var me = this;\n console.log('123456');\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getOpenidUrl = common.getOpenidUrl;\n\n uni.request({\n url: getOpenidUrl,\n data: {\n appId: common.hs_wxPay_appId,\n code: code\n },\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.data.code == 0) {\n console.log('id')\n // me.myorderinfo = res.data.data;\n // // var code = res.data.code;\n uni.setStorageSync(\"WxOpenid\", res.data.data.openid);\n console.log(JSON.stringify(res.data));\n console.log(\"wxopenid = \" + res.data.data.openid);\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 使用余额支付\n UseAccountPay() {\n var me = this;\n console.log(me.loginflag + 'aaaaa')\n if (me.loginflag == 0) {\n console.log('123123')\n // this.alertFlag = true\n // uni.showToast({\n // \ttitle: '请先登录',\n // \ticon: 'none',\n // \tduration: 4000\n // })\n\n uni.showModal({\n title: '提示',\n showCancel: false,\n content: '未登录状态,请先登录!',\n success: function (res) {\n if (res.confirm) {\n console.log('用户点击确定');\n }\n }\n });\n\n } else {\n console.log('bbbb')\n uni.showLoading({\n mask: true,\n title: \"请稍后...\",\n duration: 4000\n });\n uni.showNavigationBarLoading();\n var accountPayUrl = common.accountPayUrl;\n\n var jsondata = {\n payType: '5', //支付方式-- 1:支付宝 2:微信 3:银联 4:微信公众号 5 个人账户\n orderId: me.myorderId,\n payFee: me.myorderinfo.orderFee,\n //支付单来源 101:停车付款单 102:停车预付单 103:停车补缴单 104 共享车位 201 余额充值单 202 押金充值单 301 会员卡购买单 302 会员卡续费\n paySrcType: me.mypaySrcType,\n terminalSource: '11', //小程序\n //个人使用的卡券cardId\n couponPersonId: me.selCoupon.custCardId,\n carNumber: me.mycarNumber,\n orderId: me.myorderId,\n paySource: '3',\n sourceType: '3',\n terminalSource: '11', //小程序\n recordArreaInfos: JSON.stringify([{\n \"orderId\": me.myorderId,\n \"orderNotPayFee\": me.myorderinfo.orderFee,\n \"parkId\": me.myparkCode\n }])\n\n };\n uni.request({\n url: accountPayUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n console.log('余额支付 = ' + JSON.stringify(res.data));\n if (res.data.code == 0) {\n\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=余额&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n\n } else {\n uni.showToast({\n title: res.data.message,\n icon: 'none',\n duration: 4000\n })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n }\n\n }\n\n }\n}\n</script>\n\n<style scoped lang=\"scss\">\n .order-time{\n padding: 5px 0;\n background: #f0ad4e;\n text-align: center;\n color: #fff;\n }\n\n .order-title {\n font-size: 18px;\n margin-left: 16px;\n margin-top: 15px;\n font-weight: bold;\n color: #404040;\n }\n\n .order-info {\n font-size: 14px;\n margin-left: 15px;\n margin-top: 12px;\n color: #404040;\n }\n\n .order-line {\n background: #D9D9D9;\n height: 1px;\n margin-top: 12px;\n margin-left: 15px;\n padding: 0px;\n overflow: hidden;\n /* 透明度 */\n opacity: 0.5;\n }\n\n .order-line-bold {\n background: #FAFAFA;\n height: 12px;\n margin-top: 12px;\n padding: 0px;\n overflow: hidden;\n }\n\n .flex-row-justify-between {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n }\n\n .flex-row-justify-end {\n display: flex;\n flex-direction: row;\n /* 水平对齐*/\n align-items: baseline;\n\n }\n\n .order-discount {\n color: #C8C7CC;\n margin-right: 20 upx;\n /* margin-right: 12px ; */\n /* margin-top:12px ; */\n\n }\n\n .orderwaysview {\n display: flex;\n flex-direction: row;\n }\n\n .orderways {\n width: 18px;\n height: 18px;\n margin-left: 15px;\n margin-top: 14px;\n }\n\n .orderwaysSel {\n width: 16px;\n height: 16px;\n margin-left: auto;\n margin-right: 14px;\n margin-top: 14px;\n /* justify-content:flex-end; */\n }\n\n .button-sp-area {\n margin: 0 auto;\n width: 60%;\n margin-top: 40px;\n\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984896011\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?6efa","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?3e23","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?0d7f","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?67a9","uni-app:///pages/parkPay/parkPay.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?0aae","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkPay/parkPay.vue?d526"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,kG,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,gBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAgI;AAChI;AAC2D;AACL;AACsC;;;AAG5F;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,6EAAM;AACR,EAAE,8FAAM;AACR,EAAE,uGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,kGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACxBA;AAAA;AAAA;AAAA;AAAszB,CAAgB,qyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACoJ10B,4F;;AAEA;AACA,MADA,kBACA;AACA;AACA,qBADA;AAEA,mBAFA;AAGA,oBAHA;AAIA,sBAJA;AAKA,qBALA;AAMA,mBANA;AAOA,qBAPA;AAQA,sBARA;AASA,mBATA;AAUA,yBAVA;AAWA,kBAXA;AAYA,mBAZA;AAaA,kBAbA,EAaA;AACA,sBAdA;AAeA,kBAfA,CAeA;AAfA;AAiBA,GAnBA;AAoBA,QApBA,kBAoBA,MApBA,EAoBA;AACA;AACA,2BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAHA,MAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAzCA;AA0CA,QA1CA,oBA0CA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,2CARA,CAQA;AACA;AACA;AACA;;AAEA;AACA,aADA;AAEA;;AAEA,GA3DA;AA4DA;;AAEA,WAFA,qBAEA;AACA;AACA;AACA;AACA;AACA,kCADA,EACA;AACA;AACA,OAHA,MAGA;AACA;AACA;AACA,KAZA;AAaA;AACA,iBAdA,2BAcA;AACA;AACA;AACA;AACA;AACA,uBADA;AAEA,sBAFA;AAGA,wBAHA;;AAKA;AACA;AACA;AACA,oBADA,GACA,4BADA,GACA,aADA,GACA,cADA,GACA,WADA,GACA,sBADA;AAEA;AACA,kBADA;;;AAIA,KA/BA;AAgCA;AACA,mBAjCA,2BAiCA,OAjCA,EAiCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBADA;AAEA,wBAFA;AAGA,0BAHA;;AAKA;AACA;AACA;AACA,KAhDA;AAiDA,YAjDA,sBAiDA;AACA;AACA;AACA,4BADA;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,KA3EA;AA4EA,gBA5EA,0BA4EA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;;AAEA;AACA;AACA,OAFA,MAEA;AACA;AACA;;AAEA,KA3FA;;AA6FA,cA7FA,wBA6FA;AACA;AACA;AACA;AACA;;AAEA,oCAFA;AAGA,yBAHA;AAIA,yBAJA;AAKA,0BALA;AAMA,8BANA,EAMA;AACA,8BAPA,EAOA;AACA,2CARA;AASA,4CATA;AAUA,kCAVA;;;;AAcA;AACA,0CADA;AAEA,sCAFA;AAGA;AACA;AACA,wBALA;AAMA,sBANA;AAOA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,WATA,MASA;;AAEA;AACA,yBADA;AAEA,uCAFA;AAGA,+BAHA;AAIA;;AAEA,eANA;;AAQA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAlCA;AAmCA;AACA;AACA;AACA,SAtCA;;AAwCA,KAvJA;AAwJA,YAxJA,oBAwJA,aAxJA,EAwJA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,mCA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,gBAjeA,wBAieA,IAjeA,EAieA;AACA;AACA;AACA;AACA,kBADA;AAEA,uBAFA;;AAIA;AACA;;AAEA;AACA,yBADA;AAEA;AACA,+CADA;AAEA,oBAFA,EAFA;;AAMA;AACA,4CADA,EANA;;AASA,wBATA;AAUA,sBAVA;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,SAxBA;AAyBA;AACA;AACA;AACA,SA5BA;;AA8BA,KAzgBA;AA0gBA;AACA,iBA3gBA,2BA2gBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBADA;AAEA,2BAFA;AAGA,gCAHA;AAIA;AACA;AACA;AACA;AACA,WARA;;;AAWA,OApBA,MAoBA;AACA;AACA;AACA,oBADA;AAEA,yBAFA;AAGA,wBAHA;;AAKA;AACA;;AAEA;AACA,sBADA,EACA;AACA,+BAFA;AAGA,yCAHA;AAIA;AACA,qCALA;AAMA,8BANA,EAMA;AACA;AACA,iDARA;AASA,mCATA;AAUA,oBAVA;AAWA,WAXA;AAYA,WAZA;AAaA,YAbA;AAcA;AACA,iCADA;AAEA,mDAFA;AAGA,iCAHA,IAdA;;;;AAqBA;AACA,4BADA;AAEA,qEAFA;AAGA;AACA,8CADA,EAHA;;AAMA,0BANA;AAOA,wBAPA;AAQA;AACA;AACA;AACA;AACA;;AAEA;AACA,sBADA,GACA,mBADA,GACA,kBADA;AAEA;AACA,0BADA;;;AAIA,aARA,MAQA;AACA;AACA,uCADA;AAEA,4BAFA;AAGA,8BAHA;;AAKA;AACA,WA3BA;AA4BA;AACA;AACA;AACA,WA/BA;;AAiCA;;AAEA,KApmBA,EA5DA,E;;;;;;;;;;;;;ACtJA;AAAA;AAAA;AAAA;AAAiiD,CAAgB,47CAAG,EAAC,C;;;;;;;;;;;ACArjD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkPay/parkPay.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkPay/parkPay.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./parkPay.vue?vue&type=template&id=db979c78&scoped=true&\"\nvar renderjs\nimport script from \"./parkPay.vue?vue&type=script&lang=js&\"\nexport * from \"./parkPay.vue?vue&type=script&lang=js&\"\nimport style0 from \"./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"db979c78\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkPay/parkPay.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=template&id=db979c78&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var f0 = _vm._f(\"timeFormat\")(_vm.myorderinfo.staytime)\n\n var f1 = _vm._f(\"priceFormat\")(_vm.myorderinfo.due)\n\n var f2 = _vm._f(\"priceFormat\")(_vm.myorderinfo.orderFee)\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n f0: f0,\n f1: f1,\n f2: f2\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=script&lang=js&\"","<template>\n <view>\n\n <view class=\"order-time\">\n 剩余支付时间: 00:02:35\n </view>\n\n <view class=\"order-title\">\n 订单详情\n </view>\n <view class=\"order-info\">\n 车牌号:{{mycarNumber}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 停车场:{{myorderinfo.parkName}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 进场时间:{{myorderinfo.inparktime}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 停车时间:{{myorderinfo.staytime|timeFormat()}}\n </view>\n <view class=\"order-line\"></view>\n <view class=\"order-info\">\n 总计费用:{{myorderinfo.due|priceFormat()}}元\n </view>\n <!--<view class=\"order-line\"></view>-->\n <!--<view class=\"order-info\">-->\n <!--已付费用:{{myorderinfo.paid|priceFormat()}}元-->\n <!--</view>-->\n <!--<view class=\"order-line\"></view>-->\n <!--<view class=\"order-info\">-->\n <!--优惠费用:{{myorderinfo.discountFee}}-->\n <!--</view>-->\n\n <view class=\"order-line-bold\" v-show=\"true\"></view>\n <view class=\"flex-row-justify-between\" @click=\"DiscountClick\" v-show=\"true\">\n <view class=\"order-info\">\n 优惠\n </view>\n <view class=\"flex-row-justify-end\">\n <view v-if=\"selCoupon.couponType== undefined\" class=\"order-info\"\n style=\"color: red;margin-right: 10upx;\">\n 未选择优惠\n </view>\n <view v-else-if=\"selCoupon.couponType == 1 && selCoupon.couponsType != 3\" class=\"order-info\"\n style=\"color: red;margin-right: 10upx;\">\n -{{selCoupon.discValueAllName}}\n </view>\n <view v-else class=\"order-info\" style=\"color: red;margin-right: 10upx;\">\n {{selCoupon.fullCutValueAllName}}\n </view>\n <view class=\"order-discount\">\n >\n </view>\n </view>\n\n </view>\n\n <view class=\"order-line\"></view>\n <view class=\"flex-row-justify-between\">\n <view class=\"order-info\">\n 支付金额\n </view>\n <view class=\"flex-row-justify-end\">\n <view class=\"order-info\" style=\"font-weight:bold;font-size:17px ;\">\n {{myorderinfo.orderFee|priceFormat()}}\n </view>\n <view class=\"order-info\" style=\"margin-right: 50upx;margin-left: 0px;\">\n 元\n </view>\n </view>\n </view>\n\n <view class=\"order-line-bold\"></view>\n\n\n <view class=\"order-title\">\n 支付方法\n </view>\n <view class=\"order-line\"></view>\n\n <view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">\n <image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>\n <view class=\"order-info\" style=\"margin-left: 8px;\">\n 商户余额\n </view>\n\n <image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"\n class=\"orderwaysSel\"></image>\n <image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>\n\n\n </view>\n\t\t\n\t\t<!-- <uni-list>\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" />\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" rightText=\"右侧文字\" />\n\t\t\t\t\t\t<uni-list-item title=\"列表文字\" note=\"列表描述信息\" rightText=\"右侧文字\" />\n\t\t\t\t\t</uni-list> -->\n\n\n\n\n\n <!--<view class=\"order-title\">-->\n <!--选择支付方法-->\n <!--</view>-->\n <!--<view class=\"order-line\"></view>-->\n\n <!--<view class=\"orderwaysview\" @click=\"selPaywaysClick(0)\">-->\n <!--<image src=\"../../static/orderInfo/orderinfo-wechat.png\" class=\"orderways\"></image>-->\n <!--<view class=\"order-info\" style=\"margin-left: 8px;\">-->\n <!--微信支付-->\n <!--</view>-->\n\n <!--<image v-show=\"payWaysSel != 0\" src=\"../../static/orderInfo/orderinfo-unsel.png\"-->\n <!--class=\"orderwaysSel\"></image>-->\n <!--<image v-show=\"payWaysSel == 0\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>-->\n\n\n <!--</view>-->\n\n <!--<view class=\"order-line\"></view>-->\n\n <!--<view class=\"orderwaysview\" @click=\"selPaywaysClick(1)\">-->\n <!--<image src=\"../../static/orderInfo/orderinfo-money.png\" class=\"orderways\"></image>-->\n <!--<view class=\"order-info\" style=\"margin-left: 8px;\">-->\n <!--余额支付-->\n <!--</view>-->\n <!--<image v-show=\"payWaysSel != 1\" src=\"../../static/orderInfo/orderinfo-unsel.png\"-->\n <!--class=\"orderwaysSel\"></image>-->\n <!--<image v-show=\"payWaysSel == 1\" src=\"../../static/orderInfo/orderinfo-sel.png\" class=\"orderwaysSel\"></image>-->\n\n <!--</view>-->\n\n <view class=\"order-line\"></view>\n <button @click=\"payClick\" class=\"button-sp-area\" type=\"primary\" plain=\"true\">确认支付</button>\n <view v-show=\"alertFlag\">\n <div class=\"alertFlag\">请先登录</div>\n </view>\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\n\nexport default {\n data() {\n return {\n mycarNumber: '',\n myorderId: '',\n myparkCode: '',\n myorderinfo1: {},\n myorderinfo: {},\n payWaysSel: 0,\n myorderState: 0,\n mypaySrcType: '',\n selCoupon: {},\n appOrderTimeout: '',\n loginflag: 0,\n phoneNumb: '',\n totalFee: '', //应收\n alertFlag: false,\n unPayFee: '' //实收\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n this.mycarNumber = params.carNumber;\n this.myorderId = params.orderId;\n this.myparkCode = params.parkCode;\n this.myorderState = params.orderState;\n this.totalFee = params.totalFee\n this.unPayFee = params.unPayFee\n if (params.orderState == 5) {\n //停车补缴单 103\n this.mypaySrcType = '103'\n } else {\n this.mypaySrcType = '101'\n }\n\n // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n this.getWxCode();\n this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n\n },\n methods: {\n\n PDlogin() {\n var me = this;\n // var loginflag = 0;\n var globalUser = me.getGlobalUser(\"globalUser\");\n if (globalUser == undefined || globalUser == null || globalUser.token == null || globalUser.token == undefined ||\n globalUser.token.length == 0) {\n me.loginflag = 0;\n } else {\n me.loginflag = 1;\n }\n },\n //选择优惠券\n DiscountClick() {\n console.log(\"gotoDiscountView\");\n var me = this;\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 4000\n })\n return;\n }\n var myurl = 'use_couponList/use_couponList?plNo=' + me.myparkCode + '&parkingDura=' + me.myorderinfo.staytime +\n '&parkingFee=' + me.myorderinfo.orderTotalFee + '&carNumber=' + me.mycarNumber + '&carType=' + me.myorderinfo.carType;\n uni.navigateTo({\n url: myurl\n });\n\n },\n //选择支付方式\n selPaywaysClick(selNumb) {\n let me = this\n this.payWaysSel = selNumb;\n console.log(\"this.payWaysSel: \" + this.payWaysSel);\n console.log(me.loginflag)\n if (this.payWaysSel == 1) {\n if (me.loginflag == 0) {\n uni.showToast({\n title: '请先登录',\n icon: 'none',\n duration: 2000\n })\n return;\n }\n }\n },\n payClick() {\n var me = this;\n me.goPay_billQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon.discValue);\n\n // if(me.myorderinfo.orderFee == 0){\n // \tuni.showModal({\n // \t\ttitle: '提示',\n // \t\tcontent: '0元无需支付',\n // \t\tshowCancel: false,\n // \t\tsuccess: function(res) {\n // \t\t\tif (res.confirm) {\n // \t\t\t\tconsole.log('0元无需支付');\n // \t\t\t\tme.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode ,me.selCoupon.cardNo ,me.selCoupon.couponType ,me.selCoupon.discValue);\n // \t\t\t}\n // \t\t}\n // \t});\n // \treturn;\n // }\n // //用户选择微信支付\n // if (me.payWaysSel == 0) {\n // \tme.getWxPayinfo();\n // } else {\n // \tme.UseAccountPay();\n // }\n\n },\n getWxPayinfo() {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getwxpayinfoUrl = common.getwxpayinfoUrl;\n\n if (me.mypaySrcType == 101) {\n me.payQuery(100)\n } else {\n me.rltOrderId()\n }\n\n },\n\n rltOrderId() {\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n var jsondata = {\n\n parkOrderIds: [me.myorderId],\n orderBigType: 100,\n payOrderType: 103,\n terminalSource: 11,\n operCode: me.phoneNumb,//订单生成操作人 如果是车主 传 custId\n operName: me.phoneNumb,//订单生成操作人名称 如果是车主 传车主名称或手机号\n orgId: common.public_orgId,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n\n };\n\n uni.request({\n url: common.doOrderCreate,\n data: JSON.stringify(jsondata),\n // url: getwxPayUnifiedorderUrl,\n // data: JSON.stringify(common.requestSign(jsondata)),\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n if (res.data.code == 0) {\n\n console.log(res.data.data.rltOrderId);\n me.myorderId = res.data.data.rltOrderId\n console.log(me.myorderId)\n me.payQuery(100)\n\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n } else {\n\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n\n }\n });\n // uni.showToast({\n // \ttitle: res.data.message,\n // \t// icon: none;\n // \tduration: 2000\n // })\n }\n\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n },\n payQuery(_orderBigType) {\n\n var me = this;\n console.log(me.totalFee)\n console.log(me.unPayFee)\n console.log(me.mypaySrcType)\n var jsondata = {\n\n orderBigType: _orderBigType,\n payOrderType: me.mypaySrcType,\n rltOrderId: me.myorderId,\n payType: 2,\n terminalSource: 11,\n orderActFee: me.myorderinfo.orderFee,\n orderTotalFee: me.unPayFee,\n // totalFee: '', //应收\n // unPayFee: '' //实收\n payUserId: me.getWxOpenid(\"WxOpenid\"),\n terminalOS: uni.getSystemInfoSync().platform == 'android' ? 'AND' : 'IOS',\n\n //terminalOS:isAndroid?'AND':'IOS',\n //uni.getSystemInfoSync().platform\n\n };\n\n uni.request({\n //url: getwxpayinfoUrl,\n url: common.doPayUrl,\n data: JSON.stringify(jsondata),\n //data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.statusCode == 200) {\n\n me.myorderinfo1 = res.data;\n // var code = res.data.code;\n console.log(JSON.stringify(res.data));\n // var mydata = res.data;\n var mydata = JSON.parse(res.data.data.jsPayRequest);\n me.MakeWxPay(mydata);\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 调用微信支付\n MakeWxPay(mydata) {\n console.log('3')\n var me = this;\n uni.requestPayment({\n provider: 'wxpay',\n timeStamp: mydata.timeStamp,\n //随机字符串,长度为32个字符以下\n nonceStr: mydata.nonceStr,\n //统一下单接口返回的 prepay_id 参数值,提交格式如:prepay_id=xx。\n package: mydata.package,\n signType: mydata.signType,\n paySign: mydata.paySign,\n success: function (res) {\n console.log('success:' + JSON.stringify(res));\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=微信&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n },\n fail: function (err) {\n console.log('fail:' + JSON.stringify(err));\n uni.showModal({\n title: '提示',\n content: '支付失败/取消',\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('支付失败');\n }\n }\n });\n }\n });\n },\n goPay_billQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n // uni.showLoading({\n // \tmask: true,\n // \ttitle: \"请稍后...\"\n // });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n\n if (me.myorderinfo.orderFee == 0) {\n\n\n // 101:停车付款单,102:停车预付单,103:停车补缴单,201:余额充值单,202:押金充值;301:会员卡购买单,302:会员卡续费\n //个人使用的卡券cardId\n // couponPersonId:\n\n // paySrcType: me.mypaySrcType,\n me.zeroPayUrl(me.mypaySrcType, res.data.data.orderId, me.selCoupon.custCardId);\n\n } else {\n //用户选择微信支付\n if (me.payWaysSel == 0) {\n me.getWxPayinfo();\n } else {\n me.UseAccountPay();\n }\n }\n\n // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 0元支付\n zeroPayUrl(payOrderType, orderId, couponPersonId) {\n\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var zeroPayUrl = common.zeroPayUrl;\n\n var jsondata = {\n payOrderType: payOrderType,\n orderId: orderId,\n terminalSource: '11',\n couponPersonId: couponPersonId\n }\n uni.request({\n url: zeroPayUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n uni.showModal({\n title: '提示',\n content: '支付成功!',\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n\n // me.myorderinfo = res.data.data;\n // me.appOrderTimeout = res.data.data.appOrderTimeout;\n // // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n } else {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType,\n me.selCoupon\n .discValue);\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n //初始化订单信息\n GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n var me = this;\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var billQueryUrl = common.billQueryUrl;\n\n var jsondata = {\n carNumber: carnum,\n orderId: orderId,\n terminalSource: '11',\n parkCode: parkCode,\n cardNo: cardNo,\n couponType: couponType,\n disValue: disValue\n }\n uni.request({\n url: billQueryUrl,\n // data: JSON.stringify(jsondata),\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(JSON.stringify(res.data));\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n if (res.data.code == 0) {\n\n me.myorderinfo = res.data.data;\n me.appOrderTimeout = res.data.data.appOrderTimeout;\n // me.myorderinfo1 = res.data.data ;\n //\n\n // var code = res.data.code;\n //console.log(JSON.stringify(res.data));\n\n } else if (res.data.code == -10000) {\n uni.showModal({\n title: '提示',\n content: res.data.message,\n showCancel: false,\n success: function (res) {\n if (res.confirm) {\n console.log('登录失效');\n uni.clearStorageSync();\n }\n }\n });\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 获取openid\n getWxCode() {\n var that = this;\n uni.login({\n provider: 'weixin',\n success: function (loginRes) {\n\n console.log(JSON.stringify(loginRes));\n console.log(loginRes.code);\n that.get_WxOpenid(loginRes.code);\n }\n });\n },\n get_WxOpenid(code) {\n var me = this;\n console.log('123456');\n uni.showLoading({\n mask: true,\n title: \"请稍后...\"\n });\n uni.showNavigationBarLoading();\n var getOpenidUrl = common.getOpenidUrl;\n\n uni.request({\n url: getOpenidUrl,\n data: {\n appId: common.hs_wxPay_appId,\n code: code\n },\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n console.log(res)\n if (res.data.code == 0) {\n console.log('id')\n // me.myorderinfo = res.data.data;\n // // var code = res.data.code;\n uni.setStorageSync(\"WxOpenid\", res.data.data.openid);\n console.log(JSON.stringify(res.data));\n console.log(\"wxopenid = \" + res.data.data.openid);\n\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n },\n complete: () => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n }\n });\n },\n // 使用余额支付\n UseAccountPay() {\n var me = this;\n console.log(me.loginflag + 'aaaaa')\n if (me.loginflag == 0) {\n console.log('123123')\n // this.alertFlag = true\n // uni.showToast({\n // \ttitle: '请先登录',\n // \ticon: 'none',\n // \tduration: 4000\n // })\n\n uni.showModal({\n title: '提示',\n showCancel: false,\n content: '未登录状态,请先登录!',\n success: function (res) {\n if (res.confirm) {\n console.log('用户点击确定');\n }\n }\n });\n\n } else {\n console.log('bbbb')\n uni.showLoading({\n mask: true,\n title: \"请稍后...\",\n duration: 4000\n });\n uni.showNavigationBarLoading();\n var accountPayUrl = common.accountPayUrl;\n\n var jsondata = {\n payType: '5', //支付方式-- 1:支付宝 2:微信 3:银联 4:微信公众号 5 个人账户\n orderId: me.myorderId,\n payFee: me.myorderinfo.orderFee,\n //支付单来源 101:停车付款单 102:停车预付单 103:停车补缴单 104 共享车位 201 余额充值单 202 押金充值单 301 会员卡购买单 302 会员卡续费\n paySrcType: me.mypaySrcType,\n terminalSource: '11', //小程序\n //个人使用的卡券cardId\n couponPersonId: me.selCoupon.custCardId,\n carNumber: me.mycarNumber,\n orderId: me.myorderId,\n paySource: '3',\n sourceType: '3',\n terminalSource: '11', //小程序\n recordArreaInfos: JSON.stringify([{\n \"orderId\": me.myorderId,\n \"orderNotPayFee\": me.myorderinfo.orderFee,\n \"parkId\": me.myparkCode\n }])\n\n };\n uni.request({\n url: accountPayUrl,\n data: JSON.stringify(common.requestSign(jsondata)),\n header: {\n 'content-type': 'application/json'\n },\n dataType: \"json\",\n method: \"POST\",\n success: (res) => {\n uni.hideNavigationBarLoading();\n uni.hideLoading();\n console.log('余额支付 = ' + JSON.stringify(res.data));\n if (res.data.code == 0) {\n\n var myurl = '../wxPaySuccess/wxPaySuccess?carNumber=' + me.mycarNumber + '&payWays=余额&payMoney=' + me.myorderinfo\n .orderFee + '&appOrderTimeout=' + me.appOrderTimeout;\n uni.reLaunch({\n url: myurl\n });\n\n } else {\n uni.showToast({\n title: res.data.message,\n icon: 'none',\n duration: 4000\n })\n }\n },\n complete: () => {\n // uni.hideNavigationBarLoading();\n // uni.hideLoading();\n }\n });\n }\n\n }\n\n }\n}\n</script>\n\n<style scoped lang=\"scss\">\n .order-time{\n padding: 5px 0;\n background: #f0ad4e;\n text-align: center;\n color: #fff;\n }\n\n .order-title {\n font-size: 18px;\n margin-left: 16px;\n margin-top: 15px;\n font-weight: bold;\n color: #404040;\n }\n\n .order-info {\n font-size: 14px;\n margin-left: 15px;\n margin-top: 12px;\n color: #404040;\n }\n\n .order-line {\n background: #D9D9D9;\n height: 1px;\n margin-top: 12px;\n margin-left: 15px;\n padding: 0px;\n overflow: hidden;\n /* 透明度 */\n opacity: 0.5;\n }\n\n .order-line-bold {\n background: #FAFAFA;\n height: 12px;\n margin-top: 12px;\n padding: 0px;\n overflow: hidden;\n }\n\n .flex-row-justify-between {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n }\n\n .flex-row-justify-end {\n display: flex;\n flex-direction: row;\n /* 水平对齐*/\n align-items: baseline;\n\n }\n\n .order-discount {\n color: #C8C7CC;\n margin-right: 20 upx;\n /* margin-right: 12px ; */\n /* margin-top:12px ; */\n\n }\n\n .orderwaysview {\n display: flex;\n flex-direction: row;\n }\n\n .orderways {\n width: 18px;\n height: 18px;\n margin-left: 15px;\n margin-top: 14px;\n }\n\n .orderwaysSel {\n width: 16px;\n height: 16px;\n margin-left: auto;\n margin-right: 14px;\n margin-top: 14px;\n /* justify-content:flex-end; */\n }\n\n .button-sp-area {\n margin: 0 auto;\n width: 60%;\n margin-top: 40px;\n\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkPay.vue?vue&type=style&index=0&id=db979c78&scoped=true&lang=scss&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255230444\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/parkRecordList/parkRecordList.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?55fc","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?62f8","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?ed75","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?cde2","uni-app:///pages/parkRecordList/parkRecordList.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?5d0b","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?598d"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,uH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACyEj1B;AACA,0G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAGA,EAEA,IAFA,kBAEA,CACA,iCACA,YADA,IAGA,SACA,iBADA,EAEA,eAFA,EAGA,kBAHA,EAIA,aAJA,GAMA,CAZA,EAaA,MAbA,kBAaA,MAbA,EAaA,CACA,mBACA,qBADA,IAGA,gDACA,yBACA,sBACA,CAFA,MAGA,CACA,oCADA,CAEA;AACA,KAXA,CAYA;AACA;AACA,GA3BA,EA4BA,MA5BA,oBA4BA,CACA,cACA,8CACA,uBACA,sBACA,CAFA,MAEA,CACA,uBACA,CACA,CApCA,EAqCA;AACA,aAtCA,EAyCA;AACA,cACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA1CA,EAkDA,WACA,4CACA,2BACA,CAHA,EAIA,OAJA,mBAIA,IAJA,EAIA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CAjBA,EAlDA,E;;;;;;;;;;;;AC7EA;AAAA;AAAA;AAAA;AAAwiD,CAAgB,m8CAAG,EAAC,C;;;;;;;;;;;ACA5jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkRecordList/parkRecordList.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkRecordList/parkRecordList.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./parkRecordList.vue?vue&type=template&id=04d628b4&scoped=true&\"\nvar renderjs\nimport script from \"./parkRecordList.vue?vue&type=script&lang=js&\"\nexport * from \"./parkRecordList.vue?vue&type=script&lang=js&\"\nimport style0 from \"./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"04d628b4\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkRecordList/parkRecordList.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=template&id=04d628b4&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <!--<view class=\"uni-title uni-common-pl\">日期选择器</view>-->\n\t\t\n\t\t\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 开始时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindDateChange\">\n <view class=\"uni-input\">{{date}}</view>\n </picker>\n </view>\n </view>\n\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 结束时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindDateChange\">\n <view class=\"uni-input\">{{date}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n\n <view class=\"parkRecordWrap\">\n <view>\n 金融物流港(原蒙东云计算)\n </view>\n <view class=\"recordCon\">\n <text>蒙DL232112</text>\n <text>2022-03-20 20:20:20</text>\n </view>\n <view class=\"recordCon\">\n <text>实收:10.00</text>\n <text>应收:10.00</text>\n </view>\n </view>\n\n\n <view class=\"parkRecordWrap\">\n <view>\n 金融物流港(原蒙东云计算)\n </view>\n <view class=\"recordCon\">\n <text>蒙DL232112</text>\n <text>2022-03-20 20:20:20</text>\n </view>\n <view class=\"recordCon\">\n <text>实收:10.00</text>\n <text>应收:10.00</text>\n </view>\n </view>\n\n\n <view v-if=\"shownoFlag == 1\" class=\"novipcard_Mid\">\n <image class=\"novipcard\" src=\"../../static/vipcard/novipcard.png\" mode=\"aspectFit\"></image>\n <view class=\"novipcard_txt\">\n 暂无停车记录\n </view>\n\n </view>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nimport requestServer from \"../../common/requestServer.js\";\n\n\nexport default {\n\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n date: currentDate,\n mycarNumber: '',\n userIsLogin: false,\n shownoFlag: 0\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n console.log(\"params.record : \" + params.record);\n if (params.record == 1) {\n this.mycarNumber = '';\n }\n else {\n this.mycarNumber = params.carNumber;\n // this.mycarNumber = '苏B3M913';\n }\n // this.getRecordOrder(this.mycarNumber, 10);\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.userIsLogin = true;\n } else {\n me.userIsLogin = false;\n }\n },\n // 过滤器\n filters: {\n\n },\n //计算属性\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindDateChange: function (e) {\n this.date = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .parkRecordWrap {\n padding: 5px 40px 5px 15px;\n border-bottom: 1px solid #ccc;\n position:relative;\n :after{\n content: '>';\n position: absolute;\n top:20px;\n right: 5px;\n font-size: 18px;\n }\n }\n .recordCon{\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984896084\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?55fc","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?62f8","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?ed75","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?cde2","uni-app:///pages/parkRecordList/parkRecordList.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?5d0b","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/parkRecordList.vue?598d"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,uH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACyEj1B;AACA,0G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAGA,EAEA,IAFA,kBAEA,CACA,iCACA,YADA,IAGA,SACA,iBADA,EAEA,eAFA,EAGA,kBAHA,EAIA,aAJA,GAMA,CAZA,EAaA,MAbA,kBAaA,MAbA,EAaA,CACA,mBACA,qBADA,IAGA,gDACA,yBACA,sBACA,CAFA,MAGA,CACA,oCADA,CAEA;AACA,KAXA,CAYA;AACA;AACA,GA3BA,EA4BA,MA5BA,oBA4BA,CACA,cACA,8CACA,uBACA,sBACA,CAFA,MAEA,CACA,uBACA,CACA,CApCA,EAqCA;AACA,aAtCA,EAyCA;AACA,cACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA1CA,EAkDA,WACA,4CACA,2BACA,CAHA,EAIA,OAJA,mBAIA,IAJA,EAIA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CAjBA,EAlDA,E;;;;;;;;;;;;AC7EA;AAAA;AAAA;AAAA;AAAwiD,CAAgB,m8CAAG,EAAC,C;;;;;;;;;;;ACA5jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkRecordList/parkRecordList.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkRecordList/parkRecordList.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./parkRecordList.vue?vue&type=template&id=04d628b4&scoped=true&\"\nvar renderjs\nimport script from \"./parkRecordList.vue?vue&type=script&lang=js&\"\nexport * from \"./parkRecordList.vue?vue&type=script&lang=js&\"\nimport style0 from \"./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"04d628b4\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkRecordList/parkRecordList.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=template&id=04d628b4&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <!--<view class=\"uni-title uni-common-pl\">日期选择器</view>-->\n\t\t\n\t\t\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 开始时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindDateChange\">\n <view class=\"uni-input\">{{date}}</view>\n </picker>\n </view>\n </view>\n\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 结束时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindDateChange\">\n <view class=\"uni-input\">{{date}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n\n <view class=\"parkRecordWrap\">\n <view>\n 金融物流港(原蒙东云计算)\n </view>\n <view class=\"recordCon\">\n <text>蒙DL232112</text>\n <text>2022-03-20 20:20:20</text>\n </view>\n <view class=\"recordCon\">\n <text>实收:10.00</text>\n <text>应收:10.00</text>\n </view>\n </view>\n\n\n <view class=\"parkRecordWrap\">\n <view>\n 金融物流港(原蒙东云计算)\n </view>\n <view class=\"recordCon\">\n <text>蒙DL232112</text>\n <text>2022-03-20 20:20:20</text>\n </view>\n <view class=\"recordCon\">\n <text>实收:10.00</text>\n <text>应收:10.00</text>\n </view>\n </view>\n\n\n <view v-if=\"shownoFlag == 1\" class=\"novipcard_Mid\">\n <image class=\"novipcard\" src=\"../../static/vipcard/novipcard.png\" mode=\"aspectFit\"></image>\n <view class=\"novipcard_txt\">\n 暂无停车记录\n </view>\n\n </view>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nimport requestServer from \"../../common/requestServer.js\";\n\n\nexport default {\n\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n date: currentDate,\n mycarNumber: '',\n userIsLogin: false,\n shownoFlag: 0\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n console.log(\"params.record : \" + params.record);\n if (params.record == 1) {\n this.mycarNumber = '';\n }\n else {\n this.mycarNumber = params.carNumber;\n // this.mycarNumber = '苏B3M913';\n }\n // this.getRecordOrder(this.mycarNumber, 10);\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.userIsLogin = true;\n } else {\n me.userIsLogin = false;\n }\n },\n // 过滤器\n filters: {\n\n },\n //计算属性\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindDateChange: function (e) {\n this.date = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .parkRecordWrap {\n padding: 5px 40px 5px 15px;\n border-bottom: 1px solid #ccc;\n position:relative;\n :after{\n content: '>';\n position: absolute;\n top:20px;\n right: 5px;\n font-size: 18px;\n }\n }\n .recordCon{\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./parkRecordList.vue?vue&type=style&index=0&id=04d628b4&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255230451\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/parkRecordList/recordDetail.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?fea5","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?6022","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?ba16","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?a775","uni-app:///pages/parkRecordList/recordDetail.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?4172","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?46a4","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?d4fd","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?db09"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,mH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,qBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAqI;AACrI;AACgE;AACL;AACa;AACyB;;;AAGjG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,kFAAM;AACR,EAAE,mGAAM;AACR,EAAE,4GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,uGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACxBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,uPAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACjCA;AAAA;AAAA;AAAA;AAA2zB,CAAgB,0yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACmK/0B;AACA,0G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EAEA,IAFA,kBAEA,CACA,iCACA,YADA,IAGA,SACA,iBADA,EAEA,eAFA,EAGA,kBAHA,EAIA,aAJA,GAMA,CAZA,EAaA,MAbA,kBAaA,MAbA,EAaA,CACA,mBACA,qBADA,IAGA,gDACA,yBACA,sBACA,CAFA,MAGA,CACA,oCADA,CAEA;AACA,KAXA,CAYA;AACA;AACA,GA3BA,EA4BA,MA5BA,oBA4BA,CACA,cACA,8CACA,uBACA,sBACA,CAFA,MAEA,CACA,uBACA,CACA,CApCA,EAqCA;AACA,aAtCA,EAuCA;AACA,cACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EAxCA,EAgDA,WACA,4CACA,2BACA,CAHA,EAIA,OAJA,mBAIA,IAJA,EAIA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CAjBA,EAhDA,E;;;;;;;;;;;;ACrKA;AAAA;AAAA;AAAA;AAAkqC,CAAgB,umCAAG,EAAC,C;;;;;;;;;;;ACAtrC;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;ACNL;AAAA;AAAA;AAAA;AAAsiD,CAAgB,i8CAAG,EAAC,C;;;;;;;;;;;ACA1jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkRecordList/recordDetail.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkRecordList/recordDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./recordDetail.vue?vue&type=template&id=79ac1762&scoped=true&\"\nvar renderjs\nimport script from \"./recordDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./recordDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./recordDetail.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"79ac1762\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkRecordList/recordDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=template&id=79ac1762&scoped=true&\"","var components\ntry {\n components = {\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=script&lang=js&\"","<template>\n <view class=\"container\">\n\t\t\n <view class=\"uni-title uni-common-pl recordCarNum\">车牌号码:蒙D12312</view>\n <view class=\"uni-list\" style=\"margin-bottom: 4px\">\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 停车场地\n </view>\n <view class=\"uni-list-cell-db\">\n 金融物流港(原蒙东云计算)\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 入场时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2022-04-01 20:20:20\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 离场时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2022-04-01 20:20:20\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 停车时间\n </view>\n <view class=\"uni-list-cell-db\">\n 1天3小时20分钟\n </view>\n </view>\n </view>\n\n\n <!--<view class=\"parkRecordWrap\">-->\n <!--<view>-->\n <!--金融物流港(原蒙东云计算)-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>蒙DL232112</text>-->\n <!--<text>2022-03-20 20:20:20</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>实收:10.00</text>-->\n <!--<text>应收:10.00</text>-->\n <!--</view>-->\n <!--</view>-->\n\n\n <!--<view class=\"parkRecordWrap\">-->\n <!--<view>-->\n <!--金融物流港(原蒙东云计算)-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>蒙DL232112</text>-->\n <!--<text>2022-03-20 20:20:20</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>实收:10.00</text>-->\n <!--<text>应收:10.00</text>-->\n <!--</view>-->\n <!--</view>-->\n <uni-list class=\"\">\n <view class=\"uni-title uni-common-pl recordCarNum\">一次支付订单</view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付时间:</text>\n <text>2022-04-05 20:20:20</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n <uni-list class=\"\">\n <view class=\"uni-title uni-common-pl recordCarNum\">二次支付订单</view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付时间:</text>\n <text>2022-04-05 20:20:20</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n\n\n <uni-list class=\"\">\n <view class=\"recordCon listPadding\">\n <text>优惠券:</text>\n <text>5元金额券</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>优惠:</text>\n <text class=\"colorGreen\">¥5.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text class=\"colorBlue\">¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nimport requestServer from \"../../common/requestServer.js\";\nexport default {\n \n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n date: currentDate,\n mycarNumber: '',\n userIsLogin: false,\n shownoFlag: 0\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n console.log(\"params.record : \" + params.record);\n if (params.record == 1) {\n this.mycarNumber = '';\n }\n else {\n this.mycarNumber = params.carNumber;\n // this.mycarNumber = '苏B3M913';\n }\n // this.getRecordOrder(this.mycarNumber, 10);\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.userIsLogin = true;\n } else {\n me.userIsLogin = false;\n }\n },\n // 过滤器\n filters: {},\n //计算属性\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindDateChange: function (e) {\n this.date = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n<style>\n page {\n background: #ddd;\n }\n</style>\n\n<style lang=\"scss\" scoped>\n .recordCarNum {\n background: #fff;\n margin-bottom: 4px;\n }\n\n .recordPadding {\n padding: 5px 0px;\n }\n\n .listPadding {\n padding: 5px 15px;\n }\n\n .recordCon {\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n .colorBlue{\n color: #0A98D5;\n }\n .colorGreen{\n color: #1AAD19;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984917732\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984917739\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?fea5","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?6022","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?ba16","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?a775","uni-app:///pages/parkRecordList/recordDetail.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?4172","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?46a4","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?d4fd","webpack:////Users/liugongyu/Documents/jiangyin/pages/parkRecordList/recordDetail.vue?db09"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,mH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,qBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAqI;AACrI;AACgE;AACL;AACa;AACyB;;;AAGjG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,kFAAM;AACR,EAAE,mGAAM;AACR,EAAE,4GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,uGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACxBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,uPAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACjCA;AAAA;AAAA;AAAA;AAA2zB,CAAgB,0yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACmK/0B;AACA,0G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EAEA,IAFA,kBAEA,CACA,iCACA,YADA,IAGA,SACA,iBADA,EAEA,eAFA,EAGA,kBAHA,EAIA,aAJA,GAMA,CAZA,EAaA,MAbA,kBAaA,MAbA,EAaA,CACA,mBACA,qBADA,IAGA,gDACA,yBACA,sBACA,CAFA,MAGA,CACA,oCADA,CAEA;AACA,KAXA,CAYA;AACA;AACA,GA3BA,EA4BA,MA5BA,oBA4BA,CACA,cACA,8CACA,uBACA,sBACA,CAFA,MAEA,CACA,uBACA,CACA,CApCA,EAqCA;AACA,aAtCA,EAuCA;AACA,cACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EAxCA,EAgDA,WACA,4CACA,2BACA,CAHA,EAIA,OAJA,mBAIA,IAJA,EAIA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CAjBA,EAhDA,E;;;;;;;;;;;;ACrKA;AAAA;AAAA;AAAA;AAAkqC,CAAgB,umCAAG,EAAC,C;;;;;;;;;;;ACAtrC;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;ACNL;AAAA;AAAA;AAAA;AAAsiD,CAAgB,i8CAAG,EAAC,C;;;;;;;;;;;ACA1jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/parkRecordList/recordDetail.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/parkRecordList/recordDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./recordDetail.vue?vue&type=template&id=79ac1762&scoped=true&\"\nvar renderjs\nimport script from \"./recordDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./recordDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./recordDetail.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"79ac1762\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/parkRecordList/recordDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=template&id=79ac1762&scoped=true&\"","var components\ntry {\n components = {\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=script&lang=js&\"","<template>\n <view class=\"container\">\n\t\t\n <view class=\"uni-title uni-common-pl recordCarNum\">车牌号码:蒙D12312</view>\n <view class=\"uni-list\" style=\"margin-bottom: 4px\">\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 停车场地\n </view>\n <view class=\"uni-list-cell-db\">\n 金融物流港(原蒙东云计算)\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 入场时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2022-04-01 20:20:20\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 离场时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2022-04-01 20:20:20\n </view>\n </view>\n\n <view class=\"uni-list-cell recordPadding\">\n <view class=\"uni-list-cell-left\">\n 停车时间\n </view>\n <view class=\"uni-list-cell-db\">\n 1天3小时20分钟\n </view>\n </view>\n </view>\n\n\n <!--<view class=\"parkRecordWrap\">-->\n <!--<view>-->\n <!--金融物流港(原蒙东云计算)-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>蒙DL232112</text>-->\n <!--<text>2022-03-20 20:20:20</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>实收:10.00</text>-->\n <!--<text>应收:10.00</text>-->\n <!--</view>-->\n <!--</view>-->\n\n\n <!--<view class=\"parkRecordWrap\">-->\n <!--<view>-->\n <!--金融物流港(原蒙东云计算)-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>蒙DL232112</text>-->\n <!--<text>2022-03-20 20:20:20</text>-->\n <!--</view>-->\n <!--<view class=\"recordCon\">-->\n <!--<text>实收:10.00</text>-->\n <!--<text>应收:10.00</text>-->\n <!--</view>-->\n <!--</view>-->\n <uni-list class=\"\">\n <view class=\"uni-title uni-common-pl recordCarNum\">一次支付订单</view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付时间:</text>\n <text>2022-04-05 20:20:20</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n <uni-list class=\"\">\n <view class=\"uni-title uni-common-pl recordCarNum\">二次支付订单</view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付时间:</text>\n <text>2022-04-05 20:20:20</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n\n\n <uni-list class=\"\">\n <view class=\"recordCon listPadding\">\n <text>优惠券:</text>\n <text>5元金额券</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>优惠:</text>\n <text class=\"colorGreen\">¥5.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>应收:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>实收:</text>\n <text class=\"colorBlue\">¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付金额:</text>\n <text>¥10.00</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>支付方式:</text>\n <text class=\"colorBlue\">商户余额</text>\n </view>\n <view class=\"recordCon listPadding\">\n <text>订单编号:</text>\n <text>1012321839678731</text>\n </view>\n </uni-list>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nimport requestServer from \"../../common/requestServer.js\";\nexport default {\n \n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n date: currentDate,\n mycarNumber: '',\n userIsLogin: false,\n shownoFlag: 0\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n console.log(\"params.record : \" + params.record);\n if (params.record == 1) {\n this.mycarNumber = '';\n }\n else {\n this.mycarNumber = params.carNumber;\n // this.mycarNumber = '苏B3M913';\n }\n // this.getRecordOrder(this.mycarNumber, 10);\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.userIsLogin = true;\n } else {\n me.userIsLogin = false;\n }\n },\n // 过滤器\n filters: {},\n //计算属性\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindDateChange: function (e) {\n this.date = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n<style>\n page {\n background: #ddd;\n }\n</style>\n\n<style lang=\"scss\" scoped>\n .recordCarNum {\n background: #fff;\n margin-bottom: 4px;\n }\n\n .recordPadding {\n padding: 5px 0px;\n }\n\n .listPadding {\n padding: 5px 15px;\n }\n\n .recordCon {\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n .colorBlue{\n color: #0A98D5;\n }\n .colorGreen{\n color: #1AAD19;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226047\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./recordDetail.vue?vue&type=style&index=1&id=79ac1762&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255228753\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/rechargeDetail/outDetail.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?321e","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?3401","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?3155","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?800e","uni-app:///pages/rechargeDetail/outDetail.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?bd6f","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?0ebc"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,8G,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,kBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAkI;AAClI;AAC6D;AACL;AACsC;;;AAG9F;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,+EAAM;AACR,EAAE,gGAAM;AACR,EAAE,yGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,oGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwzB,CAAgB,uyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACiH50B,4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EACA,IADA,kBACA,CAEA,UAGA,CANA,EAOA,MAPA,kBAOA,MAPA,EAOA,CACA,mBACA,qBADA,IAIA,CAZA,EAaA,MAbA,oBAaA,CACA,cACA,8CACA,uBACA,kCACA,CACA,8BACA,uCAPA,CAOA;AACA,wEACA,uCACA,0CAVA,CAWA;AACA;AACA;AACA,GA3BA,EA4BA,YACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA5BA,EAoCA,WACA,gDACA,iDACA,4BACA,CAJA,EAKA,sDACA,iDACA,+BACA,CARA,EASA,sDACA,iCACA,CAXA,EAYA,kDACA,+BACA,CAdA,EAeA,OAfA,mBAeA,IAfA,EAeA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CA5BA,EApCA,E;;;;;;;;;;;;AClHA;AAAA;AAAA;AAAA;AAAmiD,CAAgB,87CAAG,EAAC,C;;;;;;;;;;;ACAvjD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/rechargeDetail/outDetail.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/rechargeDetail/outDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./outDetail.vue?vue&type=template&id=30b82d7e&scoped=true&\"\nvar renderjs\nimport script from \"./outDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./outDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"30b82d7e\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/rechargeDetail/outDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=template&id=30b82d7e&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <view style=\"height: 100px;line-height: 100px;\" class=\"uni-center\">\n <text>-5.2</text>\n </view>\n <view class=\"border-bg\"></view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 订单编号\n </view>\n <view class=\"uni-list-cell-db\">\n 12313123128787312673\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2020-10-01 19:19:19\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付方式\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 商户余额\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 交易类型\n </view>\n <view class=\"uni-list-cell-db\">\n 停车支付\n </view>\n </view>\n </view>\n\n\n\n <view class=\"border-bg\"></view>\n <view class=\"uni-list\">\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 订单编号\n </view>\n <view class=\"uni-list-cell-db\">\n 12313123128787312673\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2020-10-01 19:19:19\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付方式\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 商户余额\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 交易类型\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 购买卡券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 卡券类型\n </view>\n <view class=\"uni-list-cell-db\">\n 金额券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 卡规则名称\n </view>\n <view class=\"uni-list-cell-db\">\n 5元金额券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 购买数量\n </view>\n <view class=\"uni-list-cell-db\">\n 20张\n </view>\n </view>\n </view>\n\n\n\n\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n\n return {\n\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984895998\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?321e","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?3401","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?3155","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?800e","uni-app:///pages/rechargeDetail/outDetail.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?bd6f","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/outDetail.vue?0ebc"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,8G,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,kBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAkI;AAClI;AAC6D;AACL;AACsC;;;AAG9F;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,+EAAM;AACR,EAAE,gGAAM;AACR,EAAE,yGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,oGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwzB,CAAgB,uyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACiH50B,4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EACA,IADA,kBACA,CAEA,UAGA,CANA,EAOA,MAPA,kBAOA,MAPA,EAOA,CACA,mBACA,qBADA,IAIA,CAZA,EAaA,MAbA,oBAaA,CACA,cACA,8CACA,uBACA,kCACA,CACA,8BACA,uCAPA,CAOA;AACA,wEACA,uCACA,0CAVA,CAWA;AACA;AACA;AACA,GA3BA,EA4BA,YACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA5BA,EAoCA,WACA,gDACA,iDACA,4BACA,CAJA,EAKA,sDACA,iDACA,+BACA,CARA,EASA,sDACA,iCACA,CAXA,EAYA,kDACA,+BACA,CAdA,EAeA,OAfA,mBAeA,IAfA,EAeA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CA5BA,EApCA,E;;;;;;;;;;;;AClHA;AAAA;AAAA;AAAA;AAAmiD,CAAgB,87CAAG,EAAC,C;;;;;;;;;;;ACAvjD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/rechargeDetail/outDetail.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/rechargeDetail/outDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./outDetail.vue?vue&type=template&id=30b82d7e&scoped=true&\"\nvar renderjs\nimport script from \"./outDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./outDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"30b82d7e\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/rechargeDetail/outDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=template&id=30b82d7e&scoped=true&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <view style=\"height: 100px;line-height: 100px;\" class=\"uni-center\">\n <text>-5.2</text>\n </view>\n <view class=\"border-bg\"></view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 订单编号\n </view>\n <view class=\"uni-list-cell-db\">\n 12313123128787312673\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2020-10-01 19:19:19\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付方式\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 商户余额\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 交易类型\n </view>\n <view class=\"uni-list-cell-db\">\n 停车支付\n </view>\n </view>\n </view>\n\n\n\n <view class=\"border-bg\"></view>\n <view class=\"uni-list\">\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 订单编号\n </view>\n <view class=\"uni-list-cell-db\">\n 12313123128787312673\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付时间\n </view>\n <view class=\"uni-list-cell-db\">\n 2020-10-01 19:19:19\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 支付方式\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 商户余额\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 交易类型\n </view>\n <view class=\"uni-list-cell-db color-green\">\n 购买卡券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 卡券类型\n </view>\n <view class=\"uni-list-cell-db\">\n 金额券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 卡规则名称\n </view>\n <view class=\"uni-list-cell-db\">\n 5元金额券\n </view>\n </view>\n <view class=\"uni-list-cell paddingTopBottom\">\n <view class=\"uni-list-cell-left\">\n 购买数量\n </view>\n <view class=\"uni-list-cell-db\">\n 20张\n </view>\n </view>\n </view>\n\n\n\n\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n\n return {\n\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./outDetail.vue?vue&type=style&index=0&id=30b82d7e&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255229092\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/rechargeDetail/rechargeDetail.js.map
1 | -{"version":3,"sources":["webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?5974","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?d109","uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?ee92","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?f3c0","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?c867","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?b312","uni-app:///pages/rechargeDetail/rechargeDetail.vue"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAwiD,CAAgB,m8CAAG,EAAC,C;;;;;;;;;;;ACA5jD;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;kDCNL;AACA;AACA,uH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,0VAEN;AACP,KAAK;AACL;AACA,aAAa,uPAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACtCA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACwIj1B,4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EACA,IADA,kBACA,CACA,iCACA,YADA,IAGA,SACA,eADA,EAEA,yBAFA,EAGA,iCAHA,EAIA,QAJA,EAKA,WALA,EAMA,uBANA,EAOA,qBAPA,EAQA,QARA,EASA,UATA,EASA;AACA,iBAVA,EAUA;AACA,mBAXA,EAYA,cAZA,EAaA,eACA,sBADA,EAEA,yBAFA,EAGA,sBAHA,EAbA,EAkBA,gBAlBA,CAkBA;AAlBA,MAoBA,CAzBA,EA0BA,MA1BA,kBA0BA,MA1BA,EA0BA,CACA,mBACA,qBADA,IADA,CAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GA9CA,EA+CA,MA/CA,oBA+CA,CACA,cACA,8CACA,uBACA,kCACA,CACA,8BACA,uCAPA,CAOA;AACA,wEACA,uCACA,0CAVA,CAWA;AACA;AACA;AACA,GA7DA,EA8DA,YACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA9DA,EAsEA,WACA,gDACA,iDACA,4BACA,CAJA,EAKA,sDACA,iDACA,+BACA,CARA,EASA,sDACA,iCACA,CAXA,EAYA,kDACA,+BACA,CAdA,EAeA,OAfA,mBAeA,IAfA,EAeA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CA5BA,EAtEA,E","file":"pages/rechargeDetail/rechargeDetail.js","sourcesContent":["import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984895938\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/rechargeDetail/rechargeDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./rechargeDetail.vue?vue&type=template&id=cbf67474&scoped=true&\"\nvar renderjs\nimport script from \"./rechargeDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./rechargeDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"cbf67474\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/rechargeDetail/rechargeDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=template&id=cbf67474&scoped=true&\"","var components\ntry {\n components = {\n uniLoadMore: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\" */ \"@/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue\"\n )\n },\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <view class=\"statistics yellow-bg uni-list-cell-pd\" style=\"color: #fff\">共18笔充值,充值总金额100.00元</view>\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 消费类型\n </view>\n <view class=\"uni-list-cell-db\">\n <picker @change=\"bindPickerChange\" :value=\"index\" :range=\"array\">\n <view class=\"uni-input\">{{array[index]}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 充值方式\n </view>\n <view class=\"uni-list-cell-db\">\n <picker @change=\"bindPickerChangeWay\" :value=\"indexWay\" :range=\"arrayWay\">\n <view class=\"uni-input\">{{arrayWay[indexWay]}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 开始时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindStartDateChange\">\n <view class=\"uni-input\">{{benginDate}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 结束时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindEndDateChange\">\n <view class=\"uni-input\">{{overDate}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"border-bg\"></view>\n\n\n <uni-load-more class=\"load\"\n :content-text=\"contentText\"\n :status=\"status\"\n :icon-size=\"24\"\n :iconType=\"iconType\"\n v-if=\"rows.length == 0\">\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-green\">微信充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-blue\">支付宝充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-red\">线下公对公充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>-66</text>\n <text>支付成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-green\">购买卡券</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n <view class=\"rechargeArrow\">\n >\n </view>\n </uni-list>\n\n\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>-66</text>\n <text>支付成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"\">停车支付</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n <view class=\"rechargeArrow\">\n >\n </view>\n </uni-list>\n\n </uni-load-more>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n title: 'picker',\n array: ['全部', '充值', '支付'],\n arrayWay: ['所有方式', '微信', '线下公对公'],\n index: 0,\n indexWay: 0,\n benginDate: currentDate,\n overDate: currentDate,\n rows:[],\n pageNum:1,//当前页\n pageSize:1,//每页条数\n reload:false,\n status:'more',\n contentText:{\n contentdown:'上拉加载更多~',\n contentrefresh:'正在加载更多~',\n contentmore:'我是有底线的~'\n },\n iconType:'auto', // 图标样式\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n // this.mycarNumber = params.carNumber;\n // this.myorderId = params.orderId;\n // this.myparkCode = params.parkCode;\n // this.myorderState = params.orderState;\n // this.totalFee = params.totalFee\n // this.unPayFee = params.unPayFee\n // if (params.orderState == 5) {\n // //停车补缴单 103\n // this.mypaySrcType = '103'\n // } else {\n // this.mypaySrcType = '101'\n // }\n // // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n // this.getWxCode();\n // this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n"],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?ee92","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?f3c0","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?c867","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?b312","uni-app:///pages/rechargeDetail/rechargeDetail.vue","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?5974","webpack:////Users/liugongyu/Documents/jiangyin/pages/rechargeDetail/rechargeDetail.vue?d109"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;kDAAA;AACA;AACA,wH,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAuI;AACvI;AACkE;AACL;AACsC;;;AAGnG;AAC6M;AAC7M,gBAAgB,iNAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,qGAAM;AACR,EAAE,8GAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,yGAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,0VAEN;AACP,KAAK;AACL;AACA,aAAa,uPAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACtCA;AAAA;AAAA;AAAA;AAA6zB,CAAgB,4yBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACwIj1B,4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eACA,EACA,IADA,kBACA,CACA,iCACA,YADA,IAGA,SACA,eADA,EAEA,yBAFA,EAGA,iCAHA,EAIA,QAJA,EAKA,WALA,EAMA,uBANA,EAOA,qBAPA,EAQA,QARA,EASA,UATA,EASA;AACA,iBAVA,EAUA;AACA,mBAXA,EAYA,cAZA,EAaA,eACA,sBADA,EAEA,yBAFA,EAGA,sBAHA,EAbA,EAkBA,gBAlBA,CAkBA;AAlBA,MAoBA,CAzBA,EA0BA,MA1BA,kBA0BA,MA1BA,EA0BA,CACA,mBACA,qBADA,IADA,CAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GA9CA,EA+CA,MA/CA,oBA+CA,CACA,cACA,8CACA,uBACA,kCACA,CACA,8BACA,uCAPA,CAOA;AACA,wEACA,uCACA,0CAVA,CAWA;AACA;AACA;AACA,GA7DA,EA8DA,YACA,SADA,uBACA,CACA,6BACA,CAHA,EAIA,OAJA,qBAIA,CACA,2BACA,CANA,EA9DA,EAsEA,WACA,gDACA,iDACA,4BACA,CAJA,EAKA,sDACA,iDACA,+BACA,CARA,EASA,sDACA,iCACA,CAXA,EAYA,kDACA,+BACA,CAdA,EAeA,OAfA,mBAeA,IAfA,EAeA,CACA,sBACA,8BACA,gCACA,yBACA,uBACA,iBACA,CAFA,MAEA,qBACA,gBACA,CACA,wCACA,gCACA,2DACA,CA5BA,EAtEA,E;;;;;;;;;;;;ACzIA;AAAA;AAAA;AAAA;AAAwiD,CAAgB,m8CAAG,EAAC,C;;;;;;;;;;;ACA5jD;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/rechargeDetail/rechargeDetail.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/rechargeDetail/rechargeDetail.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./rechargeDetail.vue?vue&type=template&id=cbf67474&scoped=true&\"\nvar renderjs\nimport script from \"./rechargeDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./rechargeDetail.vue?vue&type=script&lang=js&\"\nimport style0 from \"./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"cbf67474\",\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/rechargeDetail/rechargeDetail.vue\"\nexport default component.exports","export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=template&id=cbf67474&scoped=true&\"","var components\ntry {\n components = {\n uniLoadMore: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-load-more/components/uni-load-more/uni-load-more\" */ \"@/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue\"\n )\n },\n uniList: function() {\n return import(\n /* webpackChunkName: \"uni_modules/uni-list/components/uni-list/uni-list\" */ \"@/uni_modules/uni-list/components/uni-list/uni-list.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=script&lang=js&\"","<template>\n <view>\n <view class=\"statistics yellow-bg uni-list-cell-pd\" style=\"color: #fff\">共18笔充值,充值总金额100.00元</view>\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 消费类型\n </view>\n <view class=\"uni-list-cell-db\">\n <picker @change=\"bindPickerChange\" :value=\"index\" :range=\"array\">\n <view class=\"uni-input\">{{array[index]}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 充值方式\n </view>\n <view class=\"uni-list-cell-db\">\n <picker @change=\"bindPickerChangeWay\" :value=\"indexWay\" :range=\"arrayWay\">\n <view class=\"uni-input\">{{arrayWay[indexWay]}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 开始时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindStartDateChange\">\n <view class=\"uni-input\">{{benginDate}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"uni-list\">\n <view class=\"uni-list-cell\">\n <view class=\"uni-list-cell-left\">\n 结束时间\n </view>\n <view class=\"uni-list-cell-db\">\n <picker mode=\"date\" :value=\"date\" :start=\"startDate\" :end=\"endDate\" @change=\"bindEndDateChange\">\n <view class=\"uni-input\">{{overDate}}</view>\n </picker>\n </view>\n </view>\n </view>\n\n <view class=\"border-bg\"></view>\n\n\n <uni-load-more class=\"load\"\n :content-text=\"contentText\"\n :status=\"status\"\n :icon-size=\"24\"\n :iconType=\"iconType\"\n v-if=\"rows.length == 0\">\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-green\">微信充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-blue\">支付宝充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>+66</text>\n <text>充值成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-red\">线下公对公充值</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n </uni-list>\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>-66</text>\n <text>支付成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"color-green\">购买卡券</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n <view class=\"rechargeArrow\">\n >\n </view>\n </uni-list>\n\n\n\n <uni-list class=\"rechargeWrap\">\n <view class=\"recordCon uni-list-cell-pd\">\n <text>-66</text>\n <text>支付成功</text>\n </view>\n <view class=\"recordCon uni-list-cell-pd\">\n <text class=\"\">停车支付</text>\n <text>2020-10-01 01:01:01</text>\n </view>\n <view class=\"rechargeArrow\">\n >\n </view>\n </uni-list>\n\n </uni-load-more>\n\n\n </view>\n</template>\n\n<script>\nimport common from \"../../common/common.js\";\nexport default {\n data() {\n const currentDate = this.getDate({\n format: true\n })\n return {\n title: 'picker',\n array: ['全部', '充值', '支付'],\n arrayWay: ['所有方式', '微信', '线下公对公'],\n index: 0,\n indexWay: 0,\n benginDate: currentDate,\n overDate: currentDate,\n rows:[],\n pageNum:1,//当前页\n pageSize:1,//每页条数\n reload:false,\n status:'more',\n contentText:{\n contentdown:'上拉加载更多~',\n contentrefresh:'正在加载更多~',\n contentmore:'我是有底线的~'\n },\n iconType:'auto', // 图标样式\n }\n },\n onLoad(params) {\n wx.showShareMenu({\n withShareTicket: true\n })\n // this.mycarNumber = params.carNumber;\n // this.myorderId = params.orderId;\n // this.myparkCode = params.parkCode;\n // this.myorderState = params.orderState;\n // this.totalFee = params.totalFee\n // this.unPayFee = params.unPayFee\n // if (params.orderState == 5) {\n // //停车补缴单 103\n // this.mypaySrcType = '103'\n // } else {\n // this.mypaySrcType = '101'\n // }\n // // this.GetbillQueryInfo(this.mycarNumber, this.myorderId, this.myparkCode);\n // this.getWxCode();\n // this.PDlogin();\n //console.log(\"xxxmake = \"+this.makedateFormat());\n },\n onShow() {\n var me = this;\n var userInfo = me.getGlobalUser(\"globalUser\");\n if (userInfo != null) {\n me.phoneNumb = userInfo.userPhone;\n }\n var pages = getCurrentPages();\n var currPage = pages[pages.length - 1]; //当前页面\n console.log('currPage.data.selCoupon = ' + currPage.data.selCoupon);\n me.selCoupon = currPage.data.selCoupon;\n console.log(JSON.stringify(me.selCoupon));\n // me.GetbillQueryInfo(me.mycarNumber, me.myorderId, me.myparkCode, me.selCoupon.cardNo, me.selCoupon.couponType, me.selCoupon\n // .discValue);\n // GetbillQueryInfo(carnum, orderId, parkCode, cardNo, couponType, disValue) {\n },\n computed: {\n startDate() {\n return this.getDate('start');\n },\n endDate() {\n return this.getDate('end');\n }\n },\n methods: {\n bindPickerChange: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.index = e.detail.value\n },\n bindPickerChangeWay: function (e) {\n console.log('picker发送选择改变,携带值为', e.detail.value)\n this.indexWay = e.detail.value\n },\n bindStartDateChange: function (e) {\n this.benginDate = e.detail.value\n },\n bindEndDateChange: function (e) {\n this.overDate = e.detail.value\n },\n getDate(type) {\n const date = new Date();\n let year = date.getFullYear();\n let month = date.getMonth() + 1;\n let day = date.getDate();\n if (type === 'start') {\n year = year - 60;\n } else if (type === 'end') {\n year = year + 2;\n }\n month = month > 9 ? month : '0' + month;\n day = day > 9 ? day : '0' + day;\n return `${year}-${month}-${day}`;\n },\n }\n}\n</script>\n\n<style lang=\"scss\" scoped>\n .rechargeWrap{\n position: relative;\n .rechargeArrow{\n position: absolute;\n right: 10px;\n top: 30px;\n font-size: 20px;\n color: #999;\n }\n }\n .recordCon {\n padding-right: 35px;\n color: #999;\n display: flex;\n justify-content: space-between;\n }\n</style>\n","import mod from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"; export default mod; export * from \"-!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-2!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-3!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--8-oneOf-1-5!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./rechargeDetail.vue?vue&type=style&index=0&id=cbf67474&lang=scss&scoped=true&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255229309\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/component/component.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?93e9","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?8f1c","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?d2a5","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?02a6","uni-app:///pages/tabBar/component/component.nvue","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?9660","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?225d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?7fec","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?58d0"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"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","file":"pages/tabBar/component/component.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/tabBar/component/component.nvue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./component.nvue?vue&type=template&id=b53287aa&\"\nvar renderjs\nimport script from \"./component.nvue?vue&type=script&lang=js&\"\nexport * from \"./component.nvue?vue&type=script&lang=js&\"\nimport style0 from \"./component.nvue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./component.nvue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/tabBar/component/component.nvue\"\nexport default component.exports","export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=template&id=b53287aa&\"","var components\ntry {\n components = {\n uLink: function() {\n return import(\n /* webpackChunkName: \"components/u-link/u-link\" */ \"@/components/u-link/u-link.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var l1 = _vm.__map(_vm.list, function(item, index) {\n var $orig = _vm.__get_orig(item)\n\n var l0 = item.open\n ? _vm.__map(item.pages, function(item2, key) {\n var $orig = _vm.__get_orig(item2)\n\n var g0 =\n _vm.leftWinActive ===\n (item2.url ? item2.url.split(\"/\")[3] : item2) && _vm.hasLeftWin\n return {\n $orig: $orig,\n g0: g0\n }\n })\n : null\n return {\n $orig: $orig,\n l0: l0\n }\n })\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n l1: l1\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=script&lang=js&\"","<style>\n view,\n label,\n swiper-item,\n scroll-view {\n display:flex;\n flex-direction:column;\n flex-shrink: 0;\n flex-grow: 0;\n flex-basis: auto;\n align-items: stretch;\n align-content: flex-start;\n }\n view,\n image,\n input,\n scroll-view,\n swiper,\n swiper-item,\n text,\n textarea,\n video {\n position: relative;\n border: 0px solid #000000;\n box-sizing: border-box;\n }\n swiper-item {\n position: absolute;\n }\n button {\n margin: 0;\n }\n</style>\n<template>\r\n\t<view class=\"uni-container\">\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-header-logo\">\r\n\t\t\t<image class=\"uni-header-image\" src=\"/static/componentIndex.png\"></image>\r\n\t\t</view>\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-hello-text\">\r\n\t\t\t<text class=\"hello-text\">uni-app内置组件,展示样式仅供参考,文档详见:</text>\r\n\t\t\t<u-link class=\"hello-link\" :href=\"'https://uniapp.dcloud.io/component/'\" :text=\"'https://uniapp.dcloud.io/component/'\"\r\n\t\t\t :inWhiteList=\"true\"></u-link>\r\n\t\t</view>\r\n\t\t<view class=\"uni-panel\" v-for=\"(item, index) in list\" :key=\"item.id\">\r\n\t\t\t<view class=\"uni-panel-h\" :class=\"item.open ? 'uni-panel-h-on' : ''\" @click=\"triggerCollapse(index, item.id)\">\r\n\t\t\t\t<text class=\"uni-panel-text\">{{item.name}}</text>\r\n\t\t\t\t<text class=\"uni-panel-icon uni-icon\" :class=\"item.open ? 'uni-panel-icon-on' : ''\">{{item.pages ? '' : ''}}</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"uni-panel-c\" v-if=\"item.open\">\r\n\t\t\t\t<view :class=\"{'left-win-active': leftWinActive === (item2.url ? item2.url.split('/')[3] : item2) && hasLeftWin}\"\r\n\t\t\t\t class=\"uni-navigate-item\" v-for=\"(item2,key) in item.pages\" :key=\"key\" @click=\"goDetailPage(item.id, item2)\">\r\n\t\t\t\t\t<text class=\"uni-navigate-text\">{{item2.name ? item2.name : item2}}</text>\r\n\t\t\t\t\t<text class=\"uni-navigate-icon uni-icon\"></text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n<script>\r\n\t// TODO 修复Android v3 加载过慢问题\r\n\t// #ifdef APP-PLUS\r\n\tvar domModule = weex.requireModule('dom');\r\n\tdomModule.addRule('fontFace', {\r\n\t\t'fontFamily': \"uniicons\",\r\n\t\t'src': \"url('/static/uni.ttf')\"\r\n\t});\r\n\t// #endif\r\n\texport default {\r\n\t\tprops: {\r\n\t\t\thasLeftWin: {\r\n\t\t\t\ttype: Boolean\r\n\t\t\t},\r\n\t\t\tleftWinActive: {\r\n\t\t\t\ttype: String\r\n\t\t\t}\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tlist: [{\r\n\t\t\t\t\t\tid: 'view',\r\n\t\t\t\t\t\tname: '视图容器',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [\r\n\t\t\t\t\t\t\t'view',\r\n\t\t\t\t\t\t\t'scroll-view',\r\n\t\t\t\t\t\t\t'swiper'\r\n\t\t\t\t\t\t\t// #ifndef MP-TOUTIAO || MP-LARK\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t'movable-view',\r\n\t\t\t\t\t\t\t'cover-view'\r\n\t\t\t\t\t\t\t// #endif\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'content',\r\n\t\t\t\t\t\tname: '基础内容',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['text', 'rich-text', 'progress']\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'form',\r\n\t\t\t\t\t\tname: '表单组件',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['button', 'checkbox', 'form', 'input', 'label', 'picker', 'picker-view', 'radio',\r\n\t\t\t\t\t\t\t'slider',\r\n\t\t\t\t\t\t\t'switch', 'textarea',\r\n\t\t\t\t\t\t\t// #ifdef APP-PLUS || MP-WEIXIN || H5\r\n\t\t\t\t\t\t\t'editor',\r\n\t\t\t\t\t\t\t// #endif\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'nav',\r\n\t\t\t\t\t\tname: '导航',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['navigator']\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'media',\r\n\t\t\t\t\t\tname: '媒体组件',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [\r\n\t\t\t\t\t\t\t'image',\r\n\t\t\t\t\t\t\t'video'\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef MP-TOUTIAO || MP-KUAISHOU\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'map',\r\n\t\t\t\t\t\tname: '地图',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['map']\r\n\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef QUICKAPP-WEBVIEW-UNION\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'canvas',\r\n\t\t\t\t\t\tname: '画布',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['canvas']\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifdef APP-PLUS || H5\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'web-view',\r\n\t\t\t\t\t\tname: '网页',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [{\r\n\t\t\t\t\t\t\tname: '网络网页',\r\n\t\t\t\t\t\t\turl: '/pages/component/web-view/web-view'\r\n\t\t\t\t\t\t}, {\r\n\t\t\t\t\t\t\tname: '本地网页',\r\n\t\t\t\t\t\t\turl: '/pages/component/web-view-local/web-view-local'\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef APP-PLUS || H5 || MP-LARK || MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'web-view',\r\n\t\t\t\t\t\tname: '网页',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['web-view']\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef H5 || MP-BAIDU || QUICKAPP-WEBVIEW || MP-LARK || MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'ad',\r\n\t\t\t\t\t\turl: 'ad',\r\n\t\t\t\t\t\tname: 'AD组件',\r\n\t\t\t\t\t\topen: false\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\tonShareAppMessage() {\r\n\t\t\treturn {\r\n\t\t\t\ttitle: '欢迎体验uni-app',\r\n\t\t\t\tpath: '/pages/tabBar/component/component'\r\n\t\t\t}\r\n\t\t},\r\n\t\tonNavigationBarButtonTap(e) {\r\n\t\t\tuni.navigateTo({\r\n\t\t\t\turl: '/pages/about/about'\r\n\t\t\t});\r\n\t\t},\r\n\t\t// #ifdef H5\r\n\t\twatch: {\r\n\t\t\t$route: {\r\n\t\t\t\timmediate: true,\r\n\t\t\t\thandler(newRoute) {\r\n\t\t\t\t\tif (newRoute.matched.length) {\r\n\t\t\t\t\t\tlet path = newRoute.path.split('/')[3]\r\n\t\t\t\t\t\tfor (const item of this.list) {\r\n\t\t\t\t\t\t\tif (Array.isArray(item.pages)) {\r\n\t\t\t\t\t\t\t\tfor (const page of item.pages) {\r\n\t\t\t\t\t\t\t\t\tif (page === path || page.url && page.url === newRoute.path) {\r\n\t\t\t\t\t\t\t\t\t\titem.open = true\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t},\r\n\t\t// #endif\r\n\t\tmethods: {\r\n\t\t\ttriggerCollapse(e, id) {\r\n\t\t\t\tif (!this.list[e].pages) {\r\n\t\t\t\t\tthis.goDetailPage('', this.list[e].url);\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\tfor (var i = 0; i < this.list.length; ++i) {\r\n\t\t\t\t\tif (e === i) {\r\n\t\t\t\t\t\tthis.list[i].open = !this.list[i].open;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tthis.list[i].open = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\tgoDetailPage(panel, e) {\r\n\t\t\t\tif (typeof e === 'string') {\r\n\t\t\t\t\tconst url = '/pages/component/' + e + '/' + e\r\n\t\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\t\turl: url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\t\turl: e.url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: e.url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t@import '../../../common/uni-nvue.css';\r\n</style>\r\n","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984894971\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984895084\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?93e9","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?8f1c","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?d2a5","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?02a6","uni-app:///pages/tabBar/component/component.nvue","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?9660","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?225d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?7fec","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/component/component.nvue?58d0"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"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","file":"pages/tabBar/component/component.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/tabBar/component/component.nvue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./component.nvue?vue&type=template&id=b53287aa&\"\nvar renderjs\nimport script from \"./component.nvue?vue&type=script&lang=js&\"\nexport * from \"./component.nvue?vue&type=script&lang=js&\"\nimport style0 from \"./component.nvue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./component.nvue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/tabBar/component/component.nvue\"\nexport default component.exports","export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=template&id=b53287aa&\"","var components\ntry {\n components = {\n uLink: function() {\n return import(\n /* webpackChunkName: \"components/u-link/u-link\" */ \"@/components/u-link/u-link.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var l1 = _vm.__map(_vm.list, function(item, index) {\n var $orig = _vm.__get_orig(item)\n\n var l0 = item.open\n ? _vm.__map(item.pages, function(item2, key) {\n var $orig = _vm.__get_orig(item2)\n\n var g0 =\n _vm.leftWinActive ===\n (item2.url ? item2.url.split(\"/\")[3] : item2) && _vm.hasLeftWin\n return {\n $orig: $orig,\n g0: g0\n }\n })\n : null\n return {\n $orig: $orig,\n l0: l0\n }\n })\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n l1: l1\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=script&lang=js&\"","<style>\n view,\n label,\n swiper-item,\n scroll-view {\n display:flex;\n flex-direction:column;\n flex-shrink: 0;\n flex-grow: 0;\n flex-basis: auto;\n align-items: stretch;\n align-content: flex-start;\n }\n view,\n image,\n input,\n scroll-view,\n swiper,\n swiper-item,\n text,\n textarea,\n video {\n position: relative;\n border: 0px solid #000000;\n box-sizing: border-box;\n }\n swiper-item {\n position: absolute;\n }\n button {\n margin: 0;\n }\n</style>\n<template>\r\n\t<view class=\"uni-container\">\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-header-logo\">\r\n\t\t\t<image class=\"uni-header-image\" src=\"/static/componentIndex.png\"></image>\r\n\t\t</view>\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-hello-text\">\r\n\t\t\t<text class=\"hello-text\">uni-app内置组件,展示样式仅供参考,文档详见:</text>\r\n\t\t\t<u-link class=\"hello-link\" :href=\"'https://uniapp.dcloud.io/component/'\" :text=\"'https://uniapp.dcloud.io/component/'\"\r\n\t\t\t :inWhiteList=\"true\"></u-link>\r\n\t\t</view>\r\n\t\t<view class=\"uni-panel\" v-for=\"(item, index) in list\" :key=\"item.id\">\r\n\t\t\t<view class=\"uni-panel-h\" :class=\"item.open ? 'uni-panel-h-on' : ''\" @click=\"triggerCollapse(index, item.id)\">\r\n\t\t\t\t<text class=\"uni-panel-text\">{{item.name}}</text>\r\n\t\t\t\t<text class=\"uni-panel-icon uni-icon\" :class=\"item.open ? 'uni-panel-icon-on' : ''\">{{item.pages ? '' : ''}}</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"uni-panel-c\" v-if=\"item.open\">\r\n\t\t\t\t<view :class=\"{'left-win-active': leftWinActive === (item2.url ? item2.url.split('/')[3] : item2) && hasLeftWin}\"\r\n\t\t\t\t class=\"uni-navigate-item\" v-for=\"(item2,key) in item.pages\" :key=\"key\" @click=\"goDetailPage(item.id, item2)\">\r\n\t\t\t\t\t<text class=\"uni-navigate-text\">{{item2.name ? item2.name : item2}}</text>\r\n\t\t\t\t\t<text class=\"uni-navigate-icon uni-icon\"></text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n<script>\r\n\t// TODO 修复Android v3 加载过慢问题\r\n\t// #ifdef APP-PLUS\r\n\tvar domModule = weex.requireModule('dom');\r\n\tdomModule.addRule('fontFace', {\r\n\t\t'fontFamily': \"uniicons\",\r\n\t\t'src': \"url('/static/uni.ttf')\"\r\n\t});\r\n\t// #endif\r\n\texport default {\r\n\t\tprops: {\r\n\t\t\thasLeftWin: {\r\n\t\t\t\ttype: Boolean\r\n\t\t\t},\r\n\t\t\tleftWinActive: {\r\n\t\t\t\ttype: String\r\n\t\t\t}\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\tlist: [{\r\n\t\t\t\t\t\tid: 'view',\r\n\t\t\t\t\t\tname: '视图容器',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [\r\n\t\t\t\t\t\t\t'view',\r\n\t\t\t\t\t\t\t'scroll-view',\r\n\t\t\t\t\t\t\t'swiper'\r\n\t\t\t\t\t\t\t// #ifndef MP-TOUTIAO || MP-LARK\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t'movable-view',\r\n\t\t\t\t\t\t\t'cover-view'\r\n\t\t\t\t\t\t\t// #endif\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'content',\r\n\t\t\t\t\t\tname: '基础内容',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['text', 'rich-text', 'progress']\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'form',\r\n\t\t\t\t\t\tname: '表单组件',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['button', 'checkbox', 'form', 'input', 'label', 'picker', 'picker-view', 'radio',\r\n\t\t\t\t\t\t\t'slider',\r\n\t\t\t\t\t\t\t'switch', 'textarea',\r\n\t\t\t\t\t\t\t// #ifdef APP-PLUS || MP-WEIXIN || H5\r\n\t\t\t\t\t\t\t'editor',\r\n\t\t\t\t\t\t\t// #endif\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'nav',\r\n\t\t\t\t\t\tname: '导航',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['navigator']\r\n\t\t\t\t\t}, {\r\n\t\t\t\t\t\tid: 'media',\r\n\t\t\t\t\t\tname: '媒体组件',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [\r\n\t\t\t\t\t\t\t'image',\r\n\t\t\t\t\t\t\t'video'\r\n\t\t\t\t\t\t],\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef MP-TOUTIAO || MP-KUAISHOU\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'map',\r\n\t\t\t\t\t\tname: '地图',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['map']\r\n\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef QUICKAPP-WEBVIEW-UNION\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'canvas',\r\n\t\t\t\t\t\tname: '画布',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['canvas']\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifdef APP-PLUS || H5\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'web-view',\r\n\t\t\t\t\t\tname: '网页',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: [{\r\n\t\t\t\t\t\t\tname: '网络网页',\r\n\t\t\t\t\t\t\turl: '/pages/component/web-view/web-view'\r\n\t\t\t\t\t\t}, {\r\n\t\t\t\t\t\t\tname: '本地网页',\r\n\t\t\t\t\t\t\turl: '/pages/component/web-view-local/web-view-local'\r\n\t\t\t\t\t\t}]\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef APP-PLUS || H5 || MP-LARK || MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'web-view',\r\n\t\t\t\t\t\tname: '网页',\r\n\t\t\t\t\t\topen: false,\r\n\t\t\t\t\t\tpages: ['web-view']\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t// #ifndef H5 || MP-BAIDU || QUICKAPP-WEBVIEW || MP-LARK || MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tid: 'ad',\r\n\t\t\t\t\t\turl: 'ad',\r\n\t\t\t\t\t\tname: 'AD组件',\r\n\t\t\t\t\t\topen: false\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\tonShareAppMessage() {\r\n\t\t\treturn {\r\n\t\t\t\ttitle: '欢迎体验uni-app',\r\n\t\t\t\tpath: '/pages/tabBar/component/component'\r\n\t\t\t}\r\n\t\t},\r\n\t\tonNavigationBarButtonTap(e) {\r\n\t\t\tuni.navigateTo({\r\n\t\t\t\turl: '/pages/about/about'\r\n\t\t\t});\r\n\t\t},\r\n\t\t// #ifdef H5\r\n\t\twatch: {\r\n\t\t\t$route: {\r\n\t\t\t\timmediate: true,\r\n\t\t\t\thandler(newRoute) {\r\n\t\t\t\t\tif (newRoute.matched.length) {\r\n\t\t\t\t\t\tlet path = newRoute.path.split('/')[3]\r\n\t\t\t\t\t\tfor (const item of this.list) {\r\n\t\t\t\t\t\t\tif (Array.isArray(item.pages)) {\r\n\t\t\t\t\t\t\t\tfor (const page of item.pages) {\r\n\t\t\t\t\t\t\t\t\tif (page === path || page.url && page.url === newRoute.path) {\r\n\t\t\t\t\t\t\t\t\t\titem.open = true\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t},\r\n\t\t// #endif\r\n\t\tmethods: {\r\n\t\t\ttriggerCollapse(e, id) {\r\n\t\t\t\tif (!this.list[e].pages) {\r\n\t\t\t\t\tthis.goDetailPage('', this.list[e].url);\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\tfor (var i = 0; i < this.list.length; ++i) {\r\n\t\t\t\t\tif (e === i) {\r\n\t\t\t\t\t\tthis.list[i].open = !this.list[i].open;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tthis.list[i].open = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\tgoDetailPage(panel, e) {\r\n\t\t\t\tif (typeof e === 'string') {\r\n\t\t\t\t\tconst url = '/pages/component/' + e + '/' + e\r\n\t\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\t\turl: url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t}\r\n\t\t\t\t} else {\r\n\t\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\t\turl: e.url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\t\turl: e.url\r\n\t\t\t\t\t\t})\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t@import '../../../common/uni-nvue.css';\r\n</style>\r\n","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226050\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./component.nvue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226224\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/extUI/extUI.js.map
1 | -{"version":3,"sources":["uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?8298","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?cb4d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?2d7d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?3329","uni-app:///pages/tabBar/extUI/extUI.nvue","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?a043","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?7121","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?0561","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?57c7"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"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","file":"pages/tabBar/extUI/extUI.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/tabBar/extUI/extUI.nvue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./extUI.nvue?vue&type=template&id=30b88e3b&\"\nvar renderjs\nimport script from \"./extUI.nvue?vue&type=script&lang=js&\"\nexport * from \"./extUI.nvue?vue&type=script&lang=js&\"\nimport style0 from \"./extUI.nvue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./extUI.nvue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/tabBar/extUI/extUI.nvue\"\nexport default component.exports","export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=template&id=30b88e3b&\"","var components\ntry {\n components = {\n uLink: function() {\n return import(\n /* webpackChunkName: \"components/u-link/u-link\" */ \"@/components/u-link/u-link.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var l0 = _vm.__map(_vm.lists, function(item, __i0__) {\n var $orig = _vm.__get_orig(item)\n\n var g0 = _vm.hideList.indexOf(item.url) !== -1 && _vm.hasLeftWin\n return {\n $orig: $orig,\n g0: g0\n }\n })\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n l0: l0\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=script&lang=js&\"","<style>\n view,\n label,\n swiper-item,\n scroll-view {\n display:flex;\n flex-direction:column;\n flex-shrink: 0;\n flex-grow: 0;\n flex-basis: auto;\n align-items: stretch;\n align-content: flex-start;\n }\n view,\n image,\n input,\n scroll-view,\n swiper,\n swiper-item,\n text,\n textarea,\n video {\n position: relative;\n border: 0px solid #000000;\n box-sizing: border-box;\n }\n swiper-item {\n position: absolute;\n }\n button {\n margin: 0;\n }\n</style>\n<template>\r\n\t<view class=\"uni-container\">\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-header-logo\">\r\n\t\t\t<image class=\"uni-header-image\" src=\"/static/extuiIndex.png\"></image>\r\n\t\t</view>\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-hello-text\">\r\n\t\t\t<text class=\"hello-text\">以下是uni-app扩展组件示例,更多组件见插件市场:</text>\r\n\t\t\t<u-link class=\"hello-link\" :href=\"'https://ext.dcloud.net.cn/'\" :text=\"'https://ext.dcloud.net.cn'\" :inWhiteList=\"true\"></u-link>\r\n\t\t</view>\r\n\t\t<view :class=\"{'pc-hide': hideList.indexOf(item.url) !== -1 && hasLeftWin}\" class=\"uni-panel\" v-for=\"item in lists\" :key=\"item.url\">\r\n\t\t\t<view :class=\"{'left-win-active': leftWinActive === item.url && hasLeftWin}\" class=\"uni-panel-h\" @click=\"goDetailPage(item.url)\">\r\n\t\t\t\t<text class=\"uni-panel-text\">{{item.name}}</text>\r\n\t\t\t\t<text class=\"uni-panel-icon uni-icon\"></text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n<script>\r\n\texport default {\r\n\t\tprops: {\r\n\t\t\thasLeftWin: {\r\n\t\t\t\ttype: Boolean\r\n\t\t\t},\r\n\t\t\tleftWinActive: {\r\n\t\t\t\ttype: String\r\n\t\t\t}\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\thideList: [\r\n\t\t\t\t\t'load-more'\r\n\t\t\t\t],\r\n\t\t\t\tlists: [{\r\n\t\t\t\t\t\tname: \"uni-badge 数字角标\",\r\n\t\t\t\t\t\turl: \"badge\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// {\r\n\t\t\t\t\t// \tname: \"uni-calendar 日历\",\r\n\t\t\t\t\t// \turl: \"calendar\"\r\n\t\t\t\t\t// },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-card 卡片\",\r\n\t\t\t\t\t\turl: \"card\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-collapse 折叠面板\",\r\n\t\t\t\t\t\turl: \"collapse\"\r\n\t\t\t\t\t},\r\n\r\n\t\t\t\t\t// #ifndef APP-NVUE \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-combox 组合框\",\r\n\t\t\t\t\t\turl: \"combox\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-countdown 倒计时\",\r\n\t\t\t\t\t\turl: \"countdown\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-data-checkbox 数据选择器\",\r\n\t\t\t\t\t\turl: \"data-checkbox\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-data-picker 数据驱动的picker选择器\",\r\n\t\t\t\t\t\turl: \"data-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-dateformat 日期格式化\",\r\n\t\t\t\t\t\turl: \"dateformat\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-datetime-picker 日期选择器\",\r\n\t\t\t\t\t\turl: \"datetime-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-drawer 抽屉\",\r\n\t\t\t\t\t\turl: \"drawer\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-easyinput 增强输入框\",\r\n\t\t\t\t\t\turl: \"easyinput\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-fab 悬浮按钮\",\r\n\t\t\t\t\t\turl: \"fab\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-fav 收藏按钮\",\r\n\t\t\t\t\t\turl: \"fav\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP-NVUE \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-file-picker 文件选择上传\",\r\n\t\t\t\t\t\turl: \"file-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-forms 表单\",\r\n\t\t\t\t\t\turl: \"forms\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-goods-nav 商品导航\",\r\n\t\t\t\t\t\turl: \"goods-nav\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-grid 宫格\",\r\n\t\t\t\t\t\turl: \"grid\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-group 分组\",\r\n\t\t\t\t\t\turl: \"group\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-icons 图标\",\r\n\t\t\t\t\t\turl: \"icons\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-indexed-list 索引列表\",\r\n\t\t\t\t\t\turl: \"indexed-list\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-link 超链接\",\r\n\t\t\t\t\t\turl: \"link\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-list 列表\",\r\n\t\t\t\t\t\turl: \"list\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-load-more 加载更多\",\r\n\t\t\t\t\t\turl: \"load-more\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-nav-bar 自定义导航栏\",\r\n\t\t\t\t\t\turl: \"nav-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-notice-bar 通告栏\",\r\n\t\t\t\t\t\turl: \"notice-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-number-box 数字输入框\",\r\n\t\t\t\t\t\turl: \"number-box\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-pagination 分页器\",\r\n\t\t\t\t\t\turl: \"pagination\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-popup 弹出层\",\r\n\t\t\t\t\t\turl: \"popup\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-rate 评分\",\r\n\t\t\t\t\t\turl: \"rate\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-row 布局-行\",\r\n\t\t\t\t\t\turl: \"row\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-search-bar 搜索栏\",\r\n\t\t\t\t\t\turl: \"search-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP || H5 || MP-WEIXIN || MP-ALIPAY || MP-BAIDU || MP-TOUTIAO || MP-QQ \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"section 标题栏\",\r\n\t\t\t\t\t\turl: \"section\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-segmented-control 分段器\",\r\n\t\t\t\t\t\turl: \"segmented-control\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-steps 步骤条\",\r\n\t\t\t\t\t\turl: \"steps\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-swipe-action 滑动操作\",\r\n\t\t\t\t\t\turl: \"swipe-action\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-swiper-dot 轮播图指示点\",\r\n\t\t\t\t\t\turl: \"swiper-dot\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP-NVUE || MP-TOUTIAO || MP-BAIDU\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-table 表格\",\r\n\t\t\t\t\t\turl: \"table\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-tag 标签\",\r\n\t\t\t\t\t\turl: \"tag\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-title 章节标题\",\r\n\t\t\t\t\t\turl: \"title\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-transition 过渡动画\",\r\n\t\t\t\t\t\turl: \"transition\"\r\n\t\t\t\t\t},\r\n\t\t\t\t]\r\n\t\t\t};\r\n\t\t},\r\n\t\tonLoad() {},\r\n\t\tonReady() {\r\n\t\t\t// #ifdef APP-NVUE\r\n\t\t\tuni.preloadPage({\r\n\t\t\t\turl: \"/pages/extUI/calendar/calendar\",\r\n\t\t\t\tsuccess() {\r\n\t\t\t\t\tconsole.log(\"preloadPage /pages/extUI/calendar/calendar\")\r\n\t\t\t\t},\r\n\t\t\t\tfail() {}\r\n\t\t\t})\r\n\t\t\t// #endif\r\n\t\t},\r\n\t\tonShareAppMessage() {\r\n\t\t\treturn {\r\n\t\t\t\ttitle: '欢迎体验uni-app',\r\n\t\t\t\tpath: '/pages/tabBar/extUI/extUI'\r\n\t\t\t}\r\n\t\t},\r\n\t\tonNavigationBarButtonTap(e) {\r\n\t\t\tuni.navigateTo({\r\n\t\t\t\turl: '/pages/about/about'\r\n\t\t\t});\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tgoDetailPage(path) {\r\n\t\t\t\tconst url = '/pages/extUI/' + path + '/' + path\r\n\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\turl: url\r\n\t\t\t\t\t})\r\n\t\t\t\t} else {\r\n\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\turl: url\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t@import '../../../common/uni-nvue.css';\r\n</style>","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984894969\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1651984895070\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
2 | 1 | \ No newline at end of file |
2 | +{"version":3,"sources":["webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?0561","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?57c7","uni-app:///main.js","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?8298","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?cb4d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?2d7d","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?3329","uni-app:///pages/tabBar/extUI/extUI.nvue","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?a043","webpack:////Users/liugongyu/Documents/jiangyin/pages/tabBar/extUI/extUI.nvue?7121"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAirC,CAAgB,imCAAG,EAAC,C;;;;;;;;;;;ACArsC;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;kDCNL;AACA;AACA,oG,6FAFmBA,EAAE,CAACC,iCAAH,GAAuCC,mBAAvC;AAGnBC,UAAU,CAACC,cAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAmH;AACnH;AAC0D;AACL;AACa;AACA;;;AAGlE;AACgN;AAChN,gBAAgB,iNAAU;AAC1B,EAAE,4EAAM;AACR,EAAE,iFAAM;AACR,EAAE,0FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,qFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACxBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA,aAAa,4KAEN;AACP;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACnDA;AAAA;AAAA;AAAA;AAAo0B,CAAgB,oyBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACmDx1B;AACA;AACA;AACA,mBADA,EADA;;AAIA;AACA,kBADA,EAJA,EADA;;;AASA,MATA,kBASA;AACA;AACA;AACA,iBADA,CADA;;AAIA;AACA,8BADA;AAEA,oBAFA;;AAIA;AACA;AACA;AACA;AACA;AACA,2BADA;AAEA,mBAFA,EARA;;AAYA;AACA,iCADA;AAEA,uBAFA,EAZA;;;;AAkBA;AACA,8BADA;AAEA,qBAFA,EAlBA;;;AAuBA;AACA,iCADA;AAEA,wBAFA,EAvBA;;AA2BA;AACA,uCADA;AAEA,4BAFA,EA3BA;;AA+BA;AACA,8CADA;AAEA,0BAFA,EA/BA;;AAmCA;AACA,oCADA;AAEA,yBAFA,EAnCA;;AAuCA;AACA,yCADA;AAEA,8BAFA,EAvCA;;AA2CA;AACA,6BADA;AAEA,qBAFA,EA3CA;;AA+CA;AACA,mCADA;AAEA,wBAFA,EA/CA;;AAmDA;AACA,4BADA;AAEA,kBAFA,EAnDA;;AAuDA;AACA,4BADA;AAEA,kBAFA,EAvDA;;;AA4DA;AACA,sCADA;AAEA,0BAFA,EA5DA;;;AAiEA;AACA,4BADA;AAEA,oBAFA,EAjEA;;AAqEA;AACA,kCADA;AAEA,wBAFA,EArEA;;AAyEA;AACA,2BADA;AAEA,mBAFA,EAzEA;;AA6EA;AACA,4BADA;AAEA,oBAFA,EA7EA;;AAiFA;AACA,4BADA;AAEA,oBAFA,EAjFA;;AAqFA;AACA,qCADA;AAEA,2BAFA,EArFA;;AAyFA;AACA,4BADA;AAEA,mBAFA,EAzFA;;AA6FA;AACA,2BADA;AAEA,mBAFA,EA7FA;;;AAkGA;AACA,kCADA;AAEA,wBAFA,EAlGA;;;AAuGA;AACA,kCADA;AAEA,sBAFA,EAvGA;;AA2GA;AACA,kCADA;AAEA,yBAFA,EA3GA;;AA+GA;AACA,oCADA;AAEA,yBAFA,EA/GA;;AAmHA;AACA,kCADA;AAEA,yBAFA,EAnHA;;AAuHA;AACA,6BADA;AAEA,oBAFA,EAvHA;;AA2HA;AACA,2BADA;AAEA,mBAFA,EA3HA;;AA+HA;AACA,4BADA;AAEA,kBAFA,EA/HA;;AAmIA;AACA,kCADA;AAEA,yBAFA,EAnIA;;;;;;;;AA6IA;AACA,yCADA;AAEA,gCAFA,EA7IA;;AAiJA;AACA,6BADA;AAEA,oBAFA,EAjJA;;AAqJA;AACA,qCADA;AAEA,2BAFA,EArJA;;AAyJA;AACA,qCADA;AAEA,yBAFA,EAzJA;;;AA8JA;AACA,4BADA;AAEA,oBAFA,EA9JA;;;AAmKA;AACA,0BADA;AAEA,kBAFA,EAnKA;;AAuKA;AACA,8BADA;AAEA,oBAFA,EAvKA;;AA2KA;AACA,mCADA;AAEA,yBAFA,EA3KA,CAJA;;;;AAqLA,GA/LA;AAgMA,QAhMA,oBAgMA,EAhMA;AAiMA,SAjMA,qBAiMA;;;;;;;;;;AAUA,GA3MA;AA4MA,mBA5MA,+BA4MA;AACA;AACA,0BADA;AAEA,uCAFA;;AAIA,GAjNA;AAkNA,0BAlNA,oCAkNA,CAlNA,EAkNA;AACA;AACA,+BADA;;AAGA,GAtNA;AAuNA;AACA,gBADA,wBACA,IADA,EACA;AACA;AACA;AACA;AACA,kBADA;;AAGA,OAJA,MAIA;AACA;AACA,kBADA;;AAGA;AACA,KAZA,EAvNA,E;;;;;;;;;;;;;ACnDA;AAAA;AAAA;AAAA;AAAirC,CAAgB,imCAAG,EAAC,C;;;;;;;;;;;ACArsC;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/tabBar/extUI/extUI.js","sourcesContent":["import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226234\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/tabBar/extUI/extUI.nvue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./extUI.nvue?vue&type=template&id=30b88e3b&\"\nvar renderjs\nimport script from \"./extUI.nvue?vue&type=script&lang=js&\"\nexport * from \"./extUI.nvue?vue&type=script&lang=js&\"\nimport style0 from \"./extUI.nvue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./extUI.nvue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"pages/tabBar/extUI/extUI.nvue\"\nexport default component.exports","export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--16-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=template&id=30b88e3b&\"","var components\ntry {\n components = {\n uLink: function() {\n return import(\n /* webpackChunkName: \"components/u-link/u-link\" */ \"@/components/u-link/u-link.vue\"\n )\n }\n }\n} catch (e) {\n if (\n e.message.indexOf(\"Cannot find module\") !== -1 &&\n e.message.indexOf(\".vue\") !== -1\n ) {\n console.error(e.message)\n console.error(\"1. 排查组件名称拼写是否正确\")\n console.error(\n \"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom\"\n )\n console.error(\n \"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件\"\n )\n } else {\n throw e\n }\n}\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n var l0 = _vm.__map(_vm.lists, function(item, __i0__) {\n var $orig = _vm.__get_orig(item)\n\n var g0 = _vm.hideList.indexOf(item.url) !== -1 && _vm.hasLeftWin\n return {\n $orig: $orig,\n g0: g0\n }\n })\n\n _vm.$mp.data = Object.assign(\n {},\n {\n $root: {\n l0: l0\n }\n }\n )\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib/index.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--12-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=script&lang=js&\"","<style>\n view,\n label,\n swiper-item,\n scroll-view {\n display:flex;\n flex-direction:column;\n flex-shrink: 0;\n flex-grow: 0;\n flex-basis: auto;\n align-items: stretch;\n align-content: flex-start;\n }\n view,\n image,\n input,\n scroll-view,\n swiper,\n swiper-item,\n text,\n textarea,\n video {\n position: relative;\n border: 0px solid #000000;\n box-sizing: border-box;\n }\n swiper-item {\n position: absolute;\n }\n button {\n margin: 0;\n }\n</style>\n<template>\r\n\t<view class=\"uni-container\">\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-header-logo\">\r\n\t\t\t<image class=\"uni-header-image\" src=\"/static/extuiIndex.png\"></image>\r\n\t\t</view>\r\n\t\t<view v-if=\"!hasLeftWin\" class=\"uni-hello-text\">\r\n\t\t\t<text class=\"hello-text\">以下是uni-app扩展组件示例,更多组件见插件市场:</text>\r\n\t\t\t<u-link class=\"hello-link\" :href=\"'https://ext.dcloud.net.cn/'\" :text=\"'https://ext.dcloud.net.cn'\" :inWhiteList=\"true\"></u-link>\r\n\t\t</view>\r\n\t\t<view :class=\"{'pc-hide': hideList.indexOf(item.url) !== -1 && hasLeftWin}\" class=\"uni-panel\" v-for=\"item in lists\" :key=\"item.url\">\r\n\t\t\t<view :class=\"{'left-win-active': leftWinActive === item.url && hasLeftWin}\" class=\"uni-panel-h\" @click=\"goDetailPage(item.url)\">\r\n\t\t\t\t<text class=\"uni-panel-text\">{{item.name}}</text>\r\n\t\t\t\t<text class=\"uni-panel-icon uni-icon\"></text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n<script>\r\n\texport default {\r\n\t\tprops: {\r\n\t\t\thasLeftWin: {\r\n\t\t\t\ttype: Boolean\r\n\t\t\t},\r\n\t\t\tleftWinActive: {\r\n\t\t\t\ttype: String\r\n\t\t\t}\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\thideList: [\r\n\t\t\t\t\t'load-more'\r\n\t\t\t\t],\r\n\t\t\t\tlists: [{\r\n\t\t\t\t\t\tname: \"uni-badge 数字角标\",\r\n\t\t\t\t\t\turl: \"badge\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// {\r\n\t\t\t\t\t// \tname: \"uni-calendar 日历\",\r\n\t\t\t\t\t// \turl: \"calendar\"\r\n\t\t\t\t\t// },\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-card 卡片\",\r\n\t\t\t\t\t\turl: \"card\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-collapse 折叠面板\",\r\n\t\t\t\t\t\turl: \"collapse\"\r\n\t\t\t\t\t},\r\n\r\n\t\t\t\t\t// #ifndef APP-NVUE \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-combox 组合框\",\r\n\t\t\t\t\t\turl: \"combox\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-countdown 倒计时\",\r\n\t\t\t\t\t\turl: \"countdown\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-data-checkbox 数据选择器\",\r\n\t\t\t\t\t\turl: \"data-checkbox\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-data-picker 数据驱动的picker选择器\",\r\n\t\t\t\t\t\turl: \"data-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-dateformat 日期格式化\",\r\n\t\t\t\t\t\turl: \"dateformat\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-datetime-picker 日期选择器\",\r\n\t\t\t\t\t\turl: \"datetime-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-drawer 抽屉\",\r\n\t\t\t\t\t\turl: \"drawer\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-easyinput 增强输入框\",\r\n\t\t\t\t\t\turl: \"easyinput\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-fab 悬浮按钮\",\r\n\t\t\t\t\t\turl: \"fab\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-fav 收藏按钮\",\r\n\t\t\t\t\t\turl: \"fav\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP-NVUE \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-file-picker 文件选择上传\",\r\n\t\t\t\t\t\turl: \"file-picker\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-forms 表单\",\r\n\t\t\t\t\t\turl: \"forms\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-goods-nav 商品导航\",\r\n\t\t\t\t\t\turl: \"goods-nav\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-grid 宫格\",\r\n\t\t\t\t\t\turl: \"grid\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-group 分组\",\r\n\t\t\t\t\t\turl: \"group\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-icons 图标\",\r\n\t\t\t\t\t\turl: \"icons\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-indexed-list 索引列表\",\r\n\t\t\t\t\t\turl: \"indexed-list\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-link 超链接\",\r\n\t\t\t\t\t\turl: \"link\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-list 列表\",\r\n\t\t\t\t\t\turl: \"list\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef MP-JD\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-load-more 加载更多\",\r\n\t\t\t\t\t\turl: \"load-more\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-nav-bar 自定义导航栏\",\r\n\t\t\t\t\t\turl: \"nav-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-notice-bar 通告栏\",\r\n\t\t\t\t\t\turl: \"notice-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-number-box 数字输入框\",\r\n\t\t\t\t\t\turl: \"number-box\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-pagination 分页器\",\r\n\t\t\t\t\t\turl: \"pagination\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-popup 弹出层\",\r\n\t\t\t\t\t\turl: \"popup\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-rate 评分\",\r\n\t\t\t\t\t\turl: \"rate\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-row 布局-行\",\r\n\t\t\t\t\t\turl: \"row\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-search-bar 搜索栏\",\r\n\t\t\t\t\t\turl: \"search-bar\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP || H5 || MP-WEIXIN || MP-ALIPAY || MP-BAIDU || MP-TOUTIAO || MP-QQ \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"section 标题栏\",\r\n\t\t\t\t\t\turl: \"section\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-segmented-control 分段器\",\r\n\t\t\t\t\t\turl: \"segmented-control\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-steps 步骤条\",\r\n\t\t\t\t\t\turl: \"steps\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-swipe-action 滑动操作\",\r\n\t\t\t\t\t\turl: \"swipe-action\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-swiper-dot 轮播图指示点\",\r\n\t\t\t\t\t\turl: \"swiper-dot\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #ifndef APP-NVUE || MP-TOUTIAO || MP-BAIDU\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-table 表格\",\r\n\t\t\t\t\t\turl: \"table\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t// #endif \r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-tag 标签\",\r\n\t\t\t\t\t\turl: \"tag\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-title 章节标题\",\r\n\t\t\t\t\t\turl: \"title\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tname: \"uni-transition 过渡动画\",\r\n\t\t\t\t\t\turl: \"transition\"\r\n\t\t\t\t\t},\r\n\t\t\t\t]\r\n\t\t\t};\r\n\t\t},\r\n\t\tonLoad() {},\r\n\t\tonReady() {\r\n\t\t\t// #ifdef APP-NVUE\r\n\t\t\tuni.preloadPage({\r\n\t\t\t\turl: \"/pages/extUI/calendar/calendar\",\r\n\t\t\t\tsuccess() {\r\n\t\t\t\t\tconsole.log(\"preloadPage /pages/extUI/calendar/calendar\")\r\n\t\t\t\t},\r\n\t\t\t\tfail() {}\r\n\t\t\t})\r\n\t\t\t// #endif\r\n\t\t},\r\n\t\tonShareAppMessage() {\r\n\t\t\treturn {\r\n\t\t\t\ttitle: '欢迎体验uni-app',\r\n\t\t\t\tpath: '/pages/tabBar/extUI/extUI'\r\n\t\t\t}\r\n\t\t},\r\n\t\tonNavigationBarButtonTap(e) {\r\n\t\t\tuni.navigateTo({\r\n\t\t\t\turl: '/pages/about/about'\r\n\t\t\t});\r\n\t\t},\r\n\t\tmethods: {\r\n\t\t\tgoDetailPage(path) {\r\n\t\t\t\tconst url = '/pages/extUI/' + path + '/' + path\r\n\t\t\t\tif (this.hasLeftWin) {\r\n\t\t\t\t\tuni.reLaunch({\r\n\t\t\t\t\t\turl: url\r\n\t\t\t\t\t})\r\n\t\t\t\t} else {\r\n\t\t\t\t\tuni.navigateTo({\r\n\t\t\t\t\t\turl: url\r\n\t\t\t\t\t})\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t@import '../../../common/uni-nvue.css';\r\n</style>","import mod from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader/index.js??ref--6-oneOf-1-2!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-3!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/index.js??vue-loader-options!../../../../../../../Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./extUI.nvue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1652255226053\n var cssReload = require(\"/Applications/HBuilderX.app/Contents/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""} | |
3 | 3 | \ No newline at end of file | ... | ... |