车辆审批需求,责任险可查看

This commit is contained in:
2025-12-23 10:37:39 +08:00
parent c7a1d95346
commit a2907a9fd1

View File

@@ -742,9 +742,9 @@ export default {
await this.ocrCarFrontHandler() await this.ocrCarFrontHandler()
}, },
clickPreview(){ clickPreview(){
// console.log(' this.insurancePicturePhoto', this.insurancePicturePhoto) console.log(' this.insurancePicturePhoto', this.insurancePicturePhoto)
if(this.insurancePicturePhoto && this.insurancePicturePhoto.indexOf('.pdf') !== -1){ if(this.insurancePicturePhoto && this.insurancePicturePhoto.indexOf('.pdf') !== -1){
window.open(this.insurancePicturePhoto) window.open(this.insurancePicturePhoto.replace("http://", "https://"))
} }
}, },
async insurancePictureFilesHandler(file) { async insurancePictureFilesHandler(file) {