From 3ff912c0b52fb4d338c68b85193c2b0a2d3604f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=81=E7=A5=96=E6=98=9F?= <996675933@qq.com> Date: Tue, 16 Jul 2024 00:57:57 +0800 Subject: [PATCH] fix: sign auto jump --- src/views/sign/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/sign/index.vue b/src/views/sign/index.vue index 74e771c..cd5049a 100644 --- a/src/views/sign/index.vue +++ b/src/views/sign/index.vue @@ -145,6 +145,8 @@ async function loopGetResult() { timer = window.setTimeout(loopGetResult, 3000); } } + +loopGetResult();