Commit a023a6d3 by txy

'调整分页'

parent 1b073173
...@@ -47,7 +47,8 @@ function btnBindClick() { ...@@ -47,7 +47,8 @@ function btnBindClick() {
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'info',
contentHtml : '当前是第一页' infoText : '当前是第一页',
autoClose: 2000
}); });
} }
}); });
...@@ -64,7 +65,8 @@ function btnBindClick() { ...@@ -64,7 +65,8 @@ function btnBindClick() {
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'info',
contentHtml : '当前是最后一页' infoText : '当前是最后一页',
autoClose: 2000
}); });
} }
}); });
...@@ -80,7 +82,8 @@ function btnBindClick() { ...@@ -80,7 +82,8 @@ function btnBindClick() {
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'info',
contentHtml : '当前是第一页' infoText : '当前是第一页',
autoClose: 2000
}); });
} }
}) })
...@@ -97,7 +100,8 @@ function btnBindClick() { ...@@ -97,7 +100,8 @@ function btnBindClick() {
}else { }else {
$.dialog({ $.dialog({
type:'info', type:'info',
contentHtml : '当前是最后一页' 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