购物车更改

This commit is contained in:
魏啾
2024-06-12 11:30:56 +08:00
parent 06a9c4f2de
commit 647aa0b717

View File

@@ -488,7 +488,7 @@
"skuId": item.skuId,
"num": a == '-' ? -1 : 1, //skuId
"type": "addcart", //“addcart:添加购物车create0rder:生成订单clearCart:清空购物车”,
"productId": item.id, //商品id
"productId": item.productId, //商品id
"shopId": uni.cache.get('shopUser'),
"userId": uni.cache.get('userInfo').id
};