From e60029e648e3d9337df720b6bd46ebc0d5762ef5 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Sat, 27 Jul 2019 03:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=AF=A6=E6=83=85=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/goods-classify.vue | 6 ++---- src/view/home.vue | 6 +++--- src/view/month-card.vue | 2 +- src/view/order-check.vue | 4 +--- src/view/order-detail.vue | 4 +--- 5 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/view/goods-classify.vue b/src/view/goods-classify.vue index 1613526..56e17cf 100644 --- a/src/view/goods-classify.vue +++ b/src/view/goods-classify.vue @@ -20,9 +20,9 @@

{{item.combinationName}}

diff --git a/src/view/month-card.vue b/src/view/month-card.vue index 947b68e..9ebae0f 100644 --- a/src/view/month-card.vue +++ b/src/view/month-card.vue @@ -155,7 +155,7 @@ export default { // 立即使用优惠券 handleUseCoupon() { window.location.href = - locationUrl + "/mall/web/vgoods/detail/" + this.getData.goodsNo+ '?uniqueId='+ this.uniqueId; + locationUrl + "/mall/web/vgoods/detail/" + this.getData.goodsNo; }, // 领取优惠券 diff --git a/src/view/order-check.vue b/src/view/order-check.vue index 344bbe4..f16d29c 100644 --- a/src/view/order-check.vue +++ b/src/view/order-check.vue @@ -1,6 +1,6 @@