|
|
@@ -354,6 +354,7 @@
|
|
|
productId: item.id //商品编号
|
|
|
})
|
|
|
.then(function(e) {
|
|
|
+ console.log(e,'ddddddddddddddd')
|
|
|
uni.showToast({
|
|
|
title: '成功加入购物车',
|
|
|
type: 'top',
|
|
|
@@ -548,13 +549,8 @@
|
|
|
integralId: '',
|
|
|
};
|
|
|
console.log(obj.goodsType, 'obj.goodsType77777777777777777777')
|
|
|
- if (obj.goodsType == 1) {
|
|
|
- data.secKillId = obj.goodsObjact.id
|
|
|
- data.new = 1;
|
|
|
- }
|
|
|
- if (obj.goodsType == 2) {
|
|
|
- data.new = 1;
|
|
|
- data.integralId = obj.goodsObjact.id
|
|
|
+ if(obj.type == 2) {
|
|
|
+ data.new = 0
|
|
|
}
|
|
|
cartAdd(data)
|
|
|
.then(function(e) {
|