...
|
...
|
@@ -247,14 +247,14 @@ function parseBNS(json) { |
|
|
content: hotPost && hotPost.contentData ? hotPost.contentData : '',
|
|
|
hasImg: hotPost && hotPost.hasImgFlg ? hotPost.hasImgFlg : '',
|
|
|
postId: hotPost && hotPost.postId ? hotPost.postId : 0,
|
|
|
postTitle: hotPost && hotPost.postsTitle ? hotPost.postsTitle : '',
|
|
|
title: hotPost && hotPost.postsTitle ? hotPost.postsTitle : '',
|
|
|
},
|
|
|
new: {
|
|
|
avatar: newAvatar,
|
|
|
content: newPost && newPost.contentData ? newPost.contentData : '',
|
|
|
hasImg: newPost && newPost.hasImgFlg ? newPost.hasImgFlg : '',
|
|
|
postId: newPost && newPost.postId ? newPost.postId : 0,
|
|
|
postTitle: newPost && newPost.postsTitle ? newPost.postsTitle : '',
|
|
|
title: newPost && newPost.postsTitle ? newPost.postsTitle : '',
|
|
|
},
|
|
|
num: {
|
|
|
onedayAddNum: item.oneDayAddNum,
|
...
|
...
|
|