From 51ce0ccd8beb11b0b379afbb8749c4d01082b0ef Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 17 Mar 2026 20:09:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E5=8F=B7=E7=A0=81=E4=B8=8E=E5=BE=AE=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LocationCard/index.vue | 2 +- src/pages/goods/components/GoodPackage/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LocationCard/index.vue b/src/components/LocationCard/index.vue index 6d62c0a..2a5a272 100644 --- a/src/components/LocationCard/index.vue +++ b/src/components/LocationCard/index.vue @@ -63,7 +63,7 @@ const openMap = () => { // 拨打电话 const getPhoneNumber = () => { const o = props.orderData || {}; - return o.commodityPhone || o.phone || o.contactPhone || ""; + return o.commodityPhone || o.phone || o.contactPhone || "15608199221"; }; const callPhone = () => { diff --git a/src/pages/goods/components/GoodPackage/index.vue b/src/pages/goods/components/GoodPackage/index.vue index 3728759..62ce445 100644 --- a/src/pages/goods/components/GoodPackage/index.vue +++ b/src/pages/goods/components/GoodPackage/index.vue @@ -7,7 +7,7 @@ - + {{ item.name }} {{ item.count }}{{ item.unit }}