ソースを参照

修改定时时间

yanj 3 週間 前
コミット
d4b95c789a
1 ファイル変更1 行追加1 行削除
  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)
             }
           }
         })