|
@ -177,7 +177,7 @@ export default { |
|
|
this.$store.commit("choseCoupon", ""); |
|
|
this.$store.commit("choseCoupon", ""); |
|
|
}, |
|
|
}, |
|
|
onShow() { |
|
|
onShow() { |
|
|
this.coupon = this.$store.state.user.coupon |
|
|
this.coupon = this.isShoppingCart ? '' : this.$store.state.user.coupon |
|
|
console.log(this.coupon) |
|
|
console.log(this.coupon) |
|
|
}, |
|
|
}, |
|
|
onLoad(options) { |
|
|
onLoad(options) { |
|
|