Authored by yyq

share title

@@ -21,7 +21,7 @@ const getDetailShareData = (article) => { @@ -21,7 +21,7 @@ const getDetailShareData = (article) => {
21 } 21 }
22 22
23 return { 23 return {
24 - title: `@${article.authorName} 在有货社区上发了一篇笔记,快点开看看!`, 24 + title: `@${article.authorName} 在有货社区上发了一篇内容,快点开看看!`,
25 imgUrl: get(shareImage.split('?'), '[0]') || DEFAULT_SHARE_IMAGE, 25 imgUrl: get(shareImage.split('?'), '[0]') || DEFAULT_SHARE_IMAGE,
26 link: `${window ? window.location.origin : ''}/grass/article/share/${article.articleId}`, 26 link: `${window ? window.location.origin : ''}/grass/article/share/${article.articleId}`,
27 desc, 27 desc,