@@ -414,9 +414,6 @@ func (this *SearchController) ListHomeArtAndChart() {
if listType == 1 || listType == 3 {
if currentIndex <= 2 {
condition = ` AND title LIKE '%` + keyWord + `%'`
- if listType == 1 {
- pageSize = 100
- }
chartList, err = models.GetChartList(condition, pars, startSize, pageSize)
if err != nil {
br.Msg = "获取信息失败"