zengyicheng hace 2 años
padre
commit
2d7e64c87f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -284,7 +284,7 @@ router.route('/insertComment').all((req, res, next) => {
 //取消点赞
 router.route('/deleteComment').all((req, res, next) => {
     var json = queryString(req.url);
-    getmysql(req, res, "deleteComment", json['wid'], json['uid']);
+    getmysql(req, res, "deleteComment", json['wid'], json['lid']);
 });
 
 //上传文件