From 647aa0b7173f61459cd462bb629995f128f72e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Wed, 12 Jun 2024 11:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_food/order_food.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order_food/order_food.vue b/pages/order_food/order_food.vue index 47d5b2c..4f43727 100644 --- a/pages/order_food/order_food.vue +++ b/pages/order_food/order_food.vue @@ -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 };