Blame view

src/components/BottomSheet/BottomSheet.vue 44.3 KB
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1
  <template>
22e1420fa   BigBoss   弹窗组件修改
2
  	<view class="BottomSheetContent">
1b4b4938a   Adam   auto commit the c...
3
4
5
6
  		<view class="sheet" :class="{sheetShow:isShowBottom,sheeHide:!isShowBottom}"
  			@touchmove.stop.prevent="moveHandle" @click="closeSheet()">
  			<scroll-view scroll-y="true" class="sheetView" :class="{sheetView_active:isShowBottom}"
  				@click.stop="stopEvent()">
22e1420fa   BigBoss   弹窗组件修改
7
  				<view class="BottomSheetContent">
1b4b4938a   Adam   auto commit the c...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
  					<view class="goodInfo">
  						<view class="imageWrap">
  							<!-- <image :src="skuItem.sku_pic_http" mode="aspectFill" style="width: 188rpx;height: 168rpx;">
  							</image> -->
  
  						</view>
  						<view class="infoRight">
  							<!-- <text class="goodName">{{goodInfo.shop_wood_name}}-{{skuItem.wsp_sku_name}}</text> -->
  							<text class="goodName">{{goodInfo.shop_wood_name}}</text>
  							<text class="remarks">支持7天无理由退货 顺丰发货</text>
  							<view class="priceBox">
  								<!-- <view class="price">¥{{skuItem.wsp_wood_price || '暂无'}}</view> -->
  								<view class="price">¥{{0 || '暂无'}}</view>
  								<text>(限购{{maxCount}}副)</text>
  								<view class="counter">
  									<view class="btn" disabled="this.addDisabled" type="default"
  										@click="counter(false)">-</view>
  									<text>{{count}}</text>
  									<view class="btn" disabled="this.desDisabled" type="default" @click="counter(true)">
  										+</view>
  								</view>
  							</view>
  						</view>
  					</view>
  					<view class="peopleChoose">
  						<view class="title">选择使用人</view>
  						<view class="loveList">
  							<view class="peopleName" v-for="(item,index) in loveList" :key='index'
  								:class="{ active2: loveCurrent === index }" @click="onClickLoveItem(index,item.name)">
  								{{item.name}}
  							</view>
  						</view>
  					</view>
  					<view class="goods-data" v-if="isCart !== 3">
  						<view class="opCollapse">
  							<view class="body">
  								<template v-if="opIsOpen">
  									<view class="goods-form">
  										<view class="p1">
  											<image class="image2" src="../../static/img/myOpticsData/dataWrite.png"
  												mode="aspectFit"></image>
  											填写验光数据
  										</view>
  										<text class="p2">没有验光数据?请到线下眼镜店验光哦~</text>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="pd">验光单取名:</text>
  												</view>
  												<input type="text" @blur="handleInput" class="input" placeholder="请输入名称"
  													maxlength="20" :value="name" />
  											</view>
  										</view>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="p11">{{pickerInfoList[0].nameC}}</text>
  													<text class="p12">{{pickerInfoList[0].nameE}}</text>
  												</view>
  												<text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
  												<!-- <text class="p14">{{pickerInfoList[0].nameArray1[pickerInfoList[0].nameIndex1]}}</text> -->
  												<picker @change="bindPickerChange01"
  													:value="pickerInfoList[0].nameIndex1"
  													:range="pickerInfoList[0].nameArray1">
  													<view class="p14">
  														{{pickerInfoList[0].nameArray1[pickerInfoList[0].nameIndex1]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  													<!-- <image src="../../static/detail-tabicon.png" ></image> -->
  												</picker>
  												<text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
  												<!-- <text class="p14">{{pickerInfoList[0].nameArray2[pickerInfoList[0].nameIndex2]}}</text> -->
  												<picker @change="bindPickerChange02"
  													:value="pickerInfoList[0].nameIndex2"
  													:range="pickerInfoList[0].nameArray2">
  													<view class="p14">
  														{{pickerInfoList[0].nameArray2[pickerInfoList[0].nameIndex2]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  													<!-- <image src="../../static/detail-tabicon.png" ></image> -->
  												</picker>
  											</view>
  										</view>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="p11">{{pickerInfoList[1].nameC}}</text>
  													<text class="p12">{{pickerInfoList[1].nameE}}</text>
  												</view>
  												<text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
  												<!-- <text class="p14">{{pickerInfoList[1].nameArray1[pickerInfoList[1].nameIndex1]}}</text> -->
  												<picker @change="bindPickerChange11"
  													:value="pickerInfoList[1].nameIndex1"
  													:range="pickerInfoList[1].nameArray1">
  													<view class="p14">
  														{{pickerInfoList[1].nameArray1[pickerInfoList[1].nameIndex1]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  													<!-- <image src="../../static/detail-tabicon.png" ></image> -->
  												</picker>
  												<text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
  												<!-- <text class="p14">{{pickerInfoList[1].nameArray2[pickerInfoList[1].nameIndex2]}}</text> -->
  												<picker @change="bindPickerChange12"
  													:value="pickerInfoList[1].nameIndex2"
  													:range="pickerInfoList[1].nameArray2">
  													<view class="p14">
  														{{pickerInfoList[1].nameArray2[pickerInfoList[1].nameIndex2]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  													<!-- <image src="../../static/detail-tabicon.png" ></image> -->
  												</picker>
  											</view>
  										</view>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="p11">{{pickerInfoList[2].nameC}}</text>
  													<text class="p12">{{pickerInfoList[2].nameE}}</text>
  												</view>
  												<text class="p13">左&nbsp;&nbsp;&nbsp;(OD)</text>
  												<picker @change="bindPickerChange21"
  													:value="pickerInfoList[2].nameIndex1"
  													:range="pickerInfoList[2].nameArray1">
  													<view class="p14">
  														{{pickerInfoList[2].nameArray1[pickerInfoList[2].nameIndex1]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  												</picker>
  												<text class="p13">右&nbsp;&nbsp;&nbsp;(OS)</text>
  												<!-- <text class="p14">{{pickerInfoList[2].nameArray2[pickerInfoList[2].nameIndex2]}}</text> -->
  												<picker @change="bindPickerChange22"
  													:value="pickerInfoList[2].nameIndex2"
  													:range="pickerInfoList[2].nameArray2">
  													<view class="p14">
  														{{pickerInfoList[2].nameArray2[pickerInfoList[2].nameIndex2]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  													<!-- <image src="../../static/detail-tabicon.png" ></image> -->
  												</picker>
  											</view>
  										</view>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="pd">瞳距:</text>
  												</view>
  												<input type="digit" @change="handleInputPd" class="input"
  													placeholder="请输入瞳距,单位cm" maxlength="20" :value="pd" />
  											</view>
  										</view>
  										<view class="picker">
  											<view class="picker-choice">
  												<view class="choice-left">
  													<text class="p11">{{pickerInfoList[3].nameC}}</text>
  												</view>
  												<text class="p13-date">年&nbsp;&nbsp;&nbsp;(Y)</text>
  												<picker @change="bindPickerChange41"
  													:value="pickerInfoList[3].nameIndex1"
  													:range="pickerInfoList[3].nameArray1">
  													<view class="p14" style="width: 30px;">
  														{{pickerInfoList[3].nameArray1[pickerInfoList[3].nameIndex1]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  												</picker>
  												<text class="p13-date">月&nbsp;&nbsp;&nbsp;(M)</text>
  												<picker @change="bindPickerChange42"
  													:value="pickerInfoList[3].nameIndex2"
  													:range="pickerInfoList[3].nameArray2">
  													<view class="p14" style="width: 30px;">
  														{{pickerInfoList[3].nameArray2[pickerInfoList[3].nameIndex2]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  												</picker>
  												<text class="p13-date">日&nbsp;&nbsp;&nbsp;(D)</text>
  												<picker @change="bindPickerChange43"
  													:value="pickerInfoList[3].nameIndex3"
  													:range="pickerInfoList[3].nameArray3">
  													<view class="p14" style="width: 30px;">
  														{{pickerInfoList[3].nameArray3[pickerInfoList[3].nameIndex3]}}
  														<image src="../../static/detail-tabicon.png"></image>
  													</view>
  												</picker>
  											</view>
  										</view>
  										<view class="ipts">
  											<view class="inputItem">
  												<text class="text">镜片宽度</text>
  												<input class="input" @input="glassInfoInput($event,0)" type="text"
  													:value="glassInfo.glassWidth!=='0'?glassInfo.glassWidth:''"
  													placeholder="请输入镜片宽度" />
  											</view>
  											<view class="inputItem">
  												<text class="text">鼻梁宽度</text>
  												<input class="input" @input="glassInfoInput($event,1)" type="text"
  													:value="glassInfo.norseWidth!=='0'?glassInfo.norseWidth:''"
  													placeholder="请输入鼻梁宽度" />
  											</view>
  											<view class="inputItem">
  												<text class="text">镜腿长度</text>
  												<input class="input" @input="glassInfoInput($event,2)" type="text"
  													:value="glassInfo.legWidth!=='0'?glassInfo.legWidth:''"
  													placeholder="请输入镜腿长度" />
  											</view>
  
  										</view>
  										<!--  <view class="confirm">
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
214
215
  				        <image class="image1" :src="confirm ? tabicon[0] : tabicon[1]" @tap="changeConfirm"></image>
  				        <text>确认以上输入信息来源于我的验光数据!</text>
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
216
  				      </view> -->
1b4b4938a   Adam   auto commit the c...
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
  									</view>
  								</template>
  								<template v-else>
  									<view v-for="item in pickerInfoList" :key="item.key" class="bodyBox">
  										<template v-if="item.nameC==='验光日期'">
  											<text class="names">{{item.nameC}}</text>
  											<text
  												style="margin-right: 5px;">{{item.nameArray1[item.nameIndex1]}}年</text>
  											<text
  												style="margin-right: 5px;">{{item.nameArray2[item.nameIndex2]}}月</text>
  											<text>{{item.nameArray3[item.nameIndex2]}}日</text>
  										</template>
  										<template v-else>
  											<template v-if="item.nameC==='度数'">
  												<text style="display: inline;">*</text>
  											</template>
  
  											<text class="names">{{item.nameC}}</text>
  											<text
  												style="margin-right: 10px;">左&nbsp;{{item.nameArray1[item.nameIndex1]}}</text>
  											<text>右&nbsp;{{item.nameArray2[item.nameIndex2]}}</text>
  										</template>
  									</view>
  								</template>
22e1420fa   BigBoss   弹窗组件修改
241
  							</view>
1b4b4938a   Adam   auto commit the c...
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
  						</view>
  					</view>
  					<view class="choose">
  						<view class="chooseItem_1_content" v-for="(item,index) in attrList" :key="index">
  							<UniCollapse @change="changeShow(index)">
  								<UniCollapseItem :open="show[index]" :title="item.meta_name" showAnimation=false>
  									<view class="chooseItem_1_content">
  										<view class="itemsWrap" v-if="isCart ==3">
  											<view class="item2" v-for="(one,i) in item.attr" :key="i"
  												:class="{ active2: current[index] === i}"
  												@click="cartOnClickItem(index, i,one.aid)">{{one.name}}</view>
  										</view>
  										<view class="itemsWrap" v-else>
  											<view class="item2" v-for="(one,i) in item.attr" :key="i"
  												:class="{ active2: current[index] === i }"
  												@click="cartOnClickItem(index, i,one.aid)">{{one.name}}</view>
  										</view>
  									</view>
  								</UniCollapseItem>
  							</UniCollapse>
  							<view class="chooseRes" v-show="!show[index]">*
  								{{attrList[index].attr[current[index]].name}}</view>
  						</view>
  					</view>
  					<view class="button" @click.native="addCart" v-if="isCart == 1">
  						加入购物车
  					</view>
  					<view class="button" @click="toComfirmOrder" v-if="isCart == 2">
  						立即结算
  					</view>
  					<view class="button" @click="comfirmChoose" v-if="isCart == 3">
  						确定
  					</view>
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
275
276
277
278
279
280
  				</view>
  			</scroll-view>
  		</view>
  	</view>
  </template>
  <script>
1b4b4938a   Adam   auto commit the c...
281
282
283
  	import UniCollapse from '@/components/UniCollapse/UniCollapse.vue'
  	import UniCollapseItem from '@/components/UniCollapseItem/UniCollapseItem.vue'
  	import store from '@/store'
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
284
285
286
287
288
289
  	export default {
  		components: {
  			UniCollapse,
  			UniCollapseItem,
  		},
  		props: {
1b4b4938a   Adam   auto commit the c...
290
291
292
293
294
295
296
297
  			isShowBottom: Boolean,
  			shop_wood_id: String,
  			wsp_id: String,
  			propMpId: String,
  			goodInfo: Object,
  			isCart: Number,
  			cart_id: String,
  			index: Number
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
298
299
  		},
  		data() {
1b4b4938a   Adam   auto commit the c...
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
  			return {
  				loveCurrent: Number,
  				count: 1,
  				// pid: 0,
  				maxCount: 20,
  				dataName: '', // 验光数据人员名称
  				isDataName: false, // 是否是已存在的人员数据
  				dataConfirm: false, // 已确认所输入验光数据
  				opIsOpen: true,
  				addDisabled: false,
  				desDisabled: false,
  				current: [],
  				show: [true, true],
  				checkedData: {},
  				// 度数相关数据
  				pickerInfoList: [{
  						nameC: '度数',
  						nameE: '(SPH)',
  						nameArray1: [''],
  						nameIndex1: 0,
  						nameArray2: [''],
  						nameIndex2: 0,
  						key: 0
  					},
  					{
  						nameC: '散光',
  						nameE: '(CYL)',
  						nameArray1: [''],
  						nameIndex1: 0,
  						nameArray2: [''],
  						nameIndex2: 0,
  						key: 1
  					},
  					{
  						nameC: '散光轴位',
  						nameE: '(AXI)',
  						nameArray1: [''],
  						nameIndex1: 0,
  						nameArray2: [''],
  						nameIndex2: 0,
  						key: 2
  					},
  					{
  						nameC: '验光日期',
  						nameE: '',
  						nameArray1: [''],
  						nameIndex1: 0,
  						nameArray2: ['', 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
  						nameIndex2: 0,
  						nameArray3: [''],
  						nameIndex3: 0
  					},
  				],
  				// confirm: false, // 用户是否确认
  				// tabicon: ['/static/detail-button.png', '/static/detail-button-unselected.png'],
  				name: '',
  				oldname: '', // 用于判读用户是否改变名字
  				pickerInfoChioce: {
  					leftSph: '',
  					rightSph: '',
  					leftCyl: '',
  					rightCyl: '',
  					leftAxi: '',
  					rightAxi: '',
  					time: {
  						year: 0,
  						month: 0,
  						day: 0,
  					},
  				},
  				glassInfo: {
  					glassWidth: Number, //镜片宽度
  					norseWidth: Number, //鼻宽
  					legWidth: Number //镜腿长度
  				},
  				pd: '', // 瞳距
  				oldpd: '', // 用于判断用户是否改变瞳距
  				kinds: 1, // kinds=1,提交为新增验光,2为修改
  				mp_id: Number,
  				skuValueArray: [],
  				skId: String
  			}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
382
383
  		},
  		computed: {
22e1420fa   BigBoss   弹窗组件修改
384
  			//进购物车选择的人的index
1b4b4938a   Adam   auto commit the c...
385
386
387
388
389
390
391
  			p_current() {
  				const getLoveItemIndex = (item) => item.mp_id == this.propMpId
  				const p_current = this.$store.state.myLoveList.loveList.findIndex(getLoveItemIndex)
  				if (this.isCart == 3) {
  					this.loveCurrent = p_current
  				}
  				return p_current
22e1420fa   BigBoss   弹窗组件修改
392
  			},
1b4b4938a   Adam   auto commit the c...
393
394
395
396
  			arr_current() {
  				if (this.isCart == 3) {
  					const skId = this.wsp_id
  					const skuValue = this.skuItem.wsp_sku_name
22e1420fa   BigBoss   弹窗组件修改
397
398
399
  					const skuValueArray = skuValue.split('_')
  					this.skuValueArray = skuValueArray
  					const attrList = this.$store.state.read.goodInfo.attrList
1b4b4938a   Adam   auto commit the c...
400
  					for (let i = 0; i < attrList.length; i++) {
22e1420fa   BigBoss   弹窗组件修改
401
  						const getArrIndex = (item) => item.aid == skuValueArray[i]
1b4b4938a   Adam   auto commit the c...
402
  						const arr_current = this.$store.state.read.goodInfo.attrList[i].attr.findIndex(getArrIndex)
22e1420fa   BigBoss   弹窗组件修改
403
  						// console.log('arr_current',arr_current)
1b4b4938a   Adam   auto commit the c...
404
  						this.current.push(arr_current)
22e1420fa   BigBoss   弹窗组件修改
405
  					}
1b4b4938a   Adam   auto commit the c...
406
  				} else {
22e1420fa   BigBoss   弹窗组件修改
407
408
409
  					return null
  				}
  			},
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
410
  			loveList() {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
411
412
  				return this.$store.state.myLoveList.loveList || []
  			},
1b4b4938a   Adam   auto commit the c...
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
  			attrList() {
  				// console.log('attrList',this.$store.state.read.goodInfo.attrList)
  				let attrList = this.$store.state.read.goodInfo.attrList
  				if (attrList !== undefined) {
  					return attrList
  				} else {
  					return []
  				}
  			},
  			skuList() {
  				// console.log('skuList',this.$store.state.read.goodInfo.skuList)
  				return this.$store.state.read.goodInfo.sku
  			},
  			skuItem() {
  				// if(this.isCart == 3){
  				const skuList = this.$store.state.read.goodInfo.sku
  				// console.log('skuItemskuItemskuItemskuItemskuItem', this.$store.state.read.goodInfo);	
  				const skuItem = skuList.filter(item => item.wsp_id === this.skId)[0]
  				return skuItem
  				// }else{  
  				//  const skuList =  this.$store.state.read.goodInfo.skuList
  				//  const skuItem = skuList[0]
  				//  return skuItem	
  				// }
  			},
  			mpList() {
  
  				return this.$store.state.myLoveList.loveList
  			},
  			glassInfoRight() {
  				const glassInfoArr = Object.values(this.glassInfo)
  				// console.log('glassInfoArr',glassInfoArr.find(item => item == '0'))
  				return glassInfoArr.find(item => item == '0') == undefined
  			}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
447
448
  		},
  		created() {
1b4b4938a   Adam   auto commit the c...
449
450
  			this.skuValueArray = this.skuList[0].wsp_sku_name.split("_")
  			// console.log(this.wsp_id)
22e1420fa   BigBoss   弹窗组件修改
451
  			this.mp_id = this.propMpId
1b4b4938a   Adam   auto commit the c...
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
  			const pid = this.shop_wood_id
  			if (this.isCart !== 3) {
  				this.skId = this.skuList[0].wsp_id
  				const current = []
  				const show = []
  				for (let index = 0; index < this.attrList.length; index++) {
  					current.push(0)
  					show.push(true)
  				}
  				this.current = current
  				this.show = show
  			} else {
  				this.skId = this.wsp_id
  			}
  			//获取关心的人列表
  			store.dispatch('myLoveList/getLoveList', {
  				uid: this.$store.state.user.userInfo.uid,
  			});
  			// 初始化SPL、CYL、AXI的值
  			for (let j = 0; j < 3; j++) {
  				for (let i = -12; i < 6; i++) {
  					this.pickerInfoList[j].nameArray1.push(i)
  					this.pickerInfoList[j].nameArray1.push(i + 0.5)
  					this.pickerInfoList[j].nameArray2.push(i)
  					this.pickerInfoList[j].nameArray2.push(i + 0.5)
  					if (i >= -6) {
  						this.pickerInfoList[j].nameArray1.push(i + 0.25)
  						this.pickerInfoList[j].nameArray1.push(i + 0.75)
  						this.pickerInfoList[j].nameArray2.push(i + 0.25)
  						this.pickerInfoList[j].nameArray2.push(i + 0.75)
  					}
  					if (i === 5) {
  						this.pickerInfoList[j].nameArray1.push(i + 1)
  						this.pickerInfoList[j].nameArray2.push(i + 1)
  					}
  				}
  			}
  			// 初始化日期值
  			for (let i = 1; i < 32; i++) {
  				this.pickerInfoList[3].nameArray3.push(i)
  			}
  			// 初始化年份前后五年
  			const myDate = new Date()
  			const nowYear = myDate.getFullYear()
  			for (let i = 0; i < 5; i++) {
  				this.pickerInfoList[3].nameArray1.push(nowYear - i)
22e1420fa   BigBoss   弹窗组件修改
498
  			}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
499
  		},
1b4b4938a   Adam   auto commit the c...
500
  		name: "bottomSheet",
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
501
  		methods: {
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
502
  			//判断眼镜数据是否为0
1b4b4938a   Adam   auto commit the c...
503
  			checkGlassInfo() {
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
504
505
  				// const glassInfoArr = Object.values(this.glassInfo)
  				// console.log(this.glassInfoRight)
1b4b4938a   Adam   auto commit the c...
506
  				if (!this.glassInfoRight) {
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
507
  					uni.showToast({
1b4b4938a   Adam   auto commit the c...
508
509
  						title: '请完善镜框数据~',
  						icon: 'none'
fed83ad11   BigBoss   新增数据
510
511
512
  					})
  				}
  			},
1b4b4938a   Adam   auto commit the c...
513
  			updateMylove() {
fed83ad11   BigBoss   新增数据
514
515
516
517
  				const loveItem = this.loveList[this.loveCurrent]
  				const glassWidth = this.glassInfo.glassWidth
  				const norseWidth = this.glassInfo.norseWidth
  				const legWidth = this.glassInfo.legWidth
1b4b4938a   Adam   auto commit the c...
518
  				if (loveItem.glassWidth !== glassWidth) {
fed83ad11   BigBoss   新增数据
519
520
521
522
523
524
  					store.dispatch('myLoveList/updateMylove', {
  						uid: this.$store.state.user.userInfo.uid,
  						openid: this.$store.state.user.userInfo.openid,
  						mp_id: this.mp_id,
  						keyname: 'glassWidth',
  						keyvalue: glassWidth
1b4b4938a   Adam   auto commit the c...
525
  					});
fed83ad11   BigBoss   新增数据
526
  				}
1b4b4938a   Adam   auto commit the c...
527
  				if (loveItem.norseWidth !== norseWidth) {
fed83ad11   BigBoss   新增数据
528
529
530
531
532
533
  					store.dispatch('myLoveList/updateMylove', {
  						uid: this.$store.state.user.userInfo.uid,
  						openid: this.$store.state.user.userInfo.openid,
  						mp_id: this.mp_id,
  						keyname: 'norseWidth',
  						keyvalue: norseWidth
1b4b4938a   Adam   auto commit the c...
534
  					});
fed83ad11   BigBoss   新增数据
535
  				}
1b4b4938a   Adam   auto commit the c...
536
  				if (loveItem.legWidth !== legWidth) {
fed83ad11   BigBoss   新增数据
537
538
539
540
541
542
  					store.dispatch('myLoveList/updateMylove', {
  						uid: this.$store.state.user.userInfo.uid,
  						openid: this.$store.state.user.userInfo.openid,
  						mp_id: this.mp_id,
  						keyname: 'legWidth',
  						keyvalue: legWidth
1b4b4938a   Adam   auto commit the c...
543
  					});
fed83ad11   BigBoss   新增数据
544
545
  				}
  			},
1b4b4938a   Adam   auto commit the c...
546
547
548
  			glassInfoInput(e, type) {
  				console.log('glassInfoInput', e);
  				switch (type) {
fed83ad11   BigBoss   新增数据
549
550
  					case 0:
  						this.glassInfo.glassWidth = e.detail.value
1b4b4938a   Adam   auto commit the c...
551
  						break;
fed83ad11   BigBoss   新增数据
552
553
  					case 1:
  						this.glassInfo.norseWidth = e.detail.value
1b4b4938a   Adam   auto commit the c...
554
  						break;
fed83ad11   BigBoss   新增数据
555
556
  					case 2:
  						this.glassInfo.legWidth = e.detail.value
1b4b4938a   Adam   auto commit the c...
557
  						break;
fed83ad11   BigBoss   新增数据
558
  					default:
1b4b4938a   Adam   auto commit the c...
559
  						break;
fed83ad11   BigBoss   新增数据
560
561
  				}
  			},
22e1420fa   BigBoss   弹窗组件修改
562
  			//参数点击事件==》改变对应图片
1b4b4938a   Adam   auto commit the c...
563
  			cartOnClickItem(index, i, aid) {
22e1420fa   BigBoss   弹窗组件修改
564
565
  				//根据aid拼接skuValue
  				this.skuValueArray[index] = aid
1b4b4938a   Adam   auto commit the c...
566
567
568
569
  				const wsp_sku_name = this.skuValueArray.join('_')
  				//根据wsp_sku_name获取对应的wsp_id
  				const itemSk_id = this.skuList.filter(item => item.wsp_sku_name == wsp_sku_name)[0].wsp_id
  				//修改wsp_id
22e1420fa   BigBoss   弹窗组件修改
570
  				this.skId = itemSk_id
1b4b4938a   Adam   auto commit the c...
571
572
573
574
  				if (this.current[index] !== i) {
  					this.current[index] = i
  				}
  				this.$forceUpdate()
22e1420fa   BigBoss   弹窗组件修改
575
  			},
1b4b4938a   Adam   auto commit the c...
576
  			comfirmChoose() {
fed83ad11   BigBoss   新增数据
577
  				this.checkGlassInfo()
1b4b4938a   Adam   auto commit the c...
578
  				if (this.glassInfoRight) {
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
579
  					this.updateMylove()
1b4b4938a   Adam   auto commit the c...
580
581
582
  					const price = this.skuList.filter(item => item.wsp_id == this.skId)[0].real_price
  					this.$emit("chooseCartModi", this.mp_id, this.skId, price, this.shop_wood_id, this.count, this.cart_id,
  						this.index) //添加购物车
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
583
584
  					this.$emit("closeBottom")
  				}
22e1420fa   BigBoss   弹窗组件修改
585
  			},
1b4b4938a   Adam   auto commit the c...
586
  			addCart() {
fed83ad11   BigBoss   新增数据
587
  				this.checkGlassInfo()
1b4b4938a   Adam   auto commit the c...
588
  				if (this.glassInfoRight) {
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
589
590
  					this.updateMylove()
  					const that = this
1b4b4938a   Adam   auto commit the c...
591
592
  					console.log('that.goodInfo.attrList------------>', that.goodInfo);
  					const checkedSKUName = '1111'
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
593
  					const checkedSKU = []
1b4b4938a   Adam   auto commit the c...
594
595
596
597
598
599
600
601
602
603
604
605
606
607
  					// let j;
  					// for (let i = 0; i < that.current.length; i++) {
  					// 	// checkedSKU.push(that.goodInfo.attrList[i].attr[that.current[i]])
  					// 	// // console.log('i', i, j, i !== this.current.length - 1)
  					// 	//   if (i !== this.current.length - 1) {
  					// 	//     // 后续需修改算法:目前暂定只有两个参数选择,后续若有多个参数需要修改实现自适应
  					// 	//     j = this.current[i] * this.attrList[1].attr.length
  					// 	//   } else {
  					// 	//     j += this.current[i]
  					// 	//   }
  					// }
  					const price = 11
  					// let wsp_id = this.sku[j].wsp_id
  					// console.log('选择的商品wsp_id',wsp_id,'选择的商品参数',checkedSKU)
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
608
  					// console.log('mp_id',this.mp_id,'数量',this.count)
1b4b4938a   Adam   auto commit the c...
609
610
  					this.$emit("addCart", this.mp_id, this.count, checkedSKU, this.wsp_id, price) //添加购物车
  					this.$emit("closeBottom") //关闭弹窗
0bda9efec   BigBoss   购物车功能修改
611
  				}
0bda9efec   BigBoss   购物车功能修改
612
  			},
1b4b4938a   Adam   auto commit the c...
613
  			onClickLoveItem(index, name) {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
614
  				const loveList = this.loveList
fed83ad11   BigBoss   新增数据
615
616
617
  				this.glassInfo.glassWidth = loveList[index].glassWidth
  				this.glassInfo.norseWidth = loveList[index].norseWidth
  				this.glassInfo.legWidth = loveList[index].legWidth
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
618
  				for (let index = 0; index < loveList.length; index++) {
1b4b4938a   Adam   auto commit the c...
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
  					if (name === loveList[index].name && name !== this.name) {
  						this.isDataName = true
  						this.kinds = 2
  						this.name = loveList[index].name
  						this.pd = loveList[index].pd
  						this.mp_id = loveList[index].mp_id
  						this.oldname = loveList[index].name
  						this.oldpd = loveList[index].pd
  						this.pickerInfoList[0].nameArray1.unshift(loveList[index].leftSph)
  						this.pickerInfoList[0].nameArray2.unshift(loveList[index].rightSph)
  						this.pickerInfoList[1].nameArray1.unshift(loveList[index].leftCyl)
  						this.pickerInfoList[1].nameArray2.unshift(loveList[index].rightCyl)
  						this.pickerInfoList[2].nameArray1.unshift(loveList[index].leftAxi)
  						this.pickerInfoList[2].nameArray2.unshift(loveList[index].rightAxi)
  						this.pickerInfoList[3].nameArray1.unshift(loveList[index].in_time.toString().slice(0, 4))
  						if (loveList[index].in_time.toString().slice(5, 6) === 0) {
  							this.pickerInfoList[3].nameArray2.unshift(loveList[index].in_time.toString().slice(6, 7))
  						} else {
  							this.pickerInfoList[3].nameArray2.unshift(loveList[index].in_time.toString().slice(5, 7))
  						}
  						if (loveList[index].in_time.toString().slice(8, 9) === 0) {
  							this.pickerInfoList[3].nameArray3.unshift(loveList[index].in_time.toString().slice(9, 10))
  						} else {
  							this.pickerInfoList[3].nameArray3.unshift(loveList[index].in_time.toString().slice(8, 10))
  						}
  					}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
645
  				}
1b4b4938a   Adam   auto commit the c...
646
647
  				this.name = name;
  				this.loveCurrent = index;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
648
  			},
1b4b4938a   Adam   auto commit the c...
649
  			closeSheet() {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
650
651
  				this.$emit('closeBottom');
  			},
1b4b4938a   Adam   auto commit the c...
652
653
  			stopEvent() { //@click.stop防止事件冒泡
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
654
  			},
1b4b4938a   Adam   auto commit the c...
655
656
  			moveHandle() { //不让页面滚动
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
657
658
659
  			},
  			// picker相关功能
  			handleInput(e) {
1b4b4938a   Adam   auto commit the c...
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
  				console.log('handleInputhandleInputhandleInput', e);
  				this.name = e.target.value
  				this.isDataName = false
  				const mpList = this.mpList
  				// console.log('mpList===>', mpList)
  				for (let index = 0; index < mpList.length; index++) {
  					if (e.detail.value === mpList[index].name) {
  						this.isDataName = true
  						uni.showModal({
  							title: '提示',
  							content: `是否填充已有的"${e.detail.value}"的数据`,
  							success: (res) => {
  								if (res.confirm) {
  									this.kinds = 2
  									// console.log('args===>', index)
  									// const mpList=Object.assign({},this.$store.state.mympList.mpList)
  									this.name = mpList[index].name
  									this.pd = mpList[index].pd
  									this.mp_id = mpList[index].mp_id
  									this.oldname = mpList[index].name
  									this.oldpd = mpList[index].pd
  									// 将kinds =2时的值传到该页面
  									this.pickerInfoList[0].nameArray1.unshift(mpList[index].leftSph)
  									this.pickerInfoList[0].nameArray2.unshift(mpList[index].rightSph)
  									this.pickerInfoList[1].nameArray1.unshift(mpList[index].leftCyl)
  									this.pickerInfoList[1].nameArray2.unshift(mpList[index].rightCyl)
  									this.pickerInfoList[2].nameArray1.unshift(mpList[index].leftAxi)
  									this.pickerInfoList[2].nameArray2.unshift(mpList[index].rightAxi)
  									this.pickerInfoList[3].nameArray1.unshift(mpList[index].in_time.toString()
  										.slice(0, 4))
  									if (mpList[index].in_time.toString().slice(5, 6) === 0) {
  										this.pickerInfoList[3].nameArray2.unshift(mpList[index].in_time
  											.toString().slice(6, 7))
  									} else {
  										this.pickerInfoList[3].nameArray2.unshift(mpList[index].in_time
  											.toString().slice(5, 7))
  									}
  									if (mpList[index].in_time.toString().slice(8, 9) === 0) {
  										this.pickerInfoList[3].nameArray3.unshift(mpList[index].in_time
  											.toString().slice(9, 10))
  									} else {
  										this.pickerInfoList[3].nameArray3.unshift(mpList[index].in_time
  											.toString().slice(8, 10))
  									}
  									// this.checkedData = mpList[index]
  									// console.log('checkedData', this.checkedData)
  								} else if (res.cancel) {
  									this.kinds = 2
  								}
  							},
  						})
  					}
  				}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
713
714
  			},
  			handleInputPd(e) {
1b4b4938a   Adam   auto commit the c...
715
716
717
718
719
720
721
722
723
724
725
726
  				// 只能输入正浮点数或正数
  				console.log('handleInputPdhandleInputPd', e);
  				if (/^\d+(\.\d+)?$/.test(e.target.value)) {
  					this.pd = e.target.value
  				} else {
  					uni.showToast({
  						title: '请输入有效数据;示例:89',
  						icon: 'none',
  						duration: 2000,
  					})
  					this.pd = ''
  				}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
727
  			},
0df2ead74   BigBoss   确认订单传参修改&新增眼镜数据的录入功能
728
729
730
  			// changeConfirm() {
  			//   this.confirm = !this.confirm
  			// },
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
731
  			bindPickerChange01: function(e) {
1b4b4938a   Adam   auto commit the c...
732
733
  				this.pickerInfoList[0].nameIndex1 = e.target.value
  				this.pickerInfoChioce.leftSph = this.pickerInfoList[0].nameArray1[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
734
735
  			},
  			bindPickerChange02: function(e) {
1b4b4938a   Adam   auto commit the c...
736
737
  				this.pickerInfoList[0].nameIndex2 = e.target.value
  				this.pickerInfoChioce.rightSph = this.pickerInfoList[0].nameArray2[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
738
  			},
1b4b4938a   Adam   auto commit the c...
739
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
740
  			bindPickerChange11: function(e) {
1b4b4938a   Adam   auto commit the c...
741
742
  				this.pickerInfoList[1].nameIndex1 = e.target.value
  				this.pickerInfoChioce.leftCyl = this.pickerInfoList[1].nameArray1[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
743
744
  			},
  			bindPickerChange12: function(e) {
1b4b4938a   Adam   auto commit the c...
745
746
  				this.pickerInfoList[1].nameIndex2 = e.target.value
  				this.pickerInfoChioce.rightCyl = this.pickerInfoList[1].nameArray2[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
747
  			},
1b4b4938a   Adam   auto commit the c...
748
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
749
  			bindPickerChange21: function(e) {
1b4b4938a   Adam   auto commit the c...
750
751
  				this.pickerInfoList[2].nameIndex1 = e.target.value
  				this.pickerInfoChioce.leftAxi = this.pickerInfoList[2].nameArray1[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
752
753
  			},
  			bindPickerChange22: function(e) {
1b4b4938a   Adam   auto commit the c...
754
755
  				this.pickerInfoList[2].nameIndex2 = e.target.value
  				this.pickerInfoChioce.rightAxi = this.pickerInfoList[2].nameArray2[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
756
  			},
1b4b4938a   Adam   auto commit the c...
757
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
758
  			bindPickerChange41: function(e) {
1b4b4938a   Adam   auto commit the c...
759
760
  				this.pickerInfoList[3].nameIndex1 = e.target.value
  				this.pickerInfoChioce.time.year = this.pickerInfoList[3].nameArray1[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
761
762
  			},
  			bindPickerChange42: function(e) {
1b4b4938a   Adam   auto commit the c...
763
764
  				this.pickerInfoList[3].nameIndex2 = e.target.value
  				this.pickerInfoChioce.time.month = this.pickerInfoList[3].nameArray2[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
765
766
  			},
  			bindPickerChange43: function(e) {
1b4b4938a   Adam   auto commit the c...
767
768
  				this.pickerInfoList[3].nameIndex3 = e.target.value
  				this.pickerInfoChioce.time.day = this.pickerInfoList[3].nameArray3[e.target.value]
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
769
770
  			},
  			changeShow(num) {
1b4b4938a   Adam   auto commit the c...
771
772
  				this.show[num] = !this.show[num]
  				this.$forceUpdate()
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
773
  			},
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
774
  			counter(isadd) {
1b4b4938a   Adam   auto commit the c...
775
776
777
778
779
  				if (isadd) {
  					this.count >= this.maxCount ? this.addDisabled = true : this.count++
  				} else {
  					this.count <= 1 ? this.desDisabled = true : this.count--
  				}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
780
781
  			},
  			toComfirmOrder() {
78ed60987   BigBoss   build下单修改
782
  				this.checkGlassInfo()
fed83ad11   BigBoss   新增数据
783
  				this.updateMylove()
1b4b4938a   Adam   auto commit the c...
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
  				// 先处理验光部分的逻辑,如果ok在跳转
  				let flag = 0
  				if (this.name === '') {
  					uni.showToast({
  						title: '请输入验光单取名',
  						icon: 'none',
  						duration: 2000,
  					})
  				} else {
  					if (this.pd === '') {
  						uni.showToast({
  							title: '请输入瞳距',
  							icon: 'none',
  							duration: 2000,
  						})
  					} else {
  						if (this.kinds === 1) {
  							// 添加用户验光单
  							if (this.pickerInfoChioce.rightSph === '' || this.pickerInfoChioce.leftSph === '' ||
  								this.pickerInfoChioce.leftCyl === '' || this.pickerInfoChioce.rightCyl === '' ||
  								this.pickerInfoChioce.leftAxi === '' || this.pickerInfoChioce.rightAxi === ''
  							) {
  								uni.showToast({
  									title: '请输入您的验光数据',
  									icon: 'none',
  									duration: 2000,
  								})
  							} else {
  								// if (this.confirm) {
  								store.dispatch('myLoveList/addMylove', {
  									uid: this.$store.state.user.userInfo.uid,
  									openid: this.$store.state.user.userInfo.openid,
  									// mp_name: this.$store.state.user.userInfo.mp_name,
  									leftSph: this.pickerInfoChioce.leftSph,
  									rightSph: this.pickerInfoChioce.rightSph,
  									leftCyl: this.pickerInfoChioce.leftCyl,
  									rightCyl: this.pickerInfoChioce.rightCyl,
  									leftAxi: this.pickerInfoChioce.leftAxi,
  									rightAxi: this.pickerInfoChioce.rightAxi,
  									pd: this.pd, // 瞳距
  									mp_name: this.name,
  									// time: this.pickerInfoChioce.time,
  									// img_url2: "http://localhost:8087/images/shop_1/1/",
  								}).then(({
  									mp_id: mpId
  								}) => {
  									this.mp_id = mpId
  								})
  								flag = 1
  							}
  						}
  						if (this.kinds === 2) {
  							// if (this.confirm) {
  							const leftList = ['leftSph', 'leftCyl', 'leftAxi']
  							const rightList = ['rightSph', 'rightCyl', 'rightAxi']
  							// let flag=0;
  							if (this.name !== this.oldname) {
  								store.dispatch('myLoveList/updateMylove', {
  									uid: this.$store.state.user.userInfo.uid,
  									openid: this.$store.state.user.userInfo.openid,
  									mp_id: this.mp_id,
  									keyname: 'name',
  									keyvalue: this.name,
  								})
  								flag = 1
  							}
  							if (this.pd !== this.oldpd) {
  								store.dispatch('myLoveList/updateMylove', {
  									uid: this.$store.state.user.userInfo.uid,
  									openid: this.$store.state.user.userInfo.openid,
  									mp_id: this.mp_id,
  									keyname: 'pd',
  									keyvalue: this.pd,
  								})
  								flag = 1
  							}
  							//  先验证是否输入有无空
  							let q = true
  							for (let k = 0; k < 3; k++) {
  								q = q && (this.pickerInfoList[k].nameArray1[this.pickerInfoList[k].nameIndex1] !== '' &&
  									this.pickerInfoList[k].nameArray2[this.pickerInfoList[k].nameIndex2] !== '')
  							}
  							if (q) {
  								for (let j = 0; j < 3; j++) {
  									if (this.pickerInfoList[j].nameIndex1 !== 0) {
  										store.dispatch('myLoveList/updateMylove', {
  											uid: this.$store.state.user.userInfo.uid,
  											openid: this.$store.state.user.userInfo.openid,
  											mp_id: this.mp_id,
  											keyname: leftList[j],
  											keyvalue: this.pickerInfoList[j].nameArray1[this.pickerInfoList[j]
  												.nameIndex1],
  										})
  									}
  									if (this.pickerInfoList[j].nameIndex2 !== 0) {
  										store.dispatch('myLoveList/updateMylove', {
  											uid: this.$store.state.user.userInfo.uid,
  											openid: this.$store.state.user.userInfo.openid,
  											mp_id: this.mp_id,
  											keyname: rightList[j],
  											keyvalue: this.pickerInfoList[j].nameArray2[this.pickerInfoList[j]
  												.nameIndex2],
  										})
  									}
  									flag = 1
  								}
  							} else {
  								flag = 0
  								uni.showToast({
  									title: '请输入您的验光数据',
  									icon: 'none',
  									duration: 2000,
  								})
  							}
  
  							// } else {
  							//   uni.showToast({
  							//     title: '请确认您的验光数据',
  							//     icon: 'none',
  							//     duration: 3000,
  							//   })
  							// }
  						}
  					}
  				}
  				if (flag !== 0) {
  					// 如果数据验证无误,那么更新验光单的数据
  					store.dispatch('myLoveList/getLoveList', {
  						uid: this.$store.state.user.userInfo.uid,
  					})
  					let i = 0
  					// 判断出是哪一个sku被选中
  					for (let index = 0; index < this.current.length; index++) {
  						// console.log('index', index, i, index !== this.current.length - 1)
  						if (index !== this.current.length - 1) {
  							// 后续需修改算法:目前暂定只有两个参数选择,后续若有多个参数需要修改实现自适应
  							i = this.current[index] * this.attrList[1].attr.length
  						} else {
  							i += this.current[index]
  						}
  					}
  					// 判断是否其输入的人员数据是否已存在
  					store.dispatch('order/saveParams', {
  						wsp_id_arr: this.skuList[i],
  						current: this.current,
  						mp_id: this.mp_id,
  						attrList: this.attrList,
  					})
  					this.$store.state.cart.buyItem = this.skuItem
  					// 跳转到确认订单页面
  					uni.navigateTo({
  						url: `../confirmOrder/confirmOrder?shop_wood_id=${this.shop_wood_id}&count=${this.count}&name=${this.name}&isCart=false`,
  					})
  				}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
938
939
940
941
942
943
  			},
  		}
  	}
  </script>
  
  <style lang="scss">
22e1420fa   BigBoss   弹窗组件修改
944
  	.BottomSheetContent {
1b4b4938a   Adam   auto commit the c...
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
  		min-height: 100vh;
  		background-color: #f2f2f2;
  
  		// padding-top: 20rpx;
  		.goodInfo {
  			width: 100%;
  			height: 272rpx;
  			border-radius: 16rpx;
  			background-color: #ffffff;
  			box-sizing: border-box;
  			padding: 36rpx;
  			display: flex;
  			flex-direction: row;
  			justify-content: flex-start;
  			position: sticky;
  			top: 0rpx;
  			left: 0rpx;
  			z-index: 99999;
  
  			.imageWrap {
  				height: 188rpx;
  				width: 188rpx;
  				margin-right: 28rpx;
  
  				image {
  					height: 188rpx;
  					width: 188rpx;
  				}
  			}
  
  			.infoRight {
  				display: flex;
  				flex-direction: column;
  				align-items: flex-start;
  				justify-content: space-between;
  				width: 100%;
  
  				.goodName {
  					font-size: 28rpx;
  					color: #333333;
  				}
  
  				.remarks {
  					font-size: 20rpx;
  					color: #999999;
  				}
  
  				.priceBox {
  					display: flex;
  					justify-content: space-between;
  					align-items: center;
  					width: 100%;
  					font-size: 14px;
  					color: #999999;
  
  					.price {
  						color: #ff6b4a;
  						font-size: 28rpx;
  					}
  
  					.counter {
  						display: flex;
  						flex-direction: row;
  						justify-content: space-between;
  						align-items: center;
  						font-size: 28rpx;
  						color: #333333;
  						width: 122rpx;
  
  						.btn {
  							display: flex;
  							justify-content: center;
  							line-height: 32rpx;
  							height: 32rpx;
  							width: 32rpx;
  							background-color: #f2f2f2;
  							color: #cfcfcf;
  						}
  					}
  				}
  			}
  		}
  
  		.peopleChoose {
  			width: 100%;
  			min-height: 200rpx;
  			border-radius: 16rpx;
  			background-color: #ffffff;
  			box-sizing: border-box;
  			padding: 36rpx;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1035
  			margin: 10px 0;
1b4b4938a   Adam   auto commit the c...
1036
1037
1038
  			display: flex;
  			flex-direction: column;
  			justify-content: flex-start;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1039
  			align-items: center;
1b4b4938a   Adam   auto commit the c...
1040
1041
  
  			.title {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1042
1043
1044
1045
1046
1047
1048
  				font-size: 16px;
  				color: #333333;
  				letter-spacing: -0.3px;
  				text-align: justify;
  				line-height: 24px;
  				margin: 4px 0;
  			}
1b4b4938a   Adam   auto commit the c...
1049
1050
  
  			.loveList {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1051
1052
1053
1054
1055
1056
1057
  				display: flex;
  				flex-direction: row;
  				flex-wrap: wrap;
  				justify-content: flex-start;
  				align-items: center;
  				padding-top: 24rpx;
  				width: 100%;
1b4b4938a   Adam   auto commit the c...
1058
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1059
  				.peopleName {
1b4b4938a   Adam   auto commit the c...
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
  					padding: 0 30rpx;
  					height: 60rpx;
  					margin: 0 20rpx 20rpx 0;
  					transition: all 0.3s;
  					background: #f2f2f2;
  					border-radius: 2px;
  					border-radius: 2px;
  					line-height: 60rpx;
  					text-align: center;
  					color: #666666;
  					font-size: 12px;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1071
  				}
1b4b4938a   Adam   auto commit the c...
1072
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1073
  				.active2 {
1b4b4938a   Adam   auto commit the c...
1074
1075
  					background: rgba(255, 107, 74, 0.15);
  					color: #ff6b4a;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1076
1077
  				}
  			}
1b4b4938a   Adam   auto commit the c...
1078
1079
1080
  		}
  
  		.goods-data {
fed83ad11   BigBoss   新增数据
1081
  			width: 100%;
fed83ad11   BigBoss   新增数据
1082
  			box-sizing: border-box;
1b4b4938a   Adam   auto commit the c...
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
  			padding: 37rpx 40rpx 0 40rpx;
  			background: #ffffff;
  			border-radius: 12rpx;
  
  			.opCollapse {
  				width: 100%;
  				padding-bottom: 28rpx;
  				margin-top: 7px;
  				border-bottom: 1px solid #e9e9e9;
  
  				.head {
  					display: flex;
  					justify-content: space-between;
  					height: 24px;
  					// font-family: PingFangSC-Medium;
  					font-size: 16px;
  					color: #333333;
  					letter-spacing: -0.3px;
  					text-align: justify;
  					line-height: 24px;
  					margin-bottom: 18rpx;
  
  					.headRighted {
  						width: 0;
  						height: 0;
  						border-left: 4px solid transparent;
  						border-right: 4px solid transparent;
  						border-bottom: 4px solid #cfcfcf;
  						transform: scaleY(-1);
  						margin-top: 10px;
  					}
  
  					.headMid {
  						font-size: 10px;
  						color: #999999;
  						letter-spacing: -0.19px;
  						margin-left: -120rpx;
  					}
  
  					.headRight {
  						width: 0;
  						height: 0;
  						border-left: 4px solid transparent;
  						border-right: 4px solid transparent;
  						border-bottom: 4px solid #cfcfcf;
  						margin-top: 10px;
  					}
  				}
  
  				.body {
  					font-size: 12px;
  					color: #666666;
  					letter-spacing: 0;
  
  					.bodyBox {
  						margin-top: 15px;
  
  						.names {
  							font-size: 12px;
  							color: #151515;
  							letter-spacing: 0;
  							text-align: justify;
  							line-height: 17px;
  							margin-left: 5px;
  							margin-right: 10px;
  						}
  
  						text {
  							font-size: 12px;
  							color: #666666;
  							letter-spacing: 0;
  							text-align: justify;
  						}
  					}
  				}
  
  				.goods-form {
  					display: flex;
  					flex-direction: column;
  					align-items: center;
  					justify-content: center;
  					background-color: #fff;
  					width: 100%;
  					padding: 40rpx 0;
  
  					.p1 {
  						font-size: 16px;
  						color: #333333;
  						letter-spacing: -0.3px;
  						text-align: justify;
  						line-height: 24px;
  						margin: 4px 0;
  
  					}
  
  					.p2 {
  						font-size: 12px;
  						color: #999999;
  						letter-spacing: -0.23px;
  						margin-bottom: 32rpx;
  					}
  
  					.image2 {
  						width: 42rpx;
  						height: 34rpx;
  						margin-right: 12rpx;
  					}
  
  					.confirm {
  						display: flex;
  						align-items: center;
  						font-size: 12px;
  						color: #666666;
  						letter-spacing: -0.23px;
  						width: 684rpx;
  
  						.image1 {
  							margin-right: 25rpx;
  							width: 42rpx;
  							height: 38rpx;
  						}
  					}
  
  					.picker {
  						display: flex;
  						flex-direction: column;
  						justify-content: center;
  						align-items: center;
  						width: 100%;
  
  						.picker-choice {
  							display: flex;
  							width: 684rpx;
  							align-items: center;
  							margin-bottom: 40rpx;
  
  							.input {
  								border-bottom: 1px solid #CFCFCF;
  								height: 40rpx;
  							}
  
  							.choice-left {
  								width: 210rpx;
  
  								.pd {
  									font-size: 14px;
  									color: #333333;
  									letter-spacing: -0.26px;
  									text-align: justify;
  									line-height: 24px;
  									margin-right: 44rpx;
  								}
  
  								.p11 {
  									font-size: 14px;
  									color: #333333;
  									letter-spacing: -0.26px;
  									text-align: justify;
  									line-height: 24px;
  									// margin-right: 10px;
  								}
  
  								.p12 {
  									font-size: 10px;
  									color: #3F3F3F;
  									letter-spacing: -0.19px;
  									text-align: justify;
  									line-height: 24px;
  								}
  
  							}
  
  							.p13 {
  								font-size: 10px;
  								color: #999999;
  								letter-spacing: -0.19px;
  								margin-right: 10px;
  							}
  
  							.p13-date {
  								font-size: 10px;
  								color: #999999;
  								letter-spacing: -0.19px;
  								margin-right: 5px;
  							}
  
  							picker {
  								width: 144rpx;
  								height: 40rpx;
  								display: flex;
  								position: relative;
  
  								.p14 {
  									font-size: 14px;
  									color: #666666;
  									letter-spacing: -0.26px;
  									text-align: center;
  									width: 124rpx;
  									border-bottom: 1px solid #CFCFCF;
  									height: 38rpx;
  								}
  
  								image {
  									width: 20rpx;
  									height: 20rpx;
  									position: absolute;
  									right: 20rpx;
  									top: 8rpx;
  								}
  							}
  
  						}
  					}
  
  					.ipts {
  						width: 100%;
  						display: flex;
  						flex-direction: column;
  						justify-content: center;
  						align-items: flex-start;
  						// padding: 20rpx 36rpx;
  						box-sizing: border-box;
  
  						.inputItem {
  							display: flex;
  							flex-direction: row;
  							justify-content: center;
  							align-items: center;
  							margin-bottom: 36rpx;
  
  							.text {
  								margin-right: 100rpx;
  							}
  
  							.input {
  								border-bottom: 1px solid #CFCFCF;
  							}
  						}
  
  					}
  				}
  			}
  		}
  
  		.choose {
  			width: 100%;
  			background: #ffffff;
  			border-radius: 12rpx;
  			margin-top: 20rpx;
  			padding: 40rpx 40rpx 112rpx 40rpx;
  			box-sizing: border-box;
  
  			.chooseItem {
  				width: 100%;
  				padding-bottom: 32rpx;
  				border-bottom: 1px solid #e9e9e9;
  				margin-bottom: 28rpx;
  			}
  
  			.chooseRes {
  				font-size: 12px;
  				color: #666666;
  			}
  
  			.itemsWrap {
fed83ad11   BigBoss   新增数据
1348
1349
  				display: flex;
  				flex-direction: row;
1b4b4938a   Adam   auto commit the c...
1350
1351
  				flex-wrap: wrap;
  				justify-content: flex-start;
fed83ad11   BigBoss   新增数据
1352
  				align-items: center;
1b4b4938a   Adam   auto commit the c...
1353
1354
1355
1356
1357
1358
1359
1360
1361
  				padding-top: 24rpx;
  
  				.item1 {
  					width: 64rpx;
  					height: 64rpx;
  					border-radius: 32rpx;
  					margin: 0 36rpx 24rpx 0;
  					transition: all 0.3s;
  					border: 1px solid #ffffff;
fed83ad11   BigBoss   新增数据
1362
  				}
1b4b4938a   Adam   auto commit the c...
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
  
  				.item2 {
  					// width: 100rpx;
  					padding: 0 30rpx;
  					height: 60rpx;
  					margin: 0 20rpx 20rpx 0;
  					transition: all 0.3s;
  					background: #f2f2f2;
  					border-radius: 2px;
  					border-radius: 2px;
  					line-height: 60rpx;
  					text-align: center;
  					color: #666666;
  					font-size: 12px;
  				}
  
  				.active1 {
  					opacity: 0.7;
  					border: 1px solid #ff6b4a;
  				}
  
  				.active2 {
  					background: rgba(255, 107, 74, 0.15);
  					color: #ff6b4a;
fed83ad11   BigBoss   新增数据
1387
1388
  				}
  			}
fed83ad11   BigBoss   新增数据
1389
  		}
1b4b4938a   Adam   auto commit the c...
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
  
  		.button {
  			width: 100%;
  			height: 112rpx;
  			background-color: #ff6b4a;
  			font-size: 16px;
  			color: #ffffff;
  			line-height: 112rpx;
  			text-align: center;
  			position: sticky;
  			bottom: 0rpx;
  			left: 0rpx;
  			z-index: 9999;
  		}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1404
  	}
1b4b4938a   Adam   auto commit the c...
1405
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1406
  	/* sheet弹窗 */
1b4b4938a   Adam   auto commit the c...
1407
  	.sheet {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1408
1409
1410
1411
1412
1413
1414
  		width: 100%;
  		height: 100%;
  		position: fixed;
  		top: 150%;
  		left: 0upx;
  		bottom: 0upx;
  		right: 0upx;
1b4b4938a   Adam   auto commit the c...
1415
  		background: rgba(0, 0, 0, 0.3);
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1416
1417
  		z-index: 10000;
  	}
1b4b4938a   Adam   auto commit the c...
1418
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1419
  	/* 显示时候的动画默认0.5s */
1b4b4938a   Adam   auto commit the c...
1420
  	.sheetView {
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1421
1422
1423
1424
1425
1426
1427
1428
  		width: 100%;
  		height: 0upx;
  		position: absolute;
  		bottom: 0upx;
  		background: white;
  		z-index: 10001;
  		transition: all 0.5s;
  	}
1b4b4938a   Adam   auto commit the c...
1429
1430
1431
  
  	.sheetShow {
  		top: 0upx !important;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1432
  	}
1b4b4938a   Adam   auto commit the c...
1433
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1434
  	/* 关闭时的动画,时间自己可以设置0.5s*/
1b4b4938a   Adam   auto commit the c...
1435
1436
1437
  	.sheeHide {
  		top: 120% !important;
  		transition: all 0.5s;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1438
  	}
1b4b4938a   Adam   auto commit the c...
1439
  
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1440
  	/* 项目需求根据设计稿要展示的高度,超出这个高度就自动滚动*/
1b4b4938a   Adam   auto commit the c...
1441
  	.sheetView_active {
22e1420fa   BigBoss   弹窗组件修改
1442
  		height: 1042upx;
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1443
  	}
607bc3a4d   BigBoss   修改了直接购买的流程,添加弹窗,选...
1444
  </style>