mirror of https://github.com/layui/layui
update code
parent
a06e2e4f54
commit
0669d66aa9
|
@ -118,9 +118,7 @@ layui.define(function(exports) {
|
||||||
|
|
||||||
// 输出左分割符
|
// 输出左分割符
|
||||||
if(config.first !== false && start > 2){
|
if(config.first !== false && start > 2){
|
||||||
pager.push('<span class="layui-laypage-spr">...</span>')
|
pager.push('<span class="layui-laypage-spr">...</span>');
|
||||||
console.log(pager);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 输出连续页码
|
// 输出连续页码
|
||||||
|
|
Loading…
Reference in New Issue