twt 1 year ago
parent
commit
9374eb55b0
1 changed files with 3 additions and 12 deletions
  1. 3 12
      pages/user/addCar/addCar.vue

+ 3 - 12
pages/user/addCar/addCar.vue

@@ -289,17 +289,9 @@
 					});
 					return false;
 				}
-<<<<<<< .mine
-				if(!this.carModelInfo.value){
-					uni.showToast({
-						title: '请选择车型',
-						icon: 'none',
-						duration: 3000
-					});
-					return false;
-				}
-				
-=======
+
+
+
 				if(!this.carModelInfo.value){
 					uni.showToast({
 						title: '请选择车型',
@@ -309,7 +301,6 @@
 					return false;
 				}
 
->>>>>>> .theirs
 				if (this.isEditCar == 'true') {
 					this.updateTMemberCar()
 				} else {