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,