chenjunkai 6 tahun lalu
induk
melakukan
122d7996f3
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      web/index.html

+ 5 - 5
web/index.html

@@ -184,7 +184,7 @@
 <script type="text/javascript">
     var orderByupdate = 0
     var page = 1
-    var line = 5
+    var line = 10
     $(function () {
         let post_data = {
             'token': $.cookie('access_token'),
@@ -218,7 +218,7 @@
         let post_data = {
             'token': $.cookie('access_token'),
             'page': 1,
-            'line': 5,
+            'line': 10,
             'orderByupdate': orderByupdate
         };
         InitIndex(post_data)
@@ -264,7 +264,7 @@
         let post_data = {
             'token': $.cookie('access_token'),
             'page': page,
-            'line': 5,
+            'line': 10,
             'orderByupdate':orderByupdate
         };
         $.postJSON(
@@ -486,7 +486,7 @@
             post_data = {
                 'token': $.cookie('access_token'),
                 'page': 1,
-                'line': 5,
+                'line': 10,
                 'searchKey': searchKey,
                 'searchVal': searchVal
             };
@@ -494,7 +494,7 @@
             post_data = {
                 'token': $.cookie('access_token'),
                 'page': 1,
-                'line': 5,
+                'line': 10,
             };
         }
         InitIndex(post_data)