...
|
...
|
@@ -42,6 +42,7 @@ const editor = (req, res, next) => { |
|
|
let authorData = datas[0],
|
|
|
articleListData = datas[1];
|
|
|
let build = [];
|
|
|
|
|
|
if (articleListData.data.list.artList) {
|
|
|
articleListData.data.list.artList.forEach(articleData => {
|
|
|
build.push(guangProcess.formatArticle(articleData, true, isApp, false, uid));
|
...
|
...
|
|