[修改优惠券管理,添加我的优惠券,修改签到页面]

This commit is contained in:
zhangmanman
2021-11-24 10:03:47 +08:00
parent a5688f6ff8
commit 324193a919
15 changed files with 1106 additions and 107 deletions

View File

@@ -56,11 +56,20 @@ const magCouponsRecommend = id => {
})
}
// 优惠券删除
const magCouponsDel = (coupon_id) => {
return request({
url: 'coupons/tools/coupons/' + coupon_id,
method: 'DELETE'
})
}
export {
toolsCoupons,
pushCoupons,
couponsGoods,
magCouponsInfo,
magCouponsStatus,
magCouponsRecommend
magCouponsRecommend,
magCouponsDel
}