twt 3 年之前
父节点
当前提交
c9d3642766
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/index/addCar.vue

+ 2 - 2
pages/index/addCar.vue

@@ -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({