Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ let shareData = { | @@ -38,7 +38,7 @@ let shareData = { | ||
38 | imgUrl: productPic | 38 | imgUrl: productPic |
39 | }; | 39 | }; |
40 | 40 | ||
41 | -if (yoho.isMarsApp) { | 41 | +if (yoho.isMarsApp || yoho.isNowApp) { |
42 | yoho.ready(function() { | 42 | yoho.ready(function() { |
43 | yoho.invokeMethod('set.shareInfo', shareData); | 43 | yoho.invokeMethod('set.shareInfo', shareData); |
44 | }); | 44 | }); |
-
Please register or login to post a comment