Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
张孝茹
2018-05-29 10:19:37 +0800
Commit
68b178dacc50381aae95c70136244e82a93ca2a7
2 parents
8e22387b
15d5f7b3
Merge branch 'feature/masrShare' into 'release/6.6.1'
mars 分享 See merge request
!1409
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/js/product/new-detail.js
public/js/product/new-detail.js
View file @
68b178d
...
...
@@ -31,10 +31,10 @@ if (productPic && productPic.indexOf('http:') < 0) {
productPic
=
`
http
:
$
{
productPic
}
`
;
}
let
shareData
=
{
title
:
`推荐这
本城市指南
给你:
$
{
productName
}
`
,
title
:
`推荐这
个很酷的潮流好物
给你:
$
{
productName
}
`
,
link
:
location
.
href
,
desc
:
'最近很多 KOL 在推!据说是探索城市必备神器'
,
desCircle
:
`最近被刷屏的这本城市指南终于可以买到了!
$
{
productName
}
`
,
desc
:
'最近很多 KOL 在用!据说要抢!'
,
desCircle
:
`我发现了一个最近很火的潮流好物!
$
{
productName
}
`
,
imgUrl
:
productPic
};
...
...
Please
register
or
login
to post a comment