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

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

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