xyxie hai 3 meses
pai
achega
ccaec0ca4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/chart_collect.go

+ 1 - 1
controllers/chart_collect.go

@@ -291,7 +291,7 @@ func (this *ChartCollectController) ChartList() {
 		br.Msg = "获取成功"
 		return
 	}
-
+	page = paging.GetPaging(currentIndex, pageSize, int(total))
 	resp.Paging = page
 	resp.List = list
 	br.Ret = 200