Bläddra i källkod

Merge branch 'cygx_6.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 3 år sedan
förälder
incheckning
a67ae94a52
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      controllers/chart.go

+ 1 - 0
controllers/chart.go

@@ -126,6 +126,7 @@ func (this *ChartController) Collection() {
 		if v.NumTop > 0 {
 			listCollection[k].IsTop = true
 		}
+		listCollection[k].Source = 2
 	}
 	page := paging.GetPaging(currentIndex, pageSize, total)
 	resp.List = listCollection