feat(success): add setTimeout for registerInfo

This commit is contained in:
woody 2025-07-03 15:41:45 +08:00
parent 7eccc44b80
commit d4e830798b
1 changed files with 5 additions and 3 deletions

View File

@ -92,9 +92,11 @@ export default {
//
clearTimeout(setTimeoutFlag)
if ([1, 7, 24].includes(Number(this.specialArea))) {
registerInfo(orderCode).then(res => {
this.$refs.successDialog.showSuccess(res.data)
})
setTimeout(() => {
registerInfo(orderCode).then(res => {
this.$refs.successDialog.showSuccess(res.data)
})
}, 300)
}
} else {
payStatus({ businessCode: orderCode }).then(res => {