Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ require('common/share')(shareData); | @@ -38,7 +38,7 @@ require('common/share')(shareData); | ||
38 | require('common'); | 38 | require('common'); |
39 | 39 | ||
40 | if (yoho.isApp) { | 40 | if (yoho.isApp) { |
41 | - link = 'http://m.yohobuy.com/activity/share-buy/detail?couponId=' + window.queryString.couponId + '&couponCode' + window.queryString.couponCode; | 41 | + link = 'http://m.yohobuy.com/activity/share-buy/detail?couponId=' + window.queryString.couponId + '&couponCode=' + window.queryString.couponCode; |
42 | 42 | ||
43 | shareData.link = link; | 43 | shareData.link = link; |
44 | 44 |
-
Please register or login to post a comment