chenjunkai 6 년 전
부모
커밋
91aa7e6713
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/index.html

+ 1 - 1
web/index.html

@@ -203,7 +203,7 @@
                     // console.log(data['res'])
                     console.log(data)
                     addTable(data['res'])
-                    let count_page = Math.ceil(data['res']['count'] / 10)
+                    let count_page = Math.ceil(data['res']['count'] / 5)
                     $('#pagination').pagination({
                         pages: count_page, //总页数
                         // pages: 10000, //总页数