Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-09-19 14:39:26 +0800
Commit
fd0692716a7a2ad58dd3396028df39a9448471d1
1 parent
2e47daf5
update lib
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/utils/share-handler.js
package.json
apps/utils/share-handler.js
View file @
fd06927
...
...
@@ -62,7 +62,7 @@ const getDetailShareData = (article, app_version = '6.9.11') => {
blockList
.
filter
(
block
=>
block
.
templateKey
===
'text'
),
'[0].contentData'
,
''
,
);
)
.
substr
(
0
,
20
)
;
}
if
(
shareImage
&&
shareImage
.
indexOf
(
'//'
)
>=
0
)
{
...
...
package.json
View file @
fd06927
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.11-beta3
6
"
,
"version"
:
"6.9.11-beta3
7
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment