diff --git a/src/view/month-card.vue b/src/view/month-card.vue index a758b9f..04c348c 100644 --- a/src/view/month-card.vue +++ b/src/view/month-card.vue @@ -49,9 +49,9 @@ - +
+ +

使用范围:{{getData.authAreaStr}}

@@ -122,6 +122,12 @@ }, + // 立即使用优惠券 + handleUseCoupon() { + + window.location.href = locationUrl + '/mall/web/vgoods/detail/' + this.getData.goodsNo; + }, + // 领取优惠券 handleGetCoupon() { let that = this;