@@ -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