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
zhangxiaoru
2017-06-26 11:41:29 +0800
Commit
ff612d60944c63f28a69e9ad57bdfb6f2270cade
1 parent
607142a4
分享弹框
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/my-promotion.page.js
public/js/activity/my-promotion.page.js
View file @
ff612d6
...
...
@@ -33,7 +33,7 @@ setTimeout(function() {
$
(
'.share'
).
click
(
function
()
{
if
(
yoho
&&
yoho
.
isApp
)
{
yoho
.
invokeMethod
(
'go.show
ShareAlert
'
,
shareData
);
yoho
.
invokeMethod
(
'go.show
shareaction
'
,
shareData
);
}
});
...
...
Please
register
or
login
to post a comment