diff --git a/src/pages/store/orders/index.tsx b/src/pages/store/orders/index.tsx index 5625752..0b5a292 100644 --- a/src/pages/store/orders/index.tsx +++ b/src/pages/store/orders/index.tsx @@ -387,7 +387,7 @@ export default function StoreOrdersPage() { // 确认完成:用户已收到货 updateData.payStatus = true updateData.payTime = formatDateTime(new Date()) - updateData.deliveryStatus = 30 // 发货状态 → 已收货 + updateData.deliveryStatus = 20 // 发货状态 → 已收货 updateData.deliveryTime = formatDateTime(new Date()) // 收货时间 updateData.orderStatus = 1 // 订单状态 → 已完成 updateData.sendEndImg = JSON.stringify(proofImages) // 配送员送达拍照(JSON数组)