From f579596cb2f06db9c4afed844d250b990d5af073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20laypage=20=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/laypage.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/laypage.html b/examples/laypage.html index 1c1edee0..a830507f 100644 --- a/examples/laypage.html +++ b/examples/laypage.html @@ -106,6 +106,10 @@ layui.use(['laypage', 'layer'], function(){ ,count: 100 //,groups: 0 ,layout: ['count', 'prev', 'page', 'next', 'limit', 'refresh', 'skip', ] + /*,limitTemplet: function(item) { + return item + ' / page'; + }*/ + // ,skipText: ['Go to', '', 'Confirm'] ,jump: function(obj){ console.log(obj) }