shaogen1995 4 hónapja
szülő
commit
1df1f732d6

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

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

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

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