「我的卡券加会员卡类型」
This commit is contained in:
@@ -34,7 +34,6 @@ const shops = (categoryId,page) => {
|
||||
|
||||
// 店铺详情
|
||||
const shopsDetail = (shopId) => {
|
||||
console.log(shopId,'shopId.....')
|
||||
return request({
|
||||
url: 'mall/shops/' + shopId,
|
||||
})
|
||||
@@ -42,7 +41,6 @@ const shopsDetail = (shopId) => {
|
||||
|
||||
// 店铺商品
|
||||
const shopsGoods = (data) => {
|
||||
console.log(data,'shopsGoods.....')
|
||||
return request({
|
||||
url: 'mall/goods',
|
||||
data: data
|
||||
|
||||
Reference in New Issue
Block a user