Compare commits

..

3 Commits

Author SHA1 Message Date
许允枞
7f92c0aeff 更新 2025-03-18 13:40:43 +08:00
许允枞
b70de7c7f3 更新 2025-03-15 09:42:02 +08:00
许允枞
ffc25489d0 更新 2025-03-14 18:10:12 +08:00
4 changed files with 81 additions and 78 deletions

View File

@ -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({

View File

@ -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
}, },

View File

@ -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
}) })