Showing
2 changed files
with
2 additions
and
1 deletions
@@ -33,6 +33,7 @@ shopCoupon = { | @@ -33,6 +33,7 @@ shopCoupon = { | ||
33 | $.ajax({ | 33 | $.ajax({ |
34 | method: 'GET', | 34 | method: 'GET', |
35 | url: _url, | 35 | url: _url, |
36 | + async: false, | ||
36 | data: { | 37 | data: { |
37 | shopId: that.common.shopId, | 38 | shopId: that.common.shopId, |
38 | brandId: that.common.brandId, | 39 | brandId: that.common.brandId, |
-
Please register or login to post a comment