Authored by yyq

fix page

@@ -9,7 +9,7 @@ module.exports = { @@ -9,7 +9,7 @@ module.exports = {
9 list(req, res, next) { 9 list(req, res, next) {
10 req.query.noCache = false; 10 req.query.noCache = false;
11 11
12 - req.ctx(zerobuyModel).getList(req.query.status, req.query.page, req.query) 12 + req.ctx(zerobuyModel).getList(req.query.page, req.query)
13 .then(res.json).catch(next); 13 .then(res.json).catch(next);
14 }, 14 },
15 content(req, res, next) { 15 content(req, res, next) {