xyxie 3 mesiacov pred
rodič
commit
ccaec0ca4c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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