Browse Source

no message

xingzai 2 years ago
parent
commit
f916183914
1 changed files with 1 additions and 1 deletions
  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