twt 2 vuotta sitten
vanhempi
commit
03b845d22d
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 6 1
      pages/index/search.vue

+ 6 - 1
pages/index/search.vue

@@ -101,6 +101,8 @@
 				iStatusBarHeight:'',
 				focusKuwei:false,
 				loading:false,
+				bizType:'',
+				carModel:'',
 			}
 		},
 		onLoad(opt) {
@@ -135,6 +137,8 @@
 				   this.brand=e.brand
 				   this.carSeries=e.carSeries
 				   this.manufactor=e.manufactor
+				   this.carModel=e.carModel
+				   this.bizType=e.bizType
 				   this.getpopuponeList(e)
 			   }
 		   },
@@ -164,7 +168,8 @@
 				  })
 			   }else if(this.type==2){
 				 var params={
-				 		manufactor: this.manufactor,type:this.type,carSeries:this.carSeries,brand:this.brand
+				 		manufactor: this.manufactor,type:this.type,carSeries:this.carSeries,brand:this.brand,
+						bizType:this.bizType,carModel:this.carModel
 				 }   
 				 this.$http('matchingByOpen/queryCarModelGroupIiPackageSecond', params,'POST').then(res => {
 				   	uni.hideLoading();