twt 3 years ago
parent
commit
c9d3642766
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/index/addCar.vue

+ 2 - 2
pages/index/addCar.vue

@@ -181,12 +181,12 @@
 				console.log(plate)
 				console.log(plate)
 				if (plate.length >= 7) this.plateNo = plate;
 				if (plate.length >= 7) this.plateNo = plate;
 				this.plateShow = false;
 				this.plateShow = false;
-				/* if(plate.length == 7){
+				if(plate.length == 7){
 					this.plate_type=2
 					this.plate_type=2
 				}else{
 				}else{
 					this.plate_type=52
 					this.plate_type=52
 				}
 				}
-				this.queryCarmodelByPlateNumber() */
+				this.queryCarmodelByPlateNumber() 
 			},
 			},
             queryCarmodelByPlateNumber(){
             queryCarmodelByPlateNumber(){
 				uni.showLoading({
 				uni.showLoading({