买家端订单详情添加操作,商品选择器,categoryId传参错误

This commit is contained in:
mabo
2021-08-03 18:08:18 +08:00
parent d822c3c809
commit db42d19f44
9 changed files with 209 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ export default {
},
watch: {
category(val) {
this.goodsParams.categoryPath = val[0];
this.goodsParams.categoryPath = val[2];
},
selectedWay: {
handler() {