lanxin 1 tháng trước cách đây
mục cha
commit
e7efa8ae04
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
               }))
             )
           }