优惠券加分页
This commit is contained in:
@@ -271,12 +271,13 @@ export default {
|
||||
});
|
||||
},
|
||||
// 我的优惠券(已有的)
|
||||
getMemberCouponList({ store_id, gc_id, type, status }) {
|
||||
getMemberCouponList({ store_id, gc_id, type, status, page }) {
|
||||
return vm.$u.post('Coupon/getMemberCouponList', {
|
||||
store_id: store_id,
|
||||
gc_id: gc_id,
|
||||
type: type,
|
||||
status: status,
|
||||
page: page,
|
||||
});
|
||||
},
|
||||
// 获取直播列表
|
||||
|
||||
Reference in New Issue
Block a user