Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于订单创建完成后,购物车里的数据是如何清除的问题。 #17

Open
hubei207 opened this issue Jun 11, 2019 · 0 comments

Comments

@hubei207
Copy link

addShop (event) {
  if (!this.food.count) {
    Vue.set(this.food, 'count', 1)
  } else {
    this.food.count++
  }
}

通过Vue.set设置商品数量,来控制购物车数据的展示。只是在创建订单后,如何让购物车置空呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant