diff --git a/src/views/index/driverAdd.vue b/src/views/index/driverAdd.vue index e9e954f6..800a37dd 100644 --- a/src/views/index/driverAdd.vue +++ b/src/views/index/driverAdd.vue @@ -264,8 +264,7 @@ export default { } let bbb=this.driverName.replace(/[^\u4e00-\u9fff]+/g, ''); if( this.drivingLicenceName && aaa != bbb ) { - this.$toast('aaa1'+aaa+bbb) - // this.$toast('身份证信息与驾驶证信息不匹配') + this.$toast('身份证信息与驾驶证信息不匹配') } }, async idCardBackOcrHandler() { // 身份证反面 ocr识别 @@ -311,8 +310,7 @@ export default { } let bbb = this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, ''); if( this.driverName && bbb != aaa ) { - this.$toast('aaa2'+aaa+bbb) - // this.$toast('身份证信息与驾驶证信息不匹配') + this.$toast('身份证信息与驾驶证信息不匹配') } } }, @@ -337,8 +335,7 @@ export default { let driverName=this.driverName.replace(/[^\u4e00-\u9fff]+/g, ''); if( drivingLicenceName != driverName ) { - this.$toast('aaa3'+drivingLicenceName+driverName) - // this.$toast('身份证信息与驾驶证信息不匹配闫杰') + this.$toast('身份证信息与驾驶证信息不匹配') return } if( this.driverInfo.drivingLicenceValidityDate ) {