后端 + 前端:提交购物车订单

This commit is contained in:
YunaiV
2019-04-14 01:28:41 +08:00
parent b2abc625d1
commit 38b2613add
11 changed files with 146 additions and 38 deletions

View File

@@ -157,7 +157,7 @@ export default {
})
},
onSubmit() {
this.$router.push('/order')
this.$router.push('/order?from=cart')
},
convertProduct(item) {
// debugger;