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

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

@ -106,7 +106,7 @@ export default {
itemHandle(item){//审核
this.$router.push({
name: item.type==1 ? "forSale" : 'wantBuySale',
query: { id:item.id,queryType:3},
query: { id:item.id,queryType:3,isList:false},
})
sessionStorage.setItem('mineActiveTab',String(this.activeTab) )
},