- 删除多余的 mock 数据
- 添加商品 title 显示
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user