|
@@ -101,6 +101,8 @@
|
|
|
iStatusBarHeight:'',
|
|
|
focusKuwei:false,
|
|
|
loading:false,
|
|
|
+ bizType:'',
|
|
|
+ carModel:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -128,6 +130,7 @@
|
|
|
},
|
|
|
carMbtn(e){
|
|
|
this.type=e.type;
|
|
|
+
|
|
|
if(e.type==1){
|
|
|
this.manufactor=e.manufactor;
|
|
|
this.getpopuponeList()
|
|
@@ -135,6 +138,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 +169,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();
|