diff --git a/app/custom/svc/svc_task_list.go b/app/custom/svc/svc_task_list.go index 96bafc6..99f22a1 100644 --- a/app/custom/svc/svc_task_list.go +++ b/app/custom/svc/svc_task_list.go @@ -246,7 +246,7 @@ func TaskDetailNotice(c *gin.Context) { if args["type"] != "" { sess.And("type=?", args["type"]) } - size := 10 + size := 50 p := utils.StrToInt(args["p"]) if p == 0 { p = 1