From 86fc52a62e28a94e05085bb0c228ee83046934c5 Mon Sep 17 00:00:00 2001
From: linxi <957440651@qq.com>
Date: Tue, 10 Feb 2026 10:55:16 +0800
Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4902=20=E3=80=90=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9C=A8=E6=97=85=E5=B1=85?=
=?UTF-8?q?=E4=B8=8B=E6=90=9C=E7=B4=A2=E5=BA=97=E9=93=BA=EF=BC=8C=E8=A2=AB?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=9A=84=E5=BA=97=E9=93=BA=E6=9C=AA=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E7=AE=80=E4=BB=8B=E6=97=B6=EF=BC=8C=E7=AE=80=E4=BB=8B?=
=?UTF-8?q?=E5=8C=BA=E5=9F=9F=E4=BC=9A=E6=98=BE=E7=A4=BAnull?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pkg_product/views/healthSearch.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg_product/views/healthSearch.vue b/pkg_product/views/healthSearch.vue
index fcfe180..f62e53a 100644
--- a/pkg_product/views/healthSearch.vue
+++ b/pkg_product/views/healthSearch.vue
@@ -22,15 +22,15 @@
class="map-icon v12-mr-1"
:src="webUrl + '/orderIcon/map_white.png'"
>
- {{ item.areaName }}
+ {{ item.areaName || '' }}
- {{ item.intro }}
+ {{ item.intro || '' }}
- {{ item.name }}
+ {{ item.name || '' }}