@@ -350,7 +350,7 @@ export default {
} else {
this.timer = setTimeout(() => {
this.checkGiftState(callback)
- }, 1000)
+ }, 3000)
}
})