Browse Source

前端分页

rshinesun 8 năm trước cách đây
mục cha
commit
be9b8568fe
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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++) {