二手车交易,返回按钮路径
This commit is contained in:
@ -267,10 +267,10 @@ export default {
|
||||
if(type===1){//车源发布
|
||||
this.$router.push({
|
||||
name: "carSource",
|
||||
query: { type:1 }
|
||||
query: { type:1,homePage:true }
|
||||
})
|
||||
}else{//求购发布
|
||||
this.$router.push({ name: "wantBuy", query: { type:1 } })
|
||||
this.$router.push({ name: "wantBuy", query: { type:1,homePage:true } })
|
||||
}
|
||||
this.setSearchVal();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user