mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-02-06 17:15:54 +08:00
买家端订单详情添加操作,商品选择器,categoryId传参错误
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
category(val) {
|
||||
this.goodsParams.categoryPath = val[0];
|
||||
this.goodsParams.categoryPath = val[2];
|
||||
},
|
||||
selectedWay: {
|
||||
handler() {
|
||||
|
||||
Reference in New Issue
Block a user