From af5dc6d4a826e8b05062998204b164de2cfdeddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 18 Nov 2025 11:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=93=E8=B4=AD=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E8=B4=AD=E4=B9=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/goods/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shop/goods/index.vue b/packages/shop/goods/index.vue index a75118eb..ee6e528c 100644 --- a/packages/shop/goods/index.vue +++ b/packages/shop/goods/index.vue @@ -811,7 +811,7 @@ export default { order_cate: 1, goods_list: [{ supplier_id: this.info.supplier_id, - supplier_name: this.currentGG.supplier_name || '', + supplier_name: this.info.merchant_info.merchant_name || '', is_same_day: this.currentGG.is_same_day, receiving_name: this.defAddress.name, receiving_phone: this.defAddress.phone,