forked from angelo/web-retail-h5
hotfix(details): 商品详情加入购物车专区字段报错冗余处理
This commit is contained in:
parent
4a8f939fcb
commit
96d8397b21
|
@ -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