소스 검색

no message

xingzai 2 년 전
부모
커밋
f916183914
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/research.go

+ 1 - 1
controllers/research.go

@@ -150,7 +150,7 @@ func (this *ResearchController) HotList() {
 	currentIndex, _ := this.GetInt("CurrentIndex")
 	var startSize int
 	if pageSize <= 0 {
-		pageSize = utils.PageSize20
+		pageSize = utils.PageSize15
 	}
 	if currentIndex <= 0 {
 		currentIndex = 1