zengyicheng 2 lat temu
rodzic
commit
7bacce4f7a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -793,7 +793,7 @@ router.route('/selectType').all((req, res, next) => {
 //查询分类及子分类
 router.route('/selectPtype').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "selectPtype", );
+    getmysql(req, res, "selectPtype", json["page"], 10);
 });
 
 //更加父id查询分类