Browse Source

前端分页

rshinesun 8 years ago
parent
commit
be9b8568fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/admin/print/print_all.blade.php

+ 2 - 0
resources/views/admin/print/print_all.blade.php

xqd
@@ -241,6 +241,8 @@
 
             prev: function () {
 
+                if(state<=20)return ;
+
                 show_list.splice(0, show_list.length);
 
                 for (var i = 0; i < 20 && state >= 0; i++) {