二手车交易,公里转化数值转化

This commit is contained in:
2025-03-13 13:31:37 +08:00
parent 16321333d2
commit d4485779c6
4 changed files with 21 additions and 7 deletions

View File

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