二手车交易,审核不掉发布成功提示

This commit is contained in:
2025-03-14 14:23:20 +08:00
parent 7e0455f695
commit dde6c337e2
2 changed files with 22 additions and 18 deletions

View File

@ -399,6 +399,7 @@ export default {
sessionStorage.setItem('vehicleAnglePhotoList','')
sessionStorage.setItem('otherImgSrcList','')
sessionStorage.setItem('otherImgSrc','')
if(this.type==1){
this.$toast('发布成功')
if(this.isWebFunc()){
setTimeout(()=>{
@ -409,6 +410,7 @@ export default {
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
},1000)
}
}
}else{
this.$toast(res.msg)
}

View File

@ -251,6 +251,7 @@ export default {
...this.form,
})
if(res.code == 200 && !res.msg){
if(this.type==1){
this.$toast('发布成功')
if(this.isWebFunc()){
setTimeout(()=>{
@ -261,6 +262,7 @@ export default {
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
},1000)
}
}
}else{
this.$toast(res.msg)
}