- 删除多余的 mock 数据

- 添加商品 title 显示
This commit is contained in:
sin
2019-04-11 23:10:27 +08:00
parent 486278e1cf
commit bc5af47f67
3 changed files with 36 additions and 126 deletions

View File

@@ -245,12 +245,10 @@
},
onBuyClicked(data) {
const { selectedNum } = data;
// debugger;
// console.log(data);
// this.$toast(JSON.stringify(data));
this.$router.push({
path:'/order',
query:{
goodsId: data.id,
skuId: data.selectedSkuComb.id,
quantity: selectedNum,
}