forked from angelo/web-retail-h5
hotfix(details): 商品详情加入购物车专区字段报错冗余处理
This commit is contained in:
parent
ff930e5e0f
commit
67bf731061
|
@ -303,7 +303,7 @@ export default {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
let carList = {
|
let carList = {
|
||||||
specialArea: this.goodDetail.specialArea,
|
specialArea: this.goodDetail.specialArea || this.specialArea,
|
||||||
number: this.num,
|
number: this.num,
|
||||||
waresCode: this.goodDetail.waresCode,
|
waresCode: this.goodDetail.waresCode,
|
||||||
productGroup: [],
|
productGroup: [],
|
||||||
|
|
Loading…
Reference in New Issue