Authored by zhangxiaoru

分享弹框

@@ -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