优惠券列表显示,使用优惠券价格计算

This commit is contained in:
2020-08-20 11:28:49 +08:00
parent 51823edb12
commit 390bda7c0e
3 changed files with 29 additions and 30 deletions

View File

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