购物车更改
This commit is contained in:
@@ -488,7 +488,7 @@
|
|||||||
"skuId": item.skuId,
|
"skuId": item.skuId,
|
||||||
"num": a == '-' ? -1 : 1, //skuId
|
"num": a == '-' ? -1 : 1, //skuId
|
||||||
"type": "addcart", //“addcart:添加购物车,create0rder:生成订单,clearCart:清空购物车”,
|
"type": "addcart", //“addcart:添加购物车,create0rder:生成订单,clearCart:清空购物车”,
|
||||||
"productId": item.id, //商品id
|
"productId": item.productId, //商品id
|
||||||
"shopId": uni.cache.get('shopUser'),
|
"shopId": uni.cache.get('shopUser'),
|
||||||
"userId": uni.cache.get('userInfo').id
|
"userId": uni.cache.get('userInfo').id
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user