Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-07-14 16:33:19 +0800
Commit
112393d5f161d73245a6779388b1be4c08bac698
1 parent
090d65a5
列表每页显示条数修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/admin/user.page.js
public/js/admin/user.page.js
View file @
112393d
...
...
@@ -70,13 +70,13 @@ function bind_table_pagination() {
page
:
1
,
maxVisible
:
10
,
}).
on
(
'page'
,
function
(
event
,
num
)
{
fetchRender
(
num
,
8
);
fetchRender
(
num
,
20
);
});
}
});
};
fetchRender
(
1
,
8
);
fetchRender
(
1
,
20
);
}
(
function
()
{
...
...
Please
register
or
login
to post a comment