Authored by yyq

fix share

... ... @@ -78,7 +78,7 @@ export default {
praiseCount: this.articleState.praiseCount,
favoriteCount: this.articleState.favoriteCount,
articleId: this.data.articleId,
shareImage: get(first(this.slideData.blockList), 'contentData', '').replace('{mode}', 2).replace('{width}', 200).replace('{height}', 200)
blockList: this.data.blockList
};
},
commentData() {
... ...