二手车交易,公里转化数值转化
This commit is contained in:
@ -210,9 +210,9 @@ export default {
|
||||
},
|
||||
viewCarSource(item){
|
||||
if(this.activeTab===0){//车源查看
|
||||
this.$router.push({ name: "forSale", query: {type:1 , id:item.id,queryType:1 }})
|
||||
this.$router.push({ name: "forSale", query: {type:1 , id:item.id,queryType:1,isList:true }})
|
||||
}else{//求购查看
|
||||
this.$router.push({ name: "wantBuySale", query: { type:1 ,id:item.id ,queryType:2}})
|
||||
this.$router.push({ name: "wantBuySale", query: { type:1 ,id:item.id ,queryType:2,isList:true}})
|
||||
}
|
||||
this.setSearchVal();
|
||||
},
|
||||
|
Reference in New Issue
Block a user