Authored by 徐炜

Merge remote-tracking branch 'origin/hotfix/shop-coupon' into release/wap-optim2

@@ -40,7 +40,6 @@ shopCoupon = { @@ -40,7 +40,6 @@ shopCoupon = {
40 $.ajax({ 40 $.ajax({
41 method: 'GET', 41 method: 'GET',
42 url: _url, 42 url: _url,
43 - async: false,  
44 data: { 43 data: {
45 shopId: that.common.shopId, 44 shopId: that.common.shopId,
46 brandId: that.common.brandId, 45 brandId: that.common.brandId,
@@ -126,7 +125,6 @@ shopCoupon = { @@ -126,7 +125,6 @@ shopCoupon = {
126 $.ajax({ 125 $.ajax({
127 method: 'POST', 126 method: 'POST',
128 url: '/product/index/userCoupon', 127 url: '/product/index/userCoupon',
129 - async: false,  
130 data: { 128 data: {
131 couponID: code, 129 couponID: code,
132 uid: $self.common.uid 130 uid: $self.common.uid