this.currentPage那里的代码应该有有三种情况
if(this.totalPage < pageNum){
}else if (this.totalPage > pageNum && pageNum > 0) {
}else {
}
if(this.totalPage < pageNum){
}else if (this.totalPage > pageNum && pageNum > 0) {
}else {
}
2016-04-26