优惠券列表显示,使用优惠券价格计算
This commit is contained in:
@@ -61,6 +61,7 @@ export default {
|
||||
})
|
||||
},
|
||||
async getMemberCouponList({ load = 'reload' }) {
|
||||
if(load == 'reload') this.page = 0;
|
||||
const res = await this.$u.api.getMemberCouponList({
|
||||
status: this.current + 1, // 代金券状态 1:未用 2:已用 3:过期 4:收回
|
||||
page: this.page,
|
||||
|
||||
Reference in New Issue
Block a user