Commit efce4a49 authored by 杨翌文's avatar 杨翌文

提交

parent 0decb409
...@@ -720,7 +720,6 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) { ...@@ -720,7 +720,6 @@ function getAllThreadByFidHelp(conditions, pageNo, pageSize, sort, callback) {
docs.forEach(function(doc) { docs.forEach(function(doc) {
// console.log(doc); // console.log(doc);
doc.content = handleContent(doc.content);
if (doc.type === 1 || doc.level !== 1) { //非照片墙或文章时获取评论 if (doc.type === 1 || doc.level !== 1) { //非照片墙或文章时获取评论
asyncTasks.push(function(callback) { asyncTasks.push(function(callback) {
populateComment(doc, callback); populateComment(doc, callback);
......
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