lanxin 5 tháng trước cách đây
mục cha
commit
e7efa8ae04

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

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