店铺会员制Vip功能增加
This commit is contained in:
@@ -34,20 +34,18 @@ const shops = (categoryId,page) => {
|
||||
|
||||
// 店铺详情
|
||||
const shopsDetail = (shopId) => {
|
||||
console.log(shopId,'shopId.....')
|
||||
return request({
|
||||
url: 'mall/shops/' + shopId,
|
||||
})
|
||||
}
|
||||
|
||||
// 店铺商品
|
||||
const shopsGoods = (shopId, categoryId,page) => {
|
||||
const shopsGoods = (data) => {
|
||||
console.log(data,'shopsGoods.....')
|
||||
return request({
|
||||
url: 'mall/goods',
|
||||
data: {
|
||||
shop_id:shopId,
|
||||
category_id:categoryId,
|
||||
page:page,
|
||||
}
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user