Authored by zhangxiaoru

红人店铺首页商品

... ... @@ -110,7 +110,9 @@ $.ajax({
withCredentials: true
},
data: {
shop_id: shopId
shop_id: shopId,
order: '0',
type: 'default'
},
success: function(result) {
let $result = $(result);
... ...