From 7b0eb8ac3d7292ff98fd108be44d726d371a6227 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Tue, 24 Mar 2026 15:03:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package1/buyFood/buyFood.vue | 264 +++++++++++++++++------------------
1 file changed, 132 insertions(+), 132 deletions(-)
diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index 3eb4fce..a2db29a 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -8,14 +8,14 @@
-
+
-
-
-
+
+
+
@@ -23,9 +23,9 @@
style="position: absolute;" />
-
-
-
+
+
+
@@ -51,32 +51,32 @@
{{formData.address.receiverName || ''}}
+ style="color: #0b9b73; font-size: 26rpx; font-weight: normal; margin-left: 20rpx; display: flex; align-items: center;">
更换地址
+ :style="{'background':formData.isImmediately?'linear-gradient(90deg, rgba(227, 255, 150, 1), rgba(166, 255, 234, 1))':'#f5f5f5'}">
立即送出
-
+
预计{{immediateTimeStr}}送达
+ :style="{'background':formData.isImmediately==false?'linear-gradient(90deg, rgba(227, 255, 150, 1), rgba(166, 255, 234, 1))':'#f5f5f5'}">
预约配送
-
{{formData.deliveryTime}}
-
+
选择时间 >
@@ -84,17 +84,17 @@
+ style="height: 90rpx;line-height: 40rpx;padding: 0 40rpx;font-size: 28rpx;font-weight: 700;padding-top: 20rpx;">
配送员
-
+
指定配送员后,如遇到配送员拒绝接单,该订单进入抢单大厅
-
+
+ style="display: flex;font-size: 28rpx;font-weight: bold;line-height: 50rpx;margin-bottom: 30rpx;align-items: center;">
@@ -104,13 +104,13 @@
- 佣金 ¥
+ 佣金 ¥
-
+
@@ -126,12 +126,12 @@
-
+
{{shopItem.shopName || '未知道商家'}}
-
@@ -157,7 +157,7 @@
-
@@ -177,7 +177,7 @@
+ style="background: rgba(255, 57, 57, 0.2);padding: 0px 12rpx;border-radius: 20rpx;margin-left: 20rpx;">
拼团
¥{{groupItem.groupRule.groupPrice}}
@@ -188,7 +188,7 @@
-
+
打包费
@@ -196,9 +196,9 @@
¥{{packageFee.toFixed(2)}}
-
+
- 配送费 (均摊)
+ 配送费 (均摊)
¥{{deliveryFeeCalc.toFixed(2)}}
@@ -206,15 +206,15 @@
-
+ style="display: flex;height: 80rpx;line-height: 100rpx;border-top: 1px solid #eee;font-size: 32rpx;font-weight: 700;">
+
合计
¥{{totalAmountCalc.toFixed(2)}}
-
+
立即支付
@@ -233,13 +233,13 @@
+ alt="填写收货地址" style="width:600rpx;height:740rpx;" />
+ alt="填写配送佣金" style="width:600rpx;height:740rpx;" />
+ alt="指定配送员" style="width:600rpx;height:740rpx;" />
@@ -247,32 +247,32 @@