shaogen1995 1 周之前
父節點
當前提交
1df1f732d6
共有 2 個文件被更改,包括 1 次插入2 次删除
  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)
           }