...
|
...
|
@@ -289,7 +289,7 @@ const getArticleList = (gender, sortId, uid, udid, page, tag, authorId, limit, u |
|
|
}
|
|
|
|
|
|
if (list.adlist) {
|
|
|
adsList = _.map(list.artList, it => _formatAd(it, true, false, false, uid));
|
|
|
adsList = _.map(list.artList, it => _formatAd(it, true));
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|