Showing
1 changed file
with
1 additions
and
1 deletions
@@ -41,7 +41,7 @@ $receive.on('click', function() { | @@ -41,7 +41,7 @@ $receive.on('click', function() { | ||
41 | } | 41 | } |
42 | 42 | ||
43 | $.ajax({ | 43 | $.ajax({ |
44 | - url: '/coupon/receiveCoupon?code=' + getUrlParam('code') + req, | 44 | + url: '//m.yohobuy.com/coupon/receiveCoupon?code=' + getUrlParam('code') + req, |
45 | data: { | 45 | data: { |
46 | couponID: $curDom.parents('.coupon-floor').attr('coupon-id') | 46 | couponID: $curDom.parents('.coupon-floor').attr('coupon-id') |
47 | }, | 47 | }, |
-
Please register or login to post a comment