Commit 879a2a37 authored by 陈志良's avatar 陈志良

评论点赞数添加~

parent fb4ea06a
......@@ -1103,6 +1103,7 @@ router.get('/thread/:tid/exportComments', function(req, res, next) {
});
e.praiseNames = praiseNames.toString();
e.praiseOpenIds = praiseOpenIds.toString();
e.praiseCount = praiseNames.length;
}
cb(null, e);
}
......
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