Authored by 张孝茹

share

... ... @@ -38,7 +38,7 @@ let shareData = {
imgUrl: productPic
};
if (yoho.isMarsApp) {
if (yoho.isMarsApp || yoho.isNowApp) {
yoho.ready(function() {
yoho.invokeMethod('set.shareInfo', shareData);
});
... ...