diff --git a/components/common-payment/payment.js b/components/common-payment/payment.js index 2ea2ac2..eed0483 100644 --- a/components/common-payment/payment.js +++ b/components/common-payment/payment.js @@ -240,10 +240,10 @@ export default { this.$util.showToast({ title: res.message }); - + setTimeout(() => { this.$util.redirectTo('/pages/index/index'); - }, 1000) + }, 2000) } } })