feat(success): add setTimeout for registerInfo
This commit is contained in:
parent
7eccc44b80
commit
d4e830798b
|
@ -92,9 +92,11 @@ export default {
|
|||
// 清除定时器
|
||||
clearTimeout(setTimeoutFlag)
|
||||
if ([1, 7, 24].includes(Number(this.specialArea))) {
|
||||
setTimeout(() => {
|
||||
registerInfo(orderCode).then(res => {
|
||||
this.$refs.successDialog.showSuccess(res.data)
|
||||
})
|
||||
}, 300)
|
||||
}
|
||||
} else {
|
||||
payStatus({ businessCode: orderCode }).then(res => {
|
||||
|
|
Loading…
Reference in New Issue