二手车交易,车源发布做缓存
This commit is contained in:
@ -31,7 +31,21 @@ export default {
|
||||
},
|
||||
methods:{
|
||||
backHandle(){
|
||||
this.$router.push({ name:this.$route.query.type == 1 ? 'carSource' : 'wantBuy',query: {type:1},params: { form: this.$route.params.form,radio:this.$route.params.radio } })
|
||||
if(this.$route.query.type == 1){
|
||||
this.$router.push({ name: 'carSource',query: {type:1},params: {
|
||||
form: this.$route.params.form,
|
||||
radio:this.$route.params.radio ,
|
||||
areaName:this.$route.params.areaName ,
|
||||
vehicleLicensePhotoList:this.$route.params.vehicleLicensePhotoList ,
|
||||
vehicleAnglePhotoList:this.$route.params.vehicleAnglePhotoList ,
|
||||
otherImgSrcList:this.$route.params.otherImgSrcList ,
|
||||
otherImgSrc:this.$route.params.otherImgSrc ,
|
||||
|
||||
} })
|
||||
|
||||
}else{
|
||||
this.$router.push({ name: 'wantBuy',query: {type:1},params: { form: this.$route.params.form,radio:this.$route.params.radio } })
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user