Showing
2 changed files
with
3 additions
and
2 deletions
@@ -43,7 +43,8 @@ const getDetailShareData = (article) => { | @@ -43,7 +43,8 @@ const getDetailShareData = (article) => { | ||
43 | hideType: ['7', '8', '9'], | 43 | hideType: ['7', '8', '9'], |
44 | shareType: 'grassDetail', | 44 | shareType: 'grassDetail', |
45 | userName: article.authorName, | 45 | userName: article.authorName, |
46 | - userIcon: article.authorHeadIco | 46 | + userIcon: article.authorHeadIco, |
47 | + articleId: article.articleId | ||
47 | }; | 48 | }; |
48 | }; | 49 | }; |
49 | 50 |
1 | { | 1 | { |
2 | "name": "yoho-community-web", | 2 | "name": "yoho-community-web", |
3 | - "version": "6.9.8-beta64", | 3 | + "version": "6.9.8-beta100", |
4 | "private": true, | 4 | "private": true, |
5 | "description": "A New Yohobuy Project With Express", | 5 | "description": "A New Yohobuy Project With Express", |
6 | "repository": { | 6 | "repository": { |
-
Please register or login to post a comment