|
@@ -2737,7 +2737,9 @@ export default {
|
|
|
}
|
|
|
this.$set(list[item], 'inputMold', 2)
|
|
|
this.$set(buyFree[item], 'inputMold', 2)
|
|
|
- this.$set(buyFree[item], 'price', list[item].salesPrice)
|
|
|
+ // 赠品价格是零
|
|
|
+ // this.$set(buyFree[item], 'price', list[item].salesPrice)
|
|
|
+ this.$set(buyFree[item], 'price', 0)
|
|
|
this.$set(buyFree[item], 'orderQuantity', list[item].salesVolume)
|
|
|
this.$set(buyFree[item], 'itemType', list[item].typeno)
|
|
|
this.$set(list[item], 'goodType', 0)
|