|
@@ -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();
|