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