lanxin před 3 měsíci
rodič
revize
e7efa8ae04
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/pages/A6ybwx/A6_2_zxzgh/index.tsx

+ 1 - 1
src/pages/A6ybwx/A6_2_zxzgh/index.tsx

@@ -126,7 +126,7 @@ function Sinicize({ setGotopage }: { setGotopage: (page: number) => void }) {
             setIsShowLine(
               isShowLine.map(item => ({
                 ...item,
-                isShow: item.index === index ? true : item.isShow
+                isShow: item.index === index + 1 ? true : item.isShow
               }))
             )
           }