店铺详情下拉刷新优化,下载邀请图片功能添加

This commit is contained in:
2022-06-17 16:46:47 +08:00
291 changed files with 8562 additions and 3004 deletions

View File

@@ -40,13 +40,13 @@ const shopsDetail = (shopId) => {
}
// 店铺商品
const shopsGoods = (shop_id, category_id,page) => {
const shopsGoods = (shopId, categoryId,page) => {
return request({
url: 'mall/goods',
data: {
shop_id,
category_id,
page,
shop_id:shopId,
category_id:categoryId,
page:page,
}
})
}