From 874ab3907489f8a427f4487bfbe7eaf2fc299970 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Tue, 12 May 2026 13:41:13 +0800 Subject: [PATCH] 1 --- package1/buyFood/buyFood.vue | 818 +++++++++++++++++++++++++++-------- 1 file changed, 638 insertions(+), 180 deletions(-) diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue index be1eff0..8306c26 100644 --- a/package1/buyFood/buyFood.vue +++ b/package1/buyFood/buyFood.vue @@ -8,24 +8,24 @@ - + + class="tab-bg" /> - - - + + + + class="tab-bg" /> - - - + class="tab-bg" /> + + + @@ -41,105 +41,98 @@ - - 请选择收货地址 + + 请选择收货地址 + - - + + {{formData.address.areaName || ''}}{{formData.address.floor ? formData.address.floor + '层' : ''}}{{formData.address.roomNum || ''}} {{formData.address.receiverName || ''}} - + 更换地址 - + :class="{'time1-active': formData.isImmediately}"> + 立即送出 - + 预计{{immediateTimeStr}}送达 - + :class="{'time1-active': formData.isImmediately==false}"> + 预约配送 - - + + {{formData.deliveryTime}} - + 选择时间 > - - - + + + 配送员 - + 指定配送员,如配送员拒绝接单或者下线,订单进入抢单大厅 - + 不指定配送员超过10分钟没有人接单,会发送短信通知 - - - + + + 不指定 - - 佣金 ¥ - + + 佣金 ¥ + - - + + 指定配送员 - + {{ assignedWorker ? assignedWorker.workerName + ' ' + assignedWorker.mobile : '配送员' }} - + 因您的收货楼层在3楼以上,将额外收取配送费 ¥{{highFloorFeeCalc}} - + {{shopItem.shopName || '未知道商家'}} - @@ -154,7 +147,7 @@ - + X{{cartItem.quantity}} @@ -165,7 +158,7 @@ - @@ -180,12 +173,11 @@ - + X1 - + 拼团 ¥{{groupItem.groupRule.groupPrice}} @@ -193,86 +185,83 @@ - - - - - - - {{cartItem.productName}} + + + + - - - {{getSpecDisplayString(cartItem.specs)}} + + + {{cartItem.productName}} - - - - X{{cartItem.quantity}} + + + {{getSpecDisplayString(cartItem.specs)}} + - - ¥{{cartItem.attributeListPrice | sliceMsg}} + + + X{{cartItem.quantity}} + + + ¥{{cartItem.attributeListPrice | sliceMsg}} + - + - - - + + + 打包费 - + ¥{{packageFee.toFixed(2)}} - - - 配送费 (均摊 | 如超过2人,每多一人配送费总额增加0.5) + + + 配送费 (均摊 | 如超过2人,每多一人配送费总额增加0.5) - + ¥{{deliveryFeeCalc.toFixed(2)}} - - + + 备注 - - + + - - + + 优惠券 - + -¥{{selectedCoupon.discountAmount.toFixed(2)}} - + 有 {{availableCoupons.length}} 张可用 - + 无可用券 - - + + 合计 - + ¥{{totalAmountCalc.toFixed(2)}} - + 立即支付 @@ -387,34 +376,33 @@ - - + + 选择优惠券 - + - - - - - {{item.discountAmount}} + + + + + {{item.discountAmount}} - - {{item.couponName}} - 满{{item.minAmount}}可用 - 无门槛使用 + + {{item.couponName}} + 满{{item.minAmount}}可用 + 无门槛使用 - + - + 暂无可用优惠券 - + - - + + 不使用优惠券 @@ -1098,26 +1086,36 @@