From 75e5fb65be6a1bf121229f80694f7f665ebecf10 Mon Sep 17 00:00:00 2001 From: wwz <1144797966@qq.com> Date: Thu, 27 Mar 2025 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E8=AE=A1=20=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/components/orderInfoAfter.vue | 9 +- pages/order/detail.vue | 1 - pages/subscribeto/index.vue | 355 +++++++++++----------- stores/user.js | 12 +- 4 files changed, 186 insertions(+), 191 deletions(-) diff --git a/pages/order/components/orderInfoAfter.vue b/pages/order/components/orderInfoAfter.vue index 624d520..d2ee49f 100644 --- a/pages/order/components/orderInfoAfter.vue +++ b/pages/order/components/orderInfoAfter.vue @@ -174,11 +174,16 @@ - - + + 总计¥ {{listinfo.totalCost}} + + 实付¥ + {{listinfo.payAmount}} + + diff --git a/pages/order/detail.vue b/pages/order/detail.vue index 4864097..9c5fbac 100644 --- a/pages/order/detail.vue +++ b/pages/order/detail.vue @@ -212,7 +212,6 @@ // 监听价格算法 watchEffect(async () => { if (listinfo.combinedArray.length > 0) { - console.log(11) // 打包费packFeess 计算购物车商品费用totalPrices 餐位费Seatcharge // try { let sum = (is_type.value != 0 ? listinfo.packFeess : 0) + listinfo.totalPrices + (is_type diff --git a/pages/subscribeto/index.vue b/pages/subscribeto/index.vue index ce8190b..583d772 100644 --- a/pages/subscribeto/index.vue +++ b/pages/subscribeto/index.vue @@ -55,11 +55,13 @@ - {{dataform.queueInfo.waitingCount}} + {{dataform.queueInfo.waitingCount}} + 前方等待桌数 - ≥{{dataform.queueInfo.waitTime||''}}分钟 + ≥{{dataform.queueInfo.waitTime||''}}分钟 + 预计等待时长 @@ -99,7 +101,8 @@ 手机号码 - + @@ -114,7 +117,10 @@