shaogen1995 hace 4 meses
padre
commit
1df1f732d6
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      src/pages/A1home/A1svgBox/index.tsx
  2. 1 1
      src/pages/A2scene/index.tsx

+ 0 - 1
src/pages/A1home/A1svgBox/index.tsx

@@ -9,7 +9,6 @@ import A1svg from '../A1svg'
 import { idChangeArr } from '../data'
 import history, { isMobileFu } from '@/utils/history'
 import classNames from 'classnames'
-import { MessageFu } from '@/utils/message'
 
 type Props = {
   opc?: 0 | 1

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

@@ -54,7 +54,7 @@ function A2scene() {
       timeRef.current = window.setInterval(() => {
         try {
           numFlagRef.current += 1
-          if (numFlagRef.current >= 5) {
+          if (numFlagRef.current >= 10) {
             numFlagRef.current = 0
             clearInterval(timeRef.current)
           }