This commit is contained in:
许允枞 2025-03-18 13:40:43 +08:00
parent b70de7c7f3
commit 7f92c0aeff
2 changed files with 6 additions and 4 deletions

View File

@ -170,6 +170,7 @@
})
console.log('获取时间', res);
this.itmelist = res.data.dataList
this.appointmentday = res.data.dataList[0].dateStr
this.tel = res.data.userPhone
},

View File

@ -23,7 +23,7 @@
</u-upload>
<!-- <view class="img-box">
</view> -->
</view>
@ -51,6 +51,7 @@
licenseImage: '',
idCardImage: '',
},
baseImageUrl: this.$baseImageUrl
}
},
onLoad() {
@ -130,14 +131,14 @@
//TODO handle the exception
resolve(undefined)
}
}
});
})
},
wancheng() {
uni.$emit('imgUrl', this.idCardImage)
uni.$emit('imgUrl', this.baseImageUrl + '/' + this.idCardImage)
uni.navigateBack({
delta: 1
})
@ -360,4 +361,4 @@
display: flex;
flex-direction: row;
}
</style>
</style>