Authored by 张孝茹

share

@@ -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 });