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