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