Browse Source

修改定时时间

yanj 3 weeks ago
parent
commit
d4b95c789a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/user/award.vue

+ 1 - 1
pages/user/award.vue

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