From 3fb0454731f5a4b8b81bd21aa0725c6df365e222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 4 Sep 2025 16:02:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4=E5=9B=A2?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=98=AF=E5=90=A6=E4=B8=BA=E5=90=8C?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=BE=9B=E5=BA=94=E5=95=86=E7=9A=84=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchaseSubmit/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shop/groupPurchaseSubmit/index.vue b/packages/shop/groupPurchaseSubmit/index.vue index 5cd7b5a2..68159cc5 100644 --- a/packages/shop/groupPurchaseSubmit/index.vue +++ b/packages/shop/groupPurchaseSubmit/index.vue @@ -323,7 +323,7 @@ export default { supplierGroups() { const groups = {}; this.orderList2.forEach(item => { - const supplierId = item.commodity_goods_info.group_buy_activity_info?.supplier_id || 'default'; + const supplierId = item.supplier_id || 'default'; if (!groups[supplierId]) { groups[supplierId] = []; }