From 8085d32023ab67bec2d94b7d1a6cab930b7f6f05 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 3 Jun 2025 17:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/advanceOrder/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/advanceOrder/index.vue b/pages/advanceOrder/index.vue index 8a741bd..0df65d5 100644 --- a/pages/advanceOrder/index.vue +++ b/pages/advanceOrder/index.vue @@ -407,24 +407,24 @@ export default { if(food.dishesId==cartItem.goodsId){ if(food.mealtimeType==cartItem.mealtimeType){ let obj = { - "detailType": food.detailType, + "detailType": food.detailType, "goodsId": cartItem.goodsId, "goodsImgUrl": food.dishesImgUrl,//图片地址 "goodsName": cartItem.goodsName, "mealtimeName": food.mealtimeName, - "mealtimeType": food.mealtimeType, + "mealtimeType": food.mealtimeType, "recipeDetailId": food.recipeDetailId, - "recipeId": cartItem.recipeId, - "quantity": cartItem.quantity, + "recipeId": cartItem.recipeId, + "quantity": cartItem.quantity, "salePrice": food.dishesDetailList[0].dishesPrice, "discountPrice": food.dishesDetailList[0].prefPrice, - "finalPrice": food.dishesDetailList[0].prefPrice, - "salesMode": 1, + "finalPrice": food.dishesDetailList[0].prefPrice, + "salesMode": 1, "orderDate": cartItem.orderDate, - "orderType": cartItem.orderType, - "prefPrice": food.dishesDetailList[0].prefPrice, - "limitNum": food.dishesDetailList[0].limitNum, - "cartId": cartItem.cartId, + "orderType": cartItem.orderType, + "prefPrice": food.dishesDetailList[0].prefPrice, + "limitNum": food.dishesDetailList[0].limitNum, + "cartId": cartItem.cartId, "sizeType": cartItem.sizeType, "remanentNum": cartItem.remanentNum }