Showing
1 changed file
with
2 additions
and
1 deletions
@@ -76,7 +76,8 @@ $(function() { | @@ -76,7 +76,8 @@ $(function() { | ||
76 | $('#shareImg').val(data.shareImg); | 76 | $('#shareImg').val(data.shareImg); |
77 | $('#shareLink').val(data.shareLink); | 77 | $('#shareLink').val(data.shareLink); |
78 | $('#activityCode').val(data.activityCode); | 78 | $('#activityCode').val(data.activityCode); |
79 | - $('#getCoupon').html(data.title); | 79 | + $(document).attr("title",data.title); |
80 | + | ||
80 | $('.gain-coupon-centent .use-coupon-btn .use-coupon').attr('href', data.buttonLink); | 81 | $('.gain-coupon-centent .use-coupon-btn .use-coupon').attr('href', data.buttonLink); |
81 | $('.gain-coupon-centent .go-wep').attr('href', data.pcLink); | 82 | $('.gain-coupon-centent .go-wep').attr('href', data.pcLink); |
82 | $('.tip .title').html(data.message); | 83 | $('.tip .title').html(data.message); |
-
Please register or login to post a comment