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