二手车交易,审核后派发界面事件

This commit is contained in:
2025-03-13 14:06:21 +08:00
parent 03df02174d
commit f5e0af4753
2 changed files with 8 additions and 4 deletions

View File

@ -294,7 +294,9 @@ export default {
auditResult: type ? 1 : 0 , auditResult: type ? 1 : 0 ,
auditReason: this.auditReason, auditReason: this.auditReason,
}) })
// this.h5GoBack() setTimeout(()=>{
this.closeParentDialog()
},2000)
} finally { } finally {
console.log(type) console.log(type)
} }
@ -329,7 +331,7 @@ export default {
otherPhoto:this.otherImgSrc?.join(',') otherPhoto:this.otherImgSrc?.join(',')
}) })
if(res.code == 200 && !res.msg){ if(res.code == 200 && !res.msg){
if(this.isWeb){ if(this.isWebFunc()){
setTimeout(()=>{ setTimeout(()=>{
this.closeParentDialog() this.closeParentDialog()
},2000) },2000)

View File

@ -192,7 +192,9 @@ export default {
auditResult: type ? 1 : 0 , auditResult: type ? 1 : 0 ,
auditReason: this.auditReason, auditReason: this.auditReason,
}) })
// this.h5GoBack() setTimeout(()=>{
this.closeParentDialog()
},2000)
} finally { } finally {
console.log(type) console.log(type)
} }
@ -218,7 +220,7 @@ export default {
...this.form, ...this.form,
}) })
if(res.code == 200 && !res.msg){ if(res.code == 200 && !res.msg){
if(this.isWeb){ if(this.isWebFunc()){
setTimeout(()=>{ setTimeout(()=>{
this.closeParentDialog() this.closeParentDialog()
},2000) },2000)