Authored by 郝肖肖

改成同步请求,否则店铺固定位置会计算有误

require('./shop/shop');
require('./shop/coupon');
require('./shop/shop');
... ...
... ... @@ -33,6 +33,7 @@ shopCoupon = {
$.ajax({
method: 'GET',
url: _url,
async: false,
data: {
shopId: that.common.shopId,
brandId: that.common.brandId,
... ...