Showing
1 changed file
with
1 additions
and
1 deletions
@@ -24,7 +24,7 @@ if ($('.share-buy-page').height() < $(window).height()) { | @@ -24,7 +24,7 @@ if ($('.share-buy-page').height() < $(window).height()) { | ||
24 | } | 24 | } |
25 | 25 | ||
26 | if (yoho.isApp) { | 26 | if (yoho.isApp) { |
27 | - shareData.link = 'http://m.yohobuy.com/activity/share-buy?act_id' + window.queryString.act_id; | 27 | + shareData.link = 'http://m.yohobuy.com/activity/share-buy?act_id=' + window.queryString.act_id; |
28 | 28 | ||
29 | yoho.ready(function() { | 29 | yoho.ready(function() { |
30 | yoho.invokeMethod('set.shareInfo', shareData); | 30 | yoho.invokeMethod('set.shareInfo', shareData); |
-
Please register or login to post a comment