二手车交易,隐私后台返回
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="wrap" >
|
||||
<div class="headerWrap">
|
||||
<div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>
|
||||
<img v-else class="back" @click="backHandle" src="@/assets/secondHandCar/back.png" />
|
||||
<!-- <div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>-->
|
||||
<img class="back" @click="backHandle" src="@/assets/secondHandCar/back.png" />
|
||||
<span>免责声明</span>
|
||||
<div style="opacity: 0;" class="back"></div>
|
||||
</div>
|
||||
@ -31,20 +31,24 @@ export default {
|
||||
},
|
||||
methods:{
|
||||
backHandle(){
|
||||
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 ,
|
||||
|
||||
} })
|
||||
|
||||
if(this.isWebFunc()){
|
||||
this.h5GoBack()
|
||||
}else{
|
||||
this.$router.push({ name: '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 } })
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
@ -80,6 +84,7 @@ export default {
|
||||
height: calc(100% - 42px);
|
||||
overflow-y: auto;
|
||||
iframe{
|
||||
overflow-y:hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #FFFFFF;
|
||||
|
Reference in New Issue
Block a user