|
@@ -721,7 +721,7 @@ var shoppingConfirm = new Vue({
|
|
|
productId:item.productId,
|
|
|
productNum:item.number,
|
|
|
presentNum:0,
|
|
|
- productType:item.productType
|
|
|
+ productType:item.giftType
|
|
|
})
|
|
|
})
|
|
|
return {shopId:el.shopId,note:el.note?el.note:'',productInfo:productInfo}
|