...
|
...
|
@@ -101,7 +101,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => { |
|
|
authorName = filterEmoji(article.authorName || '');
|
|
|
|
|
|
return {
|
|
|
title: `@${authorName} 在有货社区上发了一篇内容,快点开看看!`,
|
|
|
title: `${desc}`,
|
|
|
imgUrl: handleProtocol(
|
|
|
get(shareImage.split('?'), '[0]') || DEFAULT_SHARE_IMAGE,
|
|
|
),
|
...
|
...
|
@@ -110,7 +110,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => { |
|
|
article.articleId
|
|
|
}?share=true&t=${Date.now()}`,
|
|
|
),
|
|
|
desc: `${desc}`,
|
|
|
desc: `@${authorName} 在有货App上发了一篇内容,快点开看看!`,
|
|
|
hideType,
|
|
|
shareType: 'grassDetail',
|
|
|
userName: authorName,
|
...
|
...
|
|