Showing
2 changed files
with
2 additions
and
2 deletions
@@ -62,7 +62,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => { | @@ -62,7 +62,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => { | ||
62 | blockList.filter(block => block.templateKey === 'text'), | 62 | blockList.filter(block => block.templateKey === 'text'), |
63 | '[0].contentData', | 63 | '[0].contentData', |
64 | '', | 64 | '', |
65 | - ); | 65 | + ).substr(0, 20); |
66 | } | 66 | } |
67 | 67 | ||
68 | if (shareImage && shareImage.indexOf('//') >= 0) { | 68 | if (shareImage && shareImage.indexOf('//') >= 0) { |
1 | { | 1 | { |
2 | "name": "yoho-community-web", | 2 | "name": "yoho-community-web", |
3 | - "version": "6.9.11-beta36", | 3 | + "version": "6.9.11-beta37", |
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