From 3535cf3a92cea65b6495f87748259561f4424357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 10 Feb 2026 16:15:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(order):=20=E4=BF=AE=E6=AD=A3=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=A1=AE=E8=AE=A4=E9=A1=B5=E9=9D=A2=E8=B5=B7=E9=80=81?= =?UTF-8?q?=E9=87=8F=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将最低起送量字段从 minBuyQty 更新为 startSendQty - 确保订单确认页面显示正确的起送量要求 --- src/shop/orderConfirm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shop/orderConfirm/index.tsx b/src/shop/orderConfirm/index.tsx index 6ac79c9..a6ba606 100644 --- a/src/shop/orderConfirm/index.tsx +++ b/src/shop/orderConfirm/index.tsx @@ -919,7 +919,7 @@ const OrderConfirm = () => { 注意事项: - 最低起送量≥{ticketTemplate.minBuyQty}桶; + 最低起送量≥{ticketTemplate.startSendQty}桶; 配送范围要在电子围栏内; 上楼费暂不收取,收费另行通知。