Ver Fonte

修改定时时间

yanj há 3 semanas atrás
pai
commit
d4b95c789a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/user/award.vue

+ 1 - 1
pages/user/award.vue

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