Commit 21a75806 authored by 邓军's avatar 邓军

解决冲突

parent 21b08a66
......@@ -687,15 +687,9 @@ router.post('/thread/:tid/comment/:cid/delete', function(req, res, next) {
//评论列表
router.get('/thread/:tid/comment/list', function(req, res, next) {
<<<<<<< HEAD
var tid=req.params.tid || null;
var pageNo = req.query.pageNo || 1;
=======
var tid = req.params.tid || null;
var pageNo = req.query.pageNo || 1;
>>>>>>> f2a61e4b468be1158deee3015cb171b0bede90e4
var pageSize = req.query.pageSize || 10;
var conditions = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment