Commit a6a6d72a by txy

'分页调整'

parent a023a6d3
......@@ -46,7 +46,7 @@ function btnBindClick() {
}) // 参赛选手列表
}else {
$.dialog({
type:'info',
type:'tips',
infoText : '当前是第一页',
autoClose: 2000
});
......@@ -64,7 +64,7 @@ function btnBindClick() {
}); // 参赛选手列表
}else {
$.dialog({
type:'info',
type:'tips',
infoText : '当前是最后一页',
autoClose: 2000
});
......@@ -81,7 +81,7 @@ function btnBindClick() {
}) // 参赛选手列表
}else {
$.dialog({
type:'info',
type:'tips',
infoText : '当前是第一页',
autoClose: 2000
});
......@@ -99,7 +99,7 @@ function btnBindClick() {
}) // 参赛选手列表
}else {
$.dialog({
type:'info',
type:'tips',
infoText : '当前是最后一页',
autoClose: 2000
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment