Authored by zhangxiaoru

act

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