二手车交易,审核不掉发布成功提示
This commit is contained in:
@ -399,15 +399,17 @@ export default {
|
||||
sessionStorage.setItem('vehicleAnglePhotoList','')
|
||||
sessionStorage.setItem('otherImgSrcList','')
|
||||
sessionStorage.setItem('otherImgSrc','')
|
||||
this.$toast('发布成功')
|
||||
if(this.isWebFunc()){
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
}else{
|
||||
setTimeout(()=>{
|
||||
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
|
||||
},1000)
|
||||
if(this.type==1){
|
||||
this.$toast('发布成功')
|
||||
if(this.isWebFunc()){
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
}else{
|
||||
setTimeout(()=>{
|
||||
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
|
||||
},1000)
|
||||
}
|
||||
}
|
||||
}else{
|
||||
this.$toast(res.msg)
|
||||
|
@ -251,15 +251,17 @@ export default {
|
||||
...this.form,
|
||||
})
|
||||
if(res.code == 200 && !res.msg){
|
||||
this.$toast('发布成功')
|
||||
if(this.isWebFunc()){
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
}else{
|
||||
setTimeout(()=>{
|
||||
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
|
||||
},1000)
|
||||
if(this.type==1){
|
||||
this.$toast('发布成功')
|
||||
if(this.isWebFunc()){
|
||||
setTimeout(()=>{
|
||||
this.closeParentDialog()
|
||||
},1000)
|
||||
}else{
|
||||
setTimeout(()=>{
|
||||
this.$router.push({ name: "mineRelease",query:{activeTab : 1}})
|
||||
},1000)
|
||||
}
|
||||
}
|
||||
}else{
|
||||
this.$toast(res.msg)
|
||||
|
Reference in New Issue
Block a user