twt месяцев назад: 2
Родитель
Сommit
3867095b97

+ 1 - 0
pages/index/index.vue

@@ -542,6 +542,7 @@
 			}
 			if(this.userInfo){
 				this.queryManagerInfo()
+				this.getCarList()
 			}
 			
 		    

+ 1 - 1
pages/subPack/maintain.vue

@@ -273,7 +273,7 @@
 						milage: this.carInfo.milage,
 						brand: this.carInfo.brand,
 						displacement: this.carInfo.displacement,
-						series: this.carInfo.carSeries,
+						series: this.carInfo.series,
 						annualmoney: this.carInfo.productionYear,
 						carModel: this.carInfo.carModel,
 						saleName:this.carInfo.saleName,

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

@@ -219,15 +219,15 @@
 			}
 		},
 		onShow() {
-			/* var carModelInfo = uni.getStorageSync("carModelInfo");
+			 var carModelInfo = uni.getStorageSync("carModelInfo");
 			if (carModelInfo) {
 				this.carModelInfo = carModelInfo;
-			} */
+			} 
 		},
 		methods: {
 			goModel(){
 				uni.navigateTo({
-					url:'carModel'
+					url:'carModel?type=3'
 				})
 			},
 			keyDel(v){

+ 10 - 3
pages/user/addCar/carModel.vue

@@ -192,6 +192,9 @@ export default {
 	  if(opt.type==2){
 		  this.type=2
 	  }
+	  if(opt.type==3){
+	  		  this.type=3
+	  }
 	  if(opt.add){
 		  this.addNum=opt.add
 	  }
@@ -326,13 +329,17 @@ export default {
 				data: carModelInfo,
 				success: function () {
 					
-					
-						/* uni.navigateBack({
+					if(that.type==3){
+						 uni.navigateBack({
 							delta:1
-						}) */
+						}) 
+					}else{
 						uni.redirectTo({
 							url:'addCar'
 						})
+					}
+						
+						
 					
 					 
 				}