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
Email Patches
Plain Diff
Browse Files
Authored by
张孝茹
2018-05-08 10:56:48 +0800
Commit
9e8a8476c2c4abba0a0a9d5e58c364b70d6abaea
1 parent
f41bd829
share
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/new-detail.js
public/js/product/new-detail.js
View file @
9e8a847
...
...
@@ -38,7 +38,7 @@ let shareData = {
imgUrl
:
productPic
};
if
(
yoho
.
isMarsApp
)
{
if
(
yoho
.
isMarsApp
||
yoho
.
isNowApp
)
{
yoho
.
ready
(
function
()
{
yoho
.
invokeMethod
(
'set.shareInfo'
,
shareData
);
});
...
...
Please
register
or
login
to post a comment