zengyicheng 2 năm trước cách đây
mục cha
commit
0cd4962e7c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      pbl.js

+ 6 - 0
pbl.js

@@ -466,6 +466,12 @@ router.route('/getProject').all((req, res, next) => {
     getmysql(req, res, "selectProject", json['type'], json['uid'], json['oid'], json['cn'], json['page'], 10);
 });
 
+//新评价查询项目
+router.route('/getProject1').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "selectProject1", json['uid'], json['cid'], json['cn'], json['page'], 10);
+});
+
 //查询项目
 router.route('/getMyProject').all((req, res, next) => {
     var json = queryString(req.url);