浏览代码

搜索修改

twt 2 年之前
父节点
当前提交
03b845d22d
共有 1 个文件被更改,包括 6 次插入1 次删除
  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();