...
|
...
|
@@ -40,7 +40,7 @@ const getDetailShareData = (article) => { |
|
|
imgUrl: handleProtocol(get(shareImage.split('?'), '[0]') || DEFAULT_SHARE_IMAGE),
|
|
|
link: handleProtocol(`${window ? window.location.origin : ''}/grass/article/${article.articleId}?share=true`),
|
|
|
desc,
|
|
|
hideType: ['7', '8', '9'],
|
|
|
hideType: ['8', '9'],
|
|
|
shareType: 'grassDetail',
|
|
|
userName: article.authorName,
|
|
|
userIcon: article.authorHeadIco,
|
...
|
...
|
|