@@ -234,7 +234,7 @@ function query(pIndex) {
elem: 'pagination', //容器
pages: totalPages, //通过后台拿到的总页数
count: totalRows,
- limit: 2,
+ limit: 10,
limits: [10, 20, 30, 50, 100],
groups: 5, //连续分页数
skin: "#51b921", //控制分页皮肤。目前支持:molv、yahei、flow 除此之外,还支持16进制颜色值,如:skin:'#c00'