Commit a6a6d72a by txy

'分页调整'

parent a023a6d3
...@@ -46,7 +46,7 @@ function btnBindClick() { ...@@ -46,7 +46,7 @@ function btnBindClick() {
}) // 参赛选手列表 }) // 参赛选手列表
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'tips',
infoText : '当前是第一页', infoText : '当前是第一页',
autoClose: 2000 autoClose: 2000
}); });
...@@ -64,7 +64,7 @@ function btnBindClick() { ...@@ -64,7 +64,7 @@ function btnBindClick() {
}); // 参赛选手列表 }); // 参赛选手列表
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'tips',
infoText : '当前是最后一页', infoText : '当前是最后一页',
autoClose: 2000 autoClose: 2000
}); });
...@@ -81,7 +81,7 @@ function btnBindClick() { ...@@ -81,7 +81,7 @@ function btnBindClick() {
}) // 参赛选手列表 }) // 参赛选手列表
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'tips',
infoText : '当前是第一页', infoText : '当前是第一页',
autoClose: 2000 autoClose: 2000
}); });
...@@ -99,7 +99,7 @@ function btnBindClick() { ...@@ -99,7 +99,7 @@ function btnBindClick() {
}) // 参赛选手列表 }) // 参赛选手列表
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'tips',
infoText : '当前是最后一页', infoText : '当前是最后一页',
autoClose: 2000 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