From 374492de99561d3ddbb224fc232dfe112e8d85af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=96=E5=AE=B6=E5=8D=8E?= Date: Fri, 22 Jun 2018 13:09:33 +0800 Subject: [PATCH] no message --- src/view/month-card.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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;