Compare commits
3 Commits
f2a2898a7e
...
7f92c0aeff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f92c0aeff | ||
|
|
b70de7c7f3 | ||
|
|
ffc25489d0 |
@ -480,7 +480,8 @@
|
|||||||
carIdNo: this.zjData.Vin,
|
carIdNo: this.zjData.Vin,
|
||||||
carNo: this.zjData.PlateNo,
|
carNo: this.zjData.PlateNo,
|
||||||
couponId: this.couponId,
|
couponId: this.couponId,
|
||||||
pickCarId: this.pickCarId
|
pickCarId: this.pickCarId,
|
||||||
|
appointmentId: restime.data,
|
||||||
|
|
||||||
}
|
}
|
||||||
let res = await request({
|
let res = await request({
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
value1: '',
|
value1: '',
|
||||||
times: '请选择当天上门时间',
|
times: '请选择当天取车时间',
|
||||||
tapindex: 0,
|
tapindex: 0,
|
||||||
show: false,
|
show: false,
|
||||||
sx: 0,
|
sx: 0,
|
||||||
@ -170,6 +170,7 @@
|
|||||||
})
|
})
|
||||||
console.log('获取时间', res);
|
console.log('获取时间', res);
|
||||||
this.itmelist = res.data.dataList
|
this.itmelist = res.data.dataList
|
||||||
|
this.appointmentday = res.data.dataList[0].dateStr
|
||||||
this.tel = res.data.userPhone
|
this.tel = res.data.userPhone
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@ -51,6 +51,7 @@
|
|||||||
licenseImage: '',
|
licenseImage: '',
|
||||||
idCardImage: '',
|
idCardImage: '',
|
||||||
},
|
},
|
||||||
|
baseImageUrl: this.$baseImageUrl
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
@ -137,7 +138,7 @@
|
|||||||
},
|
},
|
||||||
wancheng() {
|
wancheng() {
|
||||||
|
|
||||||
uni.$emit('imgUrl', this.idCardImage)
|
uni.$emit('imgUrl', this.baseImageUrl + '/' + this.idCardImage)
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
delta: 1
|
delta: 1
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user