Authored by wangxin

修改标题

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