shaogen1995 1 semana atrás
pai
commit
acc1869140
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/A2scene/index.tsx

+ 1 - 1
src/pages/A2scene/index.tsx

@@ -50,7 +50,7 @@ function A2scene() {
   useEffect(() => {
     if (code && eggList && eggList.length) {
       clearInterval(timeRef.current)
-      numFlagRef.current = 1
+      numFlagRef.current = 0
       timeRef.current = window.setInterval(() => {
         try {
           numFlagRef.current += 1