二手车交易,返回按钮路径
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<img class="bg" src="@/assets/secondHandCar/bg.png" />
|
||||
<div class="navWrap">
|
||||
<div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>
|
||||
<img v-else class="back" @click="h5GoBack" src="@/assets/secondHandCar/back.png" />
|
||||
<img v-else class="back" @click="backHandle" src="@/assets/secondHandCar/back.png" />
|
||||
<!-- 切图问题,图片需更换-->
|
||||
<img class="navIcon" src="@/assets/secondHandCar/cheyuan_big.png" />
|
||||
<div style="opacity: 0;" class="back"></div>
|
||||
@ -190,6 +190,7 @@ export default {
|
||||
otherImgSrcList:[],
|
||||
otherImgSrc:[],
|
||||
status:'',
|
||||
homePage:false,
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
@ -238,6 +239,13 @@ export default {
|
||||
}
|
||||
},
|
||||
methods:{
|
||||
backHandle(){
|
||||
if(this.$route.query.homePage){//返回列表
|
||||
this.$router.push({ name: "indexList"})
|
||||
}else{//返回我的发布
|
||||
this.$router.push({ name: "mineRelease"})
|
||||
}
|
||||
},
|
||||
viewPrivacy(){
|
||||
let url='';
|
||||
if (window.location.href.includes('www.sinoassist.com')) {
|
||||
|
Reference in New Issue
Block a user