Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,7 +33,7 @@ setTimeout(function() { | @@ -33,7 +33,7 @@ setTimeout(function() { | ||
33 | $('.share').click(function() { | 33 | $('.share').click(function() { |
34 | 34 | ||
35 | if (yoho && yoho.isApp) { | 35 | if (yoho && yoho.isApp) { |
36 | - yoho.invokeMethod('go.showShareAlert', shareData); | 36 | + yoho.invokeMethod('go.showshareaction', shareData); |
37 | } | 37 | } |
38 | }); | 38 | }); |
39 | 39 |
-
Please register or login to post a comment