chenkainan 4 months ago
parent
commit
e68f822551
  1. 2
      subPackages/homestay/order.vue

2
subPackages/homestay/order.vue

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

Loading…
Cancel
Save