「我的卡券加会员卡类型」

This commit is contained in:
2022-08-12 09:47:56 +08:00
parent c0fc64054d
commit f2cb612887
5 changed files with 959 additions and 926 deletions

View File

@@ -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