Authored by yyq

fix share

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