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