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